You've already forked dart-core-sdk
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c1f8cc138 |
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.11.0-SNAPSHOT-250519132402
|
||||
Lib version: 1.10.6
|
||||
|
||||
@@ -14,7 +14,7 @@ import 'dart:core' as $core;
|
||||
import 'package:fixnum/fixnum.dart' as $fixnum;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'nsc-base.pb.dart' as $68;
|
||||
import 'nsc-base.pb.dart' as $64;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -23,7 +23,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class CreateAccountRequest extends $pb.GeneratedMessage {
|
||||
factory CreateAccountRequest({
|
||||
$core.String? name,
|
||||
$68.NscPermission? permission,
|
||||
$64.NscPermission? permission,
|
||||
$core.bool? jetStream,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -44,7 +44,7 @@ class CreateAccountRequest extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CreateAccountRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
..aOM<$68.NscPermission>(2, _omitFieldNames ? '' : 'permission', subBuilder: $68.NscPermission.create)
|
||||
..aOM<$64.NscPermission>(2, _omitFieldNames ? '' : 'permission', subBuilder: $64.NscPermission.create)
|
||||
..aOB(3, _omitFieldNames ? '' : 'jetStream', protoName: 'jetStream')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -80,15 +80,15 @@ class CreateAccountRequest extends $pb.GeneratedMessage {
|
||||
void clearName() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$68.NscPermission get permission => $_getN(1);
|
||||
$64.NscPermission get permission => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set permission($68.NscPermission v) { $_setField(2, v); }
|
||||
set permission($64.NscPermission v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasPermission() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearPermission() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$68.NscPermission ensurePermission() => $_ensure(1);
|
||||
$64.NscPermission ensurePermission() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool get jetStream => $_getBF(2);
|
||||
@@ -786,7 +786,7 @@ class GetAccountResult extends $pb.GeneratedMessage {
|
||||
class EditAccountRequest extends $pb.GeneratedMessage {
|
||||
factory EditAccountRequest({
|
||||
$core.String? name,
|
||||
$68.NscPermission? permission,
|
||||
$64.NscPermission? permission,
|
||||
$core.Iterable<$core.String>? rmPerms,
|
||||
$core.bool? jetStream,
|
||||
$fixnum.Int64? diskStorage,
|
||||
@@ -823,7 +823,7 @@ class EditAccountRequest extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'EditAccountRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
..aOM<$68.NscPermission>(2, _omitFieldNames ? '' : 'permission', subBuilder: $68.NscPermission.create)
|
||||
..aOM<$64.NscPermission>(2, _omitFieldNames ? '' : 'permission', subBuilder: $64.NscPermission.create)
|
||||
..pPS(3, _omitFieldNames ? '' : 'rmPerms', protoName: 'rmPerms')
|
||||
..aOB(4, _omitFieldNames ? '' : 'jetStream', protoName: 'jetStream')
|
||||
..aInt64(5, _omitFieldNames ? '' : 'diskStorage', protoName: 'diskStorage')
|
||||
@@ -863,15 +863,15 @@ class EditAccountRequest extends $pb.GeneratedMessage {
|
||||
void clearName() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$68.NscPermission get permission => $_getN(1);
|
||||
$64.NscPermission get permission => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set permission($68.NscPermission v) { $_setField(2, v); }
|
||||
set permission($64.NscPermission v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasPermission() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearPermission() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$68.NscPermission ensurePermission() => $_ensure(1);
|
||||
$64.NscPermission ensurePermission() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$core.String> get rmPerms => $_getList(2);
|
||||
@@ -1211,7 +1211,7 @@ class ListAccountsRequest extends $pb.GeneratedMessage {
|
||||
|
||||
class ListAccountsResult extends $pb.GeneratedMessage {
|
||||
factory ListAccountsResult({
|
||||
$core.Iterable<$68.NamedNscCredentials>? entities,
|
||||
$core.Iterable<$64.NamedNscCredentials>? entities,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (entities != null) {
|
||||
@@ -1224,7 +1224,7 @@ class ListAccountsResult extends $pb.GeneratedMessage {
|
||||
factory ListAccountsResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListAccountsResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$68.NamedNscCredentials>(1, _omitFieldNames ? '' : 'entities', $pb.PbFieldType.PM, subBuilder: $68.NamedNscCredentials.create)
|
||||
..pc<$64.NamedNscCredentials>(1, _omitFieldNames ? '' : 'entities', $pb.PbFieldType.PM, subBuilder: $64.NamedNscCredentials.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1250,7 +1250,7 @@ class ListAccountsResult extends $pb.GeneratedMessage {
|
||||
static ListAccountsResult? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$68.NamedNscCredentials> get entities => $_getList(0);
|
||||
$pb.PbList<$64.NamedNscCredentials> get entities => $_getList(0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -13,11 +13,10 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'partner.pb.dart' as $71;
|
||||
import 'repositoryShared.pb.dart' as $69;
|
||||
import 'repositoryShared.pbenum.dart' as $69;
|
||||
import 'partner.pb.dart' as $66;
|
||||
import 'repositoryShared.pb.dart' as $65;
|
||||
import 'repositoryShared.pbenum.dart' as $65;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'slotbooking.pb.dart' as $70;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -110,19 +109,19 @@ class Actor extends $pb.GeneratedMessage {
|
||||
class ActorPayload extends $pb.GeneratedMessage {
|
||||
factory ActorPayload({
|
||||
$core.String? name,
|
||||
$69.IdType? idType,
|
||||
$65.IdType? idType,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$69.Address? address,
|
||||
$69.ActorStatusStruct? status,
|
||||
$65.Address? address,
|
||||
$65.ActorStatusStruct? status,
|
||||
$core.String? partnerID,
|
||||
$69.ActorTypology? typology,
|
||||
$69.ActorSnapshot? snapshot,
|
||||
$65.ActorTypology? typology,
|
||||
$65.ActorSnapshot? snapshot,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.Iterable<$core.String>? phones,
|
||||
$core.bool? managedStock,
|
||||
$core.String? additionalInformation,
|
||||
$core.bool? isCarrier,
|
||||
$core.Iterable<$69.CarrierService>? carrierServices,
|
||||
$core.Iterable<$65.CarrierService>? carrierServices,
|
||||
$core.bool? isShipToConnected,
|
||||
$core.bool? isShipFromConnected,
|
||||
$core.String? shipToPartnerAppID,
|
||||
@@ -133,9 +132,6 @@ class ActorPayload extends $pb.GeneratedMessage {
|
||||
$core.int? claimNumber,
|
||||
$core.String? photoURI,
|
||||
$core.Iterable<$core.String>? connectionIdentifierPrefixes,
|
||||
$core.bool? isSlotBookingEnabled,
|
||||
$69.SiteAlias? siteAlias,
|
||||
$70.ActorAuthorisation? appointmentConstraints,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
@@ -210,15 +206,6 @@ class ActorPayload extends $pb.GeneratedMessage {
|
||||
if (connectionIdentifierPrefixes != null) {
|
||||
$result.connectionIdentifierPrefixes.addAll(connectionIdentifierPrefixes);
|
||||
}
|
||||
if (isSlotBookingEnabled != null) {
|
||||
$result.isSlotBookingEnabled = isSlotBookingEnabled;
|
||||
}
|
||||
if (siteAlias != null) {
|
||||
$result.siteAlias = siteAlias;
|
||||
}
|
||||
if (appointmentConstraints != null) {
|
||||
$result.appointmentConstraints = appointmentConstraints;
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
ActorPayload._() : super();
|
||||
@@ -227,19 +214,19 @@ class ActorPayload extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..e<$69.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $69.IdType.IDTYPE_UNKNOWN, valueOf: $69.IdType.valueOf, enumValues: $69.IdType.values)
|
||||
..e<$65.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $65.IdType.IDTYPE_UNKNOWN, valueOf: $65.IdType.valueOf, enumValues: $65.IdType.values)
|
||||
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOM<$69.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $69.Address.create)
|
||||
..aOM<$69.ActorStatusStruct>(6, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $69.ActorStatusStruct.create)
|
||||
..aOM<$65.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $65.Address.create)
|
||||
..aOM<$65.ActorStatusStruct>(6, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $65.ActorStatusStruct.create)
|
||||
..aOS(7, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID')
|
||||
..e<$69.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $69.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $69.ActorTypology.valueOf, enumValues: $69.ActorTypology.values)
|
||||
..aOM<$69.ActorSnapshot>(11, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $69.ActorSnapshot.create)
|
||||
..e<$65.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $65.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $65.ActorTypology.valueOf, enumValues: $65.ActorTypology.values)
|
||||
..aOM<$65.ActorSnapshot>(11, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $65.ActorSnapshot.create)
|
||||
..pPS(12, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..pPS(13, _omitFieldNames ? '' : 'Phones', protoName: 'Phones')
|
||||
..aOB(14, _omitFieldNames ? '' : 'ManagedStock', protoName: 'ManagedStock')
|
||||
..aOS(15, _omitFieldNames ? '' : 'AdditionalInformation', protoName: 'AdditionalInformation')
|
||||
..aOB(16, _omitFieldNames ? '' : 'IsCarrier', protoName: 'IsCarrier')
|
||||
..pc<$69.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $69.CarrierService.create)
|
||||
..pc<$65.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $65.CarrierService.create)
|
||||
..aOB(18, _omitFieldNames ? '' : 'IsShipToConnected', protoName: 'IsShipToConnected')
|
||||
..aOB(19, _omitFieldNames ? '' : 'IsShipFromConnected', protoName: 'IsShipFromConnected')
|
||||
..aOS(20, _omitFieldNames ? '' : 'ShipToPartnerAppID', protoName: 'ShipToPartnerAppID')
|
||||
@@ -250,9 +237,6 @@ class ActorPayload extends $pb.GeneratedMessage {
|
||||
..a<$core.int>(25, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
|
||||
..aOS(26, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI')
|
||||
..pPS(28, _omitFieldNames ? '' : 'ConnectionIdentifierPrefixes', protoName: 'ConnectionIdentifierPrefixes')
|
||||
..aOB(29, _omitFieldNames ? '' : 'IsSlotBookingEnabled', protoName: 'IsSlotBookingEnabled')
|
||||
..aOM<$69.SiteAlias>(30, _omitFieldNames ? '' : 'SiteAlias', protoName: 'SiteAlias', subBuilder: $69.SiteAlias.create)
|
||||
..aOM<$70.ActorAuthorisation>(31, _omitFieldNames ? '' : 'AppointmentConstraints', protoName: 'AppointmentConstraints', subBuilder: $70.ActorAuthorisation.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -288,9 +272,9 @@ class ActorPayload extends $pb.GeneratedMessage {
|
||||
void clearName() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$69.IdType get idType => $_getN(1);
|
||||
$65.IdType get idType => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set idType($69.IdType v) { $_setField(2, v); }
|
||||
set idType($65.IdType v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasIdType() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -300,27 +284,27 @@ class ActorPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$69.Address get address => $_getN(3);
|
||||
$65.Address get address => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set address($69.Address v) { $_setField(4, v); }
|
||||
set address($65.Address v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasAddress() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearAddress() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$69.Address ensureAddress() => $_ensure(3);
|
||||
$65.Address ensureAddress() => $_ensure(3);
|
||||
|
||||
/// Status field is not accessible from APIs
|
||||
@$pb.TagNumber(6)
|
||||
$69.ActorStatusStruct get status => $_getN(4);
|
||||
$65.ActorStatusStruct get status => $_getN(4);
|
||||
@$pb.TagNumber(6)
|
||||
set status($69.ActorStatusStruct v) { $_setField(6, v); }
|
||||
set status($65.ActorStatusStruct v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasStatus() => $_has(4);
|
||||
@$pb.TagNumber(6)
|
||||
void clearStatus() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$69.ActorStatusStruct ensureStatus() => $_ensure(4);
|
||||
$65.ActorStatusStruct ensureStatus() => $_ensure(4);
|
||||
|
||||
/// Existing PartnerID
|
||||
@$pb.TagNumber(7)
|
||||
@@ -333,24 +317,24 @@ class ActorPayload extends $pb.GeneratedMessage {
|
||||
void clearPartnerID() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$69.ActorTypology get typology => $_getN(6);
|
||||
$65.ActorTypology get typology => $_getN(6);
|
||||
@$pb.TagNumber(10)
|
||||
set typology($69.ActorTypology v) { $_setField(10, v); }
|
||||
set typology($65.ActorTypology v) { $_setField(10, v); }
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasTypology() => $_has(6);
|
||||
@$pb.TagNumber(10)
|
||||
void clearTypology() => $_clearField(10);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$69.ActorSnapshot get snapshot => $_getN(7);
|
||||
$65.ActorSnapshot get snapshot => $_getN(7);
|
||||
@$pb.TagNumber(11)
|
||||
set snapshot($69.ActorSnapshot v) { $_setField(11, v); }
|
||||
set snapshot($65.ActorSnapshot v) { $_setField(11, v); }
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasSnapshot() => $_has(7);
|
||||
@$pb.TagNumber(11)
|
||||
void clearSnapshot() => $_clearField(11);
|
||||
@$pb.TagNumber(11)
|
||||
$69.ActorSnapshot ensureSnapshot() => $_ensure(7);
|
||||
$65.ActorSnapshot ensureSnapshot() => $_ensure(7);
|
||||
|
||||
/// Must be a valid email address
|
||||
@$pb.TagNumber(12)
|
||||
@@ -390,7 +374,7 @@ class ActorPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// List of carrier services
|
||||
@$pb.TagNumber(17)
|
||||
$pb.PbList<$69.CarrierService> get carrierServices => $_getList(13);
|
||||
$pb.PbList<$65.CarrierService> get carrierServices => $_getList(13);
|
||||
|
||||
@$pb.TagNumber(18)
|
||||
$core.bool get isShipToConnected => $_getBF(14);
|
||||
@@ -466,37 +450,6 @@ class ActorPayload extends $pb.GeneratedMessage {
|
||||
/// Prefix used to create executionflow identifiers
|
||||
@$pb.TagNumber(28)
|
||||
$pb.PbList<$core.String> get connectionIdentifierPrefixes => $_getList(23);
|
||||
|
||||
@$pb.TagNumber(29)
|
||||
$core.bool get isSlotBookingEnabled => $_getBF(24);
|
||||
@$pb.TagNumber(29)
|
||||
set isSlotBookingEnabled($core.bool v) { $_setBool(24, v); }
|
||||
@$pb.TagNumber(29)
|
||||
$core.bool hasIsSlotBookingEnabled() => $_has(24);
|
||||
@$pb.TagNumber(29)
|
||||
void clearIsSlotBookingEnabled() => $_clearField(29);
|
||||
|
||||
@$pb.TagNumber(30)
|
||||
$69.SiteAlias get siteAlias => $_getN(25);
|
||||
@$pb.TagNumber(30)
|
||||
set siteAlias($69.SiteAlias v) { $_setField(30, v); }
|
||||
@$pb.TagNumber(30)
|
||||
$core.bool hasSiteAlias() => $_has(25);
|
||||
@$pb.TagNumber(30)
|
||||
void clearSiteAlias() => $_clearField(30);
|
||||
@$pb.TagNumber(30)
|
||||
$69.SiteAlias ensureSiteAlias() => $_ensure(25);
|
||||
|
||||
@$pb.TagNumber(31)
|
||||
$70.ActorAuthorisation get appointmentConstraints => $_getN(26);
|
||||
@$pb.TagNumber(31)
|
||||
set appointmentConstraints($70.ActorAuthorisation v) { $_setField(31, v); }
|
||||
@$pb.TagNumber(31)
|
||||
$core.bool hasAppointmentConstraints() => $_has(26);
|
||||
@$pb.TagNumber(31)
|
||||
void clearAppointmentConstraints() => $_clearField(31);
|
||||
@$pb.TagNumber(31)
|
||||
$70.ActorAuthorisation ensureAppointmentConstraints() => $_ensure(26);
|
||||
}
|
||||
|
||||
enum ActorEnrichment_Content {
|
||||
@@ -515,7 +468,7 @@ class ActorEnrichment extends $pb.GeneratedMessage {
|
||||
$core.String? project,
|
||||
$core.String? parentEntityName,
|
||||
$core.String? parentEntityID,
|
||||
$71.PartnerPayload? partner,
|
||||
$66.PartnerPayload? partner,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (parentEventID != null) {
|
||||
@@ -565,7 +518,7 @@ class ActorEnrichment extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'Project', protoName: 'Project')
|
||||
..aOS(7, _omitFieldNames ? '' : 'ParentEntityName', protoName: 'ParentEntityName')
|
||||
..aOS(8, _omitFieldNames ? '' : 'ParentEntityID', protoName: 'ParentEntityID')
|
||||
..aOM<$71.PartnerPayload>(10, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $71.PartnerPayload.create)
|
||||
..aOM<$66.PartnerPayload>(10, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $66.PartnerPayload.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -666,15 +619,15 @@ class ActorEnrichment extends $pb.GeneratedMessage {
|
||||
void clearParentEntityID() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$71.PartnerPayload get partner => $_getN(8);
|
||||
$66.PartnerPayload get partner => $_getN(8);
|
||||
@$pb.TagNumber(10)
|
||||
set partner($71.PartnerPayload v) { $_setField(10, v); }
|
||||
set partner($66.PartnerPayload v) { $_setField(10, v); }
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasPartner() => $_has(8);
|
||||
@$pb.TagNumber(10)
|
||||
void clearPartner() => $_clearField(10);
|
||||
@$pb.TagNumber(10)
|
||||
$71.PartnerPayload ensurePartner() => $_ensure(8);
|
||||
$66.PartnerPayload ensurePartner() => $_ensure(8);
|
||||
}
|
||||
|
||||
class ActorTriplet extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -60,9 +60,6 @@ const ActorPayload$json = {
|
||||
{'1': 'ClaimNumber', '3': 25, '4': 1, '5': 5, '8': {}, '10': 'ClaimNumber'},
|
||||
{'1': 'PhotoURI', '3': 26, '4': 1, '5': 9, '8': {}, '10': 'PhotoURI'},
|
||||
{'1': 'ConnectionIdentifierPrefixes', '3': 28, '4': 3, '5': 9, '8': {}, '10': 'ConnectionIdentifierPrefixes'},
|
||||
{'1': 'IsSlotBookingEnabled', '3': 29, '4': 1, '5': 8, '8': {}, '10': 'IsSlotBookingEnabled'},
|
||||
{'1': 'SiteAlias', '3': 30, '4': 1, '5': 11, '6': '.api.SiteAlias', '8': {}, '10': 'SiteAlias'},
|
||||
{'1': 'AppointmentConstraints', '3': 31, '4': 1, '5': 11, '6': '.api.ActorAuthorisation', '10': 'AppointmentConstraints'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -149,11 +146,7 @@ final $typed_data.Uint8List actorPayloadDescriptor = $convert.base64Decode(
|
||||
'V4dGVuZGVkGAEqJ1NpbXBsZUFnZ3JlZ2F0ZUZ1bmN0aW9uKGFueUxhc3QsU3RyaW5nKdrCGAwK'
|
||||
'CgoBKhIFaW1hZ2VSCFBob3RvVVJJEl8KHENvbm5lY3Rpb25JZGVudGlmaWVyUHJlZml4ZXMYHC'
|
||||
'ADKAlCG7rCGBdTdG9jayxNb3ZlbWVudCxUcmFja2luZ1IcQ29ubmVjdGlvbklkZW50aWZpZXJQ'
|
||||
'cmVmaXhlcxJPChRJc1Nsb3RCb29raW5nRW5hYmxlZBgdIAEoCEIbusIYF1N0b2NrLE1vdmVtZW'
|
||||
'50LFRyYWNraW5nUhRJc1Nsb3RCb29raW5nRW5hYmxlZBJJCglTaXRlQWxpYXMYHiABKAsyDi5h'
|
||||
'cGkuU2l0ZUFsaWFzQhu6whgXU3RvY2ssTW92ZW1lbnQsVHJhY2tpbmdSCVNpdGVBbGlhcxJPCh'
|
||||
'ZBcHBvaW50bWVudENvbnN0cmFpbnRzGB8gASgLMhcuYXBpLkFjdG9yQXV0aG9yaXNhdGlvblIW'
|
||||
'QXBwb2ludG1lbnRDb25zdHJhaW50czoMkkEJCgfSAQROYW1l');
|
||||
'cmVmaXhlczoMkkEJCgfSAQROYW1l');
|
||||
|
||||
@$core.Deprecated('Use actorEnrichmentDescriptor instead')
|
||||
const ActorEnrichment$json = {
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'repositoryShared.pb.dart' as $69;
|
||||
import 'repositoryShared.pb.dart' as $65;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -24,7 +24,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// by reseting the quantity of missing stock entry for the current snapshot
|
||||
class ActorCompleteSnapshotPayload extends $pb.GeneratedMessage {
|
||||
factory ActorCompleteSnapshotPayload({
|
||||
$69.ActorSnapshot? snapshot,
|
||||
$65.ActorSnapshot? snapshot,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (snapshot != null) {
|
||||
@@ -37,7 +37,7 @@ class ActorCompleteSnapshotPayload extends $pb.GeneratedMessage {
|
||||
factory ActorCompleteSnapshotPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorCompleteSnapshotPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$69.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $69.ActorSnapshot.create)
|
||||
..aOM<$65.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $65.ActorSnapshot.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -63,15 +63,15 @@ class ActorCompleteSnapshotPayload extends $pb.GeneratedMessage {
|
||||
static ActorCompleteSnapshotPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$69.ActorSnapshot get snapshot => $_getN(0);
|
||||
$65.ActorSnapshot get snapshot => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set snapshot($69.ActorSnapshot v) { $_setField(1, v); }
|
||||
set snapshot($65.ActorSnapshot v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasSnapshot() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearSnapshot() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$69.ActorSnapshot ensureSnapshot() => $_ensure(0);
|
||||
$65.ActorSnapshot ensureSnapshot() => $_ensure(0);
|
||||
}
|
||||
|
||||
class ActorCompleteSnapshot extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -13,8 +13,8 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'repositoryShared.pb.dart' as $69;
|
||||
import 'repositoryShared.pbenum.dart' as $69;
|
||||
import 'repositoryShared.pb.dart' as $65;
|
||||
import 'repositoryShared.pbenum.dart' as $65;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -23,17 +23,17 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class ActorCreatedPayload extends $pb.GeneratedMessage {
|
||||
factory ActorCreatedPayload({
|
||||
$core.String? name,
|
||||
$69.IdType? idType,
|
||||
$65.IdType? idType,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$69.Address? address,
|
||||
$65.Address? address,
|
||||
$core.String? partnerID,
|
||||
$69.ActorTypology? typology,
|
||||
$65.ActorTypology? typology,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.Iterable<$core.String>? phones,
|
||||
$core.bool? managedStock,
|
||||
$core.String? additionalInformation,
|
||||
$core.bool? isCarrier,
|
||||
$core.Iterable<$69.CarrierService>? carrierServices,
|
||||
$core.Iterable<$65.CarrierService>? carrierServices,
|
||||
$core.bool? isShipToConnected,
|
||||
$core.bool? isShipFromConnected,
|
||||
$core.String? shipToPartnerAppID,
|
||||
@@ -104,17 +104,17 @@ class ActorCreatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorCreatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..e<$69.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $69.IdType.IDTYPE_UNKNOWN, valueOf: $69.IdType.valueOf, enumValues: $69.IdType.values)
|
||||
..e<$65.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $65.IdType.IDTYPE_UNKNOWN, valueOf: $65.IdType.valueOf, enumValues: $65.IdType.values)
|
||||
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOM<$69.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $69.Address.create)
|
||||
..aOM<$65.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $65.Address.create)
|
||||
..aOS(6, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID')
|
||||
..e<$69.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $69.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $69.ActorTypology.valueOf, enumValues: $69.ActorTypology.values)
|
||||
..e<$65.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $65.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $65.ActorTypology.valueOf, enumValues: $65.ActorTypology.values)
|
||||
..pPS(12, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..pPS(13, _omitFieldNames ? '' : 'Phones', protoName: 'Phones')
|
||||
..aOB(14, _omitFieldNames ? '' : 'ManagedStock', protoName: 'ManagedStock')
|
||||
..aOS(15, _omitFieldNames ? '' : 'AdditionalInformation', protoName: 'AdditionalInformation')
|
||||
..aOB(16, _omitFieldNames ? '' : 'IsCarrier', protoName: 'IsCarrier')
|
||||
..pc<$69.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $69.CarrierService.create)
|
||||
..pc<$65.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $65.CarrierService.create)
|
||||
..aOB(18, _omitFieldNames ? '' : 'IsShipToConnected', protoName: 'IsShipToConnected')
|
||||
..aOB(19, _omitFieldNames ? '' : 'IsShipFromConnected', protoName: 'IsShipFromConnected')
|
||||
..aOS(20, _omitFieldNames ? '' : 'ShipToPartnerAppID', protoName: 'ShipToPartnerAppID')
|
||||
@@ -156,9 +156,9 @@ class ActorCreatedPayload extends $pb.GeneratedMessage {
|
||||
void clearName() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$69.IdType get idType => $_getN(1);
|
||||
$65.IdType get idType => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set idType($69.IdType v) { $_setField(2, v); }
|
||||
set idType($65.IdType v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasIdType() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -168,15 +168,15 @@ class ActorCreatedPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$69.Address get address => $_getN(3);
|
||||
$65.Address get address => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set address($69.Address v) { $_setField(4, v); }
|
||||
set address($65.Address v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasAddress() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearAddress() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$69.Address ensureAddress() => $_ensure(3);
|
||||
$65.Address ensureAddress() => $_ensure(3);
|
||||
|
||||
/// Existing PartnerID
|
||||
@$pb.TagNumber(6)
|
||||
@@ -189,9 +189,9 @@ class ActorCreatedPayload extends $pb.GeneratedMessage {
|
||||
void clearPartnerID() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$69.ActorTypology get typology => $_getN(5);
|
||||
$65.ActorTypology get typology => $_getN(5);
|
||||
@$pb.TagNumber(10)
|
||||
set typology($69.ActorTypology v) { $_setField(10, v); }
|
||||
set typology($65.ActorTypology v) { $_setField(10, v); }
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasTypology() => $_has(5);
|
||||
@$pb.TagNumber(10)
|
||||
@@ -235,7 +235,7 @@ class ActorCreatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// List of carrier services
|
||||
@$pb.TagNumber(17)
|
||||
$pb.PbList<$69.CarrierService> get carrierServices => $_getList(11);
|
||||
$pb.PbList<$65.CarrierService> get carrierServices => $_getList(11);
|
||||
|
||||
@$pb.TagNumber(18)
|
||||
$core.bool get isShipToConnected => $_getBF(12);
|
||||
@@ -532,15 +532,15 @@ class ActorCreatedResponse extends $pb.GeneratedMessage {
|
||||
class ActorCreatedv2Payload extends $pb.GeneratedMessage {
|
||||
factory ActorCreatedv2Payload({
|
||||
$core.String? name,
|
||||
$69.IdType? idType,
|
||||
$65.IdType? idType,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$69.Address? address,
|
||||
$69.ActorTypology? typology,
|
||||
$65.Address? address,
|
||||
$65.ActorTypology? typology,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.Iterable<$core.String>? phones,
|
||||
$core.String? additionalInformation,
|
||||
$core.bool? isCarrier,
|
||||
$core.Iterable<$69.CarrierService>? carrierServices,
|
||||
$core.Iterable<$65.CarrierService>? carrierServices,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
@@ -581,15 +581,15 @@ class ActorCreatedv2Payload extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorCreatedv2Payload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..e<$69.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $69.IdType.IDTYPE_UNKNOWN, valueOf: $69.IdType.valueOf, enumValues: $69.IdType.values)
|
||||
..e<$65.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $65.IdType.IDTYPE_UNKNOWN, valueOf: $65.IdType.valueOf, enumValues: $65.IdType.values)
|
||||
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOM<$69.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $69.Address.create)
|
||||
..e<$69.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $69.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $69.ActorTypology.valueOf, enumValues: $69.ActorTypology.values)
|
||||
..aOM<$65.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $65.Address.create)
|
||||
..e<$65.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $65.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $65.ActorTypology.valueOf, enumValues: $65.ActorTypology.values)
|
||||
..pPS(12, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..pPS(13, _omitFieldNames ? '' : 'Phones', protoName: 'Phones')
|
||||
..aOS(15, _omitFieldNames ? '' : 'AdditionalInformation', protoName: 'AdditionalInformation')
|
||||
..aOB(16, _omitFieldNames ? '' : 'IsCarrier', protoName: 'IsCarrier')
|
||||
..pc<$69.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $69.CarrierService.create)
|
||||
..pc<$65.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $65.CarrierService.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -624,9 +624,9 @@ class ActorCreatedv2Payload extends $pb.GeneratedMessage {
|
||||
void clearName() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$69.IdType get idType => $_getN(1);
|
||||
$65.IdType get idType => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set idType($69.IdType v) { $_setField(2, v); }
|
||||
set idType($65.IdType v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasIdType() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -636,20 +636,20 @@ class ActorCreatedv2Payload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$69.Address get address => $_getN(3);
|
||||
$65.Address get address => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set address($69.Address v) { $_setField(4, v); }
|
||||
set address($65.Address v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasAddress() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearAddress() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$69.Address ensureAddress() => $_ensure(3);
|
||||
$65.Address ensureAddress() => $_ensure(3);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$69.ActorTypology get typology => $_getN(4);
|
||||
$65.ActorTypology get typology => $_getN(4);
|
||||
@$pb.TagNumber(10)
|
||||
set typology($69.ActorTypology v) { $_setField(10, v); }
|
||||
set typology($65.ActorTypology v) { $_setField(10, v); }
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasTypology() => $_has(4);
|
||||
@$pb.TagNumber(10)
|
||||
@@ -683,7 +683,7 @@ class ActorCreatedv2Payload extends $pb.GeneratedMessage {
|
||||
|
||||
/// List of carrier services
|
||||
@$pb.TagNumber(17)
|
||||
$pb.PbList<$69.CarrierService> get carrierServices => $_getList(9);
|
||||
$pb.PbList<$65.CarrierService> get carrierServices => $_getList(9);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
@@ -1200,7 +1200,7 @@ class ActorDeletedResponse extends $pb.GeneratedMessage {
|
||||
/// Event Payload
|
||||
class ActorSnapshotCompletedPayload extends $pb.GeneratedMessage {
|
||||
factory ActorSnapshotCompletedPayload({
|
||||
$69.ActorSnapshot? snapshot,
|
||||
$65.ActorSnapshot? snapshot,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (snapshot != null) {
|
||||
@@ -1213,7 +1213,7 @@ class ActorSnapshotCompletedPayload extends $pb.GeneratedMessage {
|
||||
factory ActorSnapshotCompletedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorSnapshotCompletedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$69.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $69.ActorSnapshot.create)
|
||||
..aOM<$65.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $65.ActorSnapshot.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1239,15 +1239,15 @@ class ActorSnapshotCompletedPayload extends $pb.GeneratedMessage {
|
||||
static ActorSnapshotCompletedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$69.ActorSnapshot get snapshot => $_getN(0);
|
||||
$65.ActorSnapshot get snapshot => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set snapshot($69.ActorSnapshot v) { $_setField(1, v); }
|
||||
set snapshot($65.ActorSnapshot v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasSnapshot() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearSnapshot() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$69.ActorSnapshot ensureSnapshot() => $_ensure(0);
|
||||
$65.ActorSnapshot ensureSnapshot() => $_ensure(0);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'actor.pb.dart' as $72;
|
||||
import 'actor.pb.dart' as $67;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -81,7 +81,7 @@ class ActorByIdQuery extends $pb.GeneratedMessage {
|
||||
class ActorByIdResult extends $pb.GeneratedMessage {
|
||||
factory ActorByIdResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$72.Actor>? objects,
|
||||
$core.Iterable<$67.Actor>? objects,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
@@ -98,7 +98,7 @@ class ActorByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$72.Actor>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $72.Actor.create)
|
||||
..pc<$67.Actor>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $67.Actor.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -135,7 +135,7 @@ class ActorByIdResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$72.Actor> get objects => $_getList(1);
|
||||
$pb.PbList<$67.Actor> get objects => $_getList(1);
|
||||
}
|
||||
|
||||
class ActorByFilterQuery extends $pb.GeneratedMessage {
|
||||
@@ -231,7 +231,7 @@ class ActorByFilterQuery extends $pb.GeneratedMessage {
|
||||
class ActorByFilterResult extends $pb.GeneratedMessage {
|
||||
factory ActorByFilterResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$72.Actor>? objects,
|
||||
$core.Iterable<$67.Actor>? objects,
|
||||
$core.String? queryContext,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -252,7 +252,7 @@ class ActorByFilterResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$72.Actor>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $72.Actor.create)
|
||||
..pc<$67.Actor>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $67.Actor.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -290,7 +290,7 @@ class ActorByFilterResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$72.Actor> get objects => $_getList(1);
|
||||
$pb.PbList<$67.Actor> get objects => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get queryContext => $_getSZ(2);
|
||||
|
||||
@@ -13,8 +13,8 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'repositoryShared.pb.dart' as $69;
|
||||
import 'repositoryShared.pbenum.dart' as $69;
|
||||
import 'repositoryShared.pb.dart' as $65;
|
||||
import 'repositoryShared.pbenum.dart' as $65;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -24,9 +24,9 @@ class AdminActor extends $pb.GeneratedMessage {
|
||||
$core.String? name,
|
||||
$core.String? organisationID,
|
||||
$core.String? partnerID,
|
||||
$69.Address? address,
|
||||
$69.ActorContact? contact,
|
||||
$69.ActorTypology? typology,
|
||||
$65.Address? address,
|
||||
$65.ActorContact? contact,
|
||||
$65.ActorTypology? typology,
|
||||
$core.String? additionalInformation,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -65,9 +65,9 @@ class AdminActor extends $pb.GeneratedMessage {
|
||||
..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..aOS(3, _omitFieldNames ? '' : 'OrganisationID', protoName: 'OrganisationID')
|
||||
..aOS(4, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID')
|
||||
..aOM<$69.Address>(6, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $69.Address.create)
|
||||
..aOM<$69.ActorContact>(7, _omitFieldNames ? '' : 'Contact', protoName: 'Contact', subBuilder: $69.ActorContact.create)
|
||||
..e<$69.ActorTypology>(8, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $69.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $69.ActorTypology.valueOf, enumValues: $69.ActorTypology.values)
|
||||
..aOM<$65.Address>(6, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $65.Address.create)
|
||||
..aOM<$65.ActorContact>(7, _omitFieldNames ? '' : 'Contact', protoName: 'Contact', subBuilder: $65.ActorContact.create)
|
||||
..e<$65.ActorTypology>(8, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $65.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $65.ActorTypology.valueOf, enumValues: $65.ActorTypology.values)
|
||||
..aOS(9, _omitFieldNames ? '' : 'AdditionalInformation', protoName: 'AdditionalInformation')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -130,31 +130,31 @@ class AdminActor extends $pb.GeneratedMessage {
|
||||
void clearPartnerID() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$69.Address get address => $_getN(4);
|
||||
$65.Address get address => $_getN(4);
|
||||
@$pb.TagNumber(6)
|
||||
set address($69.Address v) { $_setField(6, v); }
|
||||
set address($65.Address v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasAddress() => $_has(4);
|
||||
@$pb.TagNumber(6)
|
||||
void clearAddress() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$69.Address ensureAddress() => $_ensure(4);
|
||||
$65.Address ensureAddress() => $_ensure(4);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$69.ActorContact get contact => $_getN(5);
|
||||
$65.ActorContact get contact => $_getN(5);
|
||||
@$pb.TagNumber(7)
|
||||
set contact($69.ActorContact v) { $_setField(7, v); }
|
||||
set contact($65.ActorContact v) { $_setField(7, v); }
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasContact() => $_has(5);
|
||||
@$pb.TagNumber(7)
|
||||
void clearContact() => $_clearField(7);
|
||||
@$pb.TagNumber(7)
|
||||
$69.ActorContact ensureContact() => $_ensure(5);
|
||||
$65.ActorContact ensureContact() => $_ensure(5);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$69.ActorTypology get typology => $_getN(6);
|
||||
$65.ActorTypology get typology => $_getN(6);
|
||||
@$pb.TagNumber(8)
|
||||
set typology($69.ActorTypology v) { $_setField(8, v); }
|
||||
set typology($65.ActorTypology v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasTypology() => $_has(6);
|
||||
@$pb.TagNumber(8)
|
||||
|
||||
@@ -13,8 +13,8 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'admin-actor.pb.dart' as $73;
|
||||
import 'repositoryShared.pb.dart' as $69;
|
||||
import 'admin-actor.pb.dart' as $68;
|
||||
import 'repositoryShared.pb.dart' as $65;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -23,10 +23,10 @@ class AdminPartner extends $pb.GeneratedMessage {
|
||||
$core.String? iD,
|
||||
$core.String? name,
|
||||
$core.String? legalStructure,
|
||||
$69.Address? address,
|
||||
$65.Address? address,
|
||||
$core.String? organisationID,
|
||||
$core.Iterable<$core.String>? actorIDs,
|
||||
$core.Iterable<$73.AdminActor>? actors,
|
||||
$core.Iterable<$68.AdminActor>? actors,
|
||||
$core.String? photoURI,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -64,10 +64,10 @@ class AdminPartner extends $pb.GeneratedMessage {
|
||||
..aOS(1, _omitFieldNames ? '' : 'ID', protoName: 'ID')
|
||||
..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..aOS(3, _omitFieldNames ? '' : 'LegalStructure', protoName: 'LegalStructure')
|
||||
..aOM<$69.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $69.Address.create)
|
||||
..aOM<$65.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $65.Address.create)
|
||||
..aOS(5, _omitFieldNames ? '' : 'OrganisationID', protoName: 'OrganisationID')
|
||||
..pPS(6, _omitFieldNames ? '' : 'ActorIDs', protoName: 'ActorIDs')
|
||||
..pc<$73.AdminActor>(7, _omitFieldNames ? '' : 'Actors', $pb.PbFieldType.PM, protoName: 'Actors', subBuilder: $73.AdminActor.create)
|
||||
..pc<$68.AdminActor>(7, _omitFieldNames ? '' : 'Actors', $pb.PbFieldType.PM, protoName: 'Actors', subBuilder: $68.AdminActor.create)
|
||||
..aOS(8, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -121,15 +121,15 @@ class AdminPartner extends $pb.GeneratedMessage {
|
||||
void clearLegalStructure() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$69.Address get address => $_getN(3);
|
||||
$65.Address get address => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set address($69.Address v) { $_setField(4, v); }
|
||||
set address($65.Address v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasAddress() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearAddress() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$69.Address ensureAddress() => $_ensure(3);
|
||||
$65.Address ensureAddress() => $_ensure(3);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get organisationID => $_getSZ(4);
|
||||
@@ -146,7 +146,7 @@ class AdminPartner extends $pb.GeneratedMessage {
|
||||
|
||||
/// In not accepted / Out Actors are returned
|
||||
@$pb.TagNumber(7)
|
||||
$pb.PbList<$73.AdminActor> get actors => $_getList(6);
|
||||
$pb.PbList<$68.AdminActor> get actors => $_getList(6);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$core.String get photoURI => $_getSZ(7);
|
||||
|
||||
@@ -13,16 +13,16 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'openapiv2.pb.dart' as $74;
|
||||
import 'openapiv2.pb.dart' as $69;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class Annotations {
|
||||
static final openapiv2Swagger = $pb.Extension<$74.Swagger>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'openapiv2Swagger', 1042, $pb.PbFieldType.OM, defaultOrMaker: $74.Swagger.getDefault, subBuilder: $74.Swagger.create);
|
||||
static final openapiv2Operation = $pb.Extension<$74.Operation>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'openapiv2Operation', 1042, $pb.PbFieldType.OM, defaultOrMaker: $74.Operation.getDefault, subBuilder: $74.Operation.create);
|
||||
static final openapiv2Schema = $pb.Extension<$74.Schema>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'openapiv2Schema', 1042, $pb.PbFieldType.OM, defaultOrMaker: $74.Schema.getDefault, subBuilder: $74.Schema.create);
|
||||
static final openapiv2Tag = $pb.Extension<$74.Tag>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'openapiv2Tag', 1042, $pb.PbFieldType.OM, defaultOrMaker: $74.Tag.getDefault, subBuilder: $74.Tag.create);
|
||||
static final openapiv2Field = $pb.Extension<$74.JSONSchema>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'openapiv2Field', 1042, $pb.PbFieldType.OM, defaultOrMaker: $74.JSONSchema.getDefault, subBuilder: $74.JSONSchema.create);
|
||||
static final openapiv2Swagger = $pb.Extension<$69.Swagger>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'openapiv2Swagger', 1042, $pb.PbFieldType.OM, defaultOrMaker: $69.Swagger.getDefault, subBuilder: $69.Swagger.create);
|
||||
static final openapiv2Operation = $pb.Extension<$69.Operation>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'openapiv2Operation', 1042, $pb.PbFieldType.OM, defaultOrMaker: $69.Operation.getDefault, subBuilder: $69.Operation.create);
|
||||
static final openapiv2Schema = $pb.Extension<$69.Schema>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'openapiv2Schema', 1042, $pb.PbFieldType.OM, defaultOrMaker: $69.Schema.getDefault, subBuilder: $69.Schema.create);
|
||||
static final openapiv2Tag = $pb.Extension<$69.Tag>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'openapiv2Tag', 1042, $pb.PbFieldType.OM, defaultOrMaker: $69.Tag.getDefault, subBuilder: $69.Tag.create);
|
||||
static final openapiv2Field = $pb.Extension<$69.JSONSchema>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'openapiv2Field', 1042, $pb.PbFieldType.OM, defaultOrMaker: $69.JSONSchema.getDefault, subBuilder: $69.JSONSchema.create);
|
||||
static void registerAllExtensions($pb.ExtensionRegistry registry) {
|
||||
registry.add(openapiv2Swagger);
|
||||
registry.add(openapiv2Operation);
|
||||
|
||||
@@ -13,8 +13,8 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'module.pb.dart' as $37;
|
||||
import 'role.pb.dart' as $55;
|
||||
import 'module.pb.dart' as $34;
|
||||
import 'role.pb.dart' as $52;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'shared.pbenum.dart' as $3;
|
||||
|
||||
@@ -363,9 +363,9 @@ class RegisterPackageRequest extends $pb.GeneratedMessage {
|
||||
$core.String? packageName,
|
||||
$core.Iterable<$3.ClientAPI>? clients,
|
||||
$core.bool? forceFullScopeCreation,
|
||||
$core.Iterable<$55.Role>? roles,
|
||||
$core.Iterable<$52.Role>? roles,
|
||||
$core.Iterable<$3.ModuleRegistration>? workflows,
|
||||
$core.Iterable<$37.Module>? modules,
|
||||
$core.Iterable<$34.Module>? modules,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (packageName != null) {
|
||||
@@ -396,9 +396,9 @@ class RegisterPackageRequest extends $pb.GeneratedMessage {
|
||||
..aOS(1, _omitFieldNames ? '' : 'PackageName', protoName: 'PackageName')
|
||||
..pc<$3.ClientAPI>(2, _omitFieldNames ? '' : 'Clients', $pb.PbFieldType.PM, protoName: 'Clients', subBuilder: $3.ClientAPI.create)
|
||||
..aOB(3, _omitFieldNames ? '' : 'ForceFullScopeCreation', protoName: 'ForceFullScopeCreation')
|
||||
..pc<$55.Role>(4, _omitFieldNames ? '' : 'Roles', $pb.PbFieldType.PM, protoName: 'Roles', subBuilder: $55.Role.create)
|
||||
..pc<$52.Role>(4, _omitFieldNames ? '' : 'Roles', $pb.PbFieldType.PM, protoName: 'Roles', subBuilder: $52.Role.create)
|
||||
..pc<$3.ModuleRegistration>(5, _omitFieldNames ? '' : 'Workflows', $pb.PbFieldType.PM, protoName: 'Workflows', subBuilder: $3.ModuleRegistration.create)
|
||||
..pc<$37.Module>(6, _omitFieldNames ? '' : 'Modules', $pb.PbFieldType.PM, protoName: 'Modules', subBuilder: $37.Module.create)
|
||||
..pc<$34.Module>(6, _omitFieldNames ? '' : 'Modules', $pb.PbFieldType.PM, protoName: 'Modules', subBuilder: $34.Module.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -445,13 +445,13 @@ class RegisterPackageRequest extends $pb.GeneratedMessage {
|
||||
void clearForceFullScopeCreation() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$55.Role> get roles => $_getList(3);
|
||||
$pb.PbList<$52.Role> get roles => $_getList(3);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$3.ModuleRegistration> get workflows => $_getList(4);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$37.Module> get modules => $_getList(5);
|
||||
$pb.PbList<$34.Module> get modules => $_getList(5);
|
||||
}
|
||||
|
||||
class RegisterPackageResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -1,342 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointment.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'collabShared.pb.dart' as $75;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'slotbooking.pb.dart' as $70;
|
||||
import 'slotbooking.pbenum.dart' as $70;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
///
|
||||
/// Aggregation object message
|
||||
class Appointment extends $pb.GeneratedMessage {
|
||||
factory Appointment({
|
||||
$3.EventHeader? lastEventHeader,
|
||||
$3.EntityID? iD,
|
||||
AppointmentPayload? payload,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (lastEventHeader != null) {
|
||||
$result.lastEventHeader = lastEventHeader;
|
||||
}
|
||||
if (iD != null) {
|
||||
$result.iD = iD;
|
||||
}
|
||||
if (payload != null) {
|
||||
$result.payload = payload;
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
Appointment._() : super();
|
||||
factory Appointment.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Appointment.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Appointment', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'LastEventHeader', protoName: 'LastEventHeader', subBuilder: $3.EventHeader.create)
|
||||
..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create)
|
||||
..aOM<AppointmentPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentPayload.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')
|
||||
Appointment clone() => Appointment()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
Appointment copyWith(void Function(Appointment) updates) => super.copyWith((message) => updates(message as Appointment)) as Appointment;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Appointment create() => Appointment._();
|
||||
Appointment createEmptyInstance() => create();
|
||||
static $pb.PbList<Appointment> createRepeated() => $pb.PbList<Appointment>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Appointment getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Appointment>(create);
|
||||
static Appointment? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.EventHeader get lastEventHeader => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set lastEventHeader($3.EventHeader v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasLastEventHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearLastEventHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.EventHeader ensureLastEventHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$3.EntityID get iD => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set iD($3.EntityID v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearID() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$3.EntityID ensureID() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
AppointmentPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(AppointmentPayload v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearPayload() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
AppointmentPayload ensurePayload() => $_ensure(2);
|
||||
}
|
||||
|
||||
class AppointmentPayload extends $pb.GeneratedMessage {
|
||||
factory AppointmentPayload({
|
||||
$70.AppointmentType? appointmentType,
|
||||
$core.Iterable<$75.Commission>? commissions,
|
||||
$core.Iterable<$70.QuantityByUnit>? quantitiesByUnits,
|
||||
$core.Iterable<$70.Segmentation>? segmentations,
|
||||
$core.Iterable<$70.CarrierInformation>? carrierInformation,
|
||||
$70.Slot? slot,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$75.AppointmentStatusStruct? status,
|
||||
$core.String? creationDate,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (appointmentType != null) {
|
||||
$result.appointmentType = appointmentType;
|
||||
}
|
||||
if (commissions != null) {
|
||||
$result.commissions.addAll(commissions);
|
||||
}
|
||||
if (quantitiesByUnits != null) {
|
||||
$result.quantitiesByUnits.addAll(quantitiesByUnits);
|
||||
}
|
||||
if (segmentations != null) {
|
||||
$result.segmentations.addAll(segmentations);
|
||||
}
|
||||
if (carrierInformation != null) {
|
||||
$result.carrierInformation.addAll(carrierInformation);
|
||||
}
|
||||
if (slot != null) {
|
||||
$result.slot = slot;
|
||||
}
|
||||
if (emails != null) {
|
||||
$result.emails.addAll(emails);
|
||||
}
|
||||
if (status != null) {
|
||||
$result.status = status;
|
||||
}
|
||||
if (creationDate != null) {
|
||||
$result.creationDate = creationDate;
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
AppointmentPayload._() : super();
|
||||
factory AppointmentPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory AppointmentPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..e<$70.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENTTYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values)
|
||||
..pc<$75.Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $75.Commission.create)
|
||||
..pc<$70.QuantityByUnit>(3, _omitFieldNames ? '' : 'QuantitiesByUnits', $pb.PbFieldType.PM, protoName: 'QuantitiesByUnits', subBuilder: $70.QuantityByUnit.create)
|
||||
..pc<$70.Segmentation>(4, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: $70.Segmentation.create)
|
||||
..pc<$70.CarrierInformation>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $70.CarrierInformation.create)
|
||||
..aOM<$70.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $70.Slot.create)
|
||||
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..aOM<$75.AppointmentStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.AppointmentStatusStruct.create)
|
||||
..aOS(9, _omitFieldNames ? '' : 'CreationDate', protoName: 'CreationDate')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentPayload clone() => AppointmentPayload()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentPayload copyWith(void Function(AppointmentPayload) updates) => super.copyWith((message) => updates(message as AppointmentPayload)) as AppointmentPayload;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentPayload create() => AppointmentPayload._();
|
||||
AppointmentPayload createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentPayload> createRepeated() => $pb.PbList<AppointmentPayload>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentPayload>(create);
|
||||
static AppointmentPayload? _defaultInstance;
|
||||
|
||||
/// Type of appointment : Expedition / Reception / Both
|
||||
@$pb.TagNumber(1)
|
||||
$70.AppointmentType get appointmentType => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set appointmentType($70.AppointmentType v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasAppointmentType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearAppointmentType() => $_clearField(1);
|
||||
|
||||
/// List of the orders and projects for which the appointment is made, with the quantities
|
||||
/// TODO ??
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$75.Commission> get commissions => $_getList(1);
|
||||
|
||||
/// Cumulative quantity for all the commissions
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$70.QuantityByUnit> get quantitiesByUnits => $_getList(2);
|
||||
|
||||
/// Set of segmentation constraining the slot booking
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$70.Segmentation> get segmentations => $_getList(3);
|
||||
|
||||
/// Required carrierInformation, some can be obligatory
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$70.CarrierInformation> get carrierInformation => $_getList(4);
|
||||
|
||||
/// The slot booked for the appointment
|
||||
@$pb.TagNumber(6)
|
||||
$70.Slot get slot => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set slot($70.Slot v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasSlot() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearSlot() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$70.Slot ensureSlot() => $_ensure(5);
|
||||
|
||||
/// User mails being notified on this appointment
|
||||
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
|
||||
@$pb.TagNumber(7)
|
||||
$pb.PbList<$core.String> get emails => $_getList(6);
|
||||
|
||||
/// Appointment Status and status history
|
||||
@$pb.TagNumber(8)
|
||||
$75.AppointmentStatusStruct get status => $_getN(7);
|
||||
@$pb.TagNumber(8)
|
||||
set status($75.AppointmentStatusStruct v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasStatus() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearStatus() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$75.AppointmentStatusStruct ensureStatus() => $_ensure(7);
|
||||
|
||||
/// Creation date of the appointment
|
||||
@$pb.TagNumber(9)
|
||||
$core.String get creationDate => $_getSZ(8);
|
||||
@$pb.TagNumber(9)
|
||||
set creationDate($core.String v) { $_setString(8, v); }
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool hasCreationDate() => $_has(8);
|
||||
@$pb.TagNumber(9)
|
||||
void clearCreationDate() => $_clearField(9);
|
||||
}
|
||||
|
||||
class AppointmentTriplet extends $pb.GeneratedMessage {
|
||||
factory AppointmentTriplet({
|
||||
Appointment? current,
|
||||
Appointment? previous,
|
||||
Appointment? lastEvent,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (current != null) {
|
||||
$result.current = current;
|
||||
}
|
||||
if (previous != null) {
|
||||
$result.previous = previous;
|
||||
}
|
||||
if (lastEvent != null) {
|
||||
$result.lastEvent = lastEvent;
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
AppointmentTriplet._() : super();
|
||||
factory AppointmentTriplet.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory AppointmentTriplet.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentTriplet', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<Appointment>(1, _omitFieldNames ? '' : 'Current', protoName: 'Current', subBuilder: Appointment.create)
|
||||
..aOM<Appointment>(2, _omitFieldNames ? '' : 'Previous', protoName: 'Previous', subBuilder: Appointment.create)
|
||||
..aOM<Appointment>(3, _omitFieldNames ? '' : 'LastEvent', protoName: 'LastEvent', subBuilder: Appointment.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')
|
||||
AppointmentTriplet clone() => AppointmentTriplet()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentTriplet copyWith(void Function(AppointmentTriplet) updates) => super.copyWith((message) => updates(message as AppointmentTriplet)) as AppointmentTriplet;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentTriplet create() => AppointmentTriplet._();
|
||||
AppointmentTriplet createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentTriplet> createRepeated() => $pb.PbList<AppointmentTriplet>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentTriplet getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentTriplet>(create);
|
||||
static AppointmentTriplet? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
Appointment get current => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set current(Appointment v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCurrent() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearCurrent() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
Appointment ensureCurrent() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
Appointment get previous => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set previous(Appointment v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasPrevious() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearPrevious() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
Appointment ensurePrevious() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
Appointment get lastEvent => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set lastEvent(Appointment v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasLastEvent() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearLastEvent() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
Appointment ensureLastEvent() => $_ensure(2);
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointment.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -1,82 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointment.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use appointmentDescriptor instead')
|
||||
const Appointment$json = {
|
||||
'1': 'Appointment',
|
||||
'2': [
|
||||
{'1': 'LastEventHeader', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '10': 'LastEventHeader'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentPayload', '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `Appointment`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentDescriptor = $convert.base64Decode(
|
||||
'CgtBcHBvaW50bWVudBI6Cg9MYXN0RXZlbnRIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZX'
|
||||
'JSD0xhc3RFdmVudEhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFICSUQSMQoHUGF5'
|
||||
'bG9hZBgDIAEoCzIXLmFwaS5BcHBvaW50bWVudFBheWxvYWRSB1BheWxvYWQ6IZJBHgocMhpBZ2'
|
||||
'dyZWdhdGlvbiBvYmplY3QgbWVzc2FnZQ==');
|
||||
|
||||
@$core.Deprecated('Use appointmentPayloadDescriptor instead')
|
||||
const AppointmentPayload$json = {
|
||||
'1': 'AppointmentPayload',
|
||||
'2': [
|
||||
{'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'},
|
||||
{'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
|
||||
{'1': 'QuantitiesByUnits', '3': 3, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '10': 'QuantitiesByUnits'},
|
||||
{'1': 'Segmentations', '3': 4, '4': 3, '5': 11, '6': '.api.Segmentation', '10': 'Segmentations'},
|
||||
{'1': 'CarrierInformation', '3': 5, '4': 3, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformation'},
|
||||
{'1': 'Slot', '3': 6, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'},
|
||||
{'1': 'Emails', '3': 7, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
{'1': 'Status', '3': 8, '4': 1, '5': 11, '6': '.api.AppointmentStatusStruct', '8': {}, '10': 'Status'},
|
||||
{'1': 'CreationDate', '3': 9, '4': 1, '5': 9, '8': {}, '10': 'CreationDate'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode(
|
||||
'ChJBcHBvaW50bWVudFBheWxvYWQSPgoPQXBwb2ludG1lbnRUeXBlGAEgASgOMhQuYXBpLkFwcG'
|
||||
'9pbnRtZW50VHlwZVIPQXBwb2ludG1lbnRUeXBlEjEKC0NvbW1pc3Npb25zGAIgAygLMg8uYXBp'
|
||||
'LkNvbW1pc3Npb25SC0NvbW1pc3Npb25zEkEKEVF1YW50aXRpZXNCeVVuaXRzGAMgAygLMhMuYX'
|
||||
'BpLlF1YW50aXR5QnlVbml0UhFRdWFudGl0aWVzQnlVbml0cxI3Cg1TZWdtZW50YXRpb25zGAQg'
|
||||
'AygLMhEuYXBpLlNlZ21lbnRhdGlvblINU2VnbWVudGF0aW9ucxJHChJDYXJyaWVySW5mb3JtYX'
|
||||
'Rpb24YBSADKAsyFy5hcGkuQ2FycmllckluZm9ybWF0aW9uUhJDYXJyaWVySW5mb3JtYXRpb24S'
|
||||
'HQoEU2xvdBgGIAEoCzIJLmFwaS5TbG90UgRTbG90En0KBkVtYWlscxgHIAMoCUJlkkFRMh1NdX'
|
||||
'N0IGJlIGEgdmFsaWQgZW1haWwgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndp'
|
||||
'bGwuc21pdGhAcmVmbGV4LmNvbSJd+kIOkgELCAEiB3IFYAHwAQFSBkVtYWlscxJlCgZTdGF0dX'
|
||||
'MYCCABKAsyHC5hcGkuQXBwb2ludG1lbnRTdGF0dXNTdHJ1Y3RCL5JBGzIZU3RhdHVzIG9mIHRo'
|
||||
'ZSBhcHBvaW50bWVudPLBGA1TdGF0dXNVcGRhdGVkUgZTdGF0dXMSOwoMQ3JlYXRpb25EYXRlGA'
|
||||
'kgASgJQhf6QgVyA9ABAdrCGAsKCQoBKhIEZGF0ZVIMQ3JlYXRpb25EYXRlOhWSQRIKENIBDVNl'
|
||||
'Z21lbnRhdGlvbnM=');
|
||||
|
||||
@$core.Deprecated('Use appointmentTripletDescriptor instead')
|
||||
const AppointmentTriplet$json = {
|
||||
'1': 'AppointmentTriplet',
|
||||
'2': [
|
||||
{'1': 'Current', '3': 1, '4': 1, '5': 11, '6': '.api.Appointment', '10': 'Current'},
|
||||
{'1': 'Previous', '3': 2, '4': 1, '5': 11, '6': '.api.Appointment', '10': 'Previous'},
|
||||
{'1': 'LastEvent', '3': 3, '4': 1, '5': 11, '6': '.api.Appointment', '10': 'LastEvent'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentTriplet`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentTripletDescriptor = $convert.base64Decode(
|
||||
'ChJBcHBvaW50bWVudFRyaXBsZXQSKgoHQ3VycmVudBgBIAEoCzIQLmFwaS5BcHBvaW50bWVudF'
|
||||
'IHQ3VycmVudBIsCghQcmV2aW91cxgCIAEoCzIQLmFwaS5BcHBvaW50bWVudFIIUHJldmlvdXMS'
|
||||
'LgoJTGFzdEV2ZW50GAMgASgLMhAuYXBpLkFwcG9pbnRtZW50UglMYXN0RXZlbnQ=');
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointmentAction.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointmentAction.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointmentAction.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointmentInput.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -1,235 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointmentInput.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:async' as $async;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'appointmentInput.pb.dart' as $7;
|
||||
|
||||
export 'appointmentInput.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.AppointmentInputAPI')
|
||||
class AppointmentInputAPIClient extends $grpc.Client {
|
||||
static final _$created = $grpc.ClientMethod<$7.AppointmentCreatedRequest, $7.AppointmentCreatedResponse>(
|
||||
'/api.AppointmentInputAPI/Created',
|
||||
($7.AppointmentCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.AppointmentCreatedResponse.fromBuffer(value));
|
||||
static final _$canceled = $grpc.ClientMethod<$7.AppointmentCanceledRequest, $7.AppointmentCanceledResponse>(
|
||||
'/api.AppointmentInputAPI/Canceled',
|
||||
($7.AppointmentCanceledRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.AppointmentCanceledResponse.fromBuffer(value));
|
||||
static final _$carrierInformationUpdated = $grpc.ClientMethod<$7.AppointmentCarrierInformationUpdatedRequest, $7.AppointmentCarrierInformationUpdatedResponse>(
|
||||
'/api.AppointmentInputAPI/CarrierInformationUpdated',
|
||||
($7.AppointmentCarrierInformationUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.AppointmentCarrierInformationUpdatedResponse.fromBuffer(value));
|
||||
static final _$carrierExpected = $grpc.ClientMethod<$7.AppointmentCarrierExpectedRequest, $7.AppointmentCarrierExpectedResponse>(
|
||||
'/api.AppointmentInputAPI/CarrierExpected',
|
||||
($7.AppointmentCarrierExpectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.AppointmentCarrierExpectedResponse.fromBuffer(value));
|
||||
static final _$carrierArrived = $grpc.ClientMethod<$7.AppointmentCarrierArrivedRequest, $7.AppointmentCarrierArrivedResponse>(
|
||||
'/api.AppointmentInputAPI/CarrierArrived',
|
||||
($7.AppointmentCarrierArrivedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.AppointmentCarrierArrivedResponse.fromBuffer(value));
|
||||
static final _$expeditionStarted = $grpc.ClientMethod<$7.AppointmentExpeditionStartedRequest, $7.AppointmentExpeditionStartedResponse>(
|
||||
'/api.AppointmentInputAPI/ExpeditionStarted',
|
||||
($7.AppointmentExpeditionStartedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.AppointmentExpeditionStartedResponse.fromBuffer(value));
|
||||
static final _$expeditionLoaded = $grpc.ClientMethod<$7.AppointmentExpeditionLoadedRequest, $7.AppointmentExpeditionLoadedResponse>(
|
||||
'/api.AppointmentInputAPI/ExpeditionLoaded',
|
||||
($7.AppointmentExpeditionLoadedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.AppointmentExpeditionLoadedResponse.fromBuffer(value));
|
||||
static final _$receptionStarted = $grpc.ClientMethod<$7.AppointmentReceptionStartedRequest, $7.AppointmentReceptionStartedResponse>(
|
||||
'/api.AppointmentInputAPI/ReceptionStarted',
|
||||
($7.AppointmentReceptionStartedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.AppointmentReceptionStartedResponse.fromBuffer(value));
|
||||
static final _$receptionUnloaded = $grpc.ClientMethod<$7.AppointmentReceptionUnloadedRequest, $7.AppointmentReceptionUnloadedResponse>(
|
||||
'/api.AppointmentInputAPI/ReceptionUnloaded',
|
||||
($7.AppointmentReceptionUnloadedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.AppointmentReceptionUnloadedResponse.fromBuffer(value));
|
||||
static final _$carrierDeparted = $grpc.ClientMethod<$7.AppointmentCarrierDepartedRequest, $7.AppointmentCarrierDepartedResponse>(
|
||||
'/api.AppointmentInputAPI/CarrierDeparted',
|
||||
($7.AppointmentCarrierDepartedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.AppointmentCarrierDepartedResponse.fromBuffer(value));
|
||||
|
||||
AppointmentInputAPIClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$7.AppointmentCreatedResponse> created($7.AppointmentCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$created, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$7.AppointmentCanceledResponse> canceled($7.AppointmentCanceledRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$canceled, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$7.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated($7.AppointmentCarrierInformationUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$carrierInformationUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$7.AppointmentCarrierExpectedResponse> carrierExpected($7.AppointmentCarrierExpectedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$carrierExpected, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$7.AppointmentCarrierArrivedResponse> carrierArrived($7.AppointmentCarrierArrivedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$carrierArrived, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$7.AppointmentExpeditionStartedResponse> expeditionStarted($7.AppointmentExpeditionStartedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$expeditionStarted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$7.AppointmentExpeditionLoadedResponse> expeditionLoaded($7.AppointmentExpeditionLoadedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$expeditionLoaded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$7.AppointmentReceptionStartedResponse> receptionStarted($7.AppointmentReceptionStartedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$receptionStarted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$7.AppointmentReceptionUnloadedResponse> receptionUnloaded($7.AppointmentReceptionUnloadedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$receptionUnloaded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$7.AppointmentCarrierDepartedResponse> carrierDeparted($7.AppointmentCarrierDepartedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$carrierDeparted, request, options: options);
|
||||
}
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('api.AppointmentInputAPI')
|
||||
abstract class AppointmentInputAPIServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.AppointmentInputAPI';
|
||||
|
||||
AppointmentInputAPIServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$7.AppointmentCreatedRequest, $7.AppointmentCreatedResponse>(
|
||||
'Created',
|
||||
created_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.AppointmentCreatedRequest.fromBuffer(value),
|
||||
($7.AppointmentCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.AppointmentCanceledRequest, $7.AppointmentCanceledResponse>(
|
||||
'Canceled',
|
||||
canceled_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.AppointmentCanceledRequest.fromBuffer(value),
|
||||
($7.AppointmentCanceledResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.AppointmentCarrierInformationUpdatedRequest, $7.AppointmentCarrierInformationUpdatedResponse>(
|
||||
'CarrierInformationUpdated',
|
||||
carrierInformationUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.AppointmentCarrierInformationUpdatedRequest.fromBuffer(value),
|
||||
($7.AppointmentCarrierInformationUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.AppointmentCarrierExpectedRequest, $7.AppointmentCarrierExpectedResponse>(
|
||||
'CarrierExpected',
|
||||
carrierExpected_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.AppointmentCarrierExpectedRequest.fromBuffer(value),
|
||||
($7.AppointmentCarrierExpectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.AppointmentCarrierArrivedRequest, $7.AppointmentCarrierArrivedResponse>(
|
||||
'CarrierArrived',
|
||||
carrierArrived_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.AppointmentCarrierArrivedRequest.fromBuffer(value),
|
||||
($7.AppointmentCarrierArrivedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.AppointmentExpeditionStartedRequest, $7.AppointmentExpeditionStartedResponse>(
|
||||
'ExpeditionStarted',
|
||||
expeditionStarted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.AppointmentExpeditionStartedRequest.fromBuffer(value),
|
||||
($7.AppointmentExpeditionStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.AppointmentExpeditionLoadedRequest, $7.AppointmentExpeditionLoadedResponse>(
|
||||
'ExpeditionLoaded',
|
||||
expeditionLoaded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.AppointmentExpeditionLoadedRequest.fromBuffer(value),
|
||||
($7.AppointmentExpeditionLoadedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.AppointmentReceptionStartedRequest, $7.AppointmentReceptionStartedResponse>(
|
||||
'ReceptionStarted',
|
||||
receptionStarted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.AppointmentReceptionStartedRequest.fromBuffer(value),
|
||||
($7.AppointmentReceptionStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.AppointmentReceptionUnloadedRequest, $7.AppointmentReceptionUnloadedResponse>(
|
||||
'ReceptionUnloaded',
|
||||
receptionUnloaded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.AppointmentReceptionUnloadedRequest.fromBuffer(value),
|
||||
($7.AppointmentReceptionUnloadedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.AppointmentCarrierDepartedRequest, $7.AppointmentCarrierDepartedResponse>(
|
||||
'CarrierDeparted',
|
||||
carrierDeparted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.AppointmentCarrierDepartedRequest.fromBuffer(value),
|
||||
($7.AppointmentCarrierDepartedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCreatedRequest> $request) async {
|
||||
return created($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentCanceledResponse> canceled_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCanceledRequest> $request) async {
|
||||
return canceled($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCarrierInformationUpdatedRequest> $request) async {
|
||||
return carrierInformationUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentCarrierExpectedResponse> carrierExpected_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCarrierExpectedRequest> $request) async {
|
||||
return carrierExpected($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentCarrierArrivedResponse> carrierArrived_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCarrierArrivedRequest> $request) async {
|
||||
return carrierArrived($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentExpeditionStartedResponse> expeditionStarted_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentExpeditionStartedRequest> $request) async {
|
||||
return expeditionStarted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentExpeditionLoadedResponse> expeditionLoaded_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentExpeditionLoadedRequest> $request) async {
|
||||
return expeditionLoaded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentReceptionStartedResponse> receptionStarted_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentReceptionStartedRequest> $request) async {
|
||||
return receptionStarted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentReceptionUnloadedResponse> receptionUnloaded_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentReceptionUnloadedRequest> $request) async {
|
||||
return receptionUnloaded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentCarrierDepartedResponse> carrierDeparted_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCarrierDepartedRequest> $request) async {
|
||||
return carrierDeparted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.AppointmentCreatedResponse> created($grpc.ServiceCall call, $7.AppointmentCreatedRequest request);
|
||||
$async.Future<$7.AppointmentCanceledResponse> canceled($grpc.ServiceCall call, $7.AppointmentCanceledRequest request);
|
||||
$async.Future<$7.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated($grpc.ServiceCall call, $7.AppointmentCarrierInformationUpdatedRequest request);
|
||||
$async.Future<$7.AppointmentCarrierExpectedResponse> carrierExpected($grpc.ServiceCall call, $7.AppointmentCarrierExpectedRequest request);
|
||||
$async.Future<$7.AppointmentCarrierArrivedResponse> carrierArrived($grpc.ServiceCall call, $7.AppointmentCarrierArrivedRequest request);
|
||||
$async.Future<$7.AppointmentExpeditionStartedResponse> expeditionStarted($grpc.ServiceCall call, $7.AppointmentExpeditionStartedRequest request);
|
||||
$async.Future<$7.AppointmentExpeditionLoadedResponse> expeditionLoaded($grpc.ServiceCall call, $7.AppointmentExpeditionLoadedRequest request);
|
||||
$async.Future<$7.AppointmentReceptionStartedResponse> receptionStarted($grpc.ServiceCall call, $7.AppointmentReceptionStartedRequest request);
|
||||
$async.Future<$7.AppointmentReceptionUnloadedResponse> receptionUnloaded($grpc.ServiceCall call, $7.AppointmentReceptionUnloadedRequest request);
|
||||
$async.Future<$7.AppointmentCarrierDepartedResponse> carrierDeparted($grpc.ServiceCall call, $7.AppointmentCarrierDepartedRequest request);
|
||||
}
|
||||
@@ -1,693 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointmentInput.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use appointmentCreatedPayloadDescriptor instead')
|
||||
const AppointmentCreatedPayload$json = {
|
||||
'1': 'AppointmentCreatedPayload',
|
||||
'2': [
|
||||
{'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
|
||||
{'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.Commission', '8': {}, '10': 'Commissions'},
|
||||
{'1': 'QuantitiesByUnits', '3': 3, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'QuantitiesByUnits'},
|
||||
{'1': 'Segmentations', '3': 4, '4': 3, '5': 11, '6': '.api.Segmentation', '10': 'Segmentations'},
|
||||
{'1': 'CarrierInformation', '3': 5, '4': 3, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformation'},
|
||||
{'1': 'Slot', '3': 6, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'},
|
||||
{'1': 'Emails', '3': 7, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCreatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCreatedPayloadDescriptor = $convert.base64Decode(
|
||||
'ChlBcHBvaW50bWVudENyZWF0ZWRQYXlsb2FkEkgKD0FwcG9pbnRtZW50VHlwZRgBIAEoDjIULm'
|
||||
'FwaS5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudFR5cGUSOwoLQ29tbWlz'
|
||||
'c2lvbnMYAiADKAsyDy5hcGkuQ29tbWlzc2lvbkII+kIFkgECCAFSC0NvbW1pc3Npb25zEksKEV'
|
||||
'F1YW50aXRpZXNCeVVuaXRzGAMgAygLMhMuYXBpLlF1YW50aXR5QnlVbml0Qgj6QgWSAQIIAVIR'
|
||||
'UXVhbnRpdGllc0J5VW5pdHMSNwoNU2VnbWVudGF0aW9ucxgEIAMoCzIRLmFwaS5TZWdtZW50YX'
|
||||
'Rpb25SDVNlZ21lbnRhdGlvbnMSRwoSQ2FycmllckluZm9ybWF0aW9uGAUgAygLMhcuYXBpLkNh'
|
||||
'cnJpZXJJbmZvcm1hdGlvblISQ2FycmllckluZm9ybWF0aW9uEh0KBFNsb3QYBiABKAsyCS5hcG'
|
||||
'kuU2xvdFIEU2xvdBJ9CgZFbWFpbHMYByADKAlCZZJBUTIdTXVzdCBiZSBhIHZhbGlkIGVtYWls'
|
||||
'IGFkZHJlc3NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxleC5jb2'
|
||||
'0iXfpCDpIBCwgBIgdyBWAB8AEBUgZFbWFpbHM6PpJBIwohMg1FdmVudCBQYXlsb2Fk0gEPQXBw'
|
||||
'b2ludG1lbnRUeXBlorsYBUV2ZW50qLsYAbq7GAdDcmVhdGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCreatedEventDescriptor instead')
|
||||
const AppointmentCreatedEvent$json = {
|
||||
'1': 'AppointmentCreatedEvent',
|
||||
'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.AppointmentCreatedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCreatedEventDescriptor = $convert.base64Decode(
|
||||
'ChdBcHBvaW50bWVudENyZWF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZW'
|
||||
'FkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoB'
|
||||
'AhABUgJJRBJCCgdQYXlsb2FkGAMgASgLMh4uYXBpLkFwcG9pbnRtZW50Q3JlYXRlZFBheWxvYW'
|
||||
'RCCPpCBYoBAhABUgdQYXlsb2FkOjGSQRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9hZKK7GAVF'
|
||||
'dmVudLq7GAdDcmVhdGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCreatedRequestDescriptor instead')
|
||||
const AppointmentCreatedRequest$json = {
|
||||
'1': 'AppointmentCreatedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '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.AppointmentCreatedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCreatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCreatedRequestDescriptor = $convert.base64Decode(
|
||||
'ChlBcHBvaW50bWVudENyZWF0ZWRSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLmFwaS5SZXF1ZX'
|
||||
'N0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ'
|
||||
'REII+kIFigECEAFSAklEEkIKB1BheWxvYWQYAyABKAsyHi5hcGkuQXBwb2ludG1lbnRDcmVhdG'
|
||||
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6M5JBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXls'
|
||||
'b2FkorsYB1JlcXVlc3S6uxgHQ3JlYXRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentCreatedResponseDescriptor instead')
|
||||
const AppointmentCreatedResponse$json = {
|
||||
'1': 'AppointmentCreatedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCreatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCreatedResponseDescriptor = $convert.base64Decode(
|
||||
'ChpBcHBvaW50bWVudENyZWF0ZWRSZXNwb25zZRIvCgZIZWFkZXIYASABKAsyFy5hcGkuUmVzcG'
|
||||
'9uc2VTaXRlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEOhei'
|
||||
'uxgIUmVzcG9uc2W6uxgHQ3JlYXRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentCanceledPayloadDescriptor instead')
|
||||
const AppointmentCanceledPayload$json = {
|
||||
'1': 'AppointmentCanceledPayload',
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCanceledPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCanceledPayloadDescriptor = $convert.base64Decode(
|
||||
'ChpBcHBvaW50bWVudENhbmNlbGVkUGF5bG9hZDotkkERCg8yDUV2ZW50IFBheWxvYWSiuxgFRX'
|
||||
'ZlbnSouxgBursYCENhbmNlbGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCanceledEventDescriptor instead')
|
||||
const AppointmentCanceledEvent$json = {
|
||||
'1': 'AppointmentCanceledEvent',
|
||||
'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.AppointmentCanceledPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCanceledEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCanceledEventDescriptor = $convert.base64Decode(
|
||||
'ChhBcHBvaW50bWVudENhbmNlbGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SG'
|
||||
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6QgWK'
|
||||
'AQIQAVICSUQSQwoHUGF5bG9hZBgDIAEoCzIfLmFwaS5BcHBvaW50bWVudENhbmNlbGVkUGF5bG'
|
||||
'9hZEII+kIFigECEAFSB1BheWxvYWQ6MpJBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsY'
|
||||
'BUV2ZW50ursYCENhbmNlbGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCanceledRequestDescriptor instead')
|
||||
const AppointmentCanceledRequest$json = {
|
||||
'1': 'AppointmentCanceledRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '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.AppointmentCanceledPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCanceledRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCanceledRequestDescriptor = $convert.base64Decode(
|
||||
'ChpBcHBvaW50bWVudENhbmNlbGVkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi5hcGkuUmVxdW'
|
||||
'VzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
|
||||
'SURCCPpCBYoBAhABUgJJRBJDCgdQYXlsb2FkGAMgASgLMh8uYXBpLkFwcG9pbnRtZW50Q2FuY2'
|
||||
'VsZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo0kkEaChjSAQZIZWFkZXLSAQJJRNIBB1Bh'
|
||||
'eWxvYWSiuxgHUmVxdWVzdLq7GAhDYW5jZWxlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentCanceledResponseDescriptor instead')
|
||||
const AppointmentCanceledResponse$json = {
|
||||
'1': 'AppointmentCanceledResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCanceledResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCanceledResponseDescriptor = $convert.base64Decode(
|
||||
'ChtBcHBvaW50bWVudENhbmNlbGVkUmVzcG9uc2USLwoGSGVhZGVyGAEgASgLMhcuYXBpLlJlc3'
|
||||
'BvbnNlU2l0ZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRDoY'
|
||||
'orsYCFJlc3BvbnNlursYCENhbmNlbGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierInformationUpdatedPayloadDescriptor instead')
|
||||
const AppointmentCarrierInformationUpdatedPayload$json = {
|
||||
'1': 'AppointmentCarrierInformationUpdatedPayload',
|
||||
'2': [
|
||||
{'1': 'CarrierInformation', '3': 1, '4': 3, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformation'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierInformationUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierInformationUpdatedPayloadDescriptor = $convert.base64Decode(
|
||||
'CitBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRQYXlsb2FkEkcKEkNhcnJpZX'
|
||||
'JJbmZvcm1hdGlvbhgBIAMoCzIXLmFwaS5DYXJyaWVySW5mb3JtYXRpb25SEkNhcnJpZXJJbmZv'
|
||||
'cm1hdGlvbjo+kkERCg8yDUV2ZW50IFBheWxvYWSiuxgFRXZlbnSouxgBursYGUNhcnJpZXJJbm'
|
||||
'Zvcm1hdGlvblVwZGF0ZWQ=');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierInformationUpdatedEventDescriptor instead')
|
||||
const AppointmentCarrierInformationUpdatedEvent$json = {
|
||||
'1': 'AppointmentCarrierInformationUpdatedEvent',
|
||||
'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.AppointmentCarrierInformationUpdatedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierInformationUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierInformationUpdatedEventDescriptor = $convert.base64Decode(
|
||||
'CilBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRFdmVudBIyCgZIZWFkZXIYAS'
|
||||
'ABKAsyEC5hcGkuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5h'
|
||||
'cGkuRW50aXR5SURCCPpCBYoBAhABUgJJRBJUCgdQYXlsb2FkGAMgASgLMjAuYXBpLkFwcG9pbn'
|
||||
'RtZW50Q2FycmllckluZm9ybWF0aW9uVXBkYXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2Fk'
|
||||
'OkOSQRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBlDYXJyaWVySW5mb3'
|
||||
'JtYXRpb25VcGRhdGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierInformationUpdatedRequestDescriptor instead')
|
||||
const AppointmentCarrierInformationUpdatedRequest$json = {
|
||||
'1': 'AppointmentCarrierInformationUpdatedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '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.AppointmentCarrierInformationUpdatedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierInformationUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierInformationUpdatedRequestDescriptor = $convert.base64Decode(
|
||||
'CitBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRSZXF1ZXN0EjgKBkhlYWRlch'
|
||||
'gBIAEoCzIWLmFwaS5SZXF1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgC'
|
||||
'IAEoCzINLmFwaS5FbnRpdHlJREII+kIFigECEAFSAklEElQKB1BheWxvYWQYAyABKAsyMC5hcG'
|
||||
'kuQXBwb2ludG1lbnRDYXJyaWVySW5mb3JtYXRpb25VcGRhdGVkUGF5bG9hZEII+kIFigECEAFS'
|
||||
'B1BheWxvYWQ6RZJBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgZQ2'
|
||||
'FycmllckluZm9ybWF0aW9uVXBkYXRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierInformationUpdatedResponseDescriptor instead')
|
||||
const AppointmentCarrierInformationUpdatedResponse$json = {
|
||||
'1': 'AppointmentCarrierInformationUpdatedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierInformationUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierInformationUpdatedResponseDescriptor = $convert.base64Decode(
|
||||
'CixBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRSZXNwb25zZRIvCgZIZWFkZX'
|
||||
'IYASABKAsyFy5hcGkuUmVzcG9uc2VTaXRlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5h'
|
||||
'cGkuRW50aXR5SURSAklEOimiuxgIUmVzcG9uc2W6uxgZQ2FycmllckluZm9ybWF0aW9uVXBkYX'
|
||||
'RlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierExpectedPayloadDescriptor instead')
|
||||
const AppointmentCarrierExpectedPayload$json = {
|
||||
'1': 'AppointmentCarrierExpectedPayload',
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierExpectedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierExpectedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiFBcHBvaW50bWVudENhcnJpZXJFeHBlY3RlZFBheWxvYWQ6NJJBEQoPMg1FdmVudCBQYXlsb2'
|
||||
'FkorsYBUV2ZW50qLsYAbq7GA9DYXJyaWVyRXhwZWN0ZWQ=');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierExpectedEventDescriptor instead')
|
||||
const AppointmentCarrierExpectedEvent$json = {
|
||||
'1': 'AppointmentCarrierExpectedEvent',
|
||||
'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.AppointmentCarrierExpectedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierExpectedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierExpectedEventDescriptor = $convert.base64Decode(
|
||||
'Ch9BcHBvaW50bWVudENhcnJpZXJFeHBlY3RlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS'
|
||||
'5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ'
|
||||
'REII+kIFigECEAFSAklEEkoKB1BheWxvYWQYAyABKAsyJi5hcGkuQXBwb2ludG1lbnRDYXJyaW'
|
||||
'VyRXhwZWN0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo5kkEaChjSAQZIZWFkZXLSAQJJ'
|
||||
'RNIBB1BheWxvYWSiuxgFRXZlbnS6uxgPQ2FycmllckV4cGVjdGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierExpectedRequestDescriptor instead')
|
||||
const AppointmentCarrierExpectedRequest$json = {
|
||||
'1': 'AppointmentCarrierExpectedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '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.AppointmentCarrierExpectedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierExpectedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierExpectedRequestDescriptor = $convert.base64Decode(
|
||||
'CiFBcHBvaW50bWVudENhcnJpZXJFeHBlY3RlZFJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYX'
|
||||
'BpLlJlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBp'
|
||||
'LkVudGl0eUlEQgj6QgWKAQIQAVICSUQSSgoHUGF5bG9hZBgDIAEoCzImLmFwaS5BcHBvaW50bW'
|
||||
'VudENhcnJpZXJFeHBlY3RlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjuSQRoKGNIBBkhl'
|
||||
'YWRlctIBAklE0gEHUGF5bG9hZKK7GAdSZXF1ZXN0ursYD0NhcnJpZXJFeHBlY3RlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierExpectedResponseDescriptor instead')
|
||||
const AppointmentCarrierExpectedResponse$json = {
|
||||
'1': 'AppointmentCarrierExpectedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierExpectedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierExpectedResponseDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudENhcnJpZXJFeHBlY3RlZFJlc3BvbnNlEi8KBkhlYWRlchgBIAEoCzIXLm'
|
||||
'FwaS5SZXNwb25zZVNpdGVIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ'
|
||||
'RFICSUQ6H6K7GAhSZXNwb25zZbq7GA9DYXJyaWVyRXhwZWN0ZWQ=');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierArrivedPayloadDescriptor instead')
|
||||
const AppointmentCarrierArrivedPayload$json = {
|
||||
'1': 'AppointmentCarrierArrivedPayload',
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierArrivedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierArrivedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudENhcnJpZXJBcnJpdmVkUGF5bG9hZDozkkERCg8yDUV2ZW50IFBheWxvYW'
|
||||
'SiuxgFRXZlbnSouxgBursYDkNhcnJpZXJBcnJpdmVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierArrivedEventDescriptor instead')
|
||||
const AppointmentCarrierArrivedEvent$json = {
|
||||
'1': 'AppointmentCarrierArrivedEvent',
|
||||
'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.AppointmentCarrierArrivedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierArrivedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierArrivedEventDescriptor = $convert.base64Decode(
|
||||
'Ch5BcHBvaW50bWVudENhcnJpZXJBcnJpdmVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLk'
|
||||
'V2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
|
||||
'Qgj6QgWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIlLmFwaS5BcHBvaW50bWVudENhcnJpZX'
|
||||
'JBcnJpdmVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6OJJBGgoY0gEGSGVhZGVy0gECSUTS'
|
||||
'AQdQYXlsb2FkorsYBUV2ZW50ursYDkNhcnJpZXJBcnJpdmVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierArrivedRequestDescriptor instead')
|
||||
const AppointmentCarrierArrivedRequest$json = {
|
||||
'1': 'AppointmentCarrierArrivedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '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.AppointmentCarrierArrivedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierArrivedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierArrivedRequestDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudENhcnJpZXJBcnJpdmVkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi5hcG'
|
||||
'kuUmVxdWVzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGku'
|
||||
'RW50aXR5SURCCPpCBYoBAhABUgJJRBJJCgdQYXlsb2FkGAMgASgLMiUuYXBpLkFwcG9pbnRtZW'
|
||||
'50Q2FycmllckFycml2ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo6kkEaChjSAQZIZWFk'
|
||||
'ZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GA5DYXJyaWVyQXJyaXZlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierArrivedResponseDescriptor instead')
|
||||
const AppointmentCarrierArrivedResponse$json = {
|
||||
'1': 'AppointmentCarrierArrivedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierArrivedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierArrivedResponseDescriptor = $convert.base64Decode(
|
||||
'CiFBcHBvaW50bWVudENhcnJpZXJBcnJpdmVkUmVzcG9uc2USLwoGSGVhZGVyGAEgASgLMhcuYX'
|
||||
'BpLlJlc3BvbnNlU2l0ZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
|
||||
'UgJJRDoeorsYCFJlc3BvbnNlursYDkNhcnJpZXJBcnJpdmVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionStartedPayloadDescriptor instead')
|
||||
const AppointmentExpeditionStartedPayload$json = {
|
||||
'1': 'AppointmentExpeditionStartedPayload',
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionStartedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionStartedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkUGF5bG9hZDo2kkERCg8yDUV2ZW50IFBheW'
|
||||
'xvYWSiuxgFRXZlbnSouxgBursYEUV4cGVkaXRpb25TdGFydGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionStartedEventDescriptor instead')
|
||||
const AppointmentExpeditionStartedEvent$json = {
|
||||
'1': 'AppointmentExpeditionStartedEvent',
|
||||
'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.AppointmentExpeditionStartedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionStartedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionStartedEventDescriptor = $convert.base64Decode(
|
||||
'CiFBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX'
|
||||
'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0'
|
||||
'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5BcHBvaW50bWVudEV4cG'
|
||||
'VkaXRpb25TdGFydGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6O5JBGgoY0gEGSGVhZGVy'
|
||||
'0gECSUTSAQdQYXlsb2FkorsYBUV2ZW50ursYEUV4cGVkaXRpb25TdGFydGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionStartedRequestDescriptor instead')
|
||||
const AppointmentExpeditionStartedRequest$json = {
|
||||
'1': 'AppointmentExpeditionStartedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '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.AppointmentExpeditionStartedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionStartedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionStartedRequestDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi'
|
||||
'5hcGkuUmVxdWVzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5h'
|
||||
'cGkuRW50aXR5SURCCPpCBYoBAhABUgJJRBJMCgdQYXlsb2FkGAMgASgLMiguYXBpLkFwcG9pbn'
|
||||
'RtZW50RXhwZWRpdGlvblN0YXJ0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo9kkEaChjS'
|
||||
'AQZIZWFkZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GBFFeHBlZGl0aW9uU3RhcnRlZA'
|
||||
'==');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionStartedResponseDescriptor instead')
|
||||
const AppointmentExpeditionStartedResponse$json = {
|
||||
'1': 'AppointmentExpeditionStartedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionStartedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionStartedResponseDescriptor = $convert.base64Decode(
|
||||
'CiRBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkUmVzcG9uc2USLwoGSGVhZGVyGAEgASgLMh'
|
||||
'cuYXBpLlJlc3BvbnNlU2l0ZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0'
|
||||
'eUlEUgJJRDohorsYCFJlc3BvbnNlursYEUV4cGVkaXRpb25TdGFydGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionLoadedPayloadDescriptor instead')
|
||||
const AppointmentExpeditionLoadedPayload$json = {
|
||||
'1': 'AppointmentExpeditionLoadedPayload',
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionLoadedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionLoadedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRQYXlsb2FkOjWSQREKDzINRXZlbnQgUGF5bG'
|
||||
'9hZKK7GAVFdmVudKi7GAG6uxgQRXhwZWRpdGlvbkxvYWRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionLoadedEventDescriptor instead')
|
||||
const AppointmentExpeditionLoadedEvent$json = {
|
||||
'1': 'AppointmentExpeditionLoadedEvent',
|
||||
'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.AppointmentExpeditionLoadedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionLoadedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionLoadedEventDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
|
||||
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
|
||||
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkFwcG9pbnRtZW50RXhwZW'
|
||||
'RpdGlvbkxvYWRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjqSQRoKGNIBBkhlYWRlctIB'
|
||||
'AklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBBFeHBlZGl0aW9uTG9hZGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionLoadedRequestDescriptor instead')
|
||||
const AppointmentExpeditionLoadedRequest$json = {
|
||||
'1': 'AppointmentExpeditionLoadedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '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.AppointmentExpeditionLoadedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionLoadedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionLoadedRequestDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLm'
|
||||
'FwaS5SZXF1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFw'
|
||||
'aS5FbnRpdHlJREII+kIFigECEAFSAklEEksKB1BheWxvYWQYAyABKAsyJy5hcGkuQXBwb2ludG'
|
||||
'1lbnRFeHBlZGl0aW9uTG9hZGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6PJJBGgoY0gEG'
|
||||
'SGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgQRXhwZWRpdGlvbkxvYWRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionLoadedResponseDescriptor instead')
|
||||
const AppointmentExpeditionLoadedResponse$json = {
|
||||
'1': 'AppointmentExpeditionLoadedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionLoadedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionLoadedResponseDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRSZXNwb25zZRIvCgZIZWFkZXIYASABKAsyFy'
|
||||
'5hcGkuUmVzcG9uc2VTaXRlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
|
||||
'SURSAklEOiCiuxgIUmVzcG9uc2W6uxgQRXhwZWRpdGlvbkxvYWRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionStartedPayloadDescriptor instead')
|
||||
const AppointmentReceptionStartedPayload$json = {
|
||||
'1': 'AppointmentReceptionStartedPayload',
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionStartedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionStartedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRQYXlsb2FkOjWSQREKDzINRXZlbnQgUGF5bG'
|
||||
'9hZKK7GAVFdmVudKi7GAG6uxgQUmVjZXB0aW9uU3RhcnRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionStartedEventDescriptor instead')
|
||||
const AppointmentReceptionStartedEvent$json = {
|
||||
'1': 'AppointmentReceptionStartedEvent',
|
||||
'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.AppointmentReceptionStartedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionStartedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionStartedEventDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
|
||||
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
|
||||
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkFwcG9pbnRtZW50UmVjZX'
|
||||
'B0aW9uU3RhcnRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjqSQRoKGNIBBkhlYWRlctIB'
|
||||
'AklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBBSZWNlcHRpb25TdGFydGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionStartedRequestDescriptor instead')
|
||||
const AppointmentReceptionStartedRequest$json = {
|
||||
'1': 'AppointmentReceptionStartedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '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.AppointmentReceptionStartedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionStartedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionStartedRequestDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLm'
|
||||
'FwaS5SZXF1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFw'
|
||||
'aS5FbnRpdHlJREII+kIFigECEAFSAklEEksKB1BheWxvYWQYAyABKAsyJy5hcGkuQXBwb2ludG'
|
||||
'1lbnRSZWNlcHRpb25TdGFydGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6PJJBGgoY0gEG'
|
||||
'SGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgQUmVjZXB0aW9uU3RhcnRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionStartedResponseDescriptor instead')
|
||||
const AppointmentReceptionStartedResponse$json = {
|
||||
'1': 'AppointmentReceptionStartedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionStartedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionStartedResponseDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRSZXNwb25zZRIvCgZIZWFkZXIYASABKAsyFy'
|
||||
'5hcGkuUmVzcG9uc2VTaXRlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
|
||||
'SURSAklEOiCiuxgIUmVzcG9uc2W6uxgQUmVjZXB0aW9uU3RhcnRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionUnloadedPayloadDescriptor instead')
|
||||
const AppointmentReceptionUnloadedPayload$json = {
|
||||
'1': 'AppointmentReceptionUnloadedPayload',
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionUnloadedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionUnloadedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkUGF5bG9hZDo2kkERCg8yDUV2ZW50IFBheW'
|
||||
'xvYWSiuxgFRXZlbnSouxgBursYEVJlY2VwdGlvblVubG9hZGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionUnloadedEventDescriptor instead')
|
||||
const AppointmentReceptionUnloadedEvent$json = {
|
||||
'1': 'AppointmentReceptionUnloadedEvent',
|
||||
'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.AppointmentReceptionUnloadedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionUnloadedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionUnloadedEventDescriptor = $convert.base64Decode(
|
||||
'CiFBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX'
|
||||
'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0'
|
||||
'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5BcHBvaW50bWVudFJlY2'
|
||||
'VwdGlvblVubG9hZGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6O5JBGgoY0gEGSGVhZGVy'
|
||||
'0gECSUTSAQdQYXlsb2FkorsYBUV2ZW50ursYEVJlY2VwdGlvblVubG9hZGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionUnloadedRequestDescriptor instead')
|
||||
const AppointmentReceptionUnloadedRequest$json = {
|
||||
'1': 'AppointmentReceptionUnloadedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '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.AppointmentReceptionUnloadedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionUnloadedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionUnloadedRequestDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi'
|
||||
'5hcGkuUmVxdWVzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5h'
|
||||
'cGkuRW50aXR5SURCCPpCBYoBAhABUgJJRBJMCgdQYXlsb2FkGAMgASgLMiguYXBpLkFwcG9pbn'
|
||||
'RtZW50UmVjZXB0aW9uVW5sb2FkZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo9kkEaChjS'
|
||||
'AQZIZWFkZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GBFSZWNlcHRpb25VbmxvYWRlZA'
|
||||
'==');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionUnloadedResponseDescriptor instead')
|
||||
const AppointmentReceptionUnloadedResponse$json = {
|
||||
'1': 'AppointmentReceptionUnloadedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionUnloadedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionUnloadedResponseDescriptor = $convert.base64Decode(
|
||||
'CiRBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkUmVzcG9uc2USLwoGSGVhZGVyGAEgASgLMh'
|
||||
'cuYXBpLlJlc3BvbnNlU2l0ZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0'
|
||||
'eUlEUgJJRDohorsYCFJlc3BvbnNlursYEVJlY2VwdGlvblVubG9hZGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierDepartedPayloadDescriptor instead')
|
||||
const AppointmentCarrierDepartedPayload$json = {
|
||||
'1': 'AppointmentCarrierDepartedPayload',
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierDepartedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierDepartedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiFBcHBvaW50bWVudENhcnJpZXJEZXBhcnRlZFBheWxvYWQ6NJJBEQoPMg1FdmVudCBQYXlsb2'
|
||||
'FkorsYBUV2ZW50qLsYAbq7GA9DYXJyaWVyRGVwYXJ0ZWQ=');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierDepartedEventDescriptor instead')
|
||||
const AppointmentCarrierDepartedEvent$json = {
|
||||
'1': 'AppointmentCarrierDepartedEvent',
|
||||
'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.AppointmentCarrierDepartedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierDepartedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierDepartedEventDescriptor = $convert.base64Decode(
|
||||
'Ch9BcHBvaW50bWVudENhcnJpZXJEZXBhcnRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS'
|
||||
'5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ'
|
||||
'REII+kIFigECEAFSAklEEkoKB1BheWxvYWQYAyABKAsyJi5hcGkuQXBwb2ludG1lbnRDYXJyaW'
|
||||
'VyRGVwYXJ0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo5kkEaChjSAQZIZWFkZXLSAQJJ'
|
||||
'RNIBB1BheWxvYWSiuxgFRXZlbnS6uxgPQ2FycmllckRlcGFydGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierDepartedRequestDescriptor instead')
|
||||
const AppointmentCarrierDepartedRequest$json = {
|
||||
'1': 'AppointmentCarrierDepartedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '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.AppointmentCarrierDepartedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierDepartedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierDepartedRequestDescriptor = $convert.base64Decode(
|
||||
'CiFBcHBvaW50bWVudENhcnJpZXJEZXBhcnRlZFJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYX'
|
||||
'BpLlJlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBp'
|
||||
'LkVudGl0eUlEQgj6QgWKAQIQAVICSUQSSgoHUGF5bG9hZBgDIAEoCzImLmFwaS5BcHBvaW50bW'
|
||||
'VudENhcnJpZXJEZXBhcnRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjuSQRoKGNIBBkhl'
|
||||
'YWRlctIBAklE0gEHUGF5bG9hZKK7GAdSZXF1ZXN0ursYD0NhcnJpZXJEZXBhcnRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierDepartedResponseDescriptor instead')
|
||||
const AppointmentCarrierDepartedResponse$json = {
|
||||
'1': 'AppointmentCarrierDepartedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentCarrierDepartedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentCarrierDepartedResponseDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudENhcnJpZXJEZXBhcnRlZFJlc3BvbnNlEi8KBkhlYWRlchgBIAEoCzIXLm'
|
||||
'FwaS5SZXNwb25zZVNpdGVIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ'
|
||||
'RFICSUQ6H6K7GAhSZXNwb25zZbq7GA9DYXJyaWVyRGVwYXJ0ZWQ=');
|
||||
|
||||
@@ -1,421 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointmentQuery.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'appointment.pb.dart' as $76;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class AppointmentByIdQuery extends $pb.GeneratedMessage {
|
||||
factory AppointmentByIdQuery({
|
||||
$3.QueryProjectHeader? header,
|
||||
$core.Iterable<$3.EntityID>? iDs,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
$result.header = header;
|
||||
}
|
||||
if (iDs != null) {
|
||||
$result.iDs.addAll(iDs);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
AppointmentByIdQuery._() : super();
|
||||
factory AppointmentByIdQuery.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory AppointmentByIdQuery.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByIdQuery', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.QueryProjectHeader.create)
|
||||
..pc<$3.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $3.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')
|
||||
AppointmentByIdQuery clone() => AppointmentByIdQuery()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentByIdQuery copyWith(void Function(AppointmentByIdQuery) updates) => super.copyWith((message) => updates(message as AppointmentByIdQuery)) as AppointmentByIdQuery;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByIdQuery create() => AppointmentByIdQuery._();
|
||||
AppointmentByIdQuery createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentByIdQuery> createRepeated() => $pb.PbList<AppointmentByIdQuery>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByIdQuery getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentByIdQuery>(create);
|
||||
static AppointmentByIdQuery? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.QueryProjectHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.QueryProjectHeader v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$3.EntityID> get iDs => $_getList(1);
|
||||
}
|
||||
|
||||
class AppointmentByIdResult extends $pb.GeneratedMessage {
|
||||
factory AppointmentByIdResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$76.Appointment>? objects,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
$result.header = header;
|
||||
}
|
||||
if (objects != null) {
|
||||
$result.objects.addAll(objects);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
AppointmentByIdResult._() : super();
|
||||
factory AppointmentByIdResult.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory AppointmentByIdResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$76.Appointment>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $76.Appointment.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')
|
||||
AppointmentByIdResult clone() => AppointmentByIdResult()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentByIdResult copyWith(void Function(AppointmentByIdResult) updates) => super.copyWith((message) => updates(message as AppointmentByIdResult)) as AppointmentByIdResult;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByIdResult create() => AppointmentByIdResult._();
|
||||
AppointmentByIdResult createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentByIdResult> createRepeated() => $pb.PbList<AppointmentByIdResult>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByIdResult getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentByIdResult>(create);
|
||||
static AppointmentByIdResult? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.ResultHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.ResultHeader v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$76.Appointment> get objects => $_getList(1);
|
||||
}
|
||||
|
||||
class AppointmentByFilterQuery extends $pb.GeneratedMessage {
|
||||
factory AppointmentByFilterQuery({
|
||||
$3.QueryProjectHeader? header,
|
||||
$core.String? limitFilter,
|
||||
$core.String? queryContext,
|
||||
$core.Iterable<$3.BlockFilter>? blockFilters,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
$result.header = header;
|
||||
}
|
||||
if (limitFilter != null) {
|
||||
$result.limitFilter = limitFilter;
|
||||
}
|
||||
if (queryContext != null) {
|
||||
$result.queryContext = queryContext;
|
||||
}
|
||||
if (blockFilters != null) {
|
||||
$result.blockFilters.addAll(blockFilters);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
AppointmentByFilterQuery._() : super();
|
||||
factory AppointmentByFilterQuery.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory AppointmentByFilterQuery.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByFilterQuery', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.QueryProjectHeader.create)
|
||||
..aOS(4, _omitFieldNames ? '' : 'limitFilter', protoName: 'limitFilter')
|
||||
..aOS(5, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..pc<$3.BlockFilter>(6, _omitFieldNames ? '' : 'BlockFilters', $pb.PbFieldType.PM, protoName: 'BlockFilters', subBuilder: $3.BlockFilter.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')
|
||||
AppointmentByFilterQuery clone() => AppointmentByFilterQuery()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentByFilterQuery copyWith(void Function(AppointmentByFilterQuery) updates) => super.copyWith((message) => updates(message as AppointmentByFilterQuery)) as AppointmentByFilterQuery;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByFilterQuery create() => AppointmentByFilterQuery._();
|
||||
AppointmentByFilterQuery createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentByFilterQuery> createRepeated() => $pb.PbList<AppointmentByFilterQuery>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByFilterQuery getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentByFilterQuery>(create);
|
||||
static AppointmentByFilterQuery? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.QueryProjectHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.QueryProjectHeader v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
/// Number of maximum result
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get limitFilter => $_getSZ(1);
|
||||
@$pb.TagNumber(4)
|
||||
set limitFilter($core.String v) { $_setString(1, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasLimitFilter() => $_has(1);
|
||||
@$pb.TagNumber(4)
|
||||
void clearLimitFilter() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get queryContext => $_getSZ(2);
|
||||
@$pb.TagNumber(5)
|
||||
set queryContext($core.String v) { $_setString(2, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasQueryContext() => $_has(2);
|
||||
@$pb.TagNumber(5)
|
||||
void clearQueryContext() => $_clearField(5);
|
||||
|
||||
/// list of blockFilters structure for Find query, each element (BlockFilter) in the list is an "OR" part of the query, if not empty, simpleFilters (deprecated) & rangeFilters (deprecated) will be ignored
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$3.BlockFilter> get blockFilters => $_getList(3);
|
||||
}
|
||||
|
||||
class AppointmentByFilterResult extends $pb.GeneratedMessage {
|
||||
factory AppointmentByFilterResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$76.Appointment>? objects,
|
||||
$core.String? queryContext,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
$result.header = header;
|
||||
}
|
||||
if (objects != null) {
|
||||
$result.objects.addAll(objects);
|
||||
}
|
||||
if (queryContext != null) {
|
||||
$result.queryContext = queryContext;
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
AppointmentByFilterResult._() : super();
|
||||
factory AppointmentByFilterResult.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory AppointmentByFilterResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$76.Appointment>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $76.Appointment.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentByFilterResult clone() => AppointmentByFilterResult()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentByFilterResult copyWith(void Function(AppointmentByFilterResult) updates) => super.copyWith((message) => updates(message as AppointmentByFilterResult)) as AppointmentByFilterResult;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByFilterResult create() => AppointmentByFilterResult._();
|
||||
AppointmentByFilterResult createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentByFilterResult> createRepeated() => $pb.PbList<AppointmentByFilterResult>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByFilterResult getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentByFilterResult>(create);
|
||||
static AppointmentByFilterResult? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.ResultHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.ResultHeader v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$76.Appointment> get objects => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get queryContext => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set queryContext($core.String v) { $_setString(2, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasQueryContext() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearQueryContext() => $_clearField(3);
|
||||
}
|
||||
|
||||
class AppointmentByMatchQuery extends $pb.GeneratedMessage {
|
||||
factory AppointmentByMatchQuery({
|
||||
$3.QueryProjectHeader? header,
|
||||
$core.Iterable<$3.BlockFilter>? blockFilters,
|
||||
$core.Iterable<$3.MatchField>? matchFields,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
$result.header = header;
|
||||
}
|
||||
if (blockFilters != null) {
|
||||
$result.blockFilters.addAll(blockFilters);
|
||||
}
|
||||
if (matchFields != null) {
|
||||
$result.matchFields.addAll(matchFields);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
AppointmentByMatchQuery._() : super();
|
||||
factory AppointmentByMatchQuery.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory AppointmentByMatchQuery.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByMatchQuery', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.QueryProjectHeader.create)
|
||||
..pc<$3.BlockFilter>(5, _omitFieldNames ? '' : 'BlockFilters', $pb.PbFieldType.PM, protoName: 'BlockFilters', subBuilder: $3.BlockFilter.create)
|
||||
..pc<$3.MatchField>(6, _omitFieldNames ? '' : 'MatchFields', $pb.PbFieldType.PM, protoName: 'MatchFields', subBuilder: $3.MatchField.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')
|
||||
AppointmentByMatchQuery clone() => AppointmentByMatchQuery()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentByMatchQuery copyWith(void Function(AppointmentByMatchQuery) updates) => super.copyWith((message) => updates(message as AppointmentByMatchQuery)) as AppointmentByMatchQuery;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByMatchQuery create() => AppointmentByMatchQuery._();
|
||||
AppointmentByMatchQuery createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentByMatchQuery> createRepeated() => $pb.PbList<AppointmentByMatchQuery>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByMatchQuery getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentByMatchQuery>(create);
|
||||
static AppointmentByMatchQuery? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.QueryProjectHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.QueryProjectHeader v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
/// list of blockFilters structure for Find query, each element (BlockFilter) in the list is an "OR" part of the query, if not empty, simpleFilters (deprecated) & rangeFilters (deprecated) will be ignored
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$3.BlockFilter> get blockFilters => $_getList(1);
|
||||
|
||||
/// MatchField list structure, for FindMatching query
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$3.MatchField> get matchFields => $_getList(2);
|
||||
}
|
||||
|
||||
class AppointmentByMatchResult extends $pb.GeneratedMessage {
|
||||
factory AppointmentByMatchResult({
|
||||
$core.Iterable<$3.MatchFieldResult>? matchResults,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (matchResults != null) {
|
||||
$result.matchResults.addAll(matchResults);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
AppointmentByMatchResult._() : super();
|
||||
factory AppointmentByMatchResult.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory AppointmentByMatchResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByMatchResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$3.MatchFieldResult>(2, _omitFieldNames ? '' : 'MatchResults', $pb.PbFieldType.PM, protoName: 'MatchResults', subBuilder: $3.MatchFieldResult.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')
|
||||
AppointmentByMatchResult clone() => AppointmentByMatchResult()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentByMatchResult copyWith(void Function(AppointmentByMatchResult) updates) => super.copyWith((message) => updates(message as AppointmentByMatchResult)) as AppointmentByMatchResult;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByMatchResult create() => AppointmentByMatchResult._();
|
||||
AppointmentByMatchResult createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentByMatchResult> createRepeated() => $pb.PbList<AppointmentByMatchResult>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentByMatchResult getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentByMatchResult>(create);
|
||||
static AppointmentByMatchResult? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$3.MatchFieldResult> get matchResults => $_getList(0);
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointmentQuery.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -1,177 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointmentQuery.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:async' as $async;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'appointmentQuery.pb.dart' as $8;
|
||||
import 'clickhouse.pb.dart' as $9;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'appointmentQuery.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.AppointmentQuery')
|
||||
class AppointmentQueryClient extends $grpc.Client {
|
||||
static final _$getByIds = $grpc.ClientMethod<$8.AppointmentByIdQuery, $8.AppointmentByIdResult>(
|
||||
'/api.AppointmentQuery/GetByIds',
|
||||
($8.AppointmentByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $8.AppointmentByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$8.AppointmentByFilterQuery, $8.AppointmentByFilterResult>(
|
||||
'/api.AppointmentQuery/Find',
|
||||
($8.AppointmentByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $8.AppointmentByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$8.AppointmentByMatchQuery, $8.AppointmentByMatchResult>(
|
||||
'/api.AppointmentQuery/FindMatchingFieldValues',
|
||||
($8.AppointmentByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $8.AppointmentByMatchResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldElements = $grpc.ClientMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'/api.AppointmentQuery/FindMatchingFieldElements',
|
||||
($3.ElementByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.ElementByMatchResult.fromBuffer(value));
|
||||
static final _$extract = $grpc.ClientMethod<$3.ExtractQuery, $3.ExtractResult>(
|
||||
'/api.AppointmentQuery/Extract',
|
||||
($3.ExtractQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.ExtractResult.fromBuffer(value));
|
||||
static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
'/api.AppointmentQuery/GetKPIData',
|
||||
($9.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $9.GetKPIDataResult.fromBuffer(value));
|
||||
static final _$countLines = $grpc.ClientMethod<$3.CountLinesQuery, $3.CountLinesResult>(
|
||||
'/api.AppointmentQuery/CountLines',
|
||||
($3.CountLinesQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.CountLinesResult.fromBuffer(value));
|
||||
|
||||
AppointmentQueryClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$8.AppointmentByIdResult> getByIds($8.AppointmentByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getByIds, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$8.AppointmentByFilterResult> find($8.AppointmentByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$find, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$8.AppointmentByMatchResult> findMatchingFieldValues($8.AppointmentByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$findMatchingFieldValues, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$3.ElementByMatchResult> findMatchingFieldElements($3.ElementByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$findMatchingFieldElements, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$3.ExtractResult> extract($3.ExtractQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$extract, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$9.GetKPIDataResult> getKPIData($9.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getKPIData, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$3.CountLinesResult> countLines($3.CountLinesQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$countLines, request, options: options);
|
||||
}
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('api.AppointmentQuery')
|
||||
abstract class AppointmentQueryServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.AppointmentQuery';
|
||||
|
||||
AppointmentQueryServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$8.AppointmentByIdQuery, $8.AppointmentByIdResult>(
|
||||
'GetByIds',
|
||||
getByIds_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $8.AppointmentByIdQuery.fromBuffer(value),
|
||||
($8.AppointmentByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$8.AppointmentByFilterQuery, $8.AppointmentByFilterResult>(
|
||||
'Find',
|
||||
find_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $8.AppointmentByFilterQuery.fromBuffer(value),
|
||||
($8.AppointmentByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$8.AppointmentByMatchQuery, $8.AppointmentByMatchResult>(
|
||||
'FindMatchingFieldValues',
|
||||
findMatchingFieldValues_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $8.AppointmentByMatchQuery.fromBuffer(value),
|
||||
($8.AppointmentByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'FindMatchingFieldElements',
|
||||
findMatchingFieldElements_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.ElementByMatchQuery.fromBuffer(value),
|
||||
($3.ElementByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.ExtractQuery, $3.ExtractResult>(
|
||||
'Extract',
|
||||
extract_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.ExtractQuery.fromBuffer(value),
|
||||
($3.ExtractResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
'GetKPIData',
|
||||
getKPIData_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $9.GetKPIDataQuery.fromBuffer(value),
|
||||
($9.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.CountLinesQuery, $3.CountLinesResult>(
|
||||
'CountLines',
|
||||
countLines_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.CountLinesQuery.fromBuffer(value),
|
||||
($3.CountLinesResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$8.AppointmentByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$8.AppointmentByIdQuery> $request) async {
|
||||
return getByIds($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$8.AppointmentByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$8.AppointmentByFilterQuery> $request) async {
|
||||
return find($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$8.AppointmentByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$8.AppointmentByMatchQuery> $request) async {
|
||||
return findMatchingFieldValues($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$3.ElementByMatchResult> findMatchingFieldElements_Pre($grpc.ServiceCall $call, $async.Future<$3.ElementByMatchQuery> $request) async {
|
||||
return findMatchingFieldElements($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$3.ExtractResult> extract_Pre($grpc.ServiceCall $call, $async.Future<$3.ExtractQuery> $request) async {
|
||||
return extract($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$9.GetKPIDataQuery> $request) async {
|
||||
return getKPIData($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$3.CountLinesResult> countLines_Pre($grpc.ServiceCall $call, $async.Future<$3.CountLinesQuery> $request) async {
|
||||
return countLines($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$8.AppointmentByIdResult> getByIds($grpc.ServiceCall call, $8.AppointmentByIdQuery request);
|
||||
$async.Future<$8.AppointmentByFilterResult> find($grpc.ServiceCall call, $8.AppointmentByFilterQuery request);
|
||||
$async.Future<$8.AppointmentByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $8.AppointmentByMatchQuery request);
|
||||
$async.Future<$3.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $3.ElementByMatchQuery request);
|
||||
$async.Future<$3.ExtractResult> extract($grpc.ServiceCall call, $3.ExtractQuery request);
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request);
|
||||
$async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request);
|
||||
}
|
||||
@@ -1,115 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: appointmentQuery.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use appointmentByIdQueryDescriptor instead')
|
||||
const AppointmentByIdQuery$json = {
|
||||
'1': 'AppointmentByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChRBcHBvaW50bWVudEJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZW'
|
||||
'N0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII'
|
||||
'+kIFkgECCAFSA0lEczodkkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
|
||||
@$core.Deprecated('Use appointmentByIdResultDescriptor instead')
|
||||
const AppointmentByIdResult$json = {
|
||||
'1': 'AppointmentByIdResult',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'},
|
||||
{'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Appointment', '10': 'Objects'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentByIdResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentByIdResultDescriptor = $convert.base64Decode(
|
||||
'ChVBcHBvaW50bWVudEJ5SWRSZXN1bHQSKQoGSGVhZGVyGAEgASgLMhEuYXBpLlJlc3VsdEhlYW'
|
||||
'RlclIGSGVhZGVyEioKB09iamVjdHMYAiADKAsyEC5hcGkuQXBwb2ludG1lbnRSB09iamVjdHM6'
|
||||
'D5JBAgoAorsYBlJlc3VsdA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentByFilterQueryDescriptor instead')
|
||||
const AppointmentByFilterQuery$json = {
|
||||
'1': 'AppointmentByFilterQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'limitFilter', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'limitFilter'},
|
||||
{'1': 'queryContext', '3': 5, '4': 1, '5': 9, '10': 'queryContext'},
|
||||
{'1': 'BlockFilters', '3': 6, '4': 3, '5': 11, '6': '.api.BlockFilter', '10': 'BlockFilters'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentByFilterQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentByFilterQueryDescriptor = $convert.base64Decode(
|
||||
'ChhBcHBvaW50bWVudEJ5RmlsdGVyUXVlcnkSPAoGSGVhZGVyGAEgASgLMhcuYXBpLlF1ZXJ5UH'
|
||||
'JvamVjdEhlYWRlckILkkEA+kIFigECEAFSBkhlYWRlchJGCgtsaW1pdEZpbHRlchgEIAEoCUIk'
|
||||
'kkEhMhhOdW1iZXIgb2YgbWF4aW11bSByZXN1bHRKBSI1MDAiUgtsaW1pdEZpbHRlchIiCgxxdW'
|
||||
'VyeUNvbnRleHQYBSABKAlSDHF1ZXJ5Q29udGV4dBI0CgxCbG9ja0ZpbHRlcnMYBiADKAsyEC5h'
|
||||
'cGkuQmxvY2tGaWx0ZXJSDEJsb2NrRmlsdGVyczoOkkELCgnSAQZIZWFkZXI=');
|
||||
|
||||
@$core.Deprecated('Use appointmentByFilterResultDescriptor instead')
|
||||
const AppointmentByFilterResult$json = {
|
||||
'1': 'AppointmentByFilterResult',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'},
|
||||
{'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Appointment', '10': 'Objects'},
|
||||
{'1': 'queryContext', '3': 3, '4': 1, '5': 9, '10': 'queryContext'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentByFilterResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentByFilterResultDescriptor = $convert.base64Decode(
|
||||
'ChlBcHBvaW50bWVudEJ5RmlsdGVyUmVzdWx0EikKBkhlYWRlchgBIAEoCzIRLmFwaS5SZXN1bH'
|
||||
'RIZWFkZXJSBkhlYWRlchIqCgdPYmplY3RzGAIgAygLMhAuYXBpLkFwcG9pbnRtZW50UgdPYmpl'
|
||||
'Y3RzEiIKDHF1ZXJ5Q29udGV4dBgDIAEoCVIMcXVlcnlDb250ZXh0');
|
||||
|
||||
@$core.Deprecated('Use appointmentByMatchQueryDescriptor instead')
|
||||
const AppointmentByMatchQuery$json = {
|
||||
'1': 'AppointmentByMatchQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'BlockFilters', '3': 5, '4': 3, '5': 11, '6': '.api.BlockFilter', '10': 'BlockFilters'},
|
||||
{'1': 'MatchFields', '3': 6, '4': 3, '5': 11, '6': '.api.MatchField', '8': {}, '10': 'MatchFields'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentByMatchQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentByMatchQueryDescriptor = $convert.base64Decode(
|
||||
'ChdBcHBvaW50bWVudEJ5TWF0Y2hRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm'
|
||||
'9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEjQKDEJsb2NrRmlsdGVycxgFIAMoCzIQLmFw'
|
||||
'aS5CbG9ja0ZpbHRlclIMQmxvY2tGaWx0ZXJzEmkKC01hdGNoRmllbGRzGAYgAygLMg8uYXBpLk'
|
||||
'1hdGNoRmllbGRCNpJBMzIxTWF0Y2hGaWVsZCBsaXN0IHN0cnVjdHVyZSwgZm9yIEZpbmRNYXRj'
|
||||
'aGluZyBxdWVyeVILTWF0Y2hGaWVsZHM6DpJBCwoJ0gEGSGVhZGVy');
|
||||
|
||||
@$core.Deprecated('Use appointmentByMatchResultDescriptor instead')
|
||||
const AppointmentByMatchResult$json = {
|
||||
'1': 'AppointmentByMatchResult',
|
||||
'2': [
|
||||
{'1': 'MatchResults', '3': 2, '4': 3, '5': 11, '6': '.api.MatchFieldResult', '10': 'MatchResults'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentByMatchResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentByMatchResultDescriptor = $convert.base64Decode(
|
||||
'ChhBcHBvaW50bWVudEJ5TWF0Y2hSZXN1bHQSOQoMTWF0Y2hSZXN1bHRzGAIgAygLMhUuYXBpLk'
|
||||
'1hdGNoRmllbGRSZXN1bHRSDE1hdGNoUmVzdWx0cw==');
|
||||
|
||||
@@ -15,60 +15,60 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'attachmentType.pb.dart' as $10;
|
||||
import 'attachmentType.pb.dart' as $7;
|
||||
|
||||
export 'attachmentType.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.AttachmentTypeService')
|
||||
class AttachmentTypeServiceClient extends $grpc.Client {
|
||||
static final _$create = $grpc.ClientMethod<$10.CreateAttachmentTypeRequest, $10.CreateAttachmentTypeResponse>(
|
||||
static final _$create = $grpc.ClientMethod<$7.CreateAttachmentTypeRequest, $7.CreateAttachmentTypeResponse>(
|
||||
'/api.AttachmentTypeService/Create',
|
||||
($10.CreateAttachmentTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.CreateAttachmentTypeResponse.fromBuffer(value));
|
||||
static final _$get = $grpc.ClientMethod<$10.GetAttachmentTypeRequest, $10.GetAttachmentTypeResponse>(
|
||||
($7.CreateAttachmentTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.CreateAttachmentTypeResponse.fromBuffer(value));
|
||||
static final _$get = $grpc.ClientMethod<$7.GetAttachmentTypeRequest, $7.GetAttachmentTypeResponse>(
|
||||
'/api.AttachmentTypeService/Get',
|
||||
($10.GetAttachmentTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.GetAttachmentTypeResponse.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$10.ListAttachmentTypeRequest, $10.ListAttachmentTypeResponse>(
|
||||
($7.GetAttachmentTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.GetAttachmentTypeResponse.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$7.ListAttachmentTypeRequest, $7.ListAttachmentTypeResponse>(
|
||||
'/api.AttachmentTypeService/List',
|
||||
($10.ListAttachmentTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.ListAttachmentTypeResponse.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$10.UpdateAttachmentTypeRequest, $10.UpdateAttachmentTypeResponse>(
|
||||
($7.ListAttachmentTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.ListAttachmentTypeResponse.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$7.UpdateAttachmentTypeRequest, $7.UpdateAttachmentTypeResponse>(
|
||||
'/api.AttachmentTypeService/Update',
|
||||
($10.UpdateAttachmentTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.UpdateAttachmentTypeResponse.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$10.DeleteAttachmentTypeRequest, $10.DeleteAttachmentTypeResponse>(
|
||||
($7.UpdateAttachmentTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.UpdateAttachmentTypeResponse.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$7.DeleteAttachmentTypeRequest, $7.DeleteAttachmentTypeResponse>(
|
||||
'/api.AttachmentTypeService/Delete',
|
||||
($10.DeleteAttachmentTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.DeleteAttachmentTypeResponse.fromBuffer(value));
|
||||
static final _$deleteAll = $grpc.ClientMethod<$10.DeleteAllAttachmentsTypeRequest, $10.DeleteAllAttachmentsTypeResponse>(
|
||||
($7.DeleteAttachmentTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.DeleteAttachmentTypeResponse.fromBuffer(value));
|
||||
static final _$deleteAll = $grpc.ClientMethod<$7.DeleteAllAttachmentsTypeRequest, $7.DeleteAllAttachmentsTypeResponse>(
|
||||
'/api.AttachmentTypeService/DeleteAll',
|
||||
($10.DeleteAllAttachmentsTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.DeleteAllAttachmentsTypeResponse.fromBuffer(value));
|
||||
($7.DeleteAllAttachmentsTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.DeleteAllAttachmentsTypeResponse.fromBuffer(value));
|
||||
|
||||
AttachmentTypeServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$10.CreateAttachmentTypeResponse> create($10.CreateAttachmentTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$7.CreateAttachmentTypeResponse> create($7.CreateAttachmentTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$create, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.GetAttachmentTypeResponse> get($10.GetAttachmentTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$7.GetAttachmentTypeResponse> get($7.GetAttachmentTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$get, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.ListAttachmentTypeResponse> list($10.ListAttachmentTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$7.ListAttachmentTypeResponse> list($7.ListAttachmentTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$list, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.UpdateAttachmentTypeResponse> update($10.UpdateAttachmentTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$7.UpdateAttachmentTypeResponse> update($7.UpdateAttachmentTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$update, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.DeleteAttachmentTypeResponse> delete($10.DeleteAttachmentTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$7.DeleteAttachmentTypeResponse> delete($7.DeleteAttachmentTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$delete, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.DeleteAllAttachmentsTypeResponse> deleteAll($10.DeleteAllAttachmentsTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$7.DeleteAllAttachmentsTypeResponse> deleteAll($7.DeleteAllAttachmentsTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteAll, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -78,78 +78,78 @@ abstract class AttachmentTypeServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.AttachmentTypeService';
|
||||
|
||||
AttachmentTypeServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$10.CreateAttachmentTypeRequest, $10.CreateAttachmentTypeResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$7.CreateAttachmentTypeRequest, $7.CreateAttachmentTypeResponse>(
|
||||
'Create',
|
||||
create_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.CreateAttachmentTypeRequest.fromBuffer(value),
|
||||
($10.CreateAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.GetAttachmentTypeRequest, $10.GetAttachmentTypeResponse>(
|
||||
($core.List<$core.int> value) => $7.CreateAttachmentTypeRequest.fromBuffer(value),
|
||||
($7.CreateAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.GetAttachmentTypeRequest, $7.GetAttachmentTypeResponse>(
|
||||
'Get',
|
||||
get_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.GetAttachmentTypeRequest.fromBuffer(value),
|
||||
($10.GetAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.ListAttachmentTypeRequest, $10.ListAttachmentTypeResponse>(
|
||||
($core.List<$core.int> value) => $7.GetAttachmentTypeRequest.fromBuffer(value),
|
||||
($7.GetAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.ListAttachmentTypeRequest, $7.ListAttachmentTypeResponse>(
|
||||
'List',
|
||||
list_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.ListAttachmentTypeRequest.fromBuffer(value),
|
||||
($10.ListAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.UpdateAttachmentTypeRequest, $10.UpdateAttachmentTypeResponse>(
|
||||
($core.List<$core.int> value) => $7.ListAttachmentTypeRequest.fromBuffer(value),
|
||||
($7.ListAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.UpdateAttachmentTypeRequest, $7.UpdateAttachmentTypeResponse>(
|
||||
'Update',
|
||||
update_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.UpdateAttachmentTypeRequest.fromBuffer(value),
|
||||
($10.UpdateAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.DeleteAttachmentTypeRequest, $10.DeleteAttachmentTypeResponse>(
|
||||
($core.List<$core.int> value) => $7.UpdateAttachmentTypeRequest.fromBuffer(value),
|
||||
($7.UpdateAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.DeleteAttachmentTypeRequest, $7.DeleteAttachmentTypeResponse>(
|
||||
'Delete',
|
||||
delete_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.DeleteAttachmentTypeRequest.fromBuffer(value),
|
||||
($10.DeleteAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.DeleteAllAttachmentsTypeRequest, $10.DeleteAllAttachmentsTypeResponse>(
|
||||
($core.List<$core.int> value) => $7.DeleteAttachmentTypeRequest.fromBuffer(value),
|
||||
($7.DeleteAttachmentTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.DeleteAllAttachmentsTypeRequest, $7.DeleteAllAttachmentsTypeResponse>(
|
||||
'DeleteAll',
|
||||
deleteAll_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.DeleteAllAttachmentsTypeRequest.fromBuffer(value),
|
||||
($10.DeleteAllAttachmentsTypeResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $7.DeleteAllAttachmentsTypeRequest.fromBuffer(value),
|
||||
($7.DeleteAllAttachmentsTypeResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$10.CreateAttachmentTypeResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$10.CreateAttachmentTypeRequest> $request) async {
|
||||
$async.Future<$7.CreateAttachmentTypeResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$7.CreateAttachmentTypeRequest> $request) async {
|
||||
return create($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.GetAttachmentTypeResponse> get_Pre($grpc.ServiceCall $call, $async.Future<$10.GetAttachmentTypeRequest> $request) async {
|
||||
$async.Future<$7.GetAttachmentTypeResponse> get_Pre($grpc.ServiceCall $call, $async.Future<$7.GetAttachmentTypeRequest> $request) async {
|
||||
return get($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.ListAttachmentTypeResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$10.ListAttachmentTypeRequest> $request) async {
|
||||
$async.Future<$7.ListAttachmentTypeResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$7.ListAttachmentTypeRequest> $request) async {
|
||||
return list($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.UpdateAttachmentTypeResponse> update_Pre($grpc.ServiceCall $call, $async.Future<$10.UpdateAttachmentTypeRequest> $request) async {
|
||||
$async.Future<$7.UpdateAttachmentTypeResponse> update_Pre($grpc.ServiceCall $call, $async.Future<$7.UpdateAttachmentTypeRequest> $request) async {
|
||||
return update($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.DeleteAttachmentTypeResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteAttachmentTypeRequest> $request) async {
|
||||
$async.Future<$7.DeleteAttachmentTypeResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$7.DeleteAttachmentTypeRequest> $request) async {
|
||||
return delete($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.DeleteAllAttachmentsTypeResponse> deleteAll_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteAllAttachmentsTypeRequest> $request) async {
|
||||
$async.Future<$7.DeleteAllAttachmentsTypeResponse> deleteAll_Pre($grpc.ServiceCall $call, $async.Future<$7.DeleteAllAttachmentsTypeRequest> $request) async {
|
||||
return deleteAll($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.CreateAttachmentTypeResponse> create($grpc.ServiceCall call, $10.CreateAttachmentTypeRequest request);
|
||||
$async.Future<$10.GetAttachmentTypeResponse> get($grpc.ServiceCall call, $10.GetAttachmentTypeRequest request);
|
||||
$async.Future<$10.ListAttachmentTypeResponse> list($grpc.ServiceCall call, $10.ListAttachmentTypeRequest request);
|
||||
$async.Future<$10.UpdateAttachmentTypeResponse> update($grpc.ServiceCall call, $10.UpdateAttachmentTypeRequest request);
|
||||
$async.Future<$10.DeleteAttachmentTypeResponse> delete($grpc.ServiceCall call, $10.DeleteAttachmentTypeRequest request);
|
||||
$async.Future<$10.DeleteAllAttachmentsTypeResponse> deleteAll($grpc.ServiceCall call, $10.DeleteAllAttachmentsTypeRequest request);
|
||||
$async.Future<$7.CreateAttachmentTypeResponse> create($grpc.ServiceCall call, $7.CreateAttachmentTypeRequest request);
|
||||
$async.Future<$7.GetAttachmentTypeResponse> get($grpc.ServiceCall call, $7.GetAttachmentTypeRequest request);
|
||||
$async.Future<$7.ListAttachmentTypeResponse> list($grpc.ServiceCall call, $7.ListAttachmentTypeRequest request);
|
||||
$async.Future<$7.UpdateAttachmentTypeResponse> update($grpc.ServiceCall call, $7.UpdateAttachmentTypeRequest request);
|
||||
$async.Future<$7.DeleteAttachmentTypeResponse> delete($grpc.ServiceCall call, $7.DeleteAttachmentTypeRequest request);
|
||||
$async.Future<$7.DeleteAllAttachmentsTypeResponse> deleteAll($grpc.ServiceCall call, $7.DeleteAllAttachmentsTypeRequest request);
|
||||
}
|
||||
|
||||
@@ -15,68 +15,68 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'attachmentV2.pb.dart' as $11;
|
||||
import 'attachmentV2.pb.dart' as $8;
|
||||
|
||||
export 'attachmentV2.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.AttachmentServiceV2')
|
||||
class AttachmentServiceV2Client extends $grpc.Client {
|
||||
static final _$upload = $grpc.ClientMethod<$11.UploadAttachmentV2Request, $11.UploadAttachmentV2Response>(
|
||||
static final _$upload = $grpc.ClientMethod<$8.UploadAttachmentV2Request, $8.UploadAttachmentV2Response>(
|
||||
'/api.AttachmentServiceV2/Upload',
|
||||
($11.UploadAttachmentV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.UploadAttachmentV2Response.fromBuffer(value));
|
||||
static final _$addLink = $grpc.ClientMethod<$11.AddLinkV2Request, $11.AddLinkV2Response>(
|
||||
($8.UploadAttachmentV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $8.UploadAttachmentV2Response.fromBuffer(value));
|
||||
static final _$addLink = $grpc.ClientMethod<$8.AddLinkV2Request, $8.AddLinkV2Response>(
|
||||
'/api.AttachmentServiceV2/AddLink',
|
||||
($11.AddLinkV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.AddLinkV2Response.fromBuffer(value));
|
||||
static final _$download = $grpc.ClientMethod<$11.DownloadAttachmentV2Request, $11.DownloadAttachmentV2Response>(
|
||||
($8.AddLinkV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $8.AddLinkV2Response.fromBuffer(value));
|
||||
static final _$download = $grpc.ClientMethod<$8.DownloadAttachmentV2Request, $8.DownloadAttachmentV2Response>(
|
||||
'/api.AttachmentServiceV2/Download',
|
||||
($11.DownloadAttachmentV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.DownloadAttachmentV2Response.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$11.DeleteAttachmentV2Request, $11.DeleteAttachmentV2Response>(
|
||||
($8.DownloadAttachmentV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $8.DownloadAttachmentV2Response.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$8.DeleteAttachmentV2Request, $8.DeleteAttachmentV2Response>(
|
||||
'/api.AttachmentServiceV2/Delete',
|
||||
($11.DeleteAttachmentV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.DeleteAttachmentV2Response.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$11.ListAttachmentsV2Request, $11.ListAttachmentsV2Response>(
|
||||
($8.DeleteAttachmentV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $8.DeleteAttachmentV2Response.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$8.ListAttachmentsV2Request, $8.ListAttachmentsV2Response>(
|
||||
'/api.AttachmentServiceV2/List',
|
||||
($11.ListAttachmentsV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ListAttachmentsV2Response.fromBuffer(value));
|
||||
static final _$share = $grpc.ClientMethod<$11.ShareAttachmentV2Request, $11.ShareAttachmentV2Response>(
|
||||
($8.ListAttachmentsV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $8.ListAttachmentsV2Response.fromBuffer(value));
|
||||
static final _$share = $grpc.ClientMethod<$8.ShareAttachmentV2Request, $8.ShareAttachmentV2Response>(
|
||||
'/api.AttachmentServiceV2/Share',
|
||||
($11.ShareAttachmentV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ShareAttachmentV2Response.fromBuffer(value));
|
||||
static final _$deleteAll = $grpc.ClientMethod<$11.DeleteAllAttachmentsV2Request, $11.DeleteAllAttachmentsV2Response>(
|
||||
($8.ShareAttachmentV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $8.ShareAttachmentV2Response.fromBuffer(value));
|
||||
static final _$deleteAll = $grpc.ClientMethod<$8.DeleteAllAttachmentsV2Request, $8.DeleteAllAttachmentsV2Response>(
|
||||
'/api.AttachmentServiceV2/DeleteAll',
|
||||
($11.DeleteAllAttachmentsV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.DeleteAllAttachmentsV2Response.fromBuffer(value));
|
||||
($8.DeleteAllAttachmentsV2Request value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $8.DeleteAllAttachmentsV2Response.fromBuffer(value));
|
||||
|
||||
AttachmentServiceV2Client(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$11.UploadAttachmentV2Response> upload($11.UploadAttachmentV2Request request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$8.UploadAttachmentV2Response> upload($8.UploadAttachmentV2Request request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$upload, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$11.AddLinkV2Response> addLink($11.AddLinkV2Request request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$8.AddLinkV2Response> addLink($8.AddLinkV2Request request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$addLink, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$11.DownloadAttachmentV2Response> download($11.DownloadAttachmentV2Request request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$8.DownloadAttachmentV2Response> download($8.DownloadAttachmentV2Request request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$download, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$11.DeleteAttachmentV2Response> delete($11.DeleteAttachmentV2Request request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$8.DeleteAttachmentV2Response> delete($8.DeleteAttachmentV2Request request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$delete, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$11.ListAttachmentsV2Response> list($11.ListAttachmentsV2Request request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$8.ListAttachmentsV2Response> list($8.ListAttachmentsV2Request request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$list, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$11.ShareAttachmentV2Response> share($11.ShareAttachmentV2Request request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$8.ShareAttachmentV2Response> share($8.ShareAttachmentV2Request request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$share, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$11.DeleteAllAttachmentsV2Response> deleteAll($11.DeleteAllAttachmentsV2Request request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$8.DeleteAllAttachmentsV2Response> deleteAll($8.DeleteAllAttachmentsV2Request request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteAll, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -86,90 +86,90 @@ abstract class AttachmentServiceV2ServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.AttachmentServiceV2';
|
||||
|
||||
AttachmentServiceV2ServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$11.UploadAttachmentV2Request, $11.UploadAttachmentV2Response>(
|
||||
$addMethod($grpc.ServiceMethod<$8.UploadAttachmentV2Request, $8.UploadAttachmentV2Response>(
|
||||
'Upload',
|
||||
upload_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $11.UploadAttachmentV2Request.fromBuffer(value),
|
||||
($11.UploadAttachmentV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.AddLinkV2Request, $11.AddLinkV2Response>(
|
||||
($core.List<$core.int> value) => $8.UploadAttachmentV2Request.fromBuffer(value),
|
||||
($8.UploadAttachmentV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$8.AddLinkV2Request, $8.AddLinkV2Response>(
|
||||
'AddLink',
|
||||
addLink_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $11.AddLinkV2Request.fromBuffer(value),
|
||||
($11.AddLinkV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.DownloadAttachmentV2Request, $11.DownloadAttachmentV2Response>(
|
||||
($core.List<$core.int> value) => $8.AddLinkV2Request.fromBuffer(value),
|
||||
($8.AddLinkV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$8.DownloadAttachmentV2Request, $8.DownloadAttachmentV2Response>(
|
||||
'Download',
|
||||
download_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $11.DownloadAttachmentV2Request.fromBuffer(value),
|
||||
($11.DownloadAttachmentV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.DeleteAttachmentV2Request, $11.DeleteAttachmentV2Response>(
|
||||
($core.List<$core.int> value) => $8.DownloadAttachmentV2Request.fromBuffer(value),
|
||||
($8.DownloadAttachmentV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$8.DeleteAttachmentV2Request, $8.DeleteAttachmentV2Response>(
|
||||
'Delete',
|
||||
delete_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $11.DeleteAttachmentV2Request.fromBuffer(value),
|
||||
($11.DeleteAttachmentV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ListAttachmentsV2Request, $11.ListAttachmentsV2Response>(
|
||||
($core.List<$core.int> value) => $8.DeleteAttachmentV2Request.fromBuffer(value),
|
||||
($8.DeleteAttachmentV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$8.ListAttachmentsV2Request, $8.ListAttachmentsV2Response>(
|
||||
'List',
|
||||
list_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $11.ListAttachmentsV2Request.fromBuffer(value),
|
||||
($11.ListAttachmentsV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ShareAttachmentV2Request, $11.ShareAttachmentV2Response>(
|
||||
($core.List<$core.int> value) => $8.ListAttachmentsV2Request.fromBuffer(value),
|
||||
($8.ListAttachmentsV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$8.ShareAttachmentV2Request, $8.ShareAttachmentV2Response>(
|
||||
'Share',
|
||||
share_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $11.ShareAttachmentV2Request.fromBuffer(value),
|
||||
($11.ShareAttachmentV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.DeleteAllAttachmentsV2Request, $11.DeleteAllAttachmentsV2Response>(
|
||||
($core.List<$core.int> value) => $8.ShareAttachmentV2Request.fromBuffer(value),
|
||||
($8.ShareAttachmentV2Response value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$8.DeleteAllAttachmentsV2Request, $8.DeleteAllAttachmentsV2Response>(
|
||||
'DeleteAll',
|
||||
deleteAll_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $11.DeleteAllAttachmentsV2Request.fromBuffer(value),
|
||||
($11.DeleteAllAttachmentsV2Response value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $8.DeleteAllAttachmentsV2Request.fromBuffer(value),
|
||||
($8.DeleteAllAttachmentsV2Response value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$11.UploadAttachmentV2Response> upload_Pre($grpc.ServiceCall $call, $async.Future<$11.UploadAttachmentV2Request> $request) async {
|
||||
$async.Future<$8.UploadAttachmentV2Response> upload_Pre($grpc.ServiceCall $call, $async.Future<$8.UploadAttachmentV2Request> $request) async {
|
||||
return upload($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$11.AddLinkV2Response> addLink_Pre($grpc.ServiceCall $call, $async.Future<$11.AddLinkV2Request> $request) async {
|
||||
$async.Future<$8.AddLinkV2Response> addLink_Pre($grpc.ServiceCall $call, $async.Future<$8.AddLinkV2Request> $request) async {
|
||||
return addLink($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$11.DownloadAttachmentV2Response> download_Pre($grpc.ServiceCall $call, $async.Future<$11.DownloadAttachmentV2Request> $request) async {
|
||||
$async.Future<$8.DownloadAttachmentV2Response> download_Pre($grpc.ServiceCall $call, $async.Future<$8.DownloadAttachmentV2Request> $request) async {
|
||||
return download($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$11.DeleteAttachmentV2Response> delete_Pre($grpc.ServiceCall $call, $async.Future<$11.DeleteAttachmentV2Request> $request) async {
|
||||
$async.Future<$8.DeleteAttachmentV2Response> delete_Pre($grpc.ServiceCall $call, $async.Future<$8.DeleteAttachmentV2Request> $request) async {
|
||||
return delete($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$11.ListAttachmentsV2Response> list_Pre($grpc.ServiceCall $call, $async.Future<$11.ListAttachmentsV2Request> $request) async {
|
||||
$async.Future<$8.ListAttachmentsV2Response> list_Pre($grpc.ServiceCall $call, $async.Future<$8.ListAttachmentsV2Request> $request) async {
|
||||
return list($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$11.ShareAttachmentV2Response> share_Pre($grpc.ServiceCall $call, $async.Future<$11.ShareAttachmentV2Request> $request) async {
|
||||
$async.Future<$8.ShareAttachmentV2Response> share_Pre($grpc.ServiceCall $call, $async.Future<$8.ShareAttachmentV2Request> $request) async {
|
||||
return share($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$11.DeleteAllAttachmentsV2Response> deleteAll_Pre($grpc.ServiceCall $call, $async.Future<$11.DeleteAllAttachmentsV2Request> $request) async {
|
||||
$async.Future<$8.DeleteAllAttachmentsV2Response> deleteAll_Pre($grpc.ServiceCall $call, $async.Future<$8.DeleteAllAttachmentsV2Request> $request) async {
|
||||
return deleteAll($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$11.UploadAttachmentV2Response> upload($grpc.ServiceCall call, $11.UploadAttachmentV2Request request);
|
||||
$async.Future<$11.AddLinkV2Response> addLink($grpc.ServiceCall call, $11.AddLinkV2Request request);
|
||||
$async.Future<$11.DownloadAttachmentV2Response> download($grpc.ServiceCall call, $11.DownloadAttachmentV2Request request);
|
||||
$async.Future<$11.DeleteAttachmentV2Response> delete($grpc.ServiceCall call, $11.DeleteAttachmentV2Request request);
|
||||
$async.Future<$11.ListAttachmentsV2Response> list($grpc.ServiceCall call, $11.ListAttachmentsV2Request request);
|
||||
$async.Future<$11.ShareAttachmentV2Response> share($grpc.ServiceCall call, $11.ShareAttachmentV2Request request);
|
||||
$async.Future<$11.DeleteAllAttachmentsV2Response> deleteAll($grpc.ServiceCall call, $11.DeleteAllAttachmentsV2Request request);
|
||||
$async.Future<$8.UploadAttachmentV2Response> upload($grpc.ServiceCall call, $8.UploadAttachmentV2Request request);
|
||||
$async.Future<$8.AddLinkV2Response> addLink($grpc.ServiceCall call, $8.AddLinkV2Request request);
|
||||
$async.Future<$8.DownloadAttachmentV2Response> download($grpc.ServiceCall call, $8.DownloadAttachmentV2Request request);
|
||||
$async.Future<$8.DeleteAttachmentV2Response> delete($grpc.ServiceCall call, $8.DeleteAttachmentV2Request request);
|
||||
$async.Future<$8.ListAttachmentsV2Response> list($grpc.ServiceCall call, $8.ListAttachmentsV2Request request);
|
||||
$async.Future<$8.ShareAttachmentV2Response> share($grpc.ServiceCall call, $8.ShareAttachmentV2Request request);
|
||||
$async.Future<$8.DeleteAllAttachmentsV2Response> deleteAll($grpc.ServiceCall call, $8.DeleteAllAttachmentsV2Request request);
|
||||
}
|
||||
|
||||
@@ -15,20 +15,20 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'billing.pb.dart' as $12;
|
||||
import 'billing.pb.dart' as $9;
|
||||
|
||||
export 'billing.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.BillingService')
|
||||
class BillingServiceClient extends $grpc.Client {
|
||||
static final _$generate = $grpc.ClientMethod<$12.GenerateRequest, $12.GenerateResult>(
|
||||
static final _$generate = $grpc.ClientMethod<$9.GenerateRequest, $9.GenerateResult>(
|
||||
'/api.BillingService/Generate',
|
||||
($12.GenerateRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $12.GenerateResult.fromBuffer(value));
|
||||
($9.GenerateRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $9.GenerateResult.fromBuffer(value));
|
||||
|
||||
BillingServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$12.GenerateResult> generate($12.GenerateRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$9.GenerateResult> generate($9.GenerateRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$generate, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -38,18 +38,18 @@ abstract class BillingServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.BillingService';
|
||||
|
||||
BillingServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$12.GenerateRequest, $12.GenerateResult>(
|
||||
$addMethod($grpc.ServiceMethod<$9.GenerateRequest, $9.GenerateResult>(
|
||||
'Generate',
|
||||
generate_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $12.GenerateRequest.fromBuffer(value),
|
||||
($12.GenerateResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $9.GenerateRequest.fromBuffer(value),
|
||||
($9.GenerateResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$12.GenerateResult> generate_Pre($grpc.ServiceCall $call, $async.Future<$12.GenerateRequest> $request) async {
|
||||
$async.Future<$9.GenerateResult> generate_Pre($grpc.ServiceCall $call, $async.Future<$9.GenerateRequest> $request) async {
|
||||
return generate($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$12.GenerateResult> generate($grpc.ServiceCall call, $12.GenerateRequest request);
|
||||
$async.Future<$9.GenerateResult> generate($grpc.ServiceCall call, $9.GenerateRequest request);
|
||||
}
|
||||
|
||||
2152
lib/calendar.pb.dart
2152
lib/calendar.pb.dart
File diff suppressed because it is too large
Load Diff
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: calendar.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -1,275 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: calendar.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:async' as $async;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'calendar.pb.dart' as $13;
|
||||
|
||||
export 'calendar.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.CalendarService')
|
||||
class CalendarServiceClient extends $grpc.Client {
|
||||
static final _$createCalendarOnOrganisation = $grpc.ClientMethod<$13.CreateCalendarOnOrganisationRequest, $13.CreateCalendarOnOrganisationResponse>(
|
||||
'/api.CalendarService/CreateCalendarOnOrganisation',
|
||||
($13.CreateCalendarOnOrganisationRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.CreateCalendarOnOrganisationResponse.fromBuffer(value));
|
||||
static final _$getCalendarOnOrganisation = $grpc.ClientMethod<$13.GetCalendarOnOrganisationRequest, $13.GetCalendarOnOrganisationResponse>(
|
||||
'/api.CalendarService/GetCalendarOnOrganisation',
|
||||
($13.GetCalendarOnOrganisationRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.GetCalendarOnOrganisationResponse.fromBuffer(value));
|
||||
static final _$listCalendarOnOrganisation = $grpc.ClientMethod<$13.ListCalendarOnOrganisationRequest, $13.ListCalendarOnOrganisationResponse>(
|
||||
'/api.CalendarService/ListCalendarOnOrganisation',
|
||||
($13.ListCalendarOnOrganisationRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.ListCalendarOnOrganisationResponse.fromBuffer(value));
|
||||
static final _$updateCalendarOnOrganisation = $grpc.ClientMethod<$13.UpdateCalendarOnOrganisationRequest, $13.UpdateCalendarOnOrganisationResponse>(
|
||||
'/api.CalendarService/UpdateCalendarOnOrganisation',
|
||||
($13.UpdateCalendarOnOrganisationRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.UpdateCalendarOnOrganisationResponse.fromBuffer(value));
|
||||
static final _$deleteCalendarOnOrganisation = $grpc.ClientMethod<$13.DeleteCalendarOnOrganisationRequest, $13.DeleteCalendarOnOrganisationResponse>(
|
||||
'/api.CalendarService/DeleteCalendarOnOrganisation',
|
||||
($13.DeleteCalendarOnOrganisationRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.DeleteCalendarOnOrganisationResponse.fromBuffer(value));
|
||||
static final _$importClassicHolidaysOnOrganisation = $grpc.ClientMethod<$13.ImportClassicHolidaysOnOrganisationRequest, $13.ImportClassicHolidaysOnOrganisationResponse>(
|
||||
'/api.CalendarService/ImportClassicHolidaysOnOrganisation',
|
||||
($13.ImportClassicHolidaysOnOrganisationRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.ImportClassicHolidaysOnOrganisationResponse.fromBuffer(value));
|
||||
static final _$createCalendarOnSite = $grpc.ClientMethod<$13.CreateCalendarOnSiteRequest, $13.CreateCalendarOnSiteResponse>(
|
||||
'/api.CalendarService/CreateCalendarOnSite',
|
||||
($13.CreateCalendarOnSiteRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.CreateCalendarOnSiteResponse.fromBuffer(value));
|
||||
static final _$getCalendarOnSite = $grpc.ClientMethod<$13.GetCalendarOnSiteRequest, $13.GetCalendarOnSiteResponse>(
|
||||
'/api.CalendarService/GetCalendarOnSite',
|
||||
($13.GetCalendarOnSiteRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.GetCalendarOnSiteResponse.fromBuffer(value));
|
||||
static final _$listCalendarOnSite = $grpc.ClientMethod<$13.ListCalendarOnSiteRequest, $13.ListCalendarOnSiteResponse>(
|
||||
'/api.CalendarService/ListCalendarOnSite',
|
||||
($13.ListCalendarOnSiteRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.ListCalendarOnSiteResponse.fromBuffer(value));
|
||||
static final _$updateCalendarOnSite = $grpc.ClientMethod<$13.UpdateCalendarOnSiteRequest, $13.UpdateCalendarOnSiteResponse>(
|
||||
'/api.CalendarService/UpdateCalendarOnSite',
|
||||
($13.UpdateCalendarOnSiteRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.UpdateCalendarOnSiteResponse.fromBuffer(value));
|
||||
static final _$deleteCalendarOnSite = $grpc.ClientMethod<$13.DeleteCalendarOnSiteRequest, $13.DeleteCalendarOnSiteResponse>(
|
||||
'/api.CalendarService/DeleteCalendarOnSite',
|
||||
($13.DeleteCalendarOnSiteRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.DeleteCalendarOnSiteResponse.fromBuffer(value));
|
||||
static final _$importClassicHolidaysOnSite = $grpc.ClientMethod<$13.ImportClassicHolidaysOnSiteRequest, $13.ImportClassicHolidaysOnSiteResponse>(
|
||||
'/api.CalendarService/ImportClassicHolidaysOnSite',
|
||||
($13.ImportClassicHolidaysOnSiteRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.ImportClassicHolidaysOnSiteResponse.fromBuffer(value));
|
||||
|
||||
CalendarServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$13.CreateCalendarOnOrganisationResponse> createCalendarOnOrganisation($13.CreateCalendarOnOrganisationRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createCalendarOnOrganisation, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.GetCalendarOnOrganisationResponse> getCalendarOnOrganisation($13.GetCalendarOnOrganisationRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getCalendarOnOrganisation, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.ListCalendarOnOrganisationResponse> listCalendarOnOrganisation($13.ListCalendarOnOrganisationRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$listCalendarOnOrganisation, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.UpdateCalendarOnOrganisationResponse> updateCalendarOnOrganisation($13.UpdateCalendarOnOrganisationRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$updateCalendarOnOrganisation, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.DeleteCalendarOnOrganisationResponse> deleteCalendarOnOrganisation($13.DeleteCalendarOnOrganisationRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteCalendarOnOrganisation, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.ImportClassicHolidaysOnOrganisationResponse> importClassicHolidaysOnOrganisation($13.ImportClassicHolidaysOnOrganisationRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$importClassicHolidaysOnOrganisation, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.CreateCalendarOnSiteResponse> createCalendarOnSite($13.CreateCalendarOnSiteRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createCalendarOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.GetCalendarOnSiteResponse> getCalendarOnSite($13.GetCalendarOnSiteRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getCalendarOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.ListCalendarOnSiteResponse> listCalendarOnSite($13.ListCalendarOnSiteRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$listCalendarOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.UpdateCalendarOnSiteResponse> updateCalendarOnSite($13.UpdateCalendarOnSiteRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$updateCalendarOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.DeleteCalendarOnSiteResponse> deleteCalendarOnSite($13.DeleteCalendarOnSiteRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteCalendarOnSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$13.ImportClassicHolidaysOnSiteResponse> importClassicHolidaysOnSite($13.ImportClassicHolidaysOnSiteRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$importClassicHolidaysOnSite, request, options: options);
|
||||
}
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('api.CalendarService')
|
||||
abstract class CalendarServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.CalendarService';
|
||||
|
||||
CalendarServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$13.CreateCalendarOnOrganisationRequest, $13.CreateCalendarOnOrganisationResponse>(
|
||||
'CreateCalendarOnOrganisation',
|
||||
createCalendarOnOrganisation_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.CreateCalendarOnOrganisationRequest.fromBuffer(value),
|
||||
($13.CreateCalendarOnOrganisationResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.GetCalendarOnOrganisationRequest, $13.GetCalendarOnOrganisationResponse>(
|
||||
'GetCalendarOnOrganisation',
|
||||
getCalendarOnOrganisation_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.GetCalendarOnOrganisationRequest.fromBuffer(value),
|
||||
($13.GetCalendarOnOrganisationResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.ListCalendarOnOrganisationRequest, $13.ListCalendarOnOrganisationResponse>(
|
||||
'ListCalendarOnOrganisation',
|
||||
listCalendarOnOrganisation_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.ListCalendarOnOrganisationRequest.fromBuffer(value),
|
||||
($13.ListCalendarOnOrganisationResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.UpdateCalendarOnOrganisationRequest, $13.UpdateCalendarOnOrganisationResponse>(
|
||||
'UpdateCalendarOnOrganisation',
|
||||
updateCalendarOnOrganisation_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.UpdateCalendarOnOrganisationRequest.fromBuffer(value),
|
||||
($13.UpdateCalendarOnOrganisationResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.DeleteCalendarOnOrganisationRequest, $13.DeleteCalendarOnOrganisationResponse>(
|
||||
'DeleteCalendarOnOrganisation',
|
||||
deleteCalendarOnOrganisation_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.DeleteCalendarOnOrganisationRequest.fromBuffer(value),
|
||||
($13.DeleteCalendarOnOrganisationResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.ImportClassicHolidaysOnOrganisationRequest, $13.ImportClassicHolidaysOnOrganisationResponse>(
|
||||
'ImportClassicHolidaysOnOrganisation',
|
||||
importClassicHolidaysOnOrganisation_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.ImportClassicHolidaysOnOrganisationRequest.fromBuffer(value),
|
||||
($13.ImportClassicHolidaysOnOrganisationResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.CreateCalendarOnSiteRequest, $13.CreateCalendarOnSiteResponse>(
|
||||
'CreateCalendarOnSite',
|
||||
createCalendarOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.CreateCalendarOnSiteRequest.fromBuffer(value),
|
||||
($13.CreateCalendarOnSiteResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.GetCalendarOnSiteRequest, $13.GetCalendarOnSiteResponse>(
|
||||
'GetCalendarOnSite',
|
||||
getCalendarOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.GetCalendarOnSiteRequest.fromBuffer(value),
|
||||
($13.GetCalendarOnSiteResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.ListCalendarOnSiteRequest, $13.ListCalendarOnSiteResponse>(
|
||||
'ListCalendarOnSite',
|
||||
listCalendarOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.ListCalendarOnSiteRequest.fromBuffer(value),
|
||||
($13.ListCalendarOnSiteResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.UpdateCalendarOnSiteRequest, $13.UpdateCalendarOnSiteResponse>(
|
||||
'UpdateCalendarOnSite',
|
||||
updateCalendarOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.UpdateCalendarOnSiteRequest.fromBuffer(value),
|
||||
($13.UpdateCalendarOnSiteResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.DeleteCalendarOnSiteRequest, $13.DeleteCalendarOnSiteResponse>(
|
||||
'DeleteCalendarOnSite',
|
||||
deleteCalendarOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.DeleteCalendarOnSiteRequest.fromBuffer(value),
|
||||
($13.DeleteCalendarOnSiteResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.ImportClassicHolidaysOnSiteRequest, $13.ImportClassicHolidaysOnSiteResponse>(
|
||||
'ImportClassicHolidaysOnSite',
|
||||
importClassicHolidaysOnSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $13.ImportClassicHolidaysOnSiteRequest.fromBuffer(value),
|
||||
($13.ImportClassicHolidaysOnSiteResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$13.CreateCalendarOnOrganisationResponse> createCalendarOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.CreateCalendarOnOrganisationRequest> $request) async {
|
||||
return createCalendarOnOrganisation($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.GetCalendarOnOrganisationResponse> getCalendarOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.GetCalendarOnOrganisationRequest> $request) async {
|
||||
return getCalendarOnOrganisation($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.ListCalendarOnOrganisationResponse> listCalendarOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.ListCalendarOnOrganisationRequest> $request) async {
|
||||
return listCalendarOnOrganisation($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.UpdateCalendarOnOrganisationResponse> updateCalendarOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.UpdateCalendarOnOrganisationRequest> $request) async {
|
||||
return updateCalendarOnOrganisation($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.DeleteCalendarOnOrganisationResponse> deleteCalendarOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.DeleteCalendarOnOrganisationRequest> $request) async {
|
||||
return deleteCalendarOnOrganisation($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.ImportClassicHolidaysOnOrganisationResponse> importClassicHolidaysOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.ImportClassicHolidaysOnOrganisationRequest> $request) async {
|
||||
return importClassicHolidaysOnOrganisation($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.CreateCalendarOnSiteResponse> createCalendarOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.CreateCalendarOnSiteRequest> $request) async {
|
||||
return createCalendarOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.GetCalendarOnSiteResponse> getCalendarOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.GetCalendarOnSiteRequest> $request) async {
|
||||
return getCalendarOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.ListCalendarOnSiteResponse> listCalendarOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.ListCalendarOnSiteRequest> $request) async {
|
||||
return listCalendarOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.UpdateCalendarOnSiteResponse> updateCalendarOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.UpdateCalendarOnSiteRequest> $request) async {
|
||||
return updateCalendarOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.DeleteCalendarOnSiteResponse> deleteCalendarOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.DeleteCalendarOnSiteRequest> $request) async {
|
||||
return deleteCalendarOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.ImportClassicHolidaysOnSiteResponse> importClassicHolidaysOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.ImportClassicHolidaysOnSiteRequest> $request) async {
|
||||
return importClassicHolidaysOnSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$13.CreateCalendarOnOrganisationResponse> createCalendarOnOrganisation($grpc.ServiceCall call, $13.CreateCalendarOnOrganisationRequest request);
|
||||
$async.Future<$13.GetCalendarOnOrganisationResponse> getCalendarOnOrganisation($grpc.ServiceCall call, $13.GetCalendarOnOrganisationRequest request);
|
||||
$async.Future<$13.ListCalendarOnOrganisationResponse> listCalendarOnOrganisation($grpc.ServiceCall call, $13.ListCalendarOnOrganisationRequest request);
|
||||
$async.Future<$13.UpdateCalendarOnOrganisationResponse> updateCalendarOnOrganisation($grpc.ServiceCall call, $13.UpdateCalendarOnOrganisationRequest request);
|
||||
$async.Future<$13.DeleteCalendarOnOrganisationResponse> deleteCalendarOnOrganisation($grpc.ServiceCall call, $13.DeleteCalendarOnOrganisationRequest request);
|
||||
$async.Future<$13.ImportClassicHolidaysOnOrganisationResponse> importClassicHolidaysOnOrganisation($grpc.ServiceCall call, $13.ImportClassicHolidaysOnOrganisationRequest request);
|
||||
$async.Future<$13.CreateCalendarOnSiteResponse> createCalendarOnSite($grpc.ServiceCall call, $13.CreateCalendarOnSiteRequest request);
|
||||
$async.Future<$13.GetCalendarOnSiteResponse> getCalendarOnSite($grpc.ServiceCall call, $13.GetCalendarOnSiteRequest request);
|
||||
$async.Future<$13.ListCalendarOnSiteResponse> listCalendarOnSite($grpc.ServiceCall call, $13.ListCalendarOnSiteRequest request);
|
||||
$async.Future<$13.UpdateCalendarOnSiteResponse> updateCalendarOnSite($grpc.ServiceCall call, $13.UpdateCalendarOnSiteRequest request);
|
||||
$async.Future<$13.DeleteCalendarOnSiteResponse> deleteCalendarOnSite($grpc.ServiceCall call, $13.DeleteCalendarOnSiteRequest request);
|
||||
$async.Future<$13.ImportClassicHolidaysOnSiteResponse> importClassicHolidaysOnSite($grpc.ServiceCall call, $13.ImportClassicHolidaysOnSiteRequest request);
|
||||
}
|
||||
@@ -1,507 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: calendar.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use workTimeDayDescriptor instead')
|
||||
const WorkTimeDay$json = {
|
||||
'1': 'WorkTimeDay',
|
||||
'2': [
|
||||
{'1': 'WeekDay', '3': 1, '4': 1, '5': 14, '6': '.api.WeekDay', '10': 'WeekDay'},
|
||||
{'1': 'IsWorkingDay', '3': 2, '4': 1, '5': 8, '10': 'IsWorkingDay'},
|
||||
{'1': 'TimeRanges', '3': 3, '4': 3, '5': 11, '6': '.api.TimeRange', '10': 'TimeRanges'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `WorkTimeDay`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List workTimeDayDescriptor = $convert.base64Decode(
|
||||
'CgtXb3JrVGltZURheRImCgdXZWVrRGF5GAEgASgOMgwuYXBpLldlZWtEYXlSB1dlZWtEYXkSIg'
|
||||
'oMSXNXb3JraW5nRGF5GAIgASgIUgxJc1dvcmtpbmdEYXkSLgoKVGltZVJhbmdlcxgDIAMoCzIO'
|
||||
'LmFwaS5UaW1lUmFuZ2VSClRpbWVSYW5nZXM=');
|
||||
|
||||
@$core.Deprecated('Use exceptionalClosureDescriptor instead')
|
||||
const ExceptionalClosure$json = {
|
||||
'1': 'ExceptionalClosure',
|
||||
'2': [
|
||||
{'1': 'Label', '3': 1, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '10': 'Label'},
|
||||
{'1': 'StartDate', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'StartDate'},
|
||||
{'1': 'EndDate', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EndDate'},
|
||||
{'1': 'FullDay', '3': 4, '4': 1, '5': 8, '10': 'FullDay'},
|
||||
{'1': 'StartHour', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'StartHour'},
|
||||
{'1': 'EndHour', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'EndHour'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ExceptionalClosure`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List exceptionalClosureDescriptor = $convert.base64Decode(
|
||||
'ChJFeGNlcHRpb25hbENsb3N1cmUSKgoFTGFiZWwYASADKAsyFC5hcGkuTGFiZWxCeUxhbmd1YW'
|
||||
'dlUgVMYWJlbBJaCglTdGFydERhdGUYAiABKAlCPPpCOXI3MjVeMjBbMC05XXsyfS0oMFsxLTld'
|
||||
'fDFbMC0yXSktKDBbMS05XXxbMTJdWzAtOV18M1swMV0pJFIJU3RhcnREYXRlElYKB0VuZERhdG'
|
||||
'UYAyABKAlCPPpCOXI3MjVeMjBbMC05XXsyfS0oMFsxLTldfDFbMC0yXSktKDBbMS05XXxbMTJd'
|
||||
'WzAtOV18M1swMV0pJFIHRW5kRGF0ZRIYCgdGdWxsRGF5GAQgASgIUgdGdWxsRGF5EkYKCVN0YX'
|
||||
'J0SG91chgFIAEoCUIo+kIlciMyIV4oPzpbMDFdWzAtOV18MlswLTNdKTpbMC01XVswLTldJFIJ'
|
||||
'U3RhcnRIb3VyEkIKB0VuZEhvdXIYBiABKAlCKPpCJXIjMiFeKD86WzAxXVswLTldfDJbMC0zXS'
|
||||
'k6WzAtNV1bMC05XSRSB0VuZEhvdXI=');
|
||||
|
||||
@$core.Deprecated('Use calendarDescriptor instead')
|
||||
const Calendar$json = {
|
||||
'1': 'Calendar',
|
||||
'2': [
|
||||
{'1': 'ID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
{'1': 'RscType', '3': 2, '4': 1, '5': 14, '6': '.api.ResourceType', '10': 'RscType'},
|
||||
{'1': 'ResourceID', '3': 3, '4': 1, '5': 9, '10': 'ResourceID'},
|
||||
{'1': 'Name', '3': 4, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'Description', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'Description'},
|
||||
{'1': 'ExceptionalClosures', '3': 6, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'},
|
||||
{'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `Calendar`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List calendarDescriptor = $convert.base64Decode(
|
||||
'CghDYWxlbmRhchIXCgJJRBgBIAEoCUIH+kIEcgIQAVICSUQSKwoHUnNjVHlwZRgCIAEoDjIRLm'
|
||||
'FwaS5SZXNvdXJjZVR5cGVSB1JzY1R5cGUSHgoKUmVzb3VyY2VJRBgDIAEoCVIKUmVzb3VyY2VJ'
|
||||
'RBISCgROYW1lGAQgASgJUgROYW1lEikKC0Rlc2NyaXB0aW9uGAUgASgJQgf6QgRyAhABUgtEZX'
|
||||
'NjcmlwdGlvbhJJChNFeGNlcHRpb25hbENsb3N1cmVzGAYgAygLMhcuYXBpLkV4Y2VwdGlvbmFs'
|
||||
'Q2xvc3VyZVITRXhjZXB0aW9uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC5hcG'
|
||||
'kuV29ya1RpbWVEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM=');
|
||||
|
||||
@$core.Deprecated('Use createCalendarOnOrganisationRequestDescriptor instead')
|
||||
const CreateCalendarOnOrganisationRequest$json = {
|
||||
'1': 'CreateCalendarOnOrganisationRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'Description', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Description'},
|
||||
{'1': 'ExceptionalClosures', '3': 4, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'},
|
||||
{'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createCalendarOnOrganisationRequestDescriptor = $convert.base64Decode(
|
||||
'CiNDcmVhdGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi'
|
||||
'5hcGkuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchISCgROYW1l'
|
||||
'GAIgASgJUgROYW1lEikKC0Rlc2NyaXB0aW9uGAMgASgJQgf6QgRyAhABUgtEZXNjcmlwdGlvbh'
|
||||
'JJChNFeGNlcHRpb25hbENsb3N1cmVzGAQgAygLMhcuYXBpLkV4Y2VwdGlvbmFsQ2xvc3VyZVIT'
|
||||
'RXhjZXB0aW9uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC5hcGkuV29ya1RpbW'
|
||||
'VEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM6DpJBCwoJ0gEGSGVhZGVy');
|
||||
|
||||
@$core.Deprecated('Use createCalendarOnOrganisationResponseDescriptor instead')
|
||||
const CreateCalendarOnOrganisationResponse$json = {
|
||||
'1': 'CreateCalendarOnOrganisationResponse',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createCalendarOnOrganisationResponseDescriptor = $convert.base64Decode(
|
||||
'CiRDcmVhdGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVzcG9uc2USMwoIQ2FsZW5kYXIYASABKA'
|
||||
'syDS5hcGkuQ2FsZW5kYXJCCPpCBYoBAhABUghDYWxlbmRhcg==');
|
||||
|
||||
@$core.Deprecated('Use getCalendarOnOrganisationRequestDescriptor instead')
|
||||
const GetCalendarOnOrganisationRequest$json = {
|
||||
'1': 'GetCalendarOnOrganisationRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getCalendarOnOrganisationRequestDescriptor = $convert.base64Decode(
|
||||
'CiBHZXRDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi5hcG'
|
||||
'kuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIXCgJJRBgCIAEo'
|
||||
'CUIH+kIEcgIQAVICSUQ6E5JBEAoO0gEGSGVhZGVy0gECSUQ=');
|
||||
|
||||
@$core.Deprecated('Use getCalendarOnOrganisationResponseDescriptor instead')
|
||||
const GetCalendarOnOrganisationResponse$json = {
|
||||
'1': 'GetCalendarOnOrganisationResponse',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `GetCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getCalendarOnOrganisationResponseDescriptor = $convert.base64Decode(
|
||||
'CiFHZXRDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVzcG9uc2USMwoIQ2FsZW5kYXIYASABKAsyDS'
|
||||
'5hcGkuQ2FsZW5kYXJCCPpCBYoBAhABUghDYWxlbmRhcg==');
|
||||
|
||||
@$core.Deprecated('Use listCalendarOnOrganisationRequestDescriptor instead')
|
||||
const ListCalendarOnOrganisationRequest$json = {
|
||||
'1': 'ListCalendarOnOrganisationRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listCalendarOnOrganisationRequestDescriptor = $convert.base64Decode(
|
||||
'CiFMaXN0Q2FsZW5kYXJPbk9yZ2FuaXNhdGlvblJlcXVlc3QSQAoGSGVhZGVyGAEgASgLMh4uYX'
|
||||
'BpLlJlcXVlc3RPcmdhbmlzYXRpb25IZWFkZXJCCPpCBYoBAhABUgZIZWFkZXI6DpJBCwoJ0gEG'
|
||||
'SGVhZGVy');
|
||||
|
||||
@$core.Deprecated('Use listCalendarOnOrganisationResponseDescriptor instead')
|
||||
const ListCalendarOnOrganisationResponse$json = {
|
||||
'1': 'ListCalendarOnOrganisationResponse',
|
||||
'2': [
|
||||
{'1': 'Calendars', '3': 1, '4': 3, '5': 11, '6': '.api.Calendar', '10': 'Calendars'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ListCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listCalendarOnOrganisationResponseDescriptor = $convert.base64Decode(
|
||||
'CiJMaXN0Q2FsZW5kYXJPbk9yZ2FuaXNhdGlvblJlc3BvbnNlEisKCUNhbGVuZGFycxgBIAMoCz'
|
||||
'INLmFwaS5DYWxlbmRhclIJQ2FsZW5kYXJz');
|
||||
|
||||
@$core.Deprecated('Use updateCalendarOnOrganisationRequestDescriptor instead')
|
||||
const UpdateCalendarOnOrganisationRequest$json = {
|
||||
'1': 'UpdateCalendarOnOrganisationRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
{'1': 'Name', '3': 3, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'Description', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Description'},
|
||||
{'1': 'ExceptionalClosures', '3': 5, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'},
|
||||
{'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateCalendarOnOrganisationRequestDescriptor = $convert.base64Decode(
|
||||
'CiNVcGRhdGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi'
|
||||
'5hcGkuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIXCgJJRBgC'
|
||||
'IAEoCUIH+kIEcgIQAVICSUQSEgoETmFtZRgDIAEoCVIETmFtZRIpCgtEZXNjcmlwdGlvbhgEIA'
|
||||
'EoCUIH+kIEcgIQAVILRGVzY3JpcHRpb24SSQoTRXhjZXB0aW9uYWxDbG9zdXJlcxgFIAMoCzIX'
|
||||
'LmFwaS5FeGNlcHRpb25hbENsb3N1cmVSE0V4Y2VwdGlvbmFsQ2xvc3VyZXMSQQoMV29ya1RpbW'
|
||||
'VEYXlzGAcgAygLMhAuYXBpLldvcmtUaW1lRGF5QgvqwRgHV2Vla0RheVIMV29ya1RpbWVEYXlz'
|
||||
'OhOSQRAKDtIBBkhlYWRlctIBAklE');
|
||||
|
||||
@$core.Deprecated('Use updateCalendarOnOrganisationResponseDescriptor instead')
|
||||
const UpdateCalendarOnOrganisationResponse$json = {
|
||||
'1': 'UpdateCalendarOnOrganisationResponse',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateCalendarOnOrganisationResponseDescriptor = $convert.base64Decode(
|
||||
'CiRVcGRhdGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVzcG9uc2USMwoIQ2FsZW5kYXIYASABKA'
|
||||
'syDS5hcGkuQ2FsZW5kYXJCCPpCBYoBAhABUghDYWxlbmRhcg==');
|
||||
|
||||
@$core.Deprecated('Use deleteCalendarOnOrganisationRequestDescriptor instead')
|
||||
const DeleteCalendarOnOrganisationRequest$json = {
|
||||
'1': 'DeleteCalendarOnOrganisationRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteCalendarOnOrganisationRequestDescriptor = $convert.base64Decode(
|
||||
'CiNEZWxldGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi'
|
||||
'5hcGkuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIXCgJJRBgC'
|
||||
'IAEoCUIH+kIEcgIQAVICSUQ6E5JBEAoO0gEGSGVhZGVy0gECSUQ=');
|
||||
|
||||
@$core.Deprecated('Use deleteCalendarOnOrganisationResponseDescriptor instead')
|
||||
const DeleteCalendarOnOrganisationResponse$json = {
|
||||
'1': 'DeleteCalendarOnOrganisationResponse',
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteCalendarOnOrganisationResponseDescriptor = $convert.base64Decode(
|
||||
'CiREZWxldGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVzcG9uc2U=');
|
||||
|
||||
@$core.Deprecated('Use importClassicHolidaysOnOrganisationRequestDescriptor instead')
|
||||
const ImportClassicHolidaysOnOrganisationRequest$json = {
|
||||
'1': 'ImportClassicHolidaysOnOrganisationRequest',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
{'1': 'Country', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Country'},
|
||||
{'1': 'NumberOfYears', '3': 3, '4': 1, '5': 13, '10': 'NumberOfYears'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ImportClassicHolidaysOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List importClassicHolidaysOnOrganisationRequestDescriptor = $convert.base64Decode(
|
||||
'CipJbXBvcnRDbGFzc2ljSG9saWRheXNPbk9yZ2FuaXNhdGlvblJlcXVlc3QSMwoIQ2FsZW5kYX'
|
||||
'IYASABKAsyDS5hcGkuQ2FsZW5kYXJCCPpCBYoBAhABUghDYWxlbmRhchKVAQoHQ291bnRyeRgC'
|
||||
'IAEoCUJ7kkFwMlhDb3VudHJ5IENvZGUgaW4gPGEgaHJlZj0naHR0cHM6Ly9lbi53aWtpcGVkaW'
|
||||
'Eub3JnL3dpa2kvSVNPXzMxNjYtMSc+SVNPXzMxNjYtMTwvYT4gZm9ybWF0ShRbIkZSIiwgIkZS'
|
||||
'QSIsICIyNTAiXfpCBXID+AEBUgdDb3VudHJ5EiQKDU51bWJlck9mWWVhcnMYAyABKA1SDU51bW'
|
||||
'Jlck9mWWVhcnM=');
|
||||
|
||||
@$core.Deprecated('Use importClassicHolidaysOnOrganisationResponseDescriptor instead')
|
||||
const ImportClassicHolidaysOnOrganisationResponse$json = {
|
||||
'1': 'ImportClassicHolidaysOnOrganisationResponse',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ImportClassicHolidaysOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List importClassicHolidaysOnOrganisationResponseDescriptor = $convert.base64Decode(
|
||||
'CitJbXBvcnRDbGFzc2ljSG9saWRheXNPbk9yZ2FuaXNhdGlvblJlc3BvbnNlEjMKCENhbGVuZG'
|
||||
'FyGAEgASgLMg0uYXBpLkNhbGVuZGFyQgj6QgWKAQIQAVIIQ2FsZW5kYXI=');
|
||||
|
||||
@$core.Deprecated('Use cloneCalendarOnOrganisationRequestDescriptor instead')
|
||||
const CloneCalendarOnOrganisationRequest$json = {
|
||||
'1': 'CloneCalendarOnOrganisationRequest',
|
||||
'2': [
|
||||
{'1': 'CalendarID', '3': 1, '4': 1, '5': 9, '10': 'CalendarID'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'Description', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Description'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `CloneCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List cloneCalendarOnOrganisationRequestDescriptor = $convert.base64Decode(
|
||||
'CiJDbG9uZUNhbGVuZGFyT25PcmdhbmlzYXRpb25SZXF1ZXN0Eh4KCkNhbGVuZGFySUQYASABKA'
|
||||
'lSCkNhbGVuZGFySUQSEgoETmFtZRgCIAEoCVIETmFtZRIpCgtEZXNjcmlwdGlvbhgDIAEoCUIH'
|
||||
'+kIEcgIQAVILRGVzY3JpcHRpb24=');
|
||||
|
||||
@$core.Deprecated('Use cloneCalendarOnOrganisationResponseDescriptor instead')
|
||||
const CloneCalendarOnOrganisationResponse$json = {
|
||||
'1': 'CloneCalendarOnOrganisationResponse',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `CloneCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List cloneCalendarOnOrganisationResponseDescriptor = $convert.base64Decode(
|
||||
'CiNDbG9uZUNhbGVuZGFyT25PcmdhbmlzYXRpb25SZXNwb25zZRIzCghDYWxlbmRhchgBIAEoCz'
|
||||
'INLmFwaS5DYWxlbmRhckII+kIFigECEAFSCENhbGVuZGFy');
|
||||
|
||||
@$core.Deprecated('Use createCalendarOnSiteRequestDescriptor instead')
|
||||
const CreateCalendarOnSiteRequest$json = {
|
||||
'1': 'CreateCalendarOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'Description', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Description'},
|
||||
{'1': 'ExceptionalClosures', '3': 4, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'},
|
||||
{'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createCalendarOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'ChtDcmVhdGVDYWxlbmRhck9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcX'
|
||||
'Vlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhIKBE5hbWUYAiABKAlSBE5hbWUSKQoL'
|
||||
'RGVzY3JpcHRpb24YAyABKAlCB/pCBHICEAFSC0Rlc2NyaXB0aW9uEkkKE0V4Y2VwdGlvbmFsQ2'
|
||||
'xvc3VyZXMYBCADKAsyFy5hcGkuRXhjZXB0aW9uYWxDbG9zdXJlUhNFeGNlcHRpb25hbENsb3N1'
|
||||
'cmVzEkEKDFdvcmtUaW1lRGF5cxgHIAMoCzIQLmFwaS5Xb3JrVGltZURheUIL6sEYB1dlZWtEYX'
|
||||
'lSDFdvcmtUaW1lRGF5czoOkkELCgnSAQZIZWFkZXI=');
|
||||
|
||||
@$core.Deprecated('Use createCalendarOnSiteResponseDescriptor instead')
|
||||
const CreateCalendarOnSiteResponse$json = {
|
||||
'1': 'CreateCalendarOnSiteResponse',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createCalendarOnSiteResponseDescriptor = $convert.base64Decode(
|
||||
'ChxDcmVhdGVDYWxlbmRhck9uU2l0ZVJlc3BvbnNlEjMKCENhbGVuZGFyGAEgASgLMg0uYXBpLk'
|
||||
'NhbGVuZGFyQgj6QgWKAQIQAVIIQ2FsZW5kYXI=');
|
||||
|
||||
@$core.Deprecated('Use getCalendarOnSiteRequestDescriptor instead')
|
||||
const GetCalendarOnSiteRequest$json = {
|
||||
'1': 'GetCalendarOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getCalendarOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'ChhHZXRDYWxlbmRhck9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcXVlc3'
|
||||
'RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhcKAklEGAIgASgJQgf6QgRyAhABUgJJRDoT'
|
||||
'kkEQCg7SAQZIZWFkZXLSAQJJRA==');
|
||||
|
||||
@$core.Deprecated('Use getCalendarOnSiteResponseDescriptor instead')
|
||||
const GetCalendarOnSiteResponse$json = {
|
||||
'1': 'GetCalendarOnSiteResponse',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `GetCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getCalendarOnSiteResponseDescriptor = $convert.base64Decode(
|
||||
'ChlHZXRDYWxlbmRhck9uU2l0ZVJlc3BvbnNlEjMKCENhbGVuZGFyGAEgASgLMg0uYXBpLkNhbG'
|
||||
'VuZGFyQgj6QgWKAQIQAVIIQ2FsZW5kYXI=');
|
||||
|
||||
@$core.Deprecated('Use listCalendarOnSiteRequestDescriptor instead')
|
||||
const ListCalendarOnSiteRequest$json = {
|
||||
'1': 'ListCalendarOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listCalendarOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'ChlMaXN0Q2FsZW5kYXJPblNpdGVSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLmFwaS5SZXF1ZX'
|
||||
'N0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlcjoOkkELCgnSAQZIZWFkZXI=');
|
||||
|
||||
@$core.Deprecated('Use listCalendarOnSiteResponseDescriptor instead')
|
||||
const ListCalendarOnSiteResponse$json = {
|
||||
'1': 'ListCalendarOnSiteResponse',
|
||||
'2': [
|
||||
{'1': 'Calendars', '3': 1, '4': 3, '5': 11, '6': '.api.Calendar', '10': 'Calendars'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ListCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listCalendarOnSiteResponseDescriptor = $convert.base64Decode(
|
||||
'ChpMaXN0Q2FsZW5kYXJPblNpdGVSZXNwb25zZRIrCglDYWxlbmRhcnMYASADKAsyDS5hcGkuQ2'
|
||||
'FsZW5kYXJSCUNhbGVuZGFycw==');
|
||||
|
||||
@$core.Deprecated('Use updateCalendarOnSiteRequestDescriptor instead')
|
||||
const UpdateCalendarOnSiteRequest$json = {
|
||||
'1': 'UpdateCalendarOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
{'1': 'Name', '3': 3, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'Description', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Description'},
|
||||
{'1': 'ExceptionalClosures', '3': 5, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'},
|
||||
{'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateCalendarOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'ChtVcGRhdGVDYWxlbmRhck9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcX'
|
||||
'Vlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhcKAklEGAIgASgJQgf6QgRyAhABUgJJ'
|
||||
'RBISCgROYW1lGAMgASgJUgROYW1lEikKC0Rlc2NyaXB0aW9uGAQgASgJQgf6QgRyAhABUgtEZX'
|
||||
'NjcmlwdGlvbhJJChNFeGNlcHRpb25hbENsb3N1cmVzGAUgAygLMhcuYXBpLkV4Y2VwdGlvbmFs'
|
||||
'Q2xvc3VyZVITRXhjZXB0aW9uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC5hcG'
|
||||
'kuV29ya1RpbWVEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM6E5JBEAoO0gEGSGVhZGVy'
|
||||
'0gECSUQ=');
|
||||
|
||||
@$core.Deprecated('Use updateCalendarOnSiteResponseDescriptor instead')
|
||||
const UpdateCalendarOnSiteResponse$json = {
|
||||
'1': 'UpdateCalendarOnSiteResponse',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateCalendarOnSiteResponseDescriptor = $convert.base64Decode(
|
||||
'ChxVcGRhdGVDYWxlbmRhck9uU2l0ZVJlc3BvbnNlEjMKCENhbGVuZGFyGAEgASgLMg0uYXBpLk'
|
||||
'NhbGVuZGFyQgj6QgWKAQIQAVIIQ2FsZW5kYXI=');
|
||||
|
||||
@$core.Deprecated('Use deleteCalendarOnSiteRequestDescriptor instead')
|
||||
const DeleteCalendarOnSiteRequest$json = {
|
||||
'1': 'DeleteCalendarOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteCalendarOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'ChtEZWxldGVDYWxlbmRhck9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcX'
|
||||
'Vlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhcKAklEGAIgASgJQgf6QgRyAhABUgJJ'
|
||||
'RDoTkkEQCg7SAQZIZWFkZXLSAQJJRA==');
|
||||
|
||||
@$core.Deprecated('Use deleteCalendarOnSiteResponseDescriptor instead')
|
||||
const DeleteCalendarOnSiteResponse$json = {
|
||||
'1': 'DeleteCalendarOnSiteResponse',
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteCalendarOnSiteResponseDescriptor = $convert.base64Decode(
|
||||
'ChxEZWxldGVDYWxlbmRhck9uU2l0ZVJlc3BvbnNl');
|
||||
|
||||
@$core.Deprecated('Use importClassicHolidaysOnSiteRequestDescriptor instead')
|
||||
const ImportClassicHolidaysOnSiteRequest$json = {
|
||||
'1': 'ImportClassicHolidaysOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
{'1': 'Country', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Country'},
|
||||
{'1': 'NumberOfYears', '3': 3, '4': 1, '5': 13, '10': 'NumberOfYears'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ImportClassicHolidaysOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List importClassicHolidaysOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'CiJJbXBvcnRDbGFzc2ljSG9saWRheXNPblNpdGVSZXF1ZXN0EjMKCENhbGVuZGFyGAEgASgLMg'
|
||||
'0uYXBpLkNhbGVuZGFyQgj6QgWKAQIQAVIIQ2FsZW5kYXISlQEKB0NvdW50cnkYAiABKAlCe5JB'
|
||||
'cDJYQ291bnRyeSBDb2RlIGluIDxhIGhyZWY9J2h0dHBzOi8vZW4ud2lraXBlZGlhLm9yZy93aW'
|
||||
'tpL0lTT18zMTY2LTEnPklTT18zMTY2LTE8L2E+IGZvcm1hdEoUWyJGUiIsICJGUkEiLCAiMjUw'
|
||||
'Il36QgVyA/gBAVIHQ291bnRyeRIkCg1OdW1iZXJPZlllYXJzGAMgASgNUg1OdW1iZXJPZlllYX'
|
||||
'Jz');
|
||||
|
||||
@$core.Deprecated('Use importClassicHolidaysOnSiteResponseDescriptor instead')
|
||||
const ImportClassicHolidaysOnSiteResponse$json = {
|
||||
'1': 'ImportClassicHolidaysOnSiteResponse',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ImportClassicHolidaysOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List importClassicHolidaysOnSiteResponseDescriptor = $convert.base64Decode(
|
||||
'CiNJbXBvcnRDbGFzc2ljSG9saWRheXNPblNpdGVSZXNwb25zZRIzCghDYWxlbmRhchgBIAEoCz'
|
||||
'INLmFwaS5DYWxlbmRhckII+kIFigECEAFSCENhbGVuZGFy');
|
||||
|
||||
@$core.Deprecated('Use cloneCalendarOnSiteRequestDescriptor instead')
|
||||
const CloneCalendarOnSiteRequest$json = {
|
||||
'1': 'CloneCalendarOnSiteRequest',
|
||||
'2': [
|
||||
{'1': 'CalendarID', '3': 1, '4': 1, '5': 9, '10': 'CalendarID'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'Description', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Description'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `CloneCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List cloneCalendarOnSiteRequestDescriptor = $convert.base64Decode(
|
||||
'ChpDbG9uZUNhbGVuZGFyT25TaXRlUmVxdWVzdBIeCgpDYWxlbmRhcklEGAEgASgJUgpDYWxlbm'
|
||||
'RhcklEEhIKBE5hbWUYAiABKAlSBE5hbWUSKQoLRGVzY3JpcHRpb24YAyABKAlCB/pCBHICEAFS'
|
||||
'C0Rlc2NyaXB0aW9u');
|
||||
|
||||
@$core.Deprecated('Use cloneCalendarOnSiteResponseDescriptor instead')
|
||||
const CloneCalendarOnSiteResponse$json = {
|
||||
'1': 'CloneCalendarOnSiteResponse',
|
||||
'2': [
|
||||
{'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `CloneCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List cloneCalendarOnSiteResponseDescriptor = $convert.base64Decode(
|
||||
'ChtDbG9uZUNhbGVuZGFyT25TaXRlUmVzcG9uc2USMwoIQ2FsZW5kYXIYASABKAsyDS5hcGkuQ2'
|
||||
'FsZW5kYXJCCPpCBYoBAhABUghDYWxlbmRhcg==');
|
||||
|
||||
@@ -15,60 +15,60 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'claim-type.pb.dart' as $14;
|
||||
import 'claim-type.pb.dart' as $10;
|
||||
|
||||
export 'claim-type.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ClaimTypeService')
|
||||
class ClaimTypeServiceClient extends $grpc.Client {
|
||||
static final _$create = $grpc.ClientMethod<$14.CreateClaimTypeRequest, $14.CreateClaimTypeResponse>(
|
||||
static final _$create = $grpc.ClientMethod<$10.CreateClaimTypeRequest, $10.CreateClaimTypeResponse>(
|
||||
'/api.ClaimTypeService/Create',
|
||||
($14.CreateClaimTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $14.CreateClaimTypeResponse.fromBuffer(value));
|
||||
static final _$get = $grpc.ClientMethod<$14.GetClaimTypeRequest, $14.GetClaimTypeResponse>(
|
||||
($10.CreateClaimTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.CreateClaimTypeResponse.fromBuffer(value));
|
||||
static final _$get = $grpc.ClientMethod<$10.GetClaimTypeRequest, $10.GetClaimTypeResponse>(
|
||||
'/api.ClaimTypeService/Get',
|
||||
($14.GetClaimTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $14.GetClaimTypeResponse.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$14.ListClaimTypeRequest, $14.ListClaimTypeResponse>(
|
||||
($10.GetClaimTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.GetClaimTypeResponse.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$10.ListClaimTypeRequest, $10.ListClaimTypeResponse>(
|
||||
'/api.ClaimTypeService/List',
|
||||
($14.ListClaimTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $14.ListClaimTypeResponse.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$14.UpdateClaimTypeRequest, $14.UpdateClaimTypeResponse>(
|
||||
($10.ListClaimTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.ListClaimTypeResponse.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$10.UpdateClaimTypeRequest, $10.UpdateClaimTypeResponse>(
|
||||
'/api.ClaimTypeService/Update',
|
||||
($14.UpdateClaimTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $14.UpdateClaimTypeResponse.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$14.DeleteClaimTypeRequest, $14.DeleteClaimTypeResponse>(
|
||||
($10.UpdateClaimTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.UpdateClaimTypeResponse.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$10.DeleteClaimTypeRequest, $10.DeleteClaimTypeResponse>(
|
||||
'/api.ClaimTypeService/Delete',
|
||||
($14.DeleteClaimTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $14.DeleteClaimTypeResponse.fromBuffer(value));
|
||||
static final _$deleteClaimTypesForProject = $grpc.ClientMethod<$14.DeleteClaimTypesForProjectRequest, $14.DeleteClaimTypesForProjectResponse>(
|
||||
($10.DeleteClaimTypeRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.DeleteClaimTypeResponse.fromBuffer(value));
|
||||
static final _$deleteClaimTypesForProject = $grpc.ClientMethod<$10.DeleteClaimTypesForProjectRequest, $10.DeleteClaimTypesForProjectResponse>(
|
||||
'/api.ClaimTypeService/DeleteClaimTypesForProject',
|
||||
($14.DeleteClaimTypesForProjectRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $14.DeleteClaimTypesForProjectResponse.fromBuffer(value));
|
||||
($10.DeleteClaimTypesForProjectRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.DeleteClaimTypesForProjectResponse.fromBuffer(value));
|
||||
|
||||
ClaimTypeServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$14.CreateClaimTypeResponse> create($14.CreateClaimTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$10.CreateClaimTypeResponse> create($10.CreateClaimTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$create, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$14.GetClaimTypeResponse> get($14.GetClaimTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$10.GetClaimTypeResponse> get($10.GetClaimTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$get, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$14.ListClaimTypeResponse> list($14.ListClaimTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$10.ListClaimTypeResponse> list($10.ListClaimTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$list, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$14.UpdateClaimTypeResponse> update($14.UpdateClaimTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$10.UpdateClaimTypeResponse> update($10.UpdateClaimTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$update, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$14.DeleteClaimTypeResponse> delete($14.DeleteClaimTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$10.DeleteClaimTypeResponse> delete($10.DeleteClaimTypeRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$delete, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$14.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject($14.DeleteClaimTypesForProjectRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$10.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject($10.DeleteClaimTypesForProjectRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteClaimTypesForProject, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -78,78 +78,78 @@ abstract class ClaimTypeServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ClaimTypeService';
|
||||
|
||||
ClaimTypeServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$14.CreateClaimTypeRequest, $14.CreateClaimTypeResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$10.CreateClaimTypeRequest, $10.CreateClaimTypeResponse>(
|
||||
'Create',
|
||||
create_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $14.CreateClaimTypeRequest.fromBuffer(value),
|
||||
($14.CreateClaimTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$14.GetClaimTypeRequest, $14.GetClaimTypeResponse>(
|
||||
($core.List<$core.int> value) => $10.CreateClaimTypeRequest.fromBuffer(value),
|
||||
($10.CreateClaimTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.GetClaimTypeRequest, $10.GetClaimTypeResponse>(
|
||||
'Get',
|
||||
get_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $14.GetClaimTypeRequest.fromBuffer(value),
|
||||
($14.GetClaimTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$14.ListClaimTypeRequest, $14.ListClaimTypeResponse>(
|
||||
($core.List<$core.int> value) => $10.GetClaimTypeRequest.fromBuffer(value),
|
||||
($10.GetClaimTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.ListClaimTypeRequest, $10.ListClaimTypeResponse>(
|
||||
'List',
|
||||
list_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $14.ListClaimTypeRequest.fromBuffer(value),
|
||||
($14.ListClaimTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$14.UpdateClaimTypeRequest, $14.UpdateClaimTypeResponse>(
|
||||
($core.List<$core.int> value) => $10.ListClaimTypeRequest.fromBuffer(value),
|
||||
($10.ListClaimTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.UpdateClaimTypeRequest, $10.UpdateClaimTypeResponse>(
|
||||
'Update',
|
||||
update_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $14.UpdateClaimTypeRequest.fromBuffer(value),
|
||||
($14.UpdateClaimTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$14.DeleteClaimTypeRequest, $14.DeleteClaimTypeResponse>(
|
||||
($core.List<$core.int> value) => $10.UpdateClaimTypeRequest.fromBuffer(value),
|
||||
($10.UpdateClaimTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.DeleteClaimTypeRequest, $10.DeleteClaimTypeResponse>(
|
||||
'Delete',
|
||||
delete_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $14.DeleteClaimTypeRequest.fromBuffer(value),
|
||||
($14.DeleteClaimTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$14.DeleteClaimTypesForProjectRequest, $14.DeleteClaimTypesForProjectResponse>(
|
||||
($core.List<$core.int> value) => $10.DeleteClaimTypeRequest.fromBuffer(value),
|
||||
($10.DeleteClaimTypeResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.DeleteClaimTypesForProjectRequest, $10.DeleteClaimTypesForProjectResponse>(
|
||||
'DeleteClaimTypesForProject',
|
||||
deleteClaimTypesForProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $14.DeleteClaimTypesForProjectRequest.fromBuffer(value),
|
||||
($14.DeleteClaimTypesForProjectResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $10.DeleteClaimTypesForProjectRequest.fromBuffer(value),
|
||||
($10.DeleteClaimTypesForProjectResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$14.CreateClaimTypeResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$14.CreateClaimTypeRequest> $request) async {
|
||||
$async.Future<$10.CreateClaimTypeResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$10.CreateClaimTypeRequest> $request) async {
|
||||
return create($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$14.GetClaimTypeResponse> get_Pre($grpc.ServiceCall $call, $async.Future<$14.GetClaimTypeRequest> $request) async {
|
||||
$async.Future<$10.GetClaimTypeResponse> get_Pre($grpc.ServiceCall $call, $async.Future<$10.GetClaimTypeRequest> $request) async {
|
||||
return get($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$14.ListClaimTypeResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$14.ListClaimTypeRequest> $request) async {
|
||||
$async.Future<$10.ListClaimTypeResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$10.ListClaimTypeRequest> $request) async {
|
||||
return list($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$14.UpdateClaimTypeResponse> update_Pre($grpc.ServiceCall $call, $async.Future<$14.UpdateClaimTypeRequest> $request) async {
|
||||
$async.Future<$10.UpdateClaimTypeResponse> update_Pre($grpc.ServiceCall $call, $async.Future<$10.UpdateClaimTypeRequest> $request) async {
|
||||
return update($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$14.DeleteClaimTypeResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$14.DeleteClaimTypeRequest> $request) async {
|
||||
$async.Future<$10.DeleteClaimTypeResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteClaimTypeRequest> $request) async {
|
||||
return delete($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$14.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject_Pre($grpc.ServiceCall $call, $async.Future<$14.DeleteClaimTypesForProjectRequest> $request) async {
|
||||
$async.Future<$10.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteClaimTypesForProjectRequest> $request) async {
|
||||
return deleteClaimTypesForProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$14.CreateClaimTypeResponse> create($grpc.ServiceCall call, $14.CreateClaimTypeRequest request);
|
||||
$async.Future<$14.GetClaimTypeResponse> get($grpc.ServiceCall call, $14.GetClaimTypeRequest request);
|
||||
$async.Future<$14.ListClaimTypeResponse> list($grpc.ServiceCall call, $14.ListClaimTypeRequest request);
|
||||
$async.Future<$14.UpdateClaimTypeResponse> update($grpc.ServiceCall call, $14.UpdateClaimTypeRequest request);
|
||||
$async.Future<$14.DeleteClaimTypeResponse> delete($grpc.ServiceCall call, $14.DeleteClaimTypeRequest request);
|
||||
$async.Future<$14.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject($grpc.ServiceCall call, $14.DeleteClaimTypesForProjectRequest request);
|
||||
$async.Future<$10.CreateClaimTypeResponse> create($grpc.ServiceCall call, $10.CreateClaimTypeRequest request);
|
||||
$async.Future<$10.GetClaimTypeResponse> get($grpc.ServiceCall call, $10.GetClaimTypeRequest request);
|
||||
$async.Future<$10.ListClaimTypeResponse> list($grpc.ServiceCall call, $10.ListClaimTypeRequest request);
|
||||
$async.Future<$10.UpdateClaimTypeResponse> update($grpc.ServiceCall call, $10.UpdateClaimTypeRequest request);
|
||||
$async.Future<$10.DeleteClaimTypeResponse> delete($grpc.ServiceCall call, $10.DeleteClaimTypeRequest request);
|
||||
$async.Future<$10.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject($grpc.ServiceCall call, $10.DeleteClaimTypesForProjectRequest request);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'collabShared.pb.dart' as $75;
|
||||
import 'collabShared.pb.dart' as $70;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'shared.pbenum.dart' as $3;
|
||||
|
||||
@@ -110,7 +110,7 @@ class ClaimPayload extends $pb.GeneratedMessage {
|
||||
$core.String? claimTypeID,
|
||||
$core.String? entityID,
|
||||
$3.ClaimCriticality? criticality,
|
||||
$75.ClaimStatusStruct? status,
|
||||
$70.ClaimStatusStruct? status,
|
||||
$core.String? creationDate,
|
||||
$core.Iterable<$core.String>? assignees,
|
||||
$core.String? endComment,
|
||||
@@ -199,7 +199,7 @@ class ClaimPayload extends $pb.GeneratedMessage {
|
||||
..aOS(1, _omitFieldNames ? '' : 'ClaimTypeID', protoName: 'ClaimTypeID')
|
||||
..aOS(2, _omitFieldNames ? '' : 'EntityID', protoName: 'EntityID')
|
||||
..e<$3.ClaimCriticality>(3, _omitFieldNames ? '' : 'Criticality', $pb.PbFieldType.OE, protoName: 'Criticality', defaultOrMaker: $3.ClaimCriticality.CLAIM_CRITICALITY_UNKNOWN, valueOf: $3.ClaimCriticality.valueOf, enumValues: $3.ClaimCriticality.values)
|
||||
..aOM<$75.ClaimStatusStruct>(4, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ClaimStatusStruct.create)
|
||||
..aOM<$70.ClaimStatusStruct>(4, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $70.ClaimStatusStruct.create)
|
||||
..aOS(6, _omitFieldNames ? '' : 'CreationDate', protoName: 'CreationDate')
|
||||
..pPS(7, _omitFieldNames ? '' : 'Assignees', protoName: 'Assignees')
|
||||
..aOS(8, _omitFieldNames ? '' : 'EndComment', protoName: 'EndComment')
|
||||
@@ -272,15 +272,15 @@ class ClaimPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Status of the claim
|
||||
@$pb.TagNumber(4)
|
||||
$75.ClaimStatusStruct get status => $_getN(3);
|
||||
$70.ClaimStatusStruct get status => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set status($75.ClaimStatusStruct v) { $_setField(4, v); }
|
||||
set status($70.ClaimStatusStruct v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasStatus() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearStatus() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$75.ClaimStatusStruct ensureStatus() => $_ensure(3);
|
||||
$70.ClaimStatusStruct ensureStatus() => $_ensure(3);
|
||||
|
||||
/// Creation date of the claim
|
||||
@$pb.TagNumber(6)
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'collabShared.pb.dart' as $75;
|
||||
import 'collabShared.pb.dart' as $70;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'shared.pbenum.dart' as $3;
|
||||
|
||||
@@ -24,7 +24,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class ClaimNotifyPayload extends $pb.GeneratedMessage {
|
||||
factory ClaimNotifyPayload({
|
||||
$core.Iterable<$core.String>? assignees,
|
||||
$75.ClaimStatusStruct? status,
|
||||
$70.ClaimStatusStruct? status,
|
||||
$core.Iterable<$core.String>? removedAssignees,
|
||||
$3.Amount? amount,
|
||||
$3.ClaimCriticality? criticality,
|
||||
@@ -89,7 +89,7 @@ class ClaimNotifyPayload extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ClaimNotifyPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pPS(1, _omitFieldNames ? '' : 'Assignees', protoName: 'Assignees')
|
||||
..aOM<$75.ClaimStatusStruct>(2, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ClaimStatusStruct.create)
|
||||
..aOM<$70.ClaimStatusStruct>(2, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $70.ClaimStatusStruct.create)
|
||||
..pPS(3, _omitFieldNames ? '' : 'RemovedAssignees', protoName: 'RemovedAssignees')
|
||||
..aOM<$3.Amount>(4, _omitFieldNames ? '' : 'Amount', protoName: 'Amount', subBuilder: $3.Amount.create)
|
||||
..e<$3.ClaimCriticality>(5, _omitFieldNames ? '' : 'Criticality', $pb.PbFieldType.OE, protoName: 'Criticality', defaultOrMaker: $3.ClaimCriticality.CLAIM_CRITICALITY_UNKNOWN, valueOf: $3.ClaimCriticality.valueOf, enumValues: $3.ClaimCriticality.values)
|
||||
@@ -130,15 +130,15 @@ class ClaimNotifyPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$core.String> get assignees => $_getList(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$75.ClaimStatusStruct get status => $_getN(1);
|
||||
$70.ClaimStatusStruct get status => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set status($75.ClaimStatusStruct v) { $_setField(2, v); }
|
||||
set status($70.ClaimStatusStruct v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasStatus() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearStatus() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$75.ClaimStatusStruct ensureStatus() => $_ensure(1);
|
||||
$70.ClaimStatusStruct ensureStatus() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$core.String> get removedAssignees => $_getList(2);
|
||||
|
||||
@@ -15,116 +15,116 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'claimInput.pb.dart' as $15;
|
||||
import 'claimInput.pb.dart' as $11;
|
||||
|
||||
export 'claimInput.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ClaimInputAPI')
|
||||
class ClaimInputAPIClient extends $grpc.Client {
|
||||
static final _$created = $grpc.ClientMethod<$15.ClaimCreatedRequest, $15.ClaimCreatedResponse>(
|
||||
static final _$created = $grpc.ClientMethod<$11.ClaimCreatedRequest, $11.ClaimCreatedResponse>(
|
||||
'/api.ClaimInputAPI/Created',
|
||||
($15.ClaimCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimCreatedResponse.fromBuffer(value));
|
||||
static final _$completed = $grpc.ClientMethod<$15.ClaimCompletedRequest, $15.ClaimCompletedResponse>(
|
||||
($11.ClaimCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimCreatedResponse.fromBuffer(value));
|
||||
static final _$completed = $grpc.ClientMethod<$11.ClaimCompletedRequest, $11.ClaimCompletedResponse>(
|
||||
'/api.ClaimInputAPI/Completed',
|
||||
($15.ClaimCompletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimCompletedResponse.fromBuffer(value));
|
||||
static final _$criticalityUpdated = $grpc.ClientMethod<$15.ClaimCriticalityUpdatedRequest, $15.ClaimCriticalityUpdatedResponse>(
|
||||
($11.ClaimCompletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimCompletedResponse.fromBuffer(value));
|
||||
static final _$criticalityUpdated = $grpc.ClientMethod<$11.ClaimCriticalityUpdatedRequest, $11.ClaimCriticalityUpdatedResponse>(
|
||||
'/api.ClaimInputAPI/CriticalityUpdated',
|
||||
($15.ClaimCriticalityUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimCriticalityUpdatedResponse.fromBuffer(value));
|
||||
static final _$statusUpdated = $grpc.ClientMethod<$15.ClaimStatusUpdatedRequest, $15.ClaimStatusUpdatedResponse>(
|
||||
($11.ClaimCriticalityUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimCriticalityUpdatedResponse.fromBuffer(value));
|
||||
static final _$statusUpdated = $grpc.ClientMethod<$11.ClaimStatusUpdatedRequest, $11.ClaimStatusUpdatedResponse>(
|
||||
'/api.ClaimInputAPI/StatusUpdated',
|
||||
($15.ClaimStatusUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimStatusUpdatedResponse.fromBuffer(value));
|
||||
static final _$assigneesAdded = $grpc.ClientMethod<$15.ClaimAssigneesAddedRequest, $15.ClaimAssigneesAddedResponse>(
|
||||
($11.ClaimStatusUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimStatusUpdatedResponse.fromBuffer(value));
|
||||
static final _$assigneesAdded = $grpc.ClientMethod<$11.ClaimAssigneesAddedRequest, $11.ClaimAssigneesAddedResponse>(
|
||||
'/api.ClaimInputAPI/AssigneesAdded',
|
||||
($15.ClaimAssigneesAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimAssigneesAddedResponse.fromBuffer(value));
|
||||
static final _$assigneesRemoved = $grpc.ClientMethod<$15.ClaimAssigneesRemovedRequest, $15.ClaimAssigneesRemovedResponse>(
|
||||
($11.ClaimAssigneesAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimAssigneesAddedResponse.fromBuffer(value));
|
||||
static final _$assigneesRemoved = $grpc.ClientMethod<$11.ClaimAssigneesRemovedRequest, $11.ClaimAssigneesRemovedResponse>(
|
||||
'/api.ClaimInputAPI/AssigneesRemoved',
|
||||
($15.ClaimAssigneesRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimAssigneesRemovedResponse.fromBuffer(value));
|
||||
static final _$amountUpdated = $grpc.ClientMethod<$15.ClaimAmountUpdatedRequest, $15.ClaimAmountUpdatedResponse>(
|
||||
($11.ClaimAssigneesRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimAssigneesRemovedResponse.fromBuffer(value));
|
||||
static final _$amountUpdated = $grpc.ClientMethod<$11.ClaimAmountUpdatedRequest, $11.ClaimAmountUpdatedResponse>(
|
||||
'/api.ClaimInputAPI/AmountUpdated',
|
||||
($15.ClaimAmountUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimAmountUpdatedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$15.ClaimAttachmentAddedRequest, $15.ClaimAttachmentAddedResponse>(
|
||||
($11.ClaimAmountUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimAmountUpdatedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$11.ClaimAttachmentAddedRequest, $11.ClaimAttachmentAddedResponse>(
|
||||
'/api.ClaimInputAPI/AttachmentAdded',
|
||||
($15.ClaimAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$15.ClaimAttachmentRemovedRequest, $15.ClaimAttachmentRemovedResponse>(
|
||||
($11.ClaimAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$11.ClaimAttachmentRemovedRequest, $11.ClaimAttachmentRemovedResponse>(
|
||||
'/api.ClaimInputAPI/AttachmentRemoved',
|
||||
($15.ClaimAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimAttachmentRemovedResponse.fromBuffer(value));
|
||||
static final _$metaDataUpdated = $grpc.ClientMethod<$15.ClaimMetaDataUpdatedRequest, $15.ClaimMetaDataUpdatedResponse>(
|
||||
($11.ClaimAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimAttachmentRemovedResponse.fromBuffer(value));
|
||||
static final _$metaDataUpdated = $grpc.ClientMethod<$11.ClaimMetaDataUpdatedRequest, $11.ClaimMetaDataUpdatedResponse>(
|
||||
'/api.ClaimInputAPI/MetaDataUpdated',
|
||||
($15.ClaimMetaDataUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimMetaDataUpdatedResponse.fromBuffer(value));
|
||||
static final _$titleUpdated = $grpc.ClientMethod<$15.ClaimTitleUpdatedRequest, $15.ClaimTitleUpdatedResponse>(
|
||||
($11.ClaimMetaDataUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimMetaDataUpdatedResponse.fromBuffer(value));
|
||||
static final _$titleUpdated = $grpc.ClientMethod<$11.ClaimTitleUpdatedRequest, $11.ClaimTitleUpdatedResponse>(
|
||||
'/api.ClaimInputAPI/TitleUpdated',
|
||||
($15.ClaimTitleUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimTitleUpdatedResponse.fromBuffer(value));
|
||||
static final _$messageSent = $grpc.ClientMethod<$15.ClaimMessageSentRequest, $15.ClaimMessageSentResponse>(
|
||||
($11.ClaimTitleUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimTitleUpdatedResponse.fromBuffer(value));
|
||||
static final _$messageSent = $grpc.ClientMethod<$11.ClaimMessageSentRequest, $11.ClaimMessageSentResponse>(
|
||||
'/api.ClaimInputAPI/MessageSent',
|
||||
($15.ClaimMessageSentRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimMessageSentResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$15.ClaimDeletedRequest, $15.ClaimDeletedResponse>(
|
||||
($11.ClaimMessageSentRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimMessageSentResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$11.ClaimDeletedRequest, $11.ClaimDeletedResponse>(
|
||||
'/api.ClaimInputAPI/Deleted',
|
||||
($15.ClaimDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ClaimDeletedResponse.fromBuffer(value));
|
||||
($11.ClaimDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $11.ClaimDeletedResponse.fromBuffer(value));
|
||||
|
||||
ClaimInputAPIClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimCreatedResponse> created($15.ClaimCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimCreatedResponse> created($11.ClaimCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$created, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimCompletedResponse> completed($15.ClaimCompletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimCompletedResponse> completed($11.ClaimCompletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$completed, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimCriticalityUpdatedResponse> criticalityUpdated($15.ClaimCriticalityUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimCriticalityUpdatedResponse> criticalityUpdated($11.ClaimCriticalityUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$criticalityUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimStatusUpdatedResponse> statusUpdated($15.ClaimStatusUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimStatusUpdatedResponse> statusUpdated($11.ClaimStatusUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$statusUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimAssigneesAddedResponse> assigneesAdded($15.ClaimAssigneesAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimAssigneesAddedResponse> assigneesAdded($11.ClaimAssigneesAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$assigneesAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimAssigneesRemovedResponse> assigneesRemoved($15.ClaimAssigneesRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimAssigneesRemovedResponse> assigneesRemoved($11.ClaimAssigneesRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$assigneesRemoved, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimAmountUpdatedResponse> amountUpdated($15.ClaimAmountUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimAmountUpdatedResponse> amountUpdated($11.ClaimAmountUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$amountUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimAttachmentAddedResponse> attachmentAdded($15.ClaimAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimAttachmentAddedResponse> attachmentAdded($11.ClaimAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimAttachmentRemovedResponse> attachmentRemoved($15.ClaimAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimAttachmentRemovedResponse> attachmentRemoved($11.ClaimAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentRemoved, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimMetaDataUpdatedResponse> metaDataUpdated($15.ClaimMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimMetaDataUpdatedResponse> metaDataUpdated($11.ClaimMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$metaDataUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimTitleUpdatedResponse> titleUpdated($15.ClaimTitleUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimTitleUpdatedResponse> titleUpdated($11.ClaimTitleUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$titleUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimMessageSentResponse> messageSent($15.ClaimMessageSentRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimMessageSentResponse> messageSent($11.ClaimMessageSentRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$messageSent, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$15.ClaimDeletedResponse> deleted($15.ClaimDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$11.ClaimDeletedResponse> deleted($11.ClaimDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleted, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -134,162 +134,162 @@ abstract class ClaimInputAPIServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ClaimInputAPI';
|
||||
|
||||
ClaimInputAPIServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimCreatedRequest, $15.ClaimCreatedResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimCreatedRequest, $11.ClaimCreatedResponse>(
|
||||
'Created',
|
||||
created_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimCreatedRequest.fromBuffer(value),
|
||||
($15.ClaimCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimCompletedRequest, $15.ClaimCompletedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimCreatedRequest.fromBuffer(value),
|
||||
($11.ClaimCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimCompletedRequest, $11.ClaimCompletedResponse>(
|
||||
'Completed',
|
||||
completed_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimCompletedRequest.fromBuffer(value),
|
||||
($15.ClaimCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimCriticalityUpdatedRequest, $15.ClaimCriticalityUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimCompletedRequest.fromBuffer(value),
|
||||
($11.ClaimCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimCriticalityUpdatedRequest, $11.ClaimCriticalityUpdatedResponse>(
|
||||
'CriticalityUpdated',
|
||||
criticalityUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimCriticalityUpdatedRequest.fromBuffer(value),
|
||||
($15.ClaimCriticalityUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimStatusUpdatedRequest, $15.ClaimStatusUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimCriticalityUpdatedRequest.fromBuffer(value),
|
||||
($11.ClaimCriticalityUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimStatusUpdatedRequest, $11.ClaimStatusUpdatedResponse>(
|
||||
'StatusUpdated',
|
||||
statusUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimStatusUpdatedRequest.fromBuffer(value),
|
||||
($15.ClaimStatusUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimAssigneesAddedRequest, $15.ClaimAssigneesAddedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimStatusUpdatedRequest.fromBuffer(value),
|
||||
($11.ClaimStatusUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimAssigneesAddedRequest, $11.ClaimAssigneesAddedResponse>(
|
||||
'AssigneesAdded',
|
||||
assigneesAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimAssigneesAddedRequest.fromBuffer(value),
|
||||
($15.ClaimAssigneesAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimAssigneesRemovedRequest, $15.ClaimAssigneesRemovedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimAssigneesAddedRequest.fromBuffer(value),
|
||||
($11.ClaimAssigneesAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimAssigneesRemovedRequest, $11.ClaimAssigneesRemovedResponse>(
|
||||
'AssigneesRemoved',
|
||||
assigneesRemoved_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimAssigneesRemovedRequest.fromBuffer(value),
|
||||
($15.ClaimAssigneesRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimAmountUpdatedRequest, $15.ClaimAmountUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimAssigneesRemovedRequest.fromBuffer(value),
|
||||
($11.ClaimAssigneesRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimAmountUpdatedRequest, $11.ClaimAmountUpdatedResponse>(
|
||||
'AmountUpdated',
|
||||
amountUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimAmountUpdatedRequest.fromBuffer(value),
|
||||
($15.ClaimAmountUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimAttachmentAddedRequest, $15.ClaimAttachmentAddedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimAmountUpdatedRequest.fromBuffer(value),
|
||||
($11.ClaimAmountUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimAttachmentAddedRequest, $11.ClaimAttachmentAddedResponse>(
|
||||
'AttachmentAdded',
|
||||
attachmentAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimAttachmentAddedRequest.fromBuffer(value),
|
||||
($15.ClaimAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimAttachmentRemovedRequest, $15.ClaimAttachmentRemovedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimAttachmentAddedRequest.fromBuffer(value),
|
||||
($11.ClaimAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimAttachmentRemovedRequest, $11.ClaimAttachmentRemovedResponse>(
|
||||
'AttachmentRemoved',
|
||||
attachmentRemoved_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimAttachmentRemovedRequest.fromBuffer(value),
|
||||
($15.ClaimAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimMetaDataUpdatedRequest, $15.ClaimMetaDataUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimAttachmentRemovedRequest.fromBuffer(value),
|
||||
($11.ClaimAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimMetaDataUpdatedRequest, $11.ClaimMetaDataUpdatedResponse>(
|
||||
'MetaDataUpdated',
|
||||
metaDataUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimMetaDataUpdatedRequest.fromBuffer(value),
|
||||
($15.ClaimMetaDataUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimTitleUpdatedRequest, $15.ClaimTitleUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimMetaDataUpdatedRequest.fromBuffer(value),
|
||||
($11.ClaimMetaDataUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimTitleUpdatedRequest, $11.ClaimTitleUpdatedResponse>(
|
||||
'TitleUpdated',
|
||||
titleUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimTitleUpdatedRequest.fromBuffer(value),
|
||||
($15.ClaimTitleUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimMessageSentRequest, $15.ClaimMessageSentResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimTitleUpdatedRequest.fromBuffer(value),
|
||||
($11.ClaimTitleUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimMessageSentRequest, $11.ClaimMessageSentResponse>(
|
||||
'MessageSent',
|
||||
messageSent_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimMessageSentRequest.fromBuffer(value),
|
||||
($15.ClaimMessageSentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ClaimDeletedRequest, $15.ClaimDeletedResponse>(
|
||||
($core.List<$core.int> value) => $11.ClaimMessageSentRequest.fromBuffer(value),
|
||||
($11.ClaimMessageSentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$11.ClaimDeletedRequest, $11.ClaimDeletedResponse>(
|
||||
'Deleted',
|
||||
deleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $15.ClaimDeletedRequest.fromBuffer(value),
|
||||
($15.ClaimDeletedResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $11.ClaimDeletedRequest.fromBuffer(value),
|
||||
($11.ClaimDeletedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimCreatedRequest> $request) async {
|
||||
$async.Future<$11.ClaimCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimCreatedRequest> $request) async {
|
||||
return created($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimCompletedResponse> completed_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimCompletedRequest> $request) async {
|
||||
$async.Future<$11.ClaimCompletedResponse> completed_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimCompletedRequest> $request) async {
|
||||
return completed($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimCriticalityUpdatedResponse> criticalityUpdated_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimCriticalityUpdatedRequest> $request) async {
|
||||
$async.Future<$11.ClaimCriticalityUpdatedResponse> criticalityUpdated_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimCriticalityUpdatedRequest> $request) async {
|
||||
return criticalityUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimStatusUpdatedResponse> statusUpdated_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimStatusUpdatedRequest> $request) async {
|
||||
$async.Future<$11.ClaimStatusUpdatedResponse> statusUpdated_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimStatusUpdatedRequest> $request) async {
|
||||
return statusUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimAssigneesAddedResponse> assigneesAdded_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimAssigneesAddedRequest> $request) async {
|
||||
$async.Future<$11.ClaimAssigneesAddedResponse> assigneesAdded_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimAssigneesAddedRequest> $request) async {
|
||||
return assigneesAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimAssigneesRemovedResponse> assigneesRemoved_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimAssigneesRemovedRequest> $request) async {
|
||||
$async.Future<$11.ClaimAssigneesRemovedResponse> assigneesRemoved_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimAssigneesRemovedRequest> $request) async {
|
||||
return assigneesRemoved($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimAmountUpdatedResponse> amountUpdated_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimAmountUpdatedRequest> $request) async {
|
||||
$async.Future<$11.ClaimAmountUpdatedResponse> amountUpdated_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimAmountUpdatedRequest> $request) async {
|
||||
return amountUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimAttachmentAddedRequest> $request) async {
|
||||
$async.Future<$11.ClaimAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimAttachmentAddedRequest> $request) async {
|
||||
return attachmentAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimAttachmentRemovedRequest> $request) async {
|
||||
$async.Future<$11.ClaimAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimAttachmentRemovedRequest> $request) async {
|
||||
return attachmentRemoved($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimMetaDataUpdatedRequest> $request) async {
|
||||
$async.Future<$11.ClaimMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimMetaDataUpdatedRequest> $request) async {
|
||||
return metaDataUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimTitleUpdatedResponse> titleUpdated_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimTitleUpdatedRequest> $request) async {
|
||||
$async.Future<$11.ClaimTitleUpdatedResponse> titleUpdated_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimTitleUpdatedRequest> $request) async {
|
||||
return titleUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimMessageSentResponse> messageSent_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimMessageSentRequest> $request) async {
|
||||
$async.Future<$11.ClaimMessageSentResponse> messageSent_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimMessageSentRequest> $request) async {
|
||||
return messageSent($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimDeletedRequest> $request) async {
|
||||
$async.Future<$11.ClaimDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimDeletedRequest> $request) async {
|
||||
return deleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$15.ClaimCreatedResponse> created($grpc.ServiceCall call, $15.ClaimCreatedRequest request);
|
||||
$async.Future<$15.ClaimCompletedResponse> completed($grpc.ServiceCall call, $15.ClaimCompletedRequest request);
|
||||
$async.Future<$15.ClaimCriticalityUpdatedResponse> criticalityUpdated($grpc.ServiceCall call, $15.ClaimCriticalityUpdatedRequest request);
|
||||
$async.Future<$15.ClaimStatusUpdatedResponse> statusUpdated($grpc.ServiceCall call, $15.ClaimStatusUpdatedRequest request);
|
||||
$async.Future<$15.ClaimAssigneesAddedResponse> assigneesAdded($grpc.ServiceCall call, $15.ClaimAssigneesAddedRequest request);
|
||||
$async.Future<$15.ClaimAssigneesRemovedResponse> assigneesRemoved($grpc.ServiceCall call, $15.ClaimAssigneesRemovedRequest request);
|
||||
$async.Future<$15.ClaimAmountUpdatedResponse> amountUpdated($grpc.ServiceCall call, $15.ClaimAmountUpdatedRequest request);
|
||||
$async.Future<$15.ClaimAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $15.ClaimAttachmentAddedRequest request);
|
||||
$async.Future<$15.ClaimAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $15.ClaimAttachmentRemovedRequest request);
|
||||
$async.Future<$15.ClaimMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $15.ClaimMetaDataUpdatedRequest request);
|
||||
$async.Future<$15.ClaimTitleUpdatedResponse> titleUpdated($grpc.ServiceCall call, $15.ClaimTitleUpdatedRequest request);
|
||||
$async.Future<$15.ClaimMessageSentResponse> messageSent($grpc.ServiceCall call, $15.ClaimMessageSentRequest request);
|
||||
$async.Future<$15.ClaimDeletedResponse> deleted($grpc.ServiceCall call, $15.ClaimDeletedRequest request);
|
||||
$async.Future<$11.ClaimCreatedResponse> created($grpc.ServiceCall call, $11.ClaimCreatedRequest request);
|
||||
$async.Future<$11.ClaimCompletedResponse> completed($grpc.ServiceCall call, $11.ClaimCompletedRequest request);
|
||||
$async.Future<$11.ClaimCriticalityUpdatedResponse> criticalityUpdated($grpc.ServiceCall call, $11.ClaimCriticalityUpdatedRequest request);
|
||||
$async.Future<$11.ClaimStatusUpdatedResponse> statusUpdated($grpc.ServiceCall call, $11.ClaimStatusUpdatedRequest request);
|
||||
$async.Future<$11.ClaimAssigneesAddedResponse> assigneesAdded($grpc.ServiceCall call, $11.ClaimAssigneesAddedRequest request);
|
||||
$async.Future<$11.ClaimAssigneesRemovedResponse> assigneesRemoved($grpc.ServiceCall call, $11.ClaimAssigneesRemovedRequest request);
|
||||
$async.Future<$11.ClaimAmountUpdatedResponse> amountUpdated($grpc.ServiceCall call, $11.ClaimAmountUpdatedRequest request);
|
||||
$async.Future<$11.ClaimAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $11.ClaimAttachmentAddedRequest request);
|
||||
$async.Future<$11.ClaimAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $11.ClaimAttachmentRemovedRequest request);
|
||||
$async.Future<$11.ClaimMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $11.ClaimMetaDataUpdatedRequest request);
|
||||
$async.Future<$11.ClaimTitleUpdatedResponse> titleUpdated($grpc.ServiceCall call, $11.ClaimTitleUpdatedRequest request);
|
||||
$async.Future<$11.ClaimMessageSentResponse> messageSent($grpc.ServiceCall call, $11.ClaimMessageSentRequest request);
|
||||
$async.Future<$11.ClaimDeletedResponse> deleted($grpc.ServiceCall call, $11.ClaimDeletedRequest request);
|
||||
}
|
||||
|
||||
@@ -13,9 +13,9 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'claim.pb.dart' as $77;
|
||||
import 'claim.pb.dart' as $71;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'user.pb.dart' as $64;
|
||||
import 'user.pb.dart' as $60;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -82,7 +82,7 @@ class ClaimByIdQuery extends $pb.GeneratedMessage {
|
||||
class ClaimByIdResult extends $pb.GeneratedMessage {
|
||||
factory ClaimByIdResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$77.Claim>? objects,
|
||||
$core.Iterable<$71.Claim>? objects,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
@@ -99,7 +99,7 @@ class ClaimByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ClaimByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$77.Claim>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $77.Claim.create)
|
||||
..pc<$71.Claim>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $71.Claim.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -136,7 +136,7 @@ class ClaimByIdResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$77.Claim> get objects => $_getList(1);
|
||||
$pb.PbList<$71.Claim> get objects => $_getList(1);
|
||||
}
|
||||
|
||||
class ClaimByFilterQuery extends $pb.GeneratedMessage {
|
||||
@@ -232,7 +232,7 @@ class ClaimByFilterQuery extends $pb.GeneratedMessage {
|
||||
class ClaimByFilterResult extends $pb.GeneratedMessage {
|
||||
factory ClaimByFilterResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$77.Claim>? objects,
|
||||
$core.Iterable<$71.Claim>? objects,
|
||||
$core.String? queryContext,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -253,7 +253,7 @@ class ClaimByFilterResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ClaimByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$77.Claim>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $77.Claim.create)
|
||||
..pc<$71.Claim>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $71.Claim.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -291,7 +291,7 @@ class ClaimByFilterResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$77.Claim> get objects => $_getList(1);
|
||||
$pb.PbList<$71.Claim> get objects => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get queryContext => $_getSZ(2);
|
||||
@@ -613,7 +613,7 @@ class ClaimGetAvailableContactsQuery extends $pb.GeneratedMessage {
|
||||
|
||||
class ClaimGetAvailableContactsResult extends $pb.GeneratedMessage {
|
||||
factory ClaimGetAvailableContactsResult({
|
||||
$core.Iterable<$64.User>? contacts,
|
||||
$core.Iterable<$60.User>? contacts,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (contacts != null) {
|
||||
@@ -626,7 +626,7 @@ class ClaimGetAvailableContactsResult extends $pb.GeneratedMessage {
|
||||
factory ClaimGetAvailableContactsResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ClaimGetAvailableContactsResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$64.User>(1, _omitFieldNames ? '' : 'Contacts', $pb.PbFieldType.PM, protoName: 'Contacts', subBuilder: $64.User.create)
|
||||
..pc<$60.User>(1, _omitFieldNames ? '' : 'Contacts', $pb.PbFieldType.PM, protoName: 'Contacts', subBuilder: $60.User.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -652,7 +652,7 @@ class ClaimGetAvailableContactsResult extends $pb.GeneratedMessage {
|
||||
static ClaimGetAvailableContactsResult? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$64.User> get contacts => $_getList(0);
|
||||
$pb.PbList<$60.User> get contacts => $_getList(0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -15,26 +15,26 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'claimQuery.pb.dart' as $16;
|
||||
import 'clickhouse.pb.dart' as $9;
|
||||
import 'claimQuery.pb.dart' as $12;
|
||||
import 'clickhouse.pb.dart' as $13;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'claimQuery.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ClaimQuery')
|
||||
class ClaimQueryClient extends $grpc.Client {
|
||||
static final _$getByIds = $grpc.ClientMethod<$16.ClaimByIdQuery, $16.ClaimByIdResult>(
|
||||
static final _$getByIds = $grpc.ClientMethod<$12.ClaimByIdQuery, $12.ClaimByIdResult>(
|
||||
'/api.ClaimQuery/GetByIds',
|
||||
($16.ClaimByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $16.ClaimByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$16.ClaimByFilterQuery, $16.ClaimByFilterResult>(
|
||||
($12.ClaimByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $12.ClaimByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$12.ClaimByFilterQuery, $12.ClaimByFilterResult>(
|
||||
'/api.ClaimQuery/Find',
|
||||
($16.ClaimByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $16.ClaimByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$16.ClaimByMatchQuery, $16.ClaimByMatchResult>(
|
||||
($12.ClaimByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $12.ClaimByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$12.ClaimByMatchQuery, $12.ClaimByMatchResult>(
|
||||
'/api.ClaimQuery/FindMatchingFieldValues',
|
||||
($16.ClaimByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $16.ClaimByMatchResult.fromBuffer(value));
|
||||
($12.ClaimByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $12.ClaimByMatchResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldElements = $grpc.ClientMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'/api.ClaimQuery/FindMatchingFieldElements',
|
||||
($3.ElementByMatchQuery value) => value.writeToBuffer(),
|
||||
@@ -43,34 +43,34 @@ class ClaimQueryClient extends $grpc.Client {
|
||||
'/api.ClaimQuery/Extract',
|
||||
($3.ExtractQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.ExtractResult.fromBuffer(value));
|
||||
static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
static final _$getKPIData = $grpc.ClientMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
|
||||
'/api.ClaimQuery/GetKPIData',
|
||||
($9.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $9.GetKPIDataResult.fromBuffer(value));
|
||||
static final _$getRoom = $grpc.ClientMethod<$16.ClaimGetRoomQuery, $16.ClaimGetRoomResult>(
|
||||
($13.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.GetKPIDataResult.fromBuffer(value));
|
||||
static final _$getRoom = $grpc.ClientMethod<$12.ClaimGetRoomQuery, $12.ClaimGetRoomResult>(
|
||||
'/api.ClaimQuery/GetRoom',
|
||||
($16.ClaimGetRoomQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $16.ClaimGetRoomResult.fromBuffer(value));
|
||||
($12.ClaimGetRoomQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $12.ClaimGetRoomResult.fromBuffer(value));
|
||||
static final _$countLines = $grpc.ClientMethod<$3.CountLinesQuery, $3.CountLinesResult>(
|
||||
'/api.ClaimQuery/CountLines',
|
||||
($3.CountLinesQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.CountLinesResult.fromBuffer(value));
|
||||
static final _$getAvailableContacts = $grpc.ClientMethod<$16.ClaimGetAvailableContactsQuery, $16.ClaimGetAvailableContactsResult>(
|
||||
static final _$getAvailableContacts = $grpc.ClientMethod<$12.ClaimGetAvailableContactsQuery, $12.ClaimGetAvailableContactsResult>(
|
||||
'/api.ClaimQuery/GetAvailableContacts',
|
||||
($16.ClaimGetAvailableContactsQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $16.ClaimGetAvailableContactsResult.fromBuffer(value));
|
||||
($12.ClaimGetAvailableContactsQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $12.ClaimGetAvailableContactsResult.fromBuffer(value));
|
||||
|
||||
ClaimQueryClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$16.ClaimByIdResult> getByIds($16.ClaimByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$12.ClaimByIdResult> getByIds($12.ClaimByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getByIds, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$16.ClaimByFilterResult> find($16.ClaimByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$12.ClaimByFilterResult> find($12.ClaimByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$find, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$16.ClaimByMatchResult> findMatchingFieldValues($16.ClaimByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$12.ClaimByMatchResult> findMatchingFieldValues($12.ClaimByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$findMatchingFieldValues, request, options: options);
|
||||
}
|
||||
|
||||
@@ -82,11 +82,11 @@ class ClaimQueryClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$extract, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$9.GetKPIDataResult> getKPIData($9.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$13.GetKPIDataResult> getKPIData($13.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getKPIData, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$16.ClaimGetRoomResult> getRoom($16.ClaimGetRoomQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$12.ClaimGetRoomResult> getRoom($12.ClaimGetRoomQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getRoom, request, options: options);
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ class ClaimQueryClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$countLines, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$16.ClaimGetAvailableContactsResult> getAvailableContacts($16.ClaimGetAvailableContactsQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$12.ClaimGetAvailableContactsResult> getAvailableContacts($12.ClaimGetAvailableContactsQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getAvailableContacts, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -104,27 +104,27 @@ abstract class ClaimQueryServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ClaimQuery';
|
||||
|
||||
ClaimQueryServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$16.ClaimByIdQuery, $16.ClaimByIdResult>(
|
||||
$addMethod($grpc.ServiceMethod<$12.ClaimByIdQuery, $12.ClaimByIdResult>(
|
||||
'GetByIds',
|
||||
getByIds_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $16.ClaimByIdQuery.fromBuffer(value),
|
||||
($16.ClaimByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$16.ClaimByFilterQuery, $16.ClaimByFilterResult>(
|
||||
($core.List<$core.int> value) => $12.ClaimByIdQuery.fromBuffer(value),
|
||||
($12.ClaimByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$12.ClaimByFilterQuery, $12.ClaimByFilterResult>(
|
||||
'Find',
|
||||
find_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $16.ClaimByFilterQuery.fromBuffer(value),
|
||||
($16.ClaimByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$16.ClaimByMatchQuery, $16.ClaimByMatchResult>(
|
||||
($core.List<$core.int> value) => $12.ClaimByFilterQuery.fromBuffer(value),
|
||||
($12.ClaimByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$12.ClaimByMatchQuery, $12.ClaimByMatchResult>(
|
||||
'FindMatchingFieldValues',
|
||||
findMatchingFieldValues_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $16.ClaimByMatchQuery.fromBuffer(value),
|
||||
($16.ClaimByMatchResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $12.ClaimByMatchQuery.fromBuffer(value),
|
||||
($12.ClaimByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'FindMatchingFieldElements',
|
||||
findMatchingFieldElements_Pre,
|
||||
@@ -139,20 +139,20 @@ abstract class ClaimQueryServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.ExtractQuery.fromBuffer(value),
|
||||
($3.ExtractResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
$addMethod($grpc.ServiceMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
|
||||
'GetKPIData',
|
||||
getKPIData_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $9.GetKPIDataQuery.fromBuffer(value),
|
||||
($9.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$16.ClaimGetRoomQuery, $16.ClaimGetRoomResult>(
|
||||
($core.List<$core.int> value) => $13.GetKPIDataQuery.fromBuffer(value),
|
||||
($13.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$12.ClaimGetRoomQuery, $12.ClaimGetRoomResult>(
|
||||
'GetRoom',
|
||||
getRoom_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $16.ClaimGetRoomQuery.fromBuffer(value),
|
||||
($16.ClaimGetRoomResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $12.ClaimGetRoomQuery.fromBuffer(value),
|
||||
($12.ClaimGetRoomResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.CountLinesQuery, $3.CountLinesResult>(
|
||||
'CountLines',
|
||||
countLines_Pre,
|
||||
@@ -160,24 +160,24 @@ abstract class ClaimQueryServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.CountLinesQuery.fromBuffer(value),
|
||||
($3.CountLinesResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$16.ClaimGetAvailableContactsQuery, $16.ClaimGetAvailableContactsResult>(
|
||||
$addMethod($grpc.ServiceMethod<$12.ClaimGetAvailableContactsQuery, $12.ClaimGetAvailableContactsResult>(
|
||||
'GetAvailableContacts',
|
||||
getAvailableContacts_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $16.ClaimGetAvailableContactsQuery.fromBuffer(value),
|
||||
($16.ClaimGetAvailableContactsResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $12.ClaimGetAvailableContactsQuery.fromBuffer(value),
|
||||
($12.ClaimGetAvailableContactsResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$16.ClaimByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$16.ClaimByIdQuery> $request) async {
|
||||
$async.Future<$12.ClaimByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$12.ClaimByIdQuery> $request) async {
|
||||
return getByIds($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$16.ClaimByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$16.ClaimByFilterQuery> $request) async {
|
||||
$async.Future<$12.ClaimByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$12.ClaimByFilterQuery> $request) async {
|
||||
return find($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$16.ClaimByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$16.ClaimByMatchQuery> $request) async {
|
||||
$async.Future<$12.ClaimByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$12.ClaimByMatchQuery> $request) async {
|
||||
return findMatchingFieldValues($call, await $request);
|
||||
}
|
||||
|
||||
@@ -189,11 +189,11 @@ abstract class ClaimQueryServiceBase extends $grpc.Service {
|
||||
return extract($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$9.GetKPIDataQuery> $request) async {
|
||||
$async.Future<$13.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$13.GetKPIDataQuery> $request) async {
|
||||
return getKPIData($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$16.ClaimGetRoomResult> getRoom_Pre($grpc.ServiceCall $call, $async.Future<$16.ClaimGetRoomQuery> $request) async {
|
||||
$async.Future<$12.ClaimGetRoomResult> getRoom_Pre($grpc.ServiceCall $call, $async.Future<$12.ClaimGetRoomQuery> $request) async {
|
||||
return getRoom($call, await $request);
|
||||
}
|
||||
|
||||
@@ -201,17 +201,17 @@ abstract class ClaimQueryServiceBase extends $grpc.Service {
|
||||
return countLines($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$16.ClaimGetAvailableContactsResult> getAvailableContacts_Pre($grpc.ServiceCall $call, $async.Future<$16.ClaimGetAvailableContactsQuery> $request) async {
|
||||
$async.Future<$12.ClaimGetAvailableContactsResult> getAvailableContacts_Pre($grpc.ServiceCall $call, $async.Future<$12.ClaimGetAvailableContactsQuery> $request) async {
|
||||
return getAvailableContacts($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$16.ClaimByIdResult> getByIds($grpc.ServiceCall call, $16.ClaimByIdQuery request);
|
||||
$async.Future<$16.ClaimByFilterResult> find($grpc.ServiceCall call, $16.ClaimByFilterQuery request);
|
||||
$async.Future<$16.ClaimByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $16.ClaimByMatchQuery request);
|
||||
$async.Future<$12.ClaimByIdResult> getByIds($grpc.ServiceCall call, $12.ClaimByIdQuery request);
|
||||
$async.Future<$12.ClaimByFilterResult> find($grpc.ServiceCall call, $12.ClaimByFilterQuery request);
|
||||
$async.Future<$12.ClaimByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $12.ClaimByMatchQuery request);
|
||||
$async.Future<$3.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $3.ElementByMatchQuery request);
|
||||
$async.Future<$3.ExtractResult> extract($grpc.ServiceCall call, $3.ExtractQuery request);
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request);
|
||||
$async.Future<$16.ClaimGetRoomResult> getRoom($grpc.ServiceCall call, $16.ClaimGetRoomQuery request);
|
||||
$async.Future<$13.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $13.GetKPIDataQuery request);
|
||||
$async.Future<$12.ClaimGetRoomResult> getRoom($grpc.ServiceCall call, $12.ClaimGetRoomQuery request);
|
||||
$async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request);
|
||||
$async.Future<$16.ClaimGetAvailableContactsResult> getAvailableContacts($grpc.ServiceCall call, $16.ClaimGetAvailableContactsQuery request);
|
||||
$async.Future<$12.ClaimGetAvailableContactsResult> getAvailableContacts($grpc.ServiceCall call, $12.ClaimGetAvailableContactsQuery request);
|
||||
}
|
||||
|
||||
@@ -15,28 +15,28 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'client.pb.dart' as $17;
|
||||
import 'client.pb.dart' as $14;
|
||||
|
||||
export 'client.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ClientService')
|
||||
class ClientServiceClient extends $grpc.Client {
|
||||
static final _$registerPlatformClient = $grpc.ClientMethod<$17.RegisterPlatformClientRequest, $17.RegisterClientResult>(
|
||||
static final _$registerPlatformClient = $grpc.ClientMethod<$14.RegisterPlatformClientRequest, $14.RegisterClientResult>(
|
||||
'/api.ClientService/RegisterPlatformClient',
|
||||
($17.RegisterPlatformClientRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $17.RegisterClientResult.fromBuffer(value));
|
||||
static final _$registerClient = $grpc.ClientMethod<$17.RegisterClientRequest, $17.RegisterClientResult>(
|
||||
($14.RegisterPlatformClientRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $14.RegisterClientResult.fromBuffer(value));
|
||||
static final _$registerClient = $grpc.ClientMethod<$14.RegisterClientRequest, $14.RegisterClientResult>(
|
||||
'/api.ClientService/RegisterClient',
|
||||
($17.RegisterClientRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $17.RegisterClientResult.fromBuffer(value));
|
||||
($14.RegisterClientRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $14.RegisterClientResult.fromBuffer(value));
|
||||
|
||||
ClientServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$17.RegisterClientResult> registerPlatformClient($17.RegisterPlatformClientRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$14.RegisterClientResult> registerPlatformClient($14.RegisterPlatformClientRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$registerPlatformClient, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$17.RegisterClientResult> registerClient($17.RegisterClientRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$14.RegisterClientResult> registerClient($14.RegisterClientRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$registerClient, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -46,30 +46,30 @@ abstract class ClientServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ClientService';
|
||||
|
||||
ClientServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$17.RegisterPlatformClientRequest, $17.RegisterClientResult>(
|
||||
$addMethod($grpc.ServiceMethod<$14.RegisterPlatformClientRequest, $14.RegisterClientResult>(
|
||||
'RegisterPlatformClient',
|
||||
registerPlatformClient_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $17.RegisterPlatformClientRequest.fromBuffer(value),
|
||||
($17.RegisterClientResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$17.RegisterClientRequest, $17.RegisterClientResult>(
|
||||
($core.List<$core.int> value) => $14.RegisterPlatformClientRequest.fromBuffer(value),
|
||||
($14.RegisterClientResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$14.RegisterClientRequest, $14.RegisterClientResult>(
|
||||
'RegisterClient',
|
||||
registerClient_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $17.RegisterClientRequest.fromBuffer(value),
|
||||
($17.RegisterClientResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $14.RegisterClientRequest.fromBuffer(value),
|
||||
($14.RegisterClientResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$17.RegisterClientResult> registerPlatformClient_Pre($grpc.ServiceCall $call, $async.Future<$17.RegisterPlatformClientRequest> $request) async {
|
||||
$async.Future<$14.RegisterClientResult> registerPlatformClient_Pre($grpc.ServiceCall $call, $async.Future<$14.RegisterPlatformClientRequest> $request) async {
|
||||
return registerPlatformClient($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$17.RegisterClientResult> registerClient_Pre($grpc.ServiceCall $call, $async.Future<$17.RegisterClientRequest> $request) async {
|
||||
$async.Future<$14.RegisterClientResult> registerClient_Pre($grpc.ServiceCall $call, $async.Future<$14.RegisterClientRequest> $request) async {
|
||||
return registerClient($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$17.RegisterClientResult> registerPlatformClient($grpc.ServiceCall call, $17.RegisterPlatformClientRequest request);
|
||||
$async.Future<$17.RegisterClientResult> registerClient($grpc.ServiceCall call, $17.RegisterClientRequest request);
|
||||
$async.Future<$14.RegisterClientResult> registerPlatformClient($grpc.ServiceCall call, $14.RegisterPlatformClientRequest request);
|
||||
$async.Future<$14.RegisterClientResult> registerClient($grpc.ServiceCall call, $14.RegisterClientRequest request);
|
||||
}
|
||||
|
||||
@@ -14,8 +14,8 @@ import 'dart:core' as $core;
|
||||
import 'package:fixnum/fixnum.dart' as $fixnum;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'claim.pb.dart' as $77;
|
||||
import 'metadata.pb.dart' as $78;
|
||||
import 'claim.pb.dart' as $71;
|
||||
import 'metadata.pb.dart' as $72;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -23,7 +23,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class CollabClickHouseInput extends $pb.GeneratedMessage {
|
||||
factory CollabClickHouseInput({
|
||||
CollabClickhouseElements? clickhouseElements,
|
||||
$core.Iterable<$78.MetadatasToApply>? metadatasToApply,
|
||||
$core.Iterable<$72.MetadatasToApply>? metadatasToApply,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (clickhouseElements != null) {
|
||||
@@ -40,7 +40,7 @@ class CollabClickHouseInput extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CollabClickHouseInput', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<CollabClickhouseElements>(1, _omitFieldNames ? '' : 'ClickhouseElements', protoName: 'ClickhouseElements', subBuilder: CollabClickhouseElements.create)
|
||||
..pc<$78.MetadatasToApply>(2, _omitFieldNames ? '' : 'MetadatasToApply', $pb.PbFieldType.PM, protoName: 'MetadatasToApply', subBuilder: $78.MetadatasToApply.create)
|
||||
..pc<$72.MetadatasToApply>(2, _omitFieldNames ? '' : 'MetadatasToApply', $pb.PbFieldType.PM, protoName: 'MetadatasToApply', subBuilder: $72.MetadatasToApply.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -77,7 +77,7 @@ class CollabClickHouseInput extends $pb.GeneratedMessage {
|
||||
CollabClickhouseElements ensureClickhouseElements() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$78.MetadatasToApply> get metadatasToApply => $_getList(1);
|
||||
$pb.PbList<$72.MetadatasToApply> get metadatasToApply => $_getList(1);
|
||||
}
|
||||
|
||||
enum CollabClickhouseElement_Content {
|
||||
@@ -87,7 +87,7 @@ enum CollabClickhouseElement_Content {
|
||||
|
||||
class CollabClickhouseElement extends $pb.GeneratedMessage {
|
||||
factory CollabClickhouseElement({
|
||||
$77.Claim? claim,
|
||||
$71.Claim? claim,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (claim != null) {
|
||||
@@ -105,7 +105,7 @@ class CollabClickhouseElement extends $pb.GeneratedMessage {
|
||||
};
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CollabClickhouseElement', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..oo(0, [1])
|
||||
..aOM<$77.Claim>(1, _omitFieldNames ? '' : 'Claim', protoName: 'Claim', subBuilder: $77.Claim.create)
|
||||
..aOM<$71.Claim>(1, _omitFieldNames ? '' : 'Claim', protoName: 'Claim', subBuilder: $71.Claim.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -134,15 +134,15 @@ class CollabClickhouseElement extends $pb.GeneratedMessage {
|
||||
void clearContent() => $_clearField($_whichOneof(0));
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$77.Claim get claim => $_getN(0);
|
||||
$71.Claim get claim => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set claim($77.Claim v) { $_setField(1, v); }
|
||||
set claim($71.Claim v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasClaim() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearClaim() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$77.Claim ensureClaim() => $_ensure(0);
|
||||
$71.Claim ensureClaim() => $_ensure(0);
|
||||
}
|
||||
|
||||
class CollabClickhouseElements extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -14,10 +14,9 @@ import 'dart:core' as $core;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'collabShared.pbenum.dart';
|
||||
import 'google/protobuf/struct.pb.dart' as $79;
|
||||
import 'google/protobuf/struct.pb.dart' as $73;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'shared.pbenum.dart' as $3;
|
||||
import 'slotbooking.pb.dart' as $70;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -366,7 +365,7 @@ class ListNotifChanges extends $pb.GeneratedMessage {
|
||||
$core.String? entityType,
|
||||
$core.String? entityRefID,
|
||||
$core.Iterable<NotifChanges>? notifChanges,
|
||||
$79.Struct? tags,
|
||||
$73.Struct? tags,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (projectID != null) {
|
||||
@@ -399,7 +398,7 @@ class ListNotifChanges extends $pb.GeneratedMessage {
|
||||
..aOS(3, _omitFieldNames ? '' : 'EntityType', protoName: 'EntityType')
|
||||
..aOS(4, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
|
||||
..pc<NotifChanges>(5, _omitFieldNames ? '' : 'NotifChanges', $pb.PbFieldType.PM, protoName: 'NotifChanges', subBuilder: NotifChanges.create)
|
||||
..aOM<$79.Struct>(6, _omitFieldNames ? '' : 'Tags', protoName: 'Tags', subBuilder: $79.Struct.create)
|
||||
..aOM<$73.Struct>(6, _omitFieldNames ? '' : 'Tags', protoName: 'Tags', subBuilder: $73.Struct.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -464,15 +463,15 @@ class ListNotifChanges extends $pb.GeneratedMessage {
|
||||
$pb.PbList<NotifChanges> get notifChanges => $_getList(4);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$79.Struct get tags => $_getN(5);
|
||||
$73.Struct get tags => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set tags($79.Struct v) { $_setField(6, v); }
|
||||
set tags($73.Struct v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasTags() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearTags() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$79.Struct ensureTags() => $_ensure(5);
|
||||
$73.Struct ensureTags() => $_ensure(5);
|
||||
}
|
||||
|
||||
class NotifChanges extends $pb.GeneratedMessage {
|
||||
@@ -480,7 +479,7 @@ class NotifChanges extends $pb.GeneratedMessage {
|
||||
$3.DateTime? refDate,
|
||||
$core.String? userName,
|
||||
NotifTypeEnum? notificationType,
|
||||
$79.Struct? details,
|
||||
$73.Struct? details,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (refDate != null) {
|
||||
@@ -505,7 +504,7 @@ class NotifChanges extends $pb.GeneratedMessage {
|
||||
..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'RefDate', protoName: 'RefDate', subBuilder: $3.DateTime.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'UserName', protoName: 'UserName')
|
||||
..e<NotifTypeEnum>(3, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: NotifTypeEnum.valueOf, enumValues: NotifTypeEnum.values)
|
||||
..aOM<$79.Struct>(4, _omitFieldNames ? '' : 'Details', protoName: 'Details', subBuilder: $79.Struct.create)
|
||||
..aOM<$73.Struct>(4, _omitFieldNames ? '' : 'Details', protoName: 'Details', subBuilder: $73.Struct.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -560,261 +559,15 @@ class NotifChanges extends $pb.GeneratedMessage {
|
||||
void clearNotificationType() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$79.Struct get details => $_getN(3);
|
||||
$73.Struct get details => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set details($79.Struct v) { $_setField(4, v); }
|
||||
set details($73.Struct v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasDetails() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearDetails() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$79.Struct ensureDetails() => $_ensure(3);
|
||||
}
|
||||
|
||||
class AppointmentStatus extends $pb.GeneratedMessage {
|
||||
factory AppointmentStatus({
|
||||
AppointmentStatusCode? statusCode,
|
||||
$core.String? date,
|
||||
$3.DateTime? actualDate,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (statusCode != null) {
|
||||
$result.statusCode = statusCode;
|
||||
}
|
||||
if (date != null) {
|
||||
$result.date = date;
|
||||
}
|
||||
if (actualDate != null) {
|
||||
$result.actualDate = actualDate;
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
AppointmentStatus._() : super();
|
||||
factory AppointmentStatus.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory AppointmentStatus.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentStatus', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..e<AppointmentStatusCode>(1, _omitFieldNames ? '' : 'StatusCode', $pb.PbFieldType.OE, protoName: 'StatusCode', defaultOrMaker: AppointmentStatusCode.APPOINTMENT_0000_STATUS_UNKNOWN, valueOf: AppointmentStatusCode.valueOf, enumValues: AppointmentStatusCode.values)
|
||||
..aOS(2, _omitFieldNames ? '' : 'Date', protoName: 'Date')
|
||||
..aOM<$3.DateTime>(3, _omitFieldNames ? '' : 'ActualDate', protoName: 'ActualDate', subBuilder: $3.DateTime.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')
|
||||
AppointmentStatus clone() => AppointmentStatus()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentStatus copyWith(void Function(AppointmentStatus) updates) => super.copyWith((message) => updates(message as AppointmentStatus)) as AppointmentStatus;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentStatus create() => AppointmentStatus._();
|
||||
AppointmentStatus createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentStatus> createRepeated() => $pb.PbList<AppointmentStatus>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentStatus getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentStatus>(create);
|
||||
static AppointmentStatus? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
AppointmentStatusCode get statusCode => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set statusCode(AppointmentStatusCode v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasStatusCode() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearStatusCode() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get date => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set date($core.String v) { $_setString(1, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasDate() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearDate() => $_clearField(2);
|
||||
|
||||
/// Status effective date. Set by the event's RefDate that triggered the status change.
|
||||
@$pb.TagNumber(3)
|
||||
$3.DateTime get actualDate => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set actualDate($3.DateTime v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasActualDate() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearActualDate() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$3.DateTime ensureActualDate() => $_ensure(2);
|
||||
}
|
||||
|
||||
class AppointmentStatusStruct extends $pb.GeneratedMessage {
|
||||
factory AppointmentStatusStruct({
|
||||
AppointmentStatus? current,
|
||||
$core.Iterable<AppointmentStatus>? history,
|
||||
$core.String? creationDate,
|
||||
$core.int? version,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (current != null) {
|
||||
$result.current = current;
|
||||
}
|
||||
if (history != null) {
|
||||
$result.history.addAll(history);
|
||||
}
|
||||
if (creationDate != null) {
|
||||
$result.creationDate = creationDate;
|
||||
}
|
||||
if (version != null) {
|
||||
$result.version = version;
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
AppointmentStatusStruct._() : super();
|
||||
factory AppointmentStatusStruct.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory AppointmentStatusStruct.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentStatusStruct', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<AppointmentStatus>(1, _omitFieldNames ? '' : 'Current', protoName: 'Current', subBuilder: AppointmentStatus.create)
|
||||
..pc<AppointmentStatus>(2, _omitFieldNames ? '' : 'History', $pb.PbFieldType.PM, protoName: 'History', subBuilder: AppointmentStatus.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'CreationDate', protoName: 'CreationDate')
|
||||
..a<$core.int>(4, _omitFieldNames ? '' : 'Version', $pb.PbFieldType.OU3, protoName: 'Version')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentStatusStruct clone() => AppointmentStatusStruct()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
AppointmentStatusStruct copyWith(void Function(AppointmentStatusStruct) updates) => super.copyWith((message) => updates(message as AppointmentStatusStruct)) as AppointmentStatusStruct;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentStatusStruct create() => AppointmentStatusStruct._();
|
||||
AppointmentStatusStruct createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentStatusStruct> createRepeated() => $pb.PbList<AppointmentStatusStruct>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentStatusStruct getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentStatusStruct>(create);
|
||||
static AppointmentStatusStruct? _defaultInstance;
|
||||
|
||||
/// Current status of the Appointment entity
|
||||
@$pb.TagNumber(1)
|
||||
AppointmentStatus get current => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set current(AppointmentStatus v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCurrent() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearCurrent() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
AppointmentStatus ensureCurrent() => $_ensure(0);
|
||||
|
||||
/// List of all status history of the Appointment entity
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<AppointmentStatus> get history => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get creationDate => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set creationDate($core.String v) { $_setString(2, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasCreationDate() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearCreationDate() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.int get version => $_getIZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set version($core.int v) { $_setUnsignedInt32(3, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasVersion() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearVersion() => $_clearField(4);
|
||||
}
|
||||
|
||||
class Commission extends $pb.GeneratedMessage {
|
||||
factory Commission({
|
||||
$core.String? projectID,
|
||||
$core.String? orderID,
|
||||
$core.Iterable<$70.QuantityByUnit>? quantities,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (projectID != null) {
|
||||
$result.projectID = projectID;
|
||||
}
|
||||
if (orderID != null) {
|
||||
$result.orderID = orderID;
|
||||
}
|
||||
if (quantities != null) {
|
||||
$result.quantities.addAll(quantities);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
Commission._() : super();
|
||||
factory Commission.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Commission.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Commission', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
||||
..pc<$70.QuantityByUnit>(3, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $70.QuantityByUnit.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')
|
||||
Commission clone() => Commission()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
Commission copyWith(void Function(Commission) updates) => super.copyWith((message) => updates(message as Commission)) as Commission;
|
||||
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Commission create() => Commission._();
|
||||
Commission createEmptyInstance() => create();
|
||||
static $pb.PbList<Commission> createRepeated() => $pb.PbList<Commission>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Commission getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Commission>(create);
|
||||
static Commission? _defaultInstance;
|
||||
|
||||
/// Identifier for the project associated with the order
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get projectID => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set projectID($core.String v) { $_setString(0, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasProjectID() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearProjectID() => $_clearField(1);
|
||||
|
||||
/// ID of the order, might be null for standalone
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get orderID => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set orderID($core.String v) { $_setString(1, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasOrderID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearOrderID() => $_clearField(2);
|
||||
|
||||
/// Volumetry inside the truck, should have at least one item listed
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$70.QuantityByUnit> get quantities => $_getList(2);
|
||||
$73.Struct ensureDetails() => $_ensure(3);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -44,36 +44,5 @@ class NotifTypeEnum extends $pb.ProtobufEnum {
|
||||
const NotifTypeEnum._(super.v, super.n);
|
||||
}
|
||||
|
||||
///
|
||||
/// All statuses for Appointment entity
|
||||
class AppointmentStatusCode extends $pb.ProtobufEnum {
|
||||
static const AppointmentStatusCode APPOINTMENT_0000_STATUS_UNKNOWN = AppointmentStatusCode._(0, _omitEnumNames ? '' : 'APPOINTMENT_0000_STATUS_UNKNOWN');
|
||||
static const AppointmentStatusCode APPOINTMENT_0100_CARRIER_EXPECTED = AppointmentStatusCode._(100, _omitEnumNames ? '' : 'APPOINTMENT_0100_CARRIER_EXPECTED');
|
||||
static const AppointmentStatusCode APPOINTMENT_0200_CARRIER_ARRIVED = AppointmentStatusCode._(200, _omitEnumNames ? '' : 'APPOINTMENT_0200_CARRIER_ARRIVED');
|
||||
static const AppointmentStatusCode APPOINTMENT_0300_RECEPTION_UNLOADING = AppointmentStatusCode._(300, _omitEnumNames ? '' : 'APPOINTMENT_0300_RECEPTION_UNLOADING');
|
||||
static const AppointmentStatusCode APPOINTMENT_0400_RECEPTION_UNLOADED = AppointmentStatusCode._(400, _omitEnumNames ? '' : 'APPOINTMENT_0400_RECEPTION_UNLOADED');
|
||||
static const AppointmentStatusCode APPOINTMENT_0500_EXPEDITION_LOADING = AppointmentStatusCode._(500, _omitEnumNames ? '' : 'APPOINTMENT_0500_EXPEDITION_LOADING');
|
||||
static const AppointmentStatusCode APPOINTMENT_0600_EXPEDITION_LOADED = AppointmentStatusCode._(600, _omitEnumNames ? '' : 'APPOINTMENT_0600_EXPEDITION_LOADED');
|
||||
static const AppointmentStatusCode APPOINTMENT_0800_CARRIER_DEPARTED = AppointmentStatusCode._(800, _omitEnumNames ? '' : 'APPOINTMENT_0800_CARRIER_DEPARTED');
|
||||
static const AppointmentStatusCode APPOINTMENT_1000_CANCELLED = AppointmentStatusCode._(1000, _omitEnumNames ? '' : 'APPOINTMENT_1000_CANCELLED');
|
||||
|
||||
static const $core.List<AppointmentStatusCode> values = <AppointmentStatusCode> [
|
||||
APPOINTMENT_0000_STATUS_UNKNOWN,
|
||||
APPOINTMENT_0100_CARRIER_EXPECTED,
|
||||
APPOINTMENT_0200_CARRIER_ARRIVED,
|
||||
APPOINTMENT_0300_RECEPTION_UNLOADING,
|
||||
APPOINTMENT_0400_RECEPTION_UNLOADED,
|
||||
APPOINTMENT_0500_EXPEDITION_LOADING,
|
||||
APPOINTMENT_0600_EXPEDITION_LOADED,
|
||||
APPOINTMENT_0800_CARRIER_DEPARTED,
|
||||
APPOINTMENT_1000_CANCELLED,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, AppointmentStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static AppointmentStatusCode? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const AppointmentStatusCode._(super.v, super.n);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -39,32 +39,6 @@ final $typed_data.Uint8List notifTypeEnumDescriptor = $convert.base64Decode(
|
||||
'VEFDVBAHEhUKEU5PVElGX1RZUEVfVVBEQVRFEAgSGQoVTk9USUZfVFlQRV9DT01QTEVUSU9OEA'
|
||||
'k=');
|
||||
|
||||
@$core.Deprecated('Use appointmentStatusCodeDescriptor instead')
|
||||
const AppointmentStatusCode$json = {
|
||||
'1': 'AppointmentStatusCode',
|
||||
'2': [
|
||||
{'1': 'APPOINTMENT_0000_STATUS_UNKNOWN', '2': 0},
|
||||
{'1': 'APPOINTMENT_0100_CARRIER_EXPECTED', '2': 100},
|
||||
{'1': 'APPOINTMENT_0200_CARRIER_ARRIVED', '2': 200},
|
||||
{'1': 'APPOINTMENT_0300_RECEPTION_UNLOADING', '2': 300},
|
||||
{'1': 'APPOINTMENT_0400_RECEPTION_UNLOADED', '2': 400},
|
||||
{'1': 'APPOINTMENT_0500_EXPEDITION_LOADING', '2': 500},
|
||||
{'1': 'APPOINTMENT_0600_EXPEDITION_LOADED', '2': 600},
|
||||
{'1': 'APPOINTMENT_0800_CARRIER_DEPARTED', '2': 800},
|
||||
{'1': 'APPOINTMENT_1000_CANCELLED', '2': 1000},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentStatusCode`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentStatusCodeDescriptor = $convert.base64Decode(
|
||||
'ChVBcHBvaW50bWVudFN0YXR1c0NvZGUSIwofQVBQT0lOVE1FTlRfMDAwMF9TVEFUVVNfVU5LTk'
|
||||
'9XThAAEiUKIUFQUE9JTlRNRU5UXzAxMDBfQ0FSUklFUl9FWFBFQ1RFRBBkEiUKIEFQUE9JTlRN'
|
||||
'RU5UXzAyMDBfQ0FSUklFUl9BUlJJVkVEEMgBEikKJEFQUE9JTlRNRU5UXzAzMDBfUkVDRVBUSU'
|
||||
'9OX1VOTE9BRElORxCsAhIoCiNBUFBPSU5UTUVOVF8wNDAwX1JFQ0VQVElPTl9VTkxPQURFRBCQ'
|
||||
'AxIoCiNBUFBPSU5UTUVOVF8wNTAwX0VYUEVESVRJT05fTE9BRElORxD0AxInCiJBUFBPSU5UTU'
|
||||
'VOVF8wNjAwX0VYUEVESVRJT05fTE9BREVEENgEEiYKIUFQUE9JTlRNRU5UXzA4MDBfQ0FSUklF'
|
||||
'Ul9ERVBBUlRFRBCgBhIfChpBUFBPSU5UTUVOVF8xMDAwX0NBTkNFTExFRBDoBw==');
|
||||
|
||||
@$core.Deprecated('Use claimStatusDefDescriptor instead')
|
||||
const ClaimStatusDef$json = {
|
||||
'1': 'ClaimStatusDef',
|
||||
@@ -175,62 +149,3 @@ final $typed_data.Uint8List notifChangesDescriptor = $convert.base64Decode(
|
||||
'LmFwaS5Ob3RpZlR5cGVFbnVtUhBOb3RpZmljYXRpb25UeXBlEjEKB0RldGFpbHMYBCABKAsyFy'
|
||||
'5nb29nbGUucHJvdG9idWYuU3RydWN0UgdEZXRhaWxz');
|
||||
|
||||
@$core.Deprecated('Use appointmentStatusDescriptor instead')
|
||||
const AppointmentStatus$json = {
|
||||
'1': 'AppointmentStatus',
|
||||
'2': [
|
||||
{'1': 'StatusCode', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentStatusCode', '8': {}, '10': 'StatusCode'},
|
||||
{'1': 'Date', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Date'},
|
||||
{'1': 'ActualDate', '3': 3, '4': 1, '5': 11, '6': '.api.DateTime', '8': {}, '10': 'ActualDate'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentStatus`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentStatusDescriptor = $convert.base64Decode(
|
||||
'ChFBcHBvaW50bWVudFN0YXR1cxJYCgpTdGF0dXNDb2RlGAEgASgOMhouYXBpLkFwcG9pbnRtZW'
|
||||
'50U3RhdHVzQ29kZUIcysIYFAoSCgEqEg1nZW5lcmF0ZWRUZXh00sIYAFIKU3RhdHVzQ29kZRI2'
|
||||
'CgREYXRlGAIgASgJQiLKwhgLCgkKASoSBGRhdGXSwhgA2sIYCwoJCgEqEgRkYXRlUgREYXRlEo'
|
||||
'cBCgpBY3R1YWxEYXRlGAMgASgLMg0uYXBpLkRhdGVUaW1lQliSQVUyU1N0YXR1cyBlZmZlY3Rp'
|
||||
'dmUgZGF0ZS4gU2V0IGJ5IHRoZSBldmVudCdzIFJlZkRhdGUgdGhhdCB0cmlnZ2VyZWQgdGhlIH'
|
||||
'N0YXR1cyBjaGFuZ2UuUgpBY3R1YWxEYXRl');
|
||||
|
||||
@$core.Deprecated('Use appointmentStatusStructDescriptor instead')
|
||||
const AppointmentStatusStruct$json = {
|
||||
'1': 'AppointmentStatusStruct',
|
||||
'2': [
|
||||
{'1': 'Current', '3': 1, '4': 1, '5': 11, '6': '.api.AppointmentStatus', '8': {}, '10': 'Current'},
|
||||
{'1': 'History', '3': 2, '4': 3, '5': 11, '6': '.api.AppointmentStatus', '8': {}, '10': 'History'},
|
||||
{'1': 'CreationDate', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'CreationDate'},
|
||||
{'1': 'Version', '3': 4, '4': 1, '5': 13, '10': 'Version'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentStatusStruct`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentStatusStructDescriptor = $convert.base64Decode(
|
||||
'ChdBcHBvaW50bWVudFN0YXR1c1N0cnVjdBK9AQoHQ3VycmVudBgBIAEoCzIWLmFwaS5BcHBvaW'
|
||||
'50bWVudFN0YXR1c0KKAZrCGIUBCg4KBVN0b2NrEgVzdG9jawoXCgVTdG9jaxIOc3RvY2tfZXh0'
|
||||
'ZW5kZWQKHgoNRXhlY3V0aW9uZmxvdxINZXhlY3V0aW9uZmxvdwoUCghNb3ZlbWVudBIIbW92ZW'
|
||||
'1lbnQKDgoFT3JkZXISBW9yZGVyChQKCFRyYWNraW5nEgh0cmFja2luZ1IHQ3VycmVudBLVAQoH'
|
||||
'SGlzdG9yeRgCIAMoCzIWLmFwaS5BcHBvaW50bWVudFN0YXR1c0KiAerBGAREYXRlmsIYlQEKDg'
|
||||
'oFU3RvY2sSBXN0b2NrChcKBVN0b2NrEg5zdG9ja19leHRlbmRlZAoeCg1FeGVjdXRpb25mbG93'
|
||||
'Eg1leGVjdXRpb25mbG93ChQKCE1vdmVtZW50Eghtb3ZlbWVudAoOCgVPcmRlchIFb3JkZXIKDg'
|
||||
'oFQWN0b3ISBWFjdG9yChQKCFRyYWNraW5nEgh0cmFja2luZ1IHSGlzdG9yeRIsCgxDcmVhdGlv'
|
||||
'bkRhdGUYAyABKAlCCPpCBXID0AEBUgxDcmVhdGlvbkRhdGUSGAoHVmVyc2lvbhgEIAEoDVIHVm'
|
||||
'Vyc2lvbg==');
|
||||
|
||||
@$core.Deprecated('Use commissionDescriptor instead')
|
||||
const Commission$json = {
|
||||
'1': 'Commission',
|
||||
'2': [
|
||||
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
|
||||
{'1': 'OrderID', '3': 2, '4': 1, '5': 9, '10': 'OrderID'},
|
||||
{'1': 'Quantities', '3': 3, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'Quantities'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `Commission`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List commissionDescriptor = $convert.base64Decode(
|
||||
'CgpDb21taXNzaW9uEiUKCVByb2plY3RJRBgBIAEoCUIH+kIEcgIQAVIJUHJvamVjdElEEhgKB0'
|
||||
'9yZGVySUQYAiABKAlSB09yZGVySUQSPQoKUXVhbnRpdGllcxgDIAMoCzITLmFwaS5RdWFudGl0'
|
||||
'eUJ5VW5pdEII+kIFkgECCAFSClF1YW50aXRpZXM=');
|
||||
|
||||
|
||||
@@ -13,11 +13,11 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'base.pb.dart' as $80;
|
||||
import 'connector.pb.dart' as $20;
|
||||
import 'partnerApp.pb.dart' as $47;
|
||||
import 'base.pb.dart' as $74;
|
||||
import 'connector.pb.dart' as $17;
|
||||
import 'partnerApp.pb.dart' as $44;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'user.pb.dart' as $64;
|
||||
import 'user.pb.dart' as $60;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -465,7 +465,7 @@ class ListConnectionsRequest extends $pb.GeneratedMessage {
|
||||
factory ListConnectionsRequest({
|
||||
$3.RequestPartnerAppHeader? header,
|
||||
$core.String? connectorID,
|
||||
$80.Paging? paging,
|
||||
$74.Paging? paging,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
@@ -486,7 +486,7 @@ class ListConnectionsRequest extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListConnectionsRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.RequestPartnerAppHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestPartnerAppHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'ConnectorID', protoName: 'ConnectorID')
|
||||
..aOM<$80.Paging>(3, _omitFieldNames ? '' : 'Paging', protoName: 'Paging', subBuilder: $80.Paging.create)
|
||||
..aOM<$74.Paging>(3, _omitFieldNames ? '' : 'Paging', protoName: 'Paging', subBuilder: $74.Paging.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -532,15 +532,15 @@ class ListConnectionsRequest extends $pb.GeneratedMessage {
|
||||
void clearConnectorID() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$80.Paging get paging => $_getN(2);
|
||||
$74.Paging get paging => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set paging($80.Paging v) { $_setField(3, v); }
|
||||
set paging($74.Paging v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPaging() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearPaging() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$80.Paging ensurePaging() => $_ensure(2);
|
||||
$74.Paging ensurePaging() => $_ensure(2);
|
||||
}
|
||||
|
||||
class ListConnectionsResult extends $pb.GeneratedMessage {
|
||||
@@ -642,8 +642,8 @@ class GetDetailsConnectionsRequest extends $pb.GeneratedMessage {
|
||||
class GetDetailsConnectionsResult extends $pb.GeneratedMessage {
|
||||
factory GetDetailsConnectionsResult({
|
||||
Connection? connection,
|
||||
$20.Connector? connector,
|
||||
$47.PartnerApp? partnerApp,
|
||||
$17.Connector? connector,
|
||||
$44.PartnerApp? partnerApp,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (connection != null) {
|
||||
@@ -663,8 +663,8 @@ class GetDetailsConnectionsResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetDetailsConnectionsResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<Connection>(1, _omitFieldNames ? '' : 'Connection', protoName: 'Connection', subBuilder: Connection.create)
|
||||
..aOM<$20.Connector>(2, _omitFieldNames ? '' : 'Connector', protoName: 'Connector', subBuilder: $20.Connector.create)
|
||||
..aOM<$47.PartnerApp>(3, _omitFieldNames ? '' : 'PartnerApp', protoName: 'PartnerApp', subBuilder: $47.PartnerApp.create)
|
||||
..aOM<$17.Connector>(2, _omitFieldNames ? '' : 'Connector', protoName: 'Connector', subBuilder: $17.Connector.create)
|
||||
..aOM<$44.PartnerApp>(3, _omitFieldNames ? '' : 'PartnerApp', protoName: 'PartnerApp', subBuilder: $44.PartnerApp.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -701,26 +701,26 @@ class GetDetailsConnectionsResult extends $pb.GeneratedMessage {
|
||||
Connection ensureConnection() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$20.Connector get connector => $_getN(1);
|
||||
$17.Connector get connector => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set connector($20.Connector v) { $_setField(2, v); }
|
||||
set connector($17.Connector v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasConnector() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearConnector() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$20.Connector ensureConnector() => $_ensure(1);
|
||||
$17.Connector ensureConnector() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$47.PartnerApp get partnerApp => $_getN(2);
|
||||
$44.PartnerApp get partnerApp => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set partnerApp($47.PartnerApp v) { $_setField(3, v); }
|
||||
set partnerApp($44.PartnerApp v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPartnerApp() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearPartnerApp() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$47.PartnerApp ensurePartnerApp() => $_ensure(2);
|
||||
$44.PartnerApp ensurePartnerApp() => $_ensure(2);
|
||||
}
|
||||
|
||||
class GetStartDetailsConnectionsRequest extends $pb.GeneratedMessage {
|
||||
@@ -1039,7 +1039,7 @@ class RenewConnectionSARequest extends $pb.GeneratedMessage {
|
||||
|
||||
class RenewConnectionSAResult extends $pb.GeneratedMessage {
|
||||
factory RenewConnectionSAResult({
|
||||
$64.User? sA,
|
||||
$60.User? sA,
|
||||
$core.String? pEM,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -1056,7 +1056,7 @@ class RenewConnectionSAResult extends $pb.GeneratedMessage {
|
||||
factory RenewConnectionSAResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'RenewConnectionSAResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$64.User>(1, _omitFieldNames ? '' : 'SA', protoName: 'SA', subBuilder: $64.User.create)
|
||||
..aOM<$60.User>(1, _omitFieldNames ? '' : 'SA', protoName: 'SA', subBuilder: $60.User.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'PEM', protoName: 'PEM')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -1083,15 +1083,15 @@ class RenewConnectionSAResult extends $pb.GeneratedMessage {
|
||||
static RenewConnectionSAResult? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$64.User get sA => $_getN(0);
|
||||
$60.User get sA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set sA($64.User v) { $_setField(1, v); }
|
||||
set sA($60.User v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasSA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearSA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$64.User ensureSA() => $_ensure(0);
|
||||
$60.User ensureSA() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get pEM => $_getSZ(1);
|
||||
|
||||
@@ -15,84 +15,84 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'connection.pb.dart' as $18;
|
||||
import 'connection.pb.dart' as $15;
|
||||
|
||||
export 'connection.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ConnectionService')
|
||||
class ConnectionServiceClient extends $grpc.Client {
|
||||
static final _$create = $grpc.ClientMethod<$18.CreateConnectionRequest, $18.CreateConnectionResult>(
|
||||
static final _$create = $grpc.ClientMethod<$15.CreateConnectionRequest, $15.CreateConnectionResult>(
|
||||
'/api.ConnectionService/Create',
|
||||
($18.CreateConnectionRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.CreateConnectionResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$18.DeleteConnectionRequest, $18.DeleteConnectionResult>(
|
||||
($15.CreateConnectionRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.CreateConnectionResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$15.DeleteConnectionRequest, $15.DeleteConnectionResult>(
|
||||
'/api.ConnectionService/Delete',
|
||||
($18.DeleteConnectionRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.DeleteConnectionResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$18.ListConnectionsRequest, $18.ListConnectionsResult>(
|
||||
($15.DeleteConnectionRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.DeleteConnectionResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$15.ListConnectionsRequest, $15.ListConnectionsResult>(
|
||||
'/api.ConnectionService/List',
|
||||
($18.ListConnectionsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.ListConnectionsResult.fromBuffer(value));
|
||||
static final _$getDetails = $grpc.ClientMethod<$18.GetDetailsConnectionsRequest, $18.GetDetailsConnectionsResult>(
|
||||
($15.ListConnectionsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.ListConnectionsResult.fromBuffer(value));
|
||||
static final _$getDetails = $grpc.ClientMethod<$15.GetDetailsConnectionsRequest, $15.GetDetailsConnectionsResult>(
|
||||
'/api.ConnectionService/GetDetails',
|
||||
($18.GetDetailsConnectionsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.GetDetailsConnectionsResult.fromBuffer(value));
|
||||
static final _$getStartDetails = $grpc.ClientMethod<$18.GetStartDetailsConnectionsRequest, $18.GetStartDetailsConnectionsResult>(
|
||||
($15.GetDetailsConnectionsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.GetDetailsConnectionsResult.fromBuffer(value));
|
||||
static final _$getStartDetails = $grpc.ClientMethod<$15.GetStartDetailsConnectionsRequest, $15.GetStartDetailsConnectionsResult>(
|
||||
'/api.ConnectionService/GetStartDetails',
|
||||
($18.GetStartDetailsConnectionsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.GetStartDetailsConnectionsResult.fromBuffer(value));
|
||||
static final _$setRunDetails = $grpc.ClientMethod<$18.SetRunDetailsConnectionsRequest, $18.SetRunDetailsConnectionsResult>(
|
||||
($15.GetStartDetailsConnectionsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.GetStartDetailsConnectionsResult.fromBuffer(value));
|
||||
static final _$setRunDetails = $grpc.ClientMethod<$15.SetRunDetailsConnectionsRequest, $15.SetRunDetailsConnectionsResult>(
|
||||
'/api.ConnectionService/SetRunDetails',
|
||||
($18.SetRunDetailsConnectionsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.SetRunDetailsConnectionsResult.fromBuffer(value));
|
||||
static final _$renewConnectionSA = $grpc.ClientMethod<$18.RenewConnectionSARequest, $18.RenewConnectionSAResult>(
|
||||
($15.SetRunDetailsConnectionsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.SetRunDetailsConnectionsResult.fromBuffer(value));
|
||||
static final _$renewConnectionSA = $grpc.ClientMethod<$15.RenewConnectionSARequest, $15.RenewConnectionSAResult>(
|
||||
'/api.ConnectionService/RenewConnectionSA',
|
||||
($18.RenewConnectionSARequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.RenewConnectionSAResult.fromBuffer(value));
|
||||
static final _$deleteConnectionInDB = $grpc.ClientMethod<$18.DeleteConnectionInDBRequest, $18.DeleteConnectionInDBResult>(
|
||||
($15.RenewConnectionSARequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.RenewConnectionSAResult.fromBuffer(value));
|
||||
static final _$deleteConnectionInDB = $grpc.ClientMethod<$15.DeleteConnectionInDBRequest, $15.DeleteConnectionInDBResult>(
|
||||
'/api.ConnectionService/DeleteConnectionInDB',
|
||||
($18.DeleteConnectionInDBRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.DeleteConnectionInDBResult.fromBuffer(value));
|
||||
static final _$isConnectionExist = $grpc.ClientMethod<$18.IsConnectionExistRequest, $18.IsConnectionExistResult>(
|
||||
($15.DeleteConnectionInDBRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.DeleteConnectionInDBResult.fromBuffer(value));
|
||||
static final _$isConnectionExist = $grpc.ClientMethod<$15.IsConnectionExistRequest, $15.IsConnectionExistResult>(
|
||||
'/api.ConnectionService/IsConnectionExist',
|
||||
($18.IsConnectionExistRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.IsConnectionExistResult.fromBuffer(value));
|
||||
($15.IsConnectionExistRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $15.IsConnectionExistResult.fromBuffer(value));
|
||||
|
||||
ConnectionServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$18.CreateConnectionResult> create($18.CreateConnectionRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$15.CreateConnectionResult> create($15.CreateConnectionRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$create, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$18.DeleteConnectionResult> delete($18.DeleteConnectionRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$15.DeleteConnectionResult> delete($15.DeleteConnectionRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$delete, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$18.ListConnectionsResult> list($18.ListConnectionsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$15.ListConnectionsResult> list($15.ListConnectionsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$list, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$18.GetDetailsConnectionsResult> getDetails($18.GetDetailsConnectionsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$15.GetDetailsConnectionsResult> getDetails($15.GetDetailsConnectionsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getDetails, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$18.GetStartDetailsConnectionsResult> getStartDetails($18.GetStartDetailsConnectionsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$15.GetStartDetailsConnectionsResult> getStartDetails($15.GetStartDetailsConnectionsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getStartDetails, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$18.SetRunDetailsConnectionsResult> setRunDetails($18.SetRunDetailsConnectionsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$15.SetRunDetailsConnectionsResult> setRunDetails($15.SetRunDetailsConnectionsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$setRunDetails, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$18.RenewConnectionSAResult> renewConnectionSA($18.RenewConnectionSARequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$15.RenewConnectionSAResult> renewConnectionSA($15.RenewConnectionSARequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$renewConnectionSA, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$18.DeleteConnectionInDBResult> deleteConnectionInDB($18.DeleteConnectionInDBRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$15.DeleteConnectionInDBResult> deleteConnectionInDB($15.DeleteConnectionInDBRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteConnectionInDB, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$18.IsConnectionExistResult> isConnectionExist($18.IsConnectionExistRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$15.IsConnectionExistResult> isConnectionExist($15.IsConnectionExistRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$isConnectionExist, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -102,114 +102,114 @@ abstract class ConnectionServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ConnectionService';
|
||||
|
||||
ConnectionServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$18.CreateConnectionRequest, $18.CreateConnectionResult>(
|
||||
$addMethod($grpc.ServiceMethod<$15.CreateConnectionRequest, $15.CreateConnectionResult>(
|
||||
'Create',
|
||||
create_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $18.CreateConnectionRequest.fromBuffer(value),
|
||||
($18.CreateConnectionResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.DeleteConnectionRequest, $18.DeleteConnectionResult>(
|
||||
($core.List<$core.int> value) => $15.CreateConnectionRequest.fromBuffer(value),
|
||||
($15.CreateConnectionResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.DeleteConnectionRequest, $15.DeleteConnectionResult>(
|
||||
'Delete',
|
||||
delete_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $18.DeleteConnectionRequest.fromBuffer(value),
|
||||
($18.DeleteConnectionResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.ListConnectionsRequest, $18.ListConnectionsResult>(
|
||||
($core.List<$core.int> value) => $15.DeleteConnectionRequest.fromBuffer(value),
|
||||
($15.DeleteConnectionResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.ListConnectionsRequest, $15.ListConnectionsResult>(
|
||||
'List',
|
||||
list_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $18.ListConnectionsRequest.fromBuffer(value),
|
||||
($18.ListConnectionsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.GetDetailsConnectionsRequest, $18.GetDetailsConnectionsResult>(
|
||||
($core.List<$core.int> value) => $15.ListConnectionsRequest.fromBuffer(value),
|
||||
($15.ListConnectionsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.GetDetailsConnectionsRequest, $15.GetDetailsConnectionsResult>(
|
||||
'GetDetails',
|
||||
getDetails_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $18.GetDetailsConnectionsRequest.fromBuffer(value),
|
||||
($18.GetDetailsConnectionsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.GetStartDetailsConnectionsRequest, $18.GetStartDetailsConnectionsResult>(
|
||||
($core.List<$core.int> value) => $15.GetDetailsConnectionsRequest.fromBuffer(value),
|
||||
($15.GetDetailsConnectionsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.GetStartDetailsConnectionsRequest, $15.GetStartDetailsConnectionsResult>(
|
||||
'GetStartDetails',
|
||||
getStartDetails_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $18.GetStartDetailsConnectionsRequest.fromBuffer(value),
|
||||
($18.GetStartDetailsConnectionsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.SetRunDetailsConnectionsRequest, $18.SetRunDetailsConnectionsResult>(
|
||||
($core.List<$core.int> value) => $15.GetStartDetailsConnectionsRequest.fromBuffer(value),
|
||||
($15.GetStartDetailsConnectionsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.SetRunDetailsConnectionsRequest, $15.SetRunDetailsConnectionsResult>(
|
||||
'SetRunDetails',
|
||||
setRunDetails_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $18.SetRunDetailsConnectionsRequest.fromBuffer(value),
|
||||
($18.SetRunDetailsConnectionsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.RenewConnectionSARequest, $18.RenewConnectionSAResult>(
|
||||
($core.List<$core.int> value) => $15.SetRunDetailsConnectionsRequest.fromBuffer(value),
|
||||
($15.SetRunDetailsConnectionsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.RenewConnectionSARequest, $15.RenewConnectionSAResult>(
|
||||
'RenewConnectionSA',
|
||||
renewConnectionSA_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $18.RenewConnectionSARequest.fromBuffer(value),
|
||||
($18.RenewConnectionSAResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.DeleteConnectionInDBRequest, $18.DeleteConnectionInDBResult>(
|
||||
($core.List<$core.int> value) => $15.RenewConnectionSARequest.fromBuffer(value),
|
||||
($15.RenewConnectionSAResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.DeleteConnectionInDBRequest, $15.DeleteConnectionInDBResult>(
|
||||
'DeleteConnectionInDB',
|
||||
deleteConnectionInDB_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $18.DeleteConnectionInDBRequest.fromBuffer(value),
|
||||
($18.DeleteConnectionInDBResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.IsConnectionExistRequest, $18.IsConnectionExistResult>(
|
||||
($core.List<$core.int> value) => $15.DeleteConnectionInDBRequest.fromBuffer(value),
|
||||
($15.DeleteConnectionInDBResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$15.IsConnectionExistRequest, $15.IsConnectionExistResult>(
|
||||
'IsConnectionExist',
|
||||
isConnectionExist_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $18.IsConnectionExistRequest.fromBuffer(value),
|
||||
($18.IsConnectionExistResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $15.IsConnectionExistRequest.fromBuffer(value),
|
||||
($15.IsConnectionExistResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$18.CreateConnectionResult> create_Pre($grpc.ServiceCall $call, $async.Future<$18.CreateConnectionRequest> $request) async {
|
||||
$async.Future<$15.CreateConnectionResult> create_Pre($grpc.ServiceCall $call, $async.Future<$15.CreateConnectionRequest> $request) async {
|
||||
return create($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$18.DeleteConnectionResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$18.DeleteConnectionRequest> $request) async {
|
||||
$async.Future<$15.DeleteConnectionResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$15.DeleteConnectionRequest> $request) async {
|
||||
return delete($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$18.ListConnectionsResult> list_Pre($grpc.ServiceCall $call, $async.Future<$18.ListConnectionsRequest> $request) async {
|
||||
$async.Future<$15.ListConnectionsResult> list_Pre($grpc.ServiceCall $call, $async.Future<$15.ListConnectionsRequest> $request) async {
|
||||
return list($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$18.GetDetailsConnectionsResult> getDetails_Pre($grpc.ServiceCall $call, $async.Future<$18.GetDetailsConnectionsRequest> $request) async {
|
||||
$async.Future<$15.GetDetailsConnectionsResult> getDetails_Pre($grpc.ServiceCall $call, $async.Future<$15.GetDetailsConnectionsRequest> $request) async {
|
||||
return getDetails($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$18.GetStartDetailsConnectionsResult> getStartDetails_Pre($grpc.ServiceCall $call, $async.Future<$18.GetStartDetailsConnectionsRequest> $request) async {
|
||||
$async.Future<$15.GetStartDetailsConnectionsResult> getStartDetails_Pre($grpc.ServiceCall $call, $async.Future<$15.GetStartDetailsConnectionsRequest> $request) async {
|
||||
return getStartDetails($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$18.SetRunDetailsConnectionsResult> setRunDetails_Pre($grpc.ServiceCall $call, $async.Future<$18.SetRunDetailsConnectionsRequest> $request) async {
|
||||
$async.Future<$15.SetRunDetailsConnectionsResult> setRunDetails_Pre($grpc.ServiceCall $call, $async.Future<$15.SetRunDetailsConnectionsRequest> $request) async {
|
||||
return setRunDetails($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$18.RenewConnectionSAResult> renewConnectionSA_Pre($grpc.ServiceCall $call, $async.Future<$18.RenewConnectionSARequest> $request) async {
|
||||
$async.Future<$15.RenewConnectionSAResult> renewConnectionSA_Pre($grpc.ServiceCall $call, $async.Future<$15.RenewConnectionSARequest> $request) async {
|
||||
return renewConnectionSA($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$18.DeleteConnectionInDBResult> deleteConnectionInDB_Pre($grpc.ServiceCall $call, $async.Future<$18.DeleteConnectionInDBRequest> $request) async {
|
||||
$async.Future<$15.DeleteConnectionInDBResult> deleteConnectionInDB_Pre($grpc.ServiceCall $call, $async.Future<$15.DeleteConnectionInDBRequest> $request) async {
|
||||
return deleteConnectionInDB($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$18.IsConnectionExistResult> isConnectionExist_Pre($grpc.ServiceCall $call, $async.Future<$18.IsConnectionExistRequest> $request) async {
|
||||
$async.Future<$15.IsConnectionExistResult> isConnectionExist_Pre($grpc.ServiceCall $call, $async.Future<$15.IsConnectionExistRequest> $request) async {
|
||||
return isConnectionExist($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$18.CreateConnectionResult> create($grpc.ServiceCall call, $18.CreateConnectionRequest request);
|
||||
$async.Future<$18.DeleteConnectionResult> delete($grpc.ServiceCall call, $18.DeleteConnectionRequest request);
|
||||
$async.Future<$18.ListConnectionsResult> list($grpc.ServiceCall call, $18.ListConnectionsRequest request);
|
||||
$async.Future<$18.GetDetailsConnectionsResult> getDetails($grpc.ServiceCall call, $18.GetDetailsConnectionsRequest request);
|
||||
$async.Future<$18.GetStartDetailsConnectionsResult> getStartDetails($grpc.ServiceCall call, $18.GetStartDetailsConnectionsRequest request);
|
||||
$async.Future<$18.SetRunDetailsConnectionsResult> setRunDetails($grpc.ServiceCall call, $18.SetRunDetailsConnectionsRequest request);
|
||||
$async.Future<$18.RenewConnectionSAResult> renewConnectionSA($grpc.ServiceCall call, $18.RenewConnectionSARequest request);
|
||||
$async.Future<$18.DeleteConnectionInDBResult> deleteConnectionInDB($grpc.ServiceCall call, $18.DeleteConnectionInDBRequest request);
|
||||
$async.Future<$18.IsConnectionExistResult> isConnectionExist($grpc.ServiceCall call, $18.IsConnectionExistRequest request);
|
||||
$async.Future<$15.CreateConnectionResult> create($grpc.ServiceCall call, $15.CreateConnectionRequest request);
|
||||
$async.Future<$15.DeleteConnectionResult> delete($grpc.ServiceCall call, $15.DeleteConnectionRequest request);
|
||||
$async.Future<$15.ListConnectionsResult> list($grpc.ServiceCall call, $15.ListConnectionsRequest request);
|
||||
$async.Future<$15.GetDetailsConnectionsResult> getDetails($grpc.ServiceCall call, $15.GetDetailsConnectionsRequest request);
|
||||
$async.Future<$15.GetStartDetailsConnectionsResult> getStartDetails($grpc.ServiceCall call, $15.GetStartDetailsConnectionsRequest request);
|
||||
$async.Future<$15.SetRunDetailsConnectionsResult> setRunDetails($grpc.ServiceCall call, $15.SetRunDetailsConnectionsRequest request);
|
||||
$async.Future<$15.RenewConnectionSAResult> renewConnectionSA($grpc.ServiceCall call, $15.RenewConnectionSARequest request);
|
||||
$async.Future<$15.DeleteConnectionInDBResult> deleteConnectionInDB($grpc.ServiceCall call, $15.DeleteConnectionInDBRequest request);
|
||||
$async.Future<$15.IsConnectionExistResult> isConnectionExist($grpc.ServiceCall call, $15.IsConnectionExistRequest request);
|
||||
}
|
||||
|
||||
@@ -15,36 +15,36 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'connectionSettings.pb.dart' as $19;
|
||||
import 'connectionSettings.pb.dart' as $16;
|
||||
|
||||
export 'connectionSettings.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ConnectionSettingsService')
|
||||
class ConnectionSettingsServiceClient extends $grpc.Client {
|
||||
static final _$get = $grpc.ClientMethod<$19.GetConnectionSettingsRequest, $19.GetConnectionSettingsResult>(
|
||||
static final _$get = $grpc.ClientMethod<$16.GetConnectionSettingsRequest, $16.GetConnectionSettingsResult>(
|
||||
'/api.ConnectionSettingsService/Get',
|
||||
($19.GetConnectionSettingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.GetConnectionSettingsResult.fromBuffer(value));
|
||||
static final _$put = $grpc.ClientMethod<$19.PutConnectionSettingsRequest, $19.PutConnectionSettingsResult>(
|
||||
($16.GetConnectionSettingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $16.GetConnectionSettingsResult.fromBuffer(value));
|
||||
static final _$put = $grpc.ClientMethod<$16.PutConnectionSettingsRequest, $16.PutConnectionSettingsResult>(
|
||||
'/api.ConnectionSettingsService/Put',
|
||||
($19.PutConnectionSettingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.PutConnectionSettingsResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$19.DeleteConnectionSettingsRequest, $19.DeleteConnectionSettingsResult>(
|
||||
($16.PutConnectionSettingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $16.PutConnectionSettingsResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$16.DeleteConnectionSettingsRequest, $16.DeleteConnectionSettingsResult>(
|
||||
'/api.ConnectionSettingsService/Delete',
|
||||
($19.DeleteConnectionSettingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.DeleteConnectionSettingsResult.fromBuffer(value));
|
||||
($16.DeleteConnectionSettingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $16.DeleteConnectionSettingsResult.fromBuffer(value));
|
||||
|
||||
ConnectionSettingsServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$19.GetConnectionSettingsResult> get($19.GetConnectionSettingsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$16.GetConnectionSettingsResult> get($16.GetConnectionSettingsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$get, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$19.PutConnectionSettingsResult> put($19.PutConnectionSettingsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$16.PutConnectionSettingsResult> put($16.PutConnectionSettingsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$put, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$19.DeleteConnectionSettingsResult> delete($19.DeleteConnectionSettingsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$16.DeleteConnectionSettingsResult> delete($16.DeleteConnectionSettingsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$delete, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -54,42 +54,42 @@ abstract class ConnectionSettingsServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ConnectionSettingsService';
|
||||
|
||||
ConnectionSettingsServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$19.GetConnectionSettingsRequest, $19.GetConnectionSettingsResult>(
|
||||
$addMethod($grpc.ServiceMethod<$16.GetConnectionSettingsRequest, $16.GetConnectionSettingsResult>(
|
||||
'Get',
|
||||
get_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $19.GetConnectionSettingsRequest.fromBuffer(value),
|
||||
($19.GetConnectionSettingsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.PutConnectionSettingsRequest, $19.PutConnectionSettingsResult>(
|
||||
($core.List<$core.int> value) => $16.GetConnectionSettingsRequest.fromBuffer(value),
|
||||
($16.GetConnectionSettingsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$16.PutConnectionSettingsRequest, $16.PutConnectionSettingsResult>(
|
||||
'Put',
|
||||
put_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $19.PutConnectionSettingsRequest.fromBuffer(value),
|
||||
($19.PutConnectionSettingsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.DeleteConnectionSettingsRequest, $19.DeleteConnectionSettingsResult>(
|
||||
($core.List<$core.int> value) => $16.PutConnectionSettingsRequest.fromBuffer(value),
|
||||
($16.PutConnectionSettingsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$16.DeleteConnectionSettingsRequest, $16.DeleteConnectionSettingsResult>(
|
||||
'Delete',
|
||||
delete_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $19.DeleteConnectionSettingsRequest.fromBuffer(value),
|
||||
($19.DeleteConnectionSettingsResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $16.DeleteConnectionSettingsRequest.fromBuffer(value),
|
||||
($16.DeleteConnectionSettingsResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$19.GetConnectionSettingsResult> get_Pre($grpc.ServiceCall $call, $async.Future<$19.GetConnectionSettingsRequest> $request) async {
|
||||
$async.Future<$16.GetConnectionSettingsResult> get_Pre($grpc.ServiceCall $call, $async.Future<$16.GetConnectionSettingsRequest> $request) async {
|
||||
return get($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$19.PutConnectionSettingsResult> put_Pre($grpc.ServiceCall $call, $async.Future<$19.PutConnectionSettingsRequest> $request) async {
|
||||
$async.Future<$16.PutConnectionSettingsResult> put_Pre($grpc.ServiceCall $call, $async.Future<$16.PutConnectionSettingsRequest> $request) async {
|
||||
return put($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$19.DeleteConnectionSettingsResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$19.DeleteConnectionSettingsRequest> $request) async {
|
||||
$async.Future<$16.DeleteConnectionSettingsResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$16.DeleteConnectionSettingsRequest> $request) async {
|
||||
return delete($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$19.GetConnectionSettingsResult> get($grpc.ServiceCall call, $19.GetConnectionSettingsRequest request);
|
||||
$async.Future<$19.PutConnectionSettingsResult> put($grpc.ServiceCall call, $19.PutConnectionSettingsRequest request);
|
||||
$async.Future<$19.DeleteConnectionSettingsResult> delete($grpc.ServiceCall call, $19.DeleteConnectionSettingsRequest request);
|
||||
$async.Future<$16.GetConnectionSettingsResult> get($grpc.ServiceCall call, $16.GetConnectionSettingsRequest request);
|
||||
$async.Future<$16.PutConnectionSettingsResult> put($grpc.ServiceCall call, $16.PutConnectionSettingsRequest request);
|
||||
$async.Future<$16.DeleteConnectionSettingsResult> delete($grpc.ServiceCall call, $16.DeleteConnectionSettingsRequest request);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'base.pb.dart' as $80;
|
||||
import 'base.pb.dart' as $74;
|
||||
import 'connector.pbenum.dart';
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
@@ -999,7 +999,7 @@ class GetConnectorResult extends $pb.GeneratedMessage {
|
||||
|
||||
class ListConnectorsRequest extends $pb.GeneratedMessage {
|
||||
factory ListConnectorsRequest({
|
||||
$80.Paging? paging,
|
||||
$74.Paging? paging,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (paging != null) {
|
||||
@@ -1012,7 +1012,7 @@ class ListConnectorsRequest extends $pb.GeneratedMessage {
|
||||
factory ListConnectorsRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListConnectorsRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$80.Paging>(1, _omitFieldNames ? '' : 'Paging', protoName: 'Paging', subBuilder: $80.Paging.create)
|
||||
..aOM<$74.Paging>(1, _omitFieldNames ? '' : 'Paging', protoName: 'Paging', subBuilder: $74.Paging.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1038,15 +1038,15 @@ class ListConnectorsRequest extends $pb.GeneratedMessage {
|
||||
static ListConnectorsRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$80.Paging get paging => $_getN(0);
|
||||
$74.Paging get paging => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set paging($80.Paging v) { $_setField(1, v); }
|
||||
set paging($74.Paging v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasPaging() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearPaging() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$80.Paging ensurePaging() => $_ensure(0);
|
||||
$74.Paging ensurePaging() => $_ensure(0);
|
||||
}
|
||||
|
||||
class ListConnectorsResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -15,60 +15,60 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'connector.pb.dart' as $20;
|
||||
import 'connector.pb.dart' as $17;
|
||||
|
||||
export 'connector.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ConnectorService')
|
||||
class ConnectorServiceClient extends $grpc.Client {
|
||||
static final _$create = $grpc.ClientMethod<$20.CreateConnectorRequest, $20.CreateConnectorResult>(
|
||||
static final _$create = $grpc.ClientMethod<$17.CreateConnectorRequest, $17.CreateConnectorResult>(
|
||||
'/api.ConnectorService/Create',
|
||||
($20.CreateConnectorRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $20.CreateConnectorResult.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$20.UpdateConnectorRequest, $20.UpdateConnectorResult>(
|
||||
($17.CreateConnectorRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $17.CreateConnectorResult.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$17.UpdateConnectorRequest, $17.UpdateConnectorResult>(
|
||||
'/api.ConnectorService/Update',
|
||||
($20.UpdateConnectorRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $20.UpdateConnectorResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$20.DeleteConnectorRequest, $20.DeleteConnectorResult>(
|
||||
($17.UpdateConnectorRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $17.UpdateConnectorResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$17.DeleteConnectorRequest, $17.DeleteConnectorResult>(
|
||||
'/api.ConnectorService/Delete',
|
||||
($20.DeleteConnectorRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $20.DeleteConnectorResult.fromBuffer(value));
|
||||
static final _$get = $grpc.ClientMethod<$20.GetConnectorRequest, $20.GetConnectorResult>(
|
||||
($17.DeleteConnectorRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $17.DeleteConnectorResult.fromBuffer(value));
|
||||
static final _$get = $grpc.ClientMethod<$17.GetConnectorRequest, $17.GetConnectorResult>(
|
||||
'/api.ConnectorService/Get',
|
||||
($20.GetConnectorRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $20.GetConnectorResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$20.ListConnectorsRequest, $20.ListConnectorsResult>(
|
||||
($17.GetConnectorRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $17.GetConnectorResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$17.ListConnectorsRequest, $17.ListConnectorsResult>(
|
||||
'/api.ConnectorService/List',
|
||||
($20.ListConnectorsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $20.ListConnectorsResult.fromBuffer(value));
|
||||
static final _$listAvailable = $grpc.ClientMethod<$20.ListAvailableConnectorsRequest, $20.ListAvailableConnectorsResult>(
|
||||
($17.ListConnectorsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $17.ListConnectorsResult.fromBuffer(value));
|
||||
static final _$listAvailable = $grpc.ClientMethod<$17.ListAvailableConnectorsRequest, $17.ListAvailableConnectorsResult>(
|
||||
'/api.ConnectorService/ListAvailable',
|
||||
($20.ListAvailableConnectorsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $20.ListAvailableConnectorsResult.fromBuffer(value));
|
||||
($17.ListAvailableConnectorsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $17.ListAvailableConnectorsResult.fromBuffer(value));
|
||||
|
||||
ConnectorServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$20.CreateConnectorResult> create($20.CreateConnectorRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$17.CreateConnectorResult> create($17.CreateConnectorRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$create, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$20.UpdateConnectorResult> update($20.UpdateConnectorRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$17.UpdateConnectorResult> update($17.UpdateConnectorRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$update, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$20.DeleteConnectorResult> delete($20.DeleteConnectorRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$17.DeleteConnectorResult> delete($17.DeleteConnectorRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$delete, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$20.GetConnectorResult> get($20.GetConnectorRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$17.GetConnectorResult> get($17.GetConnectorRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$get, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$20.ListConnectorsResult> list($20.ListConnectorsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$17.ListConnectorsResult> list($17.ListConnectorsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$list, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$20.ListAvailableConnectorsResult> listAvailable($20.ListAvailableConnectorsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$17.ListAvailableConnectorsResult> listAvailable($17.ListAvailableConnectorsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$listAvailable, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -78,78 +78,78 @@ abstract class ConnectorServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ConnectorService';
|
||||
|
||||
ConnectorServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$20.CreateConnectorRequest, $20.CreateConnectorResult>(
|
||||
$addMethod($grpc.ServiceMethod<$17.CreateConnectorRequest, $17.CreateConnectorResult>(
|
||||
'Create',
|
||||
create_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $20.CreateConnectorRequest.fromBuffer(value),
|
||||
($20.CreateConnectorResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$20.UpdateConnectorRequest, $20.UpdateConnectorResult>(
|
||||
($core.List<$core.int> value) => $17.CreateConnectorRequest.fromBuffer(value),
|
||||
($17.CreateConnectorResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$17.UpdateConnectorRequest, $17.UpdateConnectorResult>(
|
||||
'Update',
|
||||
update_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $20.UpdateConnectorRequest.fromBuffer(value),
|
||||
($20.UpdateConnectorResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$20.DeleteConnectorRequest, $20.DeleteConnectorResult>(
|
||||
($core.List<$core.int> value) => $17.UpdateConnectorRequest.fromBuffer(value),
|
||||
($17.UpdateConnectorResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$17.DeleteConnectorRequest, $17.DeleteConnectorResult>(
|
||||
'Delete',
|
||||
delete_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $20.DeleteConnectorRequest.fromBuffer(value),
|
||||
($20.DeleteConnectorResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$20.GetConnectorRequest, $20.GetConnectorResult>(
|
||||
($core.List<$core.int> value) => $17.DeleteConnectorRequest.fromBuffer(value),
|
||||
($17.DeleteConnectorResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$17.GetConnectorRequest, $17.GetConnectorResult>(
|
||||
'Get',
|
||||
get_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $20.GetConnectorRequest.fromBuffer(value),
|
||||
($20.GetConnectorResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$20.ListConnectorsRequest, $20.ListConnectorsResult>(
|
||||
($core.List<$core.int> value) => $17.GetConnectorRequest.fromBuffer(value),
|
||||
($17.GetConnectorResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$17.ListConnectorsRequest, $17.ListConnectorsResult>(
|
||||
'List',
|
||||
list_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $20.ListConnectorsRequest.fromBuffer(value),
|
||||
($20.ListConnectorsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$20.ListAvailableConnectorsRequest, $20.ListAvailableConnectorsResult>(
|
||||
($core.List<$core.int> value) => $17.ListConnectorsRequest.fromBuffer(value),
|
||||
($17.ListConnectorsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$17.ListAvailableConnectorsRequest, $17.ListAvailableConnectorsResult>(
|
||||
'ListAvailable',
|
||||
listAvailable_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $20.ListAvailableConnectorsRequest.fromBuffer(value),
|
||||
($20.ListAvailableConnectorsResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $17.ListAvailableConnectorsRequest.fromBuffer(value),
|
||||
($17.ListAvailableConnectorsResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$20.CreateConnectorResult> create_Pre($grpc.ServiceCall $call, $async.Future<$20.CreateConnectorRequest> $request) async {
|
||||
$async.Future<$17.CreateConnectorResult> create_Pre($grpc.ServiceCall $call, $async.Future<$17.CreateConnectorRequest> $request) async {
|
||||
return create($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$20.UpdateConnectorResult> update_Pre($grpc.ServiceCall $call, $async.Future<$20.UpdateConnectorRequest> $request) async {
|
||||
$async.Future<$17.UpdateConnectorResult> update_Pre($grpc.ServiceCall $call, $async.Future<$17.UpdateConnectorRequest> $request) async {
|
||||
return update($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$20.DeleteConnectorResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$20.DeleteConnectorRequest> $request) async {
|
||||
$async.Future<$17.DeleteConnectorResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$17.DeleteConnectorRequest> $request) async {
|
||||
return delete($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$20.GetConnectorResult> get_Pre($grpc.ServiceCall $call, $async.Future<$20.GetConnectorRequest> $request) async {
|
||||
$async.Future<$17.GetConnectorResult> get_Pre($grpc.ServiceCall $call, $async.Future<$17.GetConnectorRequest> $request) async {
|
||||
return get($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$20.ListConnectorsResult> list_Pre($grpc.ServiceCall $call, $async.Future<$20.ListConnectorsRequest> $request) async {
|
||||
$async.Future<$17.ListConnectorsResult> list_Pre($grpc.ServiceCall $call, $async.Future<$17.ListConnectorsRequest> $request) async {
|
||||
return list($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$20.ListAvailableConnectorsResult> listAvailable_Pre($grpc.ServiceCall $call, $async.Future<$20.ListAvailableConnectorsRequest> $request) async {
|
||||
$async.Future<$17.ListAvailableConnectorsResult> listAvailable_Pre($grpc.ServiceCall $call, $async.Future<$17.ListAvailableConnectorsRequest> $request) async {
|
||||
return listAvailable($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$20.CreateConnectorResult> create($grpc.ServiceCall call, $20.CreateConnectorRequest request);
|
||||
$async.Future<$20.UpdateConnectorResult> update($grpc.ServiceCall call, $20.UpdateConnectorRequest request);
|
||||
$async.Future<$20.DeleteConnectorResult> delete($grpc.ServiceCall call, $20.DeleteConnectorRequest request);
|
||||
$async.Future<$20.GetConnectorResult> get($grpc.ServiceCall call, $20.GetConnectorRequest request);
|
||||
$async.Future<$20.ListConnectorsResult> list($grpc.ServiceCall call, $20.ListConnectorsRequest request);
|
||||
$async.Future<$20.ListAvailableConnectorsResult> listAvailable($grpc.ServiceCall call, $20.ListAvailableConnectorsRequest request);
|
||||
$async.Future<$17.CreateConnectorResult> create($grpc.ServiceCall call, $17.CreateConnectorRequest request);
|
||||
$async.Future<$17.UpdateConnectorResult> update($grpc.ServiceCall call, $17.UpdateConnectorRequest request);
|
||||
$async.Future<$17.DeleteConnectorResult> delete($grpc.ServiceCall call, $17.DeleteConnectorRequest request);
|
||||
$async.Future<$17.GetConnectorResult> get($grpc.ServiceCall call, $17.GetConnectorRequest request);
|
||||
$async.Future<$17.ListConnectorsResult> list($grpc.ServiceCall call, $17.ListConnectorsRequest request);
|
||||
$async.Future<$17.ListAvailableConnectorsResult> listAvailable($grpc.ServiceCall call, $17.ListAvailableConnectorsRequest request);
|
||||
}
|
||||
|
||||
@@ -15,44 +15,44 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'elastic.pb.dart' as $21;
|
||||
import 'elastic.pb.dart' as $18;
|
||||
|
||||
export 'elastic.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ElasticService')
|
||||
class ElasticServiceClient extends $grpc.Client {
|
||||
static final _$updateModelMappings = $grpc.ClientMethod<$21.UpdateModelMappingsRequest, $21.UpdateModelMappingsResult>(
|
||||
static final _$updateModelMappings = $grpc.ClientMethod<$18.UpdateModelMappingsRequest, $18.UpdateModelMappingsResult>(
|
||||
'/api.ElasticService/UpdateModelMappings',
|
||||
($21.UpdateModelMappingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.UpdateModelMappingsResult.fromBuffer(value));
|
||||
static final _$createProjectMappings = $grpc.ClientMethod<$21.CreateProjectMappingsRequest, $21.CreateProjectMappingsResult>(
|
||||
($18.UpdateModelMappingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.UpdateModelMappingsResult.fromBuffer(value));
|
||||
static final _$createProjectMappings = $grpc.ClientMethod<$18.CreateProjectMappingsRequest, $18.CreateProjectMappingsResult>(
|
||||
'/api.ElasticService/CreateProjectMappings',
|
||||
($21.CreateProjectMappingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.CreateProjectMappingsResult.fromBuffer(value));
|
||||
static final _$deleteProjectMappings = $grpc.ClientMethod<$21.DeleteProjectMappingsRequest, $21.DeleteProjectMappingsResult>(
|
||||
($18.CreateProjectMappingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.CreateProjectMappingsResult.fromBuffer(value));
|
||||
static final _$deleteProjectMappings = $grpc.ClientMethod<$18.DeleteProjectMappingsRequest, $18.DeleteProjectMappingsResult>(
|
||||
'/api.ElasticService/DeleteProjectMappings',
|
||||
($21.DeleteProjectMappingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.DeleteProjectMappingsResult.fromBuffer(value));
|
||||
static final _$clearIndexEntity = $grpc.ClientMethod<$21.ClearIndexEntityRequest, $21.ClearIndexEntityResult>(
|
||||
($18.DeleteProjectMappingsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.DeleteProjectMappingsResult.fromBuffer(value));
|
||||
static final _$clearIndexEntity = $grpc.ClientMethod<$18.ClearIndexEntityRequest, $18.ClearIndexEntityResult>(
|
||||
'/api.ElasticService/ClearIndexEntity',
|
||||
($21.ClearIndexEntityRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.ClearIndexEntityResult.fromBuffer(value));
|
||||
($18.ClearIndexEntityRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $18.ClearIndexEntityResult.fromBuffer(value));
|
||||
|
||||
ElasticServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$21.UpdateModelMappingsResult> updateModelMappings($21.UpdateModelMappingsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$18.UpdateModelMappingsResult> updateModelMappings($18.UpdateModelMappingsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$updateModelMappings, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$21.CreateProjectMappingsResult> createProjectMappings($21.CreateProjectMappingsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$18.CreateProjectMappingsResult> createProjectMappings($18.CreateProjectMappingsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createProjectMappings, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$21.DeleteProjectMappingsResult> deleteProjectMappings($21.DeleteProjectMappingsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$18.DeleteProjectMappingsResult> deleteProjectMappings($18.DeleteProjectMappingsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteProjectMappings, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$21.ClearIndexEntityResult> clearIndexEntity($21.ClearIndexEntityRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$18.ClearIndexEntityResult> clearIndexEntity($18.ClearIndexEntityRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$clearIndexEntity, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -62,54 +62,54 @@ abstract class ElasticServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ElasticService';
|
||||
|
||||
ElasticServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$21.UpdateModelMappingsRequest, $21.UpdateModelMappingsResult>(
|
||||
$addMethod($grpc.ServiceMethod<$18.UpdateModelMappingsRequest, $18.UpdateModelMappingsResult>(
|
||||
'UpdateModelMappings',
|
||||
updateModelMappings_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $21.UpdateModelMappingsRequest.fromBuffer(value),
|
||||
($21.UpdateModelMappingsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.CreateProjectMappingsRequest, $21.CreateProjectMappingsResult>(
|
||||
($core.List<$core.int> value) => $18.UpdateModelMappingsRequest.fromBuffer(value),
|
||||
($18.UpdateModelMappingsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.CreateProjectMappingsRequest, $18.CreateProjectMappingsResult>(
|
||||
'CreateProjectMappings',
|
||||
createProjectMappings_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $21.CreateProjectMappingsRequest.fromBuffer(value),
|
||||
($21.CreateProjectMappingsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.DeleteProjectMappingsRequest, $21.DeleteProjectMappingsResult>(
|
||||
($core.List<$core.int> value) => $18.CreateProjectMappingsRequest.fromBuffer(value),
|
||||
($18.CreateProjectMappingsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.DeleteProjectMappingsRequest, $18.DeleteProjectMappingsResult>(
|
||||
'DeleteProjectMappings',
|
||||
deleteProjectMappings_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $21.DeleteProjectMappingsRequest.fromBuffer(value),
|
||||
($21.DeleteProjectMappingsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.ClearIndexEntityRequest, $21.ClearIndexEntityResult>(
|
||||
($core.List<$core.int> value) => $18.DeleteProjectMappingsRequest.fromBuffer(value),
|
||||
($18.DeleteProjectMappingsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$18.ClearIndexEntityRequest, $18.ClearIndexEntityResult>(
|
||||
'ClearIndexEntity',
|
||||
clearIndexEntity_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $21.ClearIndexEntityRequest.fromBuffer(value),
|
||||
($21.ClearIndexEntityResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $18.ClearIndexEntityRequest.fromBuffer(value),
|
||||
($18.ClearIndexEntityResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$21.UpdateModelMappingsResult> updateModelMappings_Pre($grpc.ServiceCall $call, $async.Future<$21.UpdateModelMappingsRequest> $request) async {
|
||||
$async.Future<$18.UpdateModelMappingsResult> updateModelMappings_Pre($grpc.ServiceCall $call, $async.Future<$18.UpdateModelMappingsRequest> $request) async {
|
||||
return updateModelMappings($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$21.CreateProjectMappingsResult> createProjectMappings_Pre($grpc.ServiceCall $call, $async.Future<$21.CreateProjectMappingsRequest> $request) async {
|
||||
$async.Future<$18.CreateProjectMappingsResult> createProjectMappings_Pre($grpc.ServiceCall $call, $async.Future<$18.CreateProjectMappingsRequest> $request) async {
|
||||
return createProjectMappings($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$21.DeleteProjectMappingsResult> deleteProjectMappings_Pre($grpc.ServiceCall $call, $async.Future<$21.DeleteProjectMappingsRequest> $request) async {
|
||||
$async.Future<$18.DeleteProjectMappingsResult> deleteProjectMappings_Pre($grpc.ServiceCall $call, $async.Future<$18.DeleteProjectMappingsRequest> $request) async {
|
||||
return deleteProjectMappings($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$21.ClearIndexEntityResult> clearIndexEntity_Pre($grpc.ServiceCall $call, $async.Future<$21.ClearIndexEntityRequest> $request) async {
|
||||
$async.Future<$18.ClearIndexEntityResult> clearIndexEntity_Pre($grpc.ServiceCall $call, $async.Future<$18.ClearIndexEntityRequest> $request) async {
|
||||
return clearIndexEntity($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$21.UpdateModelMappingsResult> updateModelMappings($grpc.ServiceCall call, $21.UpdateModelMappingsRequest request);
|
||||
$async.Future<$21.CreateProjectMappingsResult> createProjectMappings($grpc.ServiceCall call, $21.CreateProjectMappingsRequest request);
|
||||
$async.Future<$21.DeleteProjectMappingsResult> deleteProjectMappings($grpc.ServiceCall call, $21.DeleteProjectMappingsRequest request);
|
||||
$async.Future<$21.ClearIndexEntityResult> clearIndexEntity($grpc.ServiceCall call, $21.ClearIndexEntityRequest request);
|
||||
$async.Future<$18.UpdateModelMappingsResult> updateModelMappings($grpc.ServiceCall call, $18.UpdateModelMappingsRequest request);
|
||||
$async.Future<$18.CreateProjectMappingsResult> createProjectMappings($grpc.ServiceCall call, $18.CreateProjectMappingsRequest request);
|
||||
$async.Future<$18.DeleteProjectMappingsResult> deleteProjectMappings($grpc.ServiceCall call, $18.DeleteProjectMappingsRequest request);
|
||||
$async.Future<$18.ClearIndexEntityResult> clearIndexEntity($grpc.ServiceCall call, $18.ClearIndexEntityRequest request);
|
||||
}
|
||||
|
||||
@@ -13,12 +13,12 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'actor.pb.dart' as $72;
|
||||
import 'item.pb.dart' as $83;
|
||||
import 'partner.pb.dart' as $71;
|
||||
import 'actor.pb.dart' as $67;
|
||||
import 'item.pb.dart' as $77;
|
||||
import 'partner.pb.dart' as $66;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'tradeShared.pb.dart' as $81;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'tradeShared.pb.dart' as $75;
|
||||
import 'warehousingShared.pb.dart' as $76;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -27,23 +27,23 @@ class ExecutionflowPayload extends $pb.GeneratedMessage {
|
||||
$3.DateTime? creationDateTime,
|
||||
$core.String? orderID,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$81.TradeTier? shipFrom,
|
||||
$81.TradeTier? shipTo,
|
||||
$81.TradeTier? carrier,
|
||||
$75.TradeTier? shipFrom,
|
||||
$75.TradeTier? shipTo,
|
||||
$75.TradeTier? carrier,
|
||||
$core.String? carrierService,
|
||||
$81.OrderRequestedMilestones? requestedMilestones,
|
||||
$core.Iterable<$81.ExeFlowLine>? lines,
|
||||
$core.Iterable<$82.HandlingunitSummary>? handlingunits,
|
||||
$81.ExecutionflowStatusStruct? status,
|
||||
$75.OrderRequestedMilestones? requestedMilestones,
|
||||
$core.Iterable<$75.ExeFlowLine>? lines,
|
||||
$core.Iterable<$76.HandlingunitSummary>? handlingunits,
|
||||
$75.ExecutionflowStatusStruct? status,
|
||||
$core.bool? shipFromAcked,
|
||||
$core.bool? shipToAcked,
|
||||
$core.Iterable<$3.AttachmentSummary>? attachments,
|
||||
$core.int? attachmentNumber,
|
||||
$core.Iterable<$3.ClaimSummary>? claims,
|
||||
$core.int? claimNumber,
|
||||
$core.Iterable<$81.ETAbyHU>? handlingunitETAs,
|
||||
$81.ETA? executionflowETA,
|
||||
$81.ETA? executionflowETAComputed,
|
||||
$core.Iterable<$75.ETAbyHU>? handlingunitETAs,
|
||||
$75.ETA? executionflowETA,
|
||||
$75.ETA? executionflowETAComputed,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (creationDateTime != null) {
|
||||
@@ -116,23 +116,23 @@ class ExecutionflowPayload extends $pb.GeneratedMessage {
|
||||
..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
||||
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create)
|
||||
..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
|
||||
..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create)
|
||||
..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create)
|
||||
..pc<$82.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $82.HandlingunitSummary.create)
|
||||
..aOM<$81.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $81.ExecutionflowStatusStruct.create)
|
||||
..aOM<$75.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $75.OrderRequestedMilestones.create)
|
||||
..pc<$75.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $75.ExeFlowLine.create)
|
||||
..pc<$76.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $76.HandlingunitSummary.create)
|
||||
..aOM<$75.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ExecutionflowStatusStruct.create)
|
||||
..aOB(14, _omitFieldNames ? '' : 'ShipFromAcked', protoName: 'ShipFromAcked')
|
||||
..aOB(15, _omitFieldNames ? '' : 'ShipToAcked', protoName: 'ShipToAcked')
|
||||
..pc<$3.AttachmentSummary>(16, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $3.AttachmentSummary.create)
|
||||
..a<$core.int>(17, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
||||
..pc<$3.ClaimSummary>(18, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $3.ClaimSummary.create)
|
||||
..a<$core.int>(19, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
|
||||
..pc<$81.ETAbyHU>(20, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $81.ETAbyHU.create)
|
||||
..aOM<$81.ETA>(21, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $81.ETA.create)
|
||||
..aOM<$81.ETA>(22, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $81.ETA.create)
|
||||
..pc<$75.ETAbyHU>(20, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $75.ETAbyHU.create)
|
||||
..aOM<$75.ETA>(21, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $75.ETA.create)
|
||||
..aOM<$75.ETA>(22, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $75.ETA.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -183,39 +183,39 @@ class ExecutionflowPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Where to ship the order from
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier get shipFrom => $_getN(3);
|
||||
$75.TradeTier get shipFrom => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set shipFrom($81.TradeTier v) { $_setField(4, v); }
|
||||
set shipFrom($75.TradeTier v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasShipFrom() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearShipFrom() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier ensureShipFrom() => $_ensure(3);
|
||||
$75.TradeTier ensureShipFrom() => $_ensure(3);
|
||||
|
||||
/// Where to ship the order to
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier get shipTo => $_getN(4);
|
||||
$75.TradeTier get shipTo => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set shipTo($81.TradeTier v) { $_setField(5, v); }
|
||||
set shipTo($75.TradeTier v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasShipTo() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearShipTo() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier ensureShipTo() => $_ensure(4);
|
||||
$75.TradeTier ensureShipTo() => $_ensure(4);
|
||||
|
||||
/// Definition of the order carrier
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier get carrier => $_getN(5);
|
||||
$75.TradeTier get carrier => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set carrier($81.TradeTier v) { $_setField(6, v); }
|
||||
set carrier($75.TradeTier v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCarrier() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearCarrier() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier ensureCarrier() => $_ensure(5);
|
||||
$75.TradeTier ensureCarrier() => $_ensure(5);
|
||||
|
||||
/// Type of carrier service
|
||||
@$pb.TagNumber(7)
|
||||
@@ -228,32 +228,32 @@ class ExecutionflowPayload extends $pb.GeneratedMessage {
|
||||
void clearCarrierService() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
$75.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
@$pb.TagNumber(8)
|
||||
set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
set requestedMilestones($75.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasRequestedMilestones() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearRequestedMilestones() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
||||
$75.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$81.ExeFlowLine> get lines => $_getList(8);
|
||||
$pb.PbList<$75.ExeFlowLine> get lines => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$pb.PbList<$82.HandlingunitSummary> get handlingunits => $_getList(9);
|
||||
$pb.PbList<$76.HandlingunitSummary> get handlingunits => $_getList(9);
|
||||
|
||||
@$pb.TagNumber(13)
|
||||
$81.ExecutionflowStatusStruct get status => $_getN(10);
|
||||
$75.ExecutionflowStatusStruct get status => $_getN(10);
|
||||
@$pb.TagNumber(13)
|
||||
set status($81.ExecutionflowStatusStruct v) { $_setField(13, v); }
|
||||
set status($75.ExecutionflowStatusStruct v) { $_setField(13, v); }
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasStatus() => $_has(10);
|
||||
@$pb.TagNumber(13)
|
||||
void clearStatus() => $_clearField(13);
|
||||
@$pb.TagNumber(13)
|
||||
$81.ExecutionflowStatusStruct ensureStatus() => $_ensure(10);
|
||||
$75.ExecutionflowStatusStruct ensureStatus() => $_ensure(10);
|
||||
|
||||
@$pb.TagNumber(14)
|
||||
$core.bool get shipFromAcked => $_getBF(11);
|
||||
@@ -298,29 +298,29 @@ class ExecutionflowPayload extends $pb.GeneratedMessage {
|
||||
void clearClaimNumber() => $_clearField(19);
|
||||
|
||||
@$pb.TagNumber(20)
|
||||
$pb.PbList<$81.ETAbyHU> get handlingunitETAs => $_getList(17);
|
||||
$pb.PbList<$75.ETAbyHU> get handlingunitETAs => $_getList(17);
|
||||
|
||||
@$pb.TagNumber(21)
|
||||
$81.ETA get executionflowETA => $_getN(18);
|
||||
$75.ETA get executionflowETA => $_getN(18);
|
||||
@$pb.TagNumber(21)
|
||||
set executionflowETA($81.ETA v) { $_setField(21, v); }
|
||||
set executionflowETA($75.ETA v) { $_setField(21, v); }
|
||||
@$pb.TagNumber(21)
|
||||
$core.bool hasExecutionflowETA() => $_has(18);
|
||||
@$pb.TagNumber(21)
|
||||
void clearExecutionflowETA() => $_clearField(21);
|
||||
@$pb.TagNumber(21)
|
||||
$81.ETA ensureExecutionflowETA() => $_ensure(18);
|
||||
$75.ETA ensureExecutionflowETA() => $_ensure(18);
|
||||
|
||||
@$pb.TagNumber(22)
|
||||
$81.ETA get executionflowETAComputed => $_getN(19);
|
||||
$75.ETA get executionflowETAComputed => $_getN(19);
|
||||
@$pb.TagNumber(22)
|
||||
set executionflowETAComputed($81.ETA v) { $_setField(22, v); }
|
||||
set executionflowETAComputed($75.ETA v) { $_setField(22, v); }
|
||||
@$pb.TagNumber(22)
|
||||
$core.bool hasExecutionflowETAComputed() => $_has(19);
|
||||
@$pb.TagNumber(22)
|
||||
void clearExecutionflowETAComputed() => $_clearField(22);
|
||||
@$pb.TagNumber(22)
|
||||
$81.ETA ensureExecutionflowETAComputed() => $_ensure(19);
|
||||
$75.ETA ensureExecutionflowETAComputed() => $_ensure(19);
|
||||
}
|
||||
|
||||
class Executionflow extends $pb.GeneratedMessage {
|
||||
@@ -424,9 +424,9 @@ class ExecutionflowEnrichment extends $pb.GeneratedMessage {
|
||||
$core.String? project,
|
||||
$core.String? parentEntityName,
|
||||
$core.String? parentEntityID,
|
||||
$83.ItemPayload? item,
|
||||
$72.ActorPayload? actor,
|
||||
$71.PartnerPayload? partner,
|
||||
$77.ItemPayload? item,
|
||||
$67.ActorPayload? actor,
|
||||
$66.PartnerPayload? partner,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (parentEventID != null) {
|
||||
@@ -484,9 +484,9 @@ class ExecutionflowEnrichment extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'Project', protoName: 'Project')
|
||||
..aOS(7, _omitFieldNames ? '' : 'ParentEntityName', protoName: 'ParentEntityName')
|
||||
..aOS(8, _omitFieldNames ? '' : 'ParentEntityID', protoName: 'ParentEntityID')
|
||||
..aOM<$83.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $83.ItemPayload.create)
|
||||
..aOM<$72.ActorPayload>(11, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $72.ActorPayload.create)
|
||||
..aOM<$71.PartnerPayload>(12, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $71.PartnerPayload.create)
|
||||
..aOM<$77.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $77.ItemPayload.create)
|
||||
..aOM<$67.ActorPayload>(11, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $67.ActorPayload.create)
|
||||
..aOM<$66.PartnerPayload>(12, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $66.PartnerPayload.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -587,37 +587,37 @@ class ExecutionflowEnrichment extends $pb.GeneratedMessage {
|
||||
void clearParentEntityID() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$83.ItemPayload get item => $_getN(8);
|
||||
$77.ItemPayload get item => $_getN(8);
|
||||
@$pb.TagNumber(10)
|
||||
set item($83.ItemPayload v) { $_setField(10, v); }
|
||||
set item($77.ItemPayload v) { $_setField(10, v); }
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasItem() => $_has(8);
|
||||
@$pb.TagNumber(10)
|
||||
void clearItem() => $_clearField(10);
|
||||
@$pb.TagNumber(10)
|
||||
$83.ItemPayload ensureItem() => $_ensure(8);
|
||||
$77.ItemPayload ensureItem() => $_ensure(8);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$72.ActorPayload get actor => $_getN(9);
|
||||
$67.ActorPayload get actor => $_getN(9);
|
||||
@$pb.TagNumber(11)
|
||||
set actor($72.ActorPayload v) { $_setField(11, v); }
|
||||
set actor($67.ActorPayload v) { $_setField(11, v); }
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasActor() => $_has(9);
|
||||
@$pb.TagNumber(11)
|
||||
void clearActor() => $_clearField(11);
|
||||
@$pb.TagNumber(11)
|
||||
$72.ActorPayload ensureActor() => $_ensure(9);
|
||||
$67.ActorPayload ensureActor() => $_ensure(9);
|
||||
|
||||
@$pb.TagNumber(12)
|
||||
$71.PartnerPayload get partner => $_getN(10);
|
||||
$66.PartnerPayload get partner => $_getN(10);
|
||||
@$pb.TagNumber(12)
|
||||
set partner($71.PartnerPayload v) { $_setField(12, v); }
|
||||
set partner($66.PartnerPayload v) { $_setField(12, v); }
|
||||
@$pb.TagNumber(12)
|
||||
$core.bool hasPartner() => $_has(10);
|
||||
@$pb.TagNumber(12)
|
||||
void clearPartner() => $_clearField(12);
|
||||
@$pb.TagNumber(12)
|
||||
$71.PartnerPayload ensurePartner() => $_ensure(10);
|
||||
$66.PartnerPayload ensurePartner() => $_ensure(10);
|
||||
}
|
||||
|
||||
class ExecutionflowTriplet extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -14,8 +14,8 @@ import 'dart:core' as $core;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'tradeShared.pb.dart' as $81;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'tradeShared.pb.dart' as $75;
|
||||
import 'warehousingShared.pb.dart' as $76;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -23,11 +23,11 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// ExecutionflowMapSummaryToOrder : map the Executionflow status to the corresponding trade order entity
|
||||
class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowMapSummaryToOrderPayload({
|
||||
$81.ExecutionflowStatusStruct? status,
|
||||
$75.ExecutionflowStatusStruct? status,
|
||||
$core.String? orderID,
|
||||
$81.TradeTier? shipFrom,
|
||||
$81.TradeTier? shipTo,
|
||||
$81.TradeTier? carrier,
|
||||
$75.TradeTier? shipFrom,
|
||||
$75.TradeTier? shipTo,
|
||||
$75.TradeTier? carrier,
|
||||
$core.String? carrierService,
|
||||
$core.Iterable<$3.AttachmentSummary>? attachments,
|
||||
$core.int? attachmentNumber,
|
||||
@@ -72,11 +72,11 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowMapSummaryToOrderPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowMapSummaryToOrderPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ExecutionflowStatusStruct>(1, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $81.ExecutionflowStatusStruct.create)
|
||||
..aOM<$75.ExecutionflowStatusStruct>(1, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ExecutionflowStatusStruct.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
||||
..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create)
|
||||
..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
|
||||
..pc<$3.AttachmentSummary>(16, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $3.AttachmentSummary.create)
|
||||
..a<$core.int>(17, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
||||
@@ -107,15 +107,15 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
static ExecutionflowMapSummaryToOrderPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ExecutionflowStatusStruct get status => $_getN(0);
|
||||
$75.ExecutionflowStatusStruct get status => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set status($81.ExecutionflowStatusStruct v) { $_setField(1, v); }
|
||||
set status($75.ExecutionflowStatusStruct v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasStatus() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearStatus() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ExecutionflowStatusStruct ensureStatus() => $_ensure(0);
|
||||
$75.ExecutionflowStatusStruct ensureStatus() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get orderID => $_getSZ(1);
|
||||
@@ -127,37 +127,37 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
void clearOrderID() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier get shipFrom => $_getN(2);
|
||||
$75.TradeTier get shipFrom => $_getN(2);
|
||||
@$pb.TagNumber(4)
|
||||
set shipFrom($81.TradeTier v) { $_setField(4, v); }
|
||||
set shipFrom($75.TradeTier v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasShipFrom() => $_has(2);
|
||||
@$pb.TagNumber(4)
|
||||
void clearShipFrom() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier ensureShipFrom() => $_ensure(2);
|
||||
$75.TradeTier ensureShipFrom() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier get shipTo => $_getN(3);
|
||||
$75.TradeTier get shipTo => $_getN(3);
|
||||
@$pb.TagNumber(5)
|
||||
set shipTo($81.TradeTier v) { $_setField(5, v); }
|
||||
set shipTo($75.TradeTier v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasShipTo() => $_has(3);
|
||||
@$pb.TagNumber(5)
|
||||
void clearShipTo() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier ensureShipTo() => $_ensure(3);
|
||||
$75.TradeTier ensureShipTo() => $_ensure(3);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier get carrier => $_getN(4);
|
||||
$75.TradeTier get carrier => $_getN(4);
|
||||
@$pb.TagNumber(6)
|
||||
set carrier($81.TradeTier v) { $_setField(6, v); }
|
||||
set carrier($75.TradeTier v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCarrier() => $_has(4);
|
||||
@$pb.TagNumber(6)
|
||||
void clearCarrier() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier ensureCarrier() => $_ensure(4);
|
||||
$75.TradeTier ensureCarrier() => $_ensure(4);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get carrierService => $_getSZ(5);
|
||||
@@ -313,7 +313,7 @@ class ExecutionflowMapSummaryToOrder extends $pb.GeneratedMessage {
|
||||
/// ExecutionflowMapETAToOrder : map the Executionflow ETA to the corresponding trade order entity
|
||||
class ExecutionflowMapETAToOrderPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowMapETAToOrderPayload({
|
||||
$81.ETA? executionflowETAComputed,
|
||||
$75.ETA? executionflowETAComputed,
|
||||
$core.String? orderID,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -330,7 +330,7 @@ class ExecutionflowMapETAToOrderPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowMapETAToOrderPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowMapETAToOrderPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $81.ETA.create)
|
||||
..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $75.ETA.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -357,15 +357,15 @@ class ExecutionflowMapETAToOrderPayload extends $pb.GeneratedMessage {
|
||||
static ExecutionflowMapETAToOrderPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get executionflowETAComputed => $_getN(0);
|
||||
$75.ETA get executionflowETAComputed => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set executionflowETAComputed($81.ETA v) { $_setField(1, v); }
|
||||
set executionflowETAComputed($75.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasExecutionflowETAComputed() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearExecutionflowETAComputed() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureExecutionflowETAComputed() => $_ensure(0);
|
||||
$75.ETA ensureExecutionflowETAComputed() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get orderID => $_getSZ(1);
|
||||
@@ -500,14 +500,14 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
$3.DateTime? creationDateTime,
|
||||
$core.String? orderID,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$81.TradeTier? shipFrom,
|
||||
$81.TradeTier? shipTo,
|
||||
$81.TradeTier? carrier,
|
||||
$75.TradeTier? shipFrom,
|
||||
$75.TradeTier? shipTo,
|
||||
$75.TradeTier? carrier,
|
||||
$core.String? carrierService,
|
||||
$81.OrderRequestedMilestones? requestedMilestones,
|
||||
$core.Iterable<$81.ExeFlowLine>? lines,
|
||||
$core.Iterable<$82.HandlingunitSummary>? handlingunits,
|
||||
$81.ExecutionflowStatusStruct? status,
|
||||
$75.OrderRequestedMilestones? requestedMilestones,
|
||||
$core.Iterable<$75.ExeFlowLine>? lines,
|
||||
$core.Iterable<$76.HandlingunitSummary>? handlingunits,
|
||||
$75.ExecutionflowStatusStruct? status,
|
||||
$core.bool? shipFromAcked,
|
||||
$core.bool? shipToAcked,
|
||||
}) {
|
||||
@@ -561,14 +561,14 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
||||
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create)
|
||||
..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
|
||||
..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create)
|
||||
..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create)
|
||||
..pc<$82.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $82.HandlingunitSummary.create)
|
||||
..aOM<$81.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $81.ExecutionflowStatusStruct.create)
|
||||
..aOM<$75.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $75.OrderRequestedMilestones.create)
|
||||
..pc<$75.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $75.ExeFlowLine.create)
|
||||
..pc<$76.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $76.HandlingunitSummary.create)
|
||||
..aOM<$75.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ExecutionflowStatusStruct.create)
|
||||
..aOB(14, _omitFieldNames ? '' : 'ShipFromAcked', protoName: 'ShipFromAcked')
|
||||
..aOB(15, _omitFieldNames ? '' : 'ShipToAcked', protoName: 'ShipToAcked')
|
||||
..hasRequiredFields = false
|
||||
@@ -621,39 +621,39 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Where to ship the order from
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier get shipFrom => $_getN(3);
|
||||
$75.TradeTier get shipFrom => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set shipFrom($81.TradeTier v) { $_setField(4, v); }
|
||||
set shipFrom($75.TradeTier v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasShipFrom() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearShipFrom() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier ensureShipFrom() => $_ensure(3);
|
||||
$75.TradeTier ensureShipFrom() => $_ensure(3);
|
||||
|
||||
/// Where to ship the order to
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier get shipTo => $_getN(4);
|
||||
$75.TradeTier get shipTo => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set shipTo($81.TradeTier v) { $_setField(5, v); }
|
||||
set shipTo($75.TradeTier v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasShipTo() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearShipTo() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier ensureShipTo() => $_ensure(4);
|
||||
$75.TradeTier ensureShipTo() => $_ensure(4);
|
||||
|
||||
/// Definition of the order carrier
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier get carrier => $_getN(5);
|
||||
$75.TradeTier get carrier => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set carrier($81.TradeTier v) { $_setField(6, v); }
|
||||
set carrier($75.TradeTier v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCarrier() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearCarrier() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier ensureCarrier() => $_ensure(5);
|
||||
$75.TradeTier ensureCarrier() => $_ensure(5);
|
||||
|
||||
/// Type of carrier service
|
||||
@$pb.TagNumber(7)
|
||||
@@ -666,32 +666,32 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
void clearCarrierService() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
$75.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
@$pb.TagNumber(8)
|
||||
set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
set requestedMilestones($75.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasRequestedMilestones() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearRequestedMilestones() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
||||
$75.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$81.ExeFlowLine> get lines => $_getList(8);
|
||||
$pb.PbList<$75.ExeFlowLine> get lines => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$pb.PbList<$82.HandlingunitSummary> get handlingunits => $_getList(9);
|
||||
$pb.PbList<$76.HandlingunitSummary> get handlingunits => $_getList(9);
|
||||
|
||||
@$pb.TagNumber(13)
|
||||
$81.ExecutionflowStatusStruct get status => $_getN(10);
|
||||
$75.ExecutionflowStatusStruct get status => $_getN(10);
|
||||
@$pb.TagNumber(13)
|
||||
set status($81.ExecutionflowStatusStruct v) { $_setField(13, v); }
|
||||
set status($75.ExecutionflowStatusStruct v) { $_setField(13, v); }
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasStatus() => $_has(10);
|
||||
@$pb.TagNumber(13)
|
||||
void clearStatus() => $_clearField(13);
|
||||
@$pb.TagNumber(13)
|
||||
$81.ExecutionflowStatusStruct ensureStatus() => $_ensure(10);
|
||||
$75.ExecutionflowStatusStruct ensureStatus() => $_ensure(10);
|
||||
|
||||
@$pb.TagNumber(14)
|
||||
$core.bool get shipFromAcked => $_getBF(11);
|
||||
@@ -835,13 +835,13 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
$3.DateTime? creationDateTime,
|
||||
$core.String? orderID,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$81.TradeTier? shipFrom,
|
||||
$81.TradeTier? shipTo,
|
||||
$81.TradeTier? carrier,
|
||||
$75.TradeTier? shipFrom,
|
||||
$75.TradeTier? shipTo,
|
||||
$75.TradeTier? carrier,
|
||||
$core.String? carrierService,
|
||||
$81.OrderRequestedMilestones? requestedMilestones,
|
||||
$core.Iterable<$81.ExeFlowLine>? lines,
|
||||
$81.ExecutionflowStatusStruct? status,
|
||||
$75.OrderRequestedMilestones? requestedMilestones,
|
||||
$core.Iterable<$75.ExeFlowLine>? lines,
|
||||
$75.ExecutionflowStatusStruct? status,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (creationDateTime != null) {
|
||||
@@ -884,13 +884,13 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
||||
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create)
|
||||
..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
|
||||
..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create)
|
||||
..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create)
|
||||
..aOM<$81.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $81.ExecutionflowStatusStruct.create)
|
||||
..aOM<$75.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $75.OrderRequestedMilestones.create)
|
||||
..pc<$75.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $75.ExeFlowLine.create)
|
||||
..aOM<$75.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ExecutionflowStatusStruct.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -939,37 +939,37 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier get shipFrom => $_getN(3);
|
||||
$75.TradeTier get shipFrom => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set shipFrom($81.TradeTier v) { $_setField(4, v); }
|
||||
set shipFrom($75.TradeTier v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasShipFrom() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearShipFrom() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier ensureShipFrom() => $_ensure(3);
|
||||
$75.TradeTier ensureShipFrom() => $_ensure(3);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier get shipTo => $_getN(4);
|
||||
$75.TradeTier get shipTo => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set shipTo($81.TradeTier v) { $_setField(5, v); }
|
||||
set shipTo($75.TradeTier v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasShipTo() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearShipTo() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier ensureShipTo() => $_ensure(4);
|
||||
$75.TradeTier ensureShipTo() => $_ensure(4);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier get carrier => $_getN(5);
|
||||
$75.TradeTier get carrier => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set carrier($81.TradeTier v) { $_setField(6, v); }
|
||||
set carrier($75.TradeTier v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCarrier() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearCarrier() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier ensureCarrier() => $_ensure(5);
|
||||
$75.TradeTier ensureCarrier() => $_ensure(5);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get carrierService => $_getSZ(6);
|
||||
@@ -981,29 +981,29 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
void clearCarrierService() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
$75.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
@$pb.TagNumber(8)
|
||||
set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
set requestedMilestones($75.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasRequestedMilestones() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearRequestedMilestones() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
||||
$75.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$81.ExeFlowLine> get lines => $_getList(8);
|
||||
$pb.PbList<$75.ExeFlowLine> get lines => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(13)
|
||||
$81.ExecutionflowStatusStruct get status => $_getN(9);
|
||||
$75.ExecutionflowStatusStruct get status => $_getN(9);
|
||||
@$pb.TagNumber(13)
|
||||
set status($81.ExecutionflowStatusStruct v) { $_setField(13, v); }
|
||||
set status($75.ExecutionflowStatusStruct v) { $_setField(13, v); }
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasStatus() => $_has(9);
|
||||
@$pb.TagNumber(13)
|
||||
void clearStatus() => $_clearField(13);
|
||||
@$pb.TagNumber(13)
|
||||
$81.ExecutionflowStatusStruct ensureStatus() => $_ensure(9);
|
||||
$75.ExecutionflowStatusStruct ensureStatus() => $_ensure(9);
|
||||
}
|
||||
|
||||
class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -14,8 +14,8 @@ import 'dart:core' as $core;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'tradeShared.pb.dart' as $81;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'tradeShared.pb.dart' as $75;
|
||||
import 'warehousingShared.pb.dart' as $76;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -24,12 +24,12 @@ class ExecutionflowCreatedPayload extends $pb.GeneratedMessage {
|
||||
$3.DateTime? creationDateTime,
|
||||
$core.String? orderID,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$81.TradeTier? shipFrom,
|
||||
$81.TradeTier? shipTo,
|
||||
$81.TradeTier? carrier,
|
||||
$75.TradeTier? shipFrom,
|
||||
$75.TradeTier? shipTo,
|
||||
$75.TradeTier? carrier,
|
||||
$core.String? carrierService,
|
||||
$81.OrderRequestedMilestones? requestedMilestones,
|
||||
$core.Iterable<$81.ExeFlowLine>? lines,
|
||||
$75.OrderRequestedMilestones? requestedMilestones,
|
||||
$core.Iterable<$75.ExeFlowLine>? lines,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (creationDateTime != null) {
|
||||
@@ -69,12 +69,12 @@ class ExecutionflowCreatedPayload extends $pb.GeneratedMessage {
|
||||
..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
||||
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create)
|
||||
..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
|
||||
..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create)
|
||||
..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create)
|
||||
..aOM<$75.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $75.OrderRequestedMilestones.create)
|
||||
..pc<$75.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $75.ExeFlowLine.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -125,39 +125,39 @@ class ExecutionflowCreatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Where to ship the order from
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier get shipFrom => $_getN(3);
|
||||
$75.TradeTier get shipFrom => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set shipFrom($81.TradeTier v) { $_setField(4, v); }
|
||||
set shipFrom($75.TradeTier v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasShipFrom() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearShipFrom() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier ensureShipFrom() => $_ensure(3);
|
||||
$75.TradeTier ensureShipFrom() => $_ensure(3);
|
||||
|
||||
/// Where to ship the order to
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier get shipTo => $_getN(4);
|
||||
$75.TradeTier get shipTo => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set shipTo($81.TradeTier v) { $_setField(5, v); }
|
||||
set shipTo($75.TradeTier v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasShipTo() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearShipTo() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier ensureShipTo() => $_ensure(4);
|
||||
$75.TradeTier ensureShipTo() => $_ensure(4);
|
||||
|
||||
/// Definition of the order carrier
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier get carrier => $_getN(5);
|
||||
$75.TradeTier get carrier => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set carrier($81.TradeTier v) { $_setField(6, v); }
|
||||
set carrier($75.TradeTier v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCarrier() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearCarrier() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier ensureCarrier() => $_ensure(5);
|
||||
$75.TradeTier ensureCarrier() => $_ensure(5);
|
||||
|
||||
/// Type of carrier service
|
||||
@$pb.TagNumber(7)
|
||||
@@ -170,19 +170,19 @@ class ExecutionflowCreatedPayload extends $pb.GeneratedMessage {
|
||||
void clearCarrierService() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
$75.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
@$pb.TagNumber(8)
|
||||
set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
set requestedMilestones($75.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasRequestedMilestones() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearRequestedMilestones() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
||||
$75.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
||||
|
||||
/// Definition of trade. Executionflow lines. Defines the requested goods and the prepared goods
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$81.ExeFlowLine> get lines => $_getList(8);
|
||||
$pb.PbList<$75.ExeFlowLine> get lines => $_getList(8);
|
||||
}
|
||||
|
||||
class ExecutionflowCreatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -426,12 +426,12 @@ class ExecutionflowDetectedPayload extends $pb.GeneratedMessage {
|
||||
$3.DateTime? creationDateTime,
|
||||
$core.String? orderID,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$81.TradeTier? shipFrom,
|
||||
$81.TradeTier? shipTo,
|
||||
$81.TradeTier? carrier,
|
||||
$75.TradeTier? shipFrom,
|
||||
$75.TradeTier? shipTo,
|
||||
$75.TradeTier? carrier,
|
||||
$core.String? carrierService,
|
||||
$81.OrderRequestedMilestones? requestedMilestones,
|
||||
$core.Iterable<$81.ExeFlowLine>? lines,
|
||||
$75.OrderRequestedMilestones? requestedMilestones,
|
||||
$core.Iterable<$75.ExeFlowLine>? lines,
|
||||
$core.bool? shipFromAcked,
|
||||
$core.bool? shipToAcked,
|
||||
}) {
|
||||
@@ -479,12 +479,12 @@ class ExecutionflowDetectedPayload extends $pb.GeneratedMessage {
|
||||
..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
||||
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create)
|
||||
..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
|
||||
..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create)
|
||||
..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create)
|
||||
..aOM<$75.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $75.OrderRequestedMilestones.create)
|
||||
..pc<$75.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $75.ExeFlowLine.create)
|
||||
..aOB(14, _omitFieldNames ? '' : 'ShipFromAcked', protoName: 'ShipFromAcked')
|
||||
..aOB(15, _omitFieldNames ? '' : 'ShipToAcked', protoName: 'ShipToAcked')
|
||||
..hasRequiredFields = false
|
||||
@@ -537,39 +537,39 @@ class ExecutionflowDetectedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Where to ship the order from
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier get shipFrom => $_getN(3);
|
||||
$75.TradeTier get shipFrom => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set shipFrom($81.TradeTier v) { $_setField(4, v); }
|
||||
set shipFrom($75.TradeTier v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasShipFrom() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearShipFrom() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier ensureShipFrom() => $_ensure(3);
|
||||
$75.TradeTier ensureShipFrom() => $_ensure(3);
|
||||
|
||||
/// Where to ship the order to
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier get shipTo => $_getN(4);
|
||||
$75.TradeTier get shipTo => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set shipTo($81.TradeTier v) { $_setField(5, v); }
|
||||
set shipTo($75.TradeTier v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasShipTo() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearShipTo() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier ensureShipTo() => $_ensure(4);
|
||||
$75.TradeTier ensureShipTo() => $_ensure(4);
|
||||
|
||||
/// Definition of the order carrier
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier get carrier => $_getN(5);
|
||||
$75.TradeTier get carrier => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set carrier($81.TradeTier v) { $_setField(6, v); }
|
||||
set carrier($75.TradeTier v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCarrier() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearCarrier() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier ensureCarrier() => $_ensure(5);
|
||||
$75.TradeTier ensureCarrier() => $_ensure(5);
|
||||
|
||||
/// Type of carrier service
|
||||
@$pb.TagNumber(7)
|
||||
@@ -582,19 +582,19 @@ class ExecutionflowDetectedPayload extends $pb.GeneratedMessage {
|
||||
void clearCarrierService() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
$75.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
@$pb.TagNumber(8)
|
||||
set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
set requestedMilestones($75.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasRequestedMilestones() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearRequestedMilestones() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
||||
$75.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
|
||||
|
||||
/// Definition of trade. Executionflow lines. Defines the requested goods and the prepared goods
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$81.ExeFlowLine> get lines => $_getList(8);
|
||||
$pb.PbList<$75.ExeFlowLine> get lines => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(14)
|
||||
$core.bool get shipFromAcked => $_getBF(9);
|
||||
@@ -2499,7 +2499,7 @@ class ExecutionflowCompletedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class ExecutionflowHUContentUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowHUContentUpdatedPayload({
|
||||
$core.Iterable<$82.HandlingunitSummary>? handlingunits,
|
||||
$core.Iterable<$76.HandlingunitSummary>? handlingunits,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (handlingunits != null) {
|
||||
@@ -2512,7 +2512,7 @@ class ExecutionflowHUContentUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowHUContentUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowHUContentUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$82.HandlingunitSummary>(1, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $82.HandlingunitSummary.create)
|
||||
..pc<$76.HandlingunitSummary>(1, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $76.HandlingunitSummary.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2538,7 +2538,7 @@ class ExecutionflowHUContentUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static ExecutionflowHUContentUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$82.HandlingunitSummary> get handlingunits => $_getList(0);
|
||||
$pb.PbList<$76.HandlingunitSummary> get handlingunits => $_getList(0);
|
||||
}
|
||||
|
||||
class ExecutionflowHUContentUpdatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -2783,7 +2783,7 @@ class ExecutionflowHUContentUpdatedResponse extends $pb.GeneratedMessage {
|
||||
/// - Update the handlingunit goods status with tracking.
|
||||
class ExecutionflowHUTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowHUTrackingUpdatedPayload({
|
||||
$core.Iterable<$82.HandlingunitSummary>? handlingunits,
|
||||
$core.Iterable<$76.HandlingunitSummary>? handlingunits,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (handlingunits != null) {
|
||||
@@ -2796,7 +2796,7 @@ class ExecutionflowHUTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowHUTrackingUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowHUTrackingUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$82.HandlingunitSummary>(1, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $82.HandlingunitSummary.create)
|
||||
..pc<$76.HandlingunitSummary>(1, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $76.HandlingunitSummary.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2822,7 +2822,7 @@ class ExecutionflowHUTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static ExecutionflowHUTrackingUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$82.HandlingunitSummary> get handlingunits => $_getList(0);
|
||||
$pb.PbList<$76.HandlingunitSummary> get handlingunits => $_getList(0);
|
||||
}
|
||||
|
||||
class ExecutionflowHUTrackingUpdatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -3068,7 +3068,7 @@ class ExecutionflowHUTrackingUpdatedResponse extends $pb.GeneratedMessage {
|
||||
/// Comments updated 2024/01/09
|
||||
class ExecutionflowHUETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowHUETAUpdatedPayload({
|
||||
$core.Iterable<$81.ETAbyHU>? handlingunitETAs,
|
||||
$core.Iterable<$75.ETAbyHU>? handlingunitETAs,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (handlingunitETAs != null) {
|
||||
@@ -3081,7 +3081,7 @@ class ExecutionflowHUETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowHUETAUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowHUETAUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$81.ETAbyHU>(1, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $81.ETAbyHU.create)
|
||||
..pc<$75.ETAbyHU>(1, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $75.ETAbyHU.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -3107,7 +3107,7 @@ class ExecutionflowHUETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static ExecutionflowHUETAUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$81.ETAbyHU> get handlingunitETAs => $_getList(0);
|
||||
$pb.PbList<$75.ETAbyHU> get handlingunitETAs => $_getList(0);
|
||||
}
|
||||
|
||||
class ExecutionflowHUETAUpdatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -3353,7 +3353,7 @@ class ExecutionflowHUETAUpdatedResponse extends $pb.GeneratedMessage {
|
||||
/// Comments updated 2024/01/09
|
||||
class ExecutionflowETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowETAUpdatedPayload({
|
||||
$81.ETA? executionflowETA,
|
||||
$75.ETA? executionflowETA,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (executionflowETA != null) {
|
||||
@@ -3366,7 +3366,7 @@ class ExecutionflowETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowETAUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowETAUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $81.ETA.create)
|
||||
..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $75.ETA.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -3393,15 +3393,15 @@ class ExecutionflowETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// The ETA for the executionflow as given by WMS. this ETA will be aggregated with those coming from HUs
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get executionflowETA => $_getN(0);
|
||||
$75.ETA get executionflowETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set executionflowETA($81.ETA v) { $_setField(1, v); }
|
||||
set executionflowETA($75.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasExecutionflowETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearExecutionflowETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureExecutionflowETA() => $_ensure(0);
|
||||
$75.ETA ensureExecutionflowETA() => $_ensure(0);
|
||||
}
|
||||
|
||||
class ExecutionflowETAUpdatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -6603,7 +6603,7 @@ class ExecutionflowMetaDataUpdatedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class ExecutionflowCarrierUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowCarrierUpdatedPayload({
|
||||
$81.TradeTier? carrier,
|
||||
$75.TradeTier? carrier,
|
||||
$core.String? carrierService,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -6620,7 +6620,7 @@ class ExecutionflowCarrierUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowCarrierUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowCarrierUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.TradeTier>(1, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create)
|
||||
..aOM<$75.TradeTier>(1, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -6648,15 +6648,15 @@ class ExecutionflowCarrierUpdatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Definition of the order carrier
|
||||
@$pb.TagNumber(1)
|
||||
$81.TradeTier get carrier => $_getN(0);
|
||||
$75.TradeTier get carrier => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set carrier($81.TradeTier v) { $_setField(1, v); }
|
||||
set carrier($75.TradeTier v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCarrier() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearCarrier() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.TradeTier ensureCarrier() => $_ensure(0);
|
||||
$75.TradeTier ensureCarrier() => $_ensure(0);
|
||||
|
||||
/// Type of carrier service
|
||||
@$pb.TagNumber(2)
|
||||
|
||||
@@ -15,236 +15,236 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'executionflowInput.pb.dart' as $22;
|
||||
import 'executionflowInput.pb.dart' as $19;
|
||||
|
||||
export 'executionflowInput.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ExecutionflowInputAPI')
|
||||
class ExecutionflowInputAPIClient extends $grpc.Client {
|
||||
static final _$created = $grpc.ClientMethod<$22.ExecutionflowCreatedRequest, $22.ExecutionflowCreatedResponse>(
|
||||
static final _$created = $grpc.ClientMethod<$19.ExecutionflowCreatedRequest, $19.ExecutionflowCreatedResponse>(
|
||||
'/api.ExecutionflowInputAPI/Created',
|
||||
($22.ExecutionflowCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowCreatedResponse.fromBuffer(value));
|
||||
static final _$detected = $grpc.ClientMethod<$22.ExecutionflowDetectedRequest, $22.ExecutionflowDetectedResponse>(
|
||||
($19.ExecutionflowCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowCreatedResponse.fromBuffer(value));
|
||||
static final _$detected = $grpc.ClientMethod<$19.ExecutionflowDetectedRequest, $19.ExecutionflowDetectedResponse>(
|
||||
'/api.ExecutionflowInputAPI/Detected',
|
||||
($22.ExecutionflowDetectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowDetectedResponse.fromBuffer(value));
|
||||
static final _$redetected = $grpc.ClientMethod<$22.ExecutionflowRedetectedRequest, $22.ExecutionflowRedetectedResponse>(
|
||||
($19.ExecutionflowDetectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowDetectedResponse.fromBuffer(value));
|
||||
static final _$redetected = $grpc.ClientMethod<$19.ExecutionflowRedetectedRequest, $19.ExecutionflowRedetectedResponse>(
|
||||
'/api.ExecutionflowInputAPI/Redetected',
|
||||
($22.ExecutionflowRedetectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowRedetectedResponse.fromBuffer(value));
|
||||
static final _$shipFromAcked = $grpc.ClientMethod<$22.ExecutionflowShipFromAckedRequest, $22.ExecutionflowShipFromAckedResponse>(
|
||||
($19.ExecutionflowRedetectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowRedetectedResponse.fromBuffer(value));
|
||||
static final _$shipFromAcked = $grpc.ClientMethod<$19.ExecutionflowShipFromAckedRequest, $19.ExecutionflowShipFromAckedResponse>(
|
||||
'/api.ExecutionflowInputAPI/ShipFromAcked',
|
||||
($22.ExecutionflowShipFromAckedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowShipFromAckedResponse.fromBuffer(value));
|
||||
static final _$shipToAcked = $grpc.ClientMethod<$22.ExecutionflowShipToAckedRequest, $22.ExecutionflowShipToAckedResponse>(
|
||||
($19.ExecutionflowShipFromAckedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowShipFromAckedResponse.fromBuffer(value));
|
||||
static final _$shipToAcked = $grpc.ClientMethod<$19.ExecutionflowShipToAckedRequest, $19.ExecutionflowShipToAckedResponse>(
|
||||
'/api.ExecutionflowInputAPI/ShipToAcked',
|
||||
($22.ExecutionflowShipToAckedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowShipToAckedResponse.fromBuffer(value));
|
||||
static final _$cancelled = $grpc.ClientMethod<$22.ExecutionflowCancelledRequest, $22.ExecutionflowCancelledResponse>(
|
||||
($19.ExecutionflowShipToAckedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowShipToAckedResponse.fromBuffer(value));
|
||||
static final _$cancelled = $grpc.ClientMethod<$19.ExecutionflowCancelledRequest, $19.ExecutionflowCancelledResponse>(
|
||||
'/api.ExecutionflowInputAPI/Cancelled',
|
||||
($22.ExecutionflowCancelledRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowCancelledResponse.fromBuffer(value));
|
||||
static final _$anonymised = $grpc.ClientMethod<$22.ExecutionflowAnonymisedRequest, $22.ExecutionflowAnonymisedResponse>(
|
||||
($19.ExecutionflowCancelledRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowCancelledResponse.fromBuffer(value));
|
||||
static final _$anonymised = $grpc.ClientMethod<$19.ExecutionflowAnonymisedRequest, $19.ExecutionflowAnonymisedResponse>(
|
||||
'/api.ExecutionflowInputAPI/Anonymised',
|
||||
($22.ExecutionflowAnonymisedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowAnonymisedResponse.fromBuffer(value));
|
||||
static final _$completed = $grpc.ClientMethod<$22.ExecutionflowCompletedRequest, $22.ExecutionflowCompletedResponse>(
|
||||
($19.ExecutionflowAnonymisedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowAnonymisedResponse.fromBuffer(value));
|
||||
static final _$completed = $grpc.ClientMethod<$19.ExecutionflowCompletedRequest, $19.ExecutionflowCompletedResponse>(
|
||||
'/api.ExecutionflowInputAPI/Completed',
|
||||
($22.ExecutionflowCompletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowCompletedResponse.fromBuffer(value));
|
||||
static final _$hUContentUpdated = $grpc.ClientMethod<$22.ExecutionflowHUContentUpdatedRequest, $22.ExecutionflowHUContentUpdatedResponse>(
|
||||
($19.ExecutionflowCompletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowCompletedResponse.fromBuffer(value));
|
||||
static final _$hUContentUpdated = $grpc.ClientMethod<$19.ExecutionflowHUContentUpdatedRequest, $19.ExecutionflowHUContentUpdatedResponse>(
|
||||
'/api.ExecutionflowInputAPI/HUContentUpdated',
|
||||
($22.ExecutionflowHUContentUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowHUContentUpdatedResponse.fromBuffer(value));
|
||||
static final _$hUTrackingUpdated = $grpc.ClientMethod<$22.ExecutionflowHUTrackingUpdatedRequest, $22.ExecutionflowHUTrackingUpdatedResponse>(
|
||||
($19.ExecutionflowHUContentUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowHUContentUpdatedResponse.fromBuffer(value));
|
||||
static final _$hUTrackingUpdated = $grpc.ClientMethod<$19.ExecutionflowHUTrackingUpdatedRequest, $19.ExecutionflowHUTrackingUpdatedResponse>(
|
||||
'/api.ExecutionflowInputAPI/HUTrackingUpdated',
|
||||
($22.ExecutionflowHUTrackingUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowHUTrackingUpdatedResponse.fromBuffer(value));
|
||||
static final _$hUETAUpdated = $grpc.ClientMethod<$22.ExecutionflowHUETAUpdatedRequest, $22.ExecutionflowHUETAUpdatedResponse>(
|
||||
($19.ExecutionflowHUTrackingUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowHUTrackingUpdatedResponse.fromBuffer(value));
|
||||
static final _$hUETAUpdated = $grpc.ClientMethod<$19.ExecutionflowHUETAUpdatedRequest, $19.ExecutionflowHUETAUpdatedResponse>(
|
||||
'/api.ExecutionflowInputAPI/HUETAUpdated',
|
||||
($22.ExecutionflowHUETAUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowHUETAUpdatedResponse.fromBuffer(value));
|
||||
static final _$eTAUpdated = $grpc.ClientMethod<$22.ExecutionflowETAUpdatedRequest, $22.ExecutionflowETAUpdatedResponse>(
|
||||
($19.ExecutionflowHUETAUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowHUETAUpdatedResponse.fromBuffer(value));
|
||||
static final _$eTAUpdated = $grpc.ClientMethod<$19.ExecutionflowETAUpdatedRequest, $19.ExecutionflowETAUpdatedResponse>(
|
||||
'/api.ExecutionflowInputAPI/ETAUpdated',
|
||||
($22.ExecutionflowETAUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowETAUpdatedResponse.fromBuffer(value));
|
||||
static final _$preparationExpected = $grpc.ClientMethod<$22.ExecutionflowPreparationExpectedRequest, $22.ExecutionflowPreparationExpectedResponse>(
|
||||
($19.ExecutionflowETAUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowETAUpdatedResponse.fromBuffer(value));
|
||||
static final _$preparationExpected = $grpc.ClientMethod<$19.ExecutionflowPreparationExpectedRequest, $19.ExecutionflowPreparationExpectedResponse>(
|
||||
'/api.ExecutionflowInputAPI/PreparationExpected',
|
||||
($22.ExecutionflowPreparationExpectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowPreparationExpectedResponse.fromBuffer(value));
|
||||
static final _$preparationStarted = $grpc.ClientMethod<$22.ExecutionflowPreparationStartedRequest, $22.ExecutionflowPreparationStartedResponse>(
|
||||
($19.ExecutionflowPreparationExpectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowPreparationExpectedResponse.fromBuffer(value));
|
||||
static final _$preparationStarted = $grpc.ClientMethod<$19.ExecutionflowPreparationStartedRequest, $19.ExecutionflowPreparationStartedResponse>(
|
||||
'/api.ExecutionflowInputAPI/PreparationStarted',
|
||||
($22.ExecutionflowPreparationStartedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowPreparationStartedResponse.fromBuffer(value));
|
||||
static final _$preparationCompleted = $grpc.ClientMethod<$22.ExecutionflowPreparationCompletedRequest, $22.ExecutionflowPreparationCompletedResponse>(
|
||||
($19.ExecutionflowPreparationStartedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowPreparationStartedResponse.fromBuffer(value));
|
||||
static final _$preparationCompleted = $grpc.ClientMethod<$19.ExecutionflowPreparationCompletedRequest, $19.ExecutionflowPreparationCompletedResponse>(
|
||||
'/api.ExecutionflowInputAPI/PreparationCompleted',
|
||||
($22.ExecutionflowPreparationCompletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowPreparationCompletedResponse.fromBuffer(value));
|
||||
static final _$transportExpected = $grpc.ClientMethod<$22.ExecutionflowTransportExpectedRequest, $22.ExecutionflowTransportExpectedResponse>(
|
||||
($19.ExecutionflowPreparationCompletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowPreparationCompletedResponse.fromBuffer(value));
|
||||
static final _$transportExpected = $grpc.ClientMethod<$19.ExecutionflowTransportExpectedRequest, $19.ExecutionflowTransportExpectedResponse>(
|
||||
'/api.ExecutionflowInputAPI/TransportExpected',
|
||||
($22.ExecutionflowTransportExpectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowTransportExpectedResponse.fromBuffer(value));
|
||||
static final _$transportStarted = $grpc.ClientMethod<$22.ExecutionflowTransportStartedRequest, $22.ExecutionflowTransportStartedResponse>(
|
||||
($19.ExecutionflowTransportExpectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowTransportExpectedResponse.fromBuffer(value));
|
||||
static final _$transportStarted = $grpc.ClientMethod<$19.ExecutionflowTransportStartedRequest, $19.ExecutionflowTransportStartedResponse>(
|
||||
'/api.ExecutionflowInputAPI/TransportStarted',
|
||||
($22.ExecutionflowTransportStartedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowTransportStartedResponse.fromBuffer(value));
|
||||
static final _$transportCompleted = $grpc.ClientMethod<$22.ExecutionflowTransportCompletedRequest, $22.ExecutionflowTransportCompletedResponse>(
|
||||
($19.ExecutionflowTransportStartedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowTransportStartedResponse.fromBuffer(value));
|
||||
static final _$transportCompleted = $grpc.ClientMethod<$19.ExecutionflowTransportCompletedRequest, $19.ExecutionflowTransportCompletedResponse>(
|
||||
'/api.ExecutionflowInputAPI/TransportCompleted',
|
||||
($22.ExecutionflowTransportCompletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowTransportCompletedResponse.fromBuffer(value));
|
||||
static final _$receiptExpected = $grpc.ClientMethod<$22.ExecutionflowReceiptExpectedRequest, $22.ExecutionflowReceiptExpectedResponse>(
|
||||
($19.ExecutionflowTransportCompletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowTransportCompletedResponse.fromBuffer(value));
|
||||
static final _$receiptExpected = $grpc.ClientMethod<$19.ExecutionflowReceiptExpectedRequest, $19.ExecutionflowReceiptExpectedResponse>(
|
||||
'/api.ExecutionflowInputAPI/ReceiptExpected',
|
||||
($22.ExecutionflowReceiptExpectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowReceiptExpectedResponse.fromBuffer(value));
|
||||
static final _$receiptStarted = $grpc.ClientMethod<$22.ExecutionflowReceiptStartedRequest, $22.ExecutionflowReceiptStartedResponse>(
|
||||
($19.ExecutionflowReceiptExpectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowReceiptExpectedResponse.fromBuffer(value));
|
||||
static final _$receiptStarted = $grpc.ClientMethod<$19.ExecutionflowReceiptStartedRequest, $19.ExecutionflowReceiptStartedResponse>(
|
||||
'/api.ExecutionflowInputAPI/ReceiptStarted',
|
||||
($22.ExecutionflowReceiptStartedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowReceiptStartedResponse.fromBuffer(value));
|
||||
static final _$receiptCompleted = $grpc.ClientMethod<$22.ExecutionflowReceiptCompletedRequest, $22.ExecutionflowReceiptCompletedResponse>(
|
||||
($19.ExecutionflowReceiptStartedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowReceiptStartedResponse.fromBuffer(value));
|
||||
static final _$receiptCompleted = $grpc.ClientMethod<$19.ExecutionflowReceiptCompletedRequest, $19.ExecutionflowReceiptCompletedResponse>(
|
||||
'/api.ExecutionflowInputAPI/ReceiptCompleted',
|
||||
($22.ExecutionflowReceiptCompletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowReceiptCompletedResponse.fromBuffer(value));
|
||||
static final _$metaDataUpdated = $grpc.ClientMethod<$22.ExecutionflowMetaDataUpdatedRequest, $22.ExecutionflowMetaDataUpdatedResponse>(
|
||||
($19.ExecutionflowReceiptCompletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowReceiptCompletedResponse.fromBuffer(value));
|
||||
static final _$metaDataUpdated = $grpc.ClientMethod<$19.ExecutionflowMetaDataUpdatedRequest, $19.ExecutionflowMetaDataUpdatedResponse>(
|
||||
'/api.ExecutionflowInputAPI/MetaDataUpdated',
|
||||
($22.ExecutionflowMetaDataUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowMetaDataUpdatedResponse.fromBuffer(value));
|
||||
static final _$carrierUpdated = $grpc.ClientMethod<$22.ExecutionflowCarrierUpdatedRequest, $22.ExecutionflowCarrierUpdatedResponse>(
|
||||
($19.ExecutionflowMetaDataUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowMetaDataUpdatedResponse.fromBuffer(value));
|
||||
static final _$carrierUpdated = $grpc.ClientMethod<$19.ExecutionflowCarrierUpdatedRequest, $19.ExecutionflowCarrierUpdatedResponse>(
|
||||
'/api.ExecutionflowInputAPI/CarrierUpdated',
|
||||
($22.ExecutionflowCarrierUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowCarrierUpdatedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$22.ExecutionflowAttachmentAddedRequest, $22.ExecutionflowAttachmentAddedResponse>(
|
||||
($19.ExecutionflowCarrierUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowCarrierUpdatedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$19.ExecutionflowAttachmentAddedRequest, $19.ExecutionflowAttachmentAddedResponse>(
|
||||
'/api.ExecutionflowInputAPI/AttachmentAdded',
|
||||
($22.ExecutionflowAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$22.ExecutionflowAttachmentRemovedRequest, $22.ExecutionflowAttachmentRemovedResponse>(
|
||||
($19.ExecutionflowAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$19.ExecutionflowAttachmentRemovedRequest, $19.ExecutionflowAttachmentRemovedResponse>(
|
||||
'/api.ExecutionflowInputAPI/AttachmentRemoved',
|
||||
($22.ExecutionflowAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowAttachmentRemovedResponse.fromBuffer(value));
|
||||
static final _$allocationError = $grpc.ClientMethod<$22.ExecutionflowAllocationErrorRequest, $22.ExecutionflowAllocationErrorResponse>(
|
||||
($19.ExecutionflowAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowAttachmentRemovedResponse.fromBuffer(value));
|
||||
static final _$allocationError = $grpc.ClientMethod<$19.ExecutionflowAllocationErrorRequest, $19.ExecutionflowAllocationErrorResponse>(
|
||||
'/api.ExecutionflowInputAPI/AllocationError',
|
||||
($22.ExecutionflowAllocationErrorRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowAllocationErrorResponse.fromBuffer(value));
|
||||
static final _$claimAdded = $grpc.ClientMethod<$22.ExecutionflowClaimAddedRequest, $22.ExecutionflowClaimAddedResponse>(
|
||||
($19.ExecutionflowAllocationErrorRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowAllocationErrorResponse.fromBuffer(value));
|
||||
static final _$claimAdded = $grpc.ClientMethod<$19.ExecutionflowClaimAddedRequest, $19.ExecutionflowClaimAddedResponse>(
|
||||
'/api.ExecutionflowInputAPI/ClaimAdded',
|
||||
($22.ExecutionflowClaimAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowClaimAddedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$22.ExecutionflowDeletedRequest, $22.ExecutionflowDeletedResponse>(
|
||||
($19.ExecutionflowClaimAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowClaimAddedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$19.ExecutionflowDeletedRequest, $19.ExecutionflowDeletedResponse>(
|
||||
'/api.ExecutionflowInputAPI/Deleted',
|
||||
($22.ExecutionflowDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.ExecutionflowDeletedResponse.fromBuffer(value));
|
||||
($19.ExecutionflowDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $19.ExecutionflowDeletedResponse.fromBuffer(value));
|
||||
|
||||
ExecutionflowInputAPIClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowCreatedResponse> created($22.ExecutionflowCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowCreatedResponse> created($19.ExecutionflowCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$created, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowDetectedResponse> detected($22.ExecutionflowDetectedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowDetectedResponse> detected($19.ExecutionflowDetectedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$detected, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowRedetectedResponse> redetected($22.ExecutionflowRedetectedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowRedetectedResponse> redetected($19.ExecutionflowRedetectedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$redetected, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowShipFromAckedResponse> shipFromAcked($22.ExecutionflowShipFromAckedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowShipFromAckedResponse> shipFromAcked($19.ExecutionflowShipFromAckedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$shipFromAcked, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowShipToAckedResponse> shipToAcked($22.ExecutionflowShipToAckedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowShipToAckedResponse> shipToAcked($19.ExecutionflowShipToAckedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$shipToAcked, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowCancelledResponse> cancelled($22.ExecutionflowCancelledRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowCancelledResponse> cancelled($19.ExecutionflowCancelledRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$cancelled, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowAnonymisedResponse> anonymised($22.ExecutionflowAnonymisedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowAnonymisedResponse> anonymised($19.ExecutionflowAnonymisedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$anonymised, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowCompletedResponse> completed($22.ExecutionflowCompletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowCompletedResponse> completed($19.ExecutionflowCompletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$completed, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowHUContentUpdatedResponse> hUContentUpdated($22.ExecutionflowHUContentUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowHUContentUpdatedResponse> hUContentUpdated($19.ExecutionflowHUContentUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$hUContentUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated($22.ExecutionflowHUTrackingUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated($19.ExecutionflowHUTrackingUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$hUTrackingUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowHUETAUpdatedResponse> hUETAUpdated($22.ExecutionflowHUETAUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowHUETAUpdatedResponse> hUETAUpdated($19.ExecutionflowHUETAUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$hUETAUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowETAUpdatedResponse> eTAUpdated($22.ExecutionflowETAUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowETAUpdatedResponse> eTAUpdated($19.ExecutionflowETAUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$eTAUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowPreparationExpectedResponse> preparationExpected($22.ExecutionflowPreparationExpectedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowPreparationExpectedResponse> preparationExpected($19.ExecutionflowPreparationExpectedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$preparationExpected, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowPreparationStartedResponse> preparationStarted($22.ExecutionflowPreparationStartedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowPreparationStartedResponse> preparationStarted($19.ExecutionflowPreparationStartedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$preparationStarted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowPreparationCompletedResponse> preparationCompleted($22.ExecutionflowPreparationCompletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowPreparationCompletedResponse> preparationCompleted($19.ExecutionflowPreparationCompletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$preparationCompleted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowTransportExpectedResponse> transportExpected($22.ExecutionflowTransportExpectedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowTransportExpectedResponse> transportExpected($19.ExecutionflowTransportExpectedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$transportExpected, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowTransportStartedResponse> transportStarted($22.ExecutionflowTransportStartedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowTransportStartedResponse> transportStarted($19.ExecutionflowTransportStartedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$transportStarted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowTransportCompletedResponse> transportCompleted($22.ExecutionflowTransportCompletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowTransportCompletedResponse> transportCompleted($19.ExecutionflowTransportCompletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$transportCompleted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowReceiptExpectedResponse> receiptExpected($22.ExecutionflowReceiptExpectedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowReceiptExpectedResponse> receiptExpected($19.ExecutionflowReceiptExpectedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$receiptExpected, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowReceiptStartedResponse> receiptStarted($22.ExecutionflowReceiptStartedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowReceiptStartedResponse> receiptStarted($19.ExecutionflowReceiptStartedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$receiptStarted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowReceiptCompletedResponse> receiptCompleted($22.ExecutionflowReceiptCompletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowReceiptCompletedResponse> receiptCompleted($19.ExecutionflowReceiptCompletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$receiptCompleted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated($22.ExecutionflowMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated($19.ExecutionflowMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$metaDataUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowCarrierUpdatedResponse> carrierUpdated($22.ExecutionflowCarrierUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowCarrierUpdatedResponse> carrierUpdated($19.ExecutionflowCarrierUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$carrierUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowAttachmentAddedResponse> attachmentAdded($22.ExecutionflowAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowAttachmentAddedResponse> attachmentAdded($19.ExecutionflowAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowAttachmentRemovedResponse> attachmentRemoved($22.ExecutionflowAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowAttachmentRemovedResponse> attachmentRemoved($19.ExecutionflowAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentRemoved, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowAllocationErrorResponse> allocationError($22.ExecutionflowAllocationErrorRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowAllocationErrorResponse> allocationError($19.ExecutionflowAllocationErrorRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$allocationError, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowClaimAddedResponse> claimAdded($22.ExecutionflowClaimAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowClaimAddedResponse> claimAdded($19.ExecutionflowClaimAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$claimAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$22.ExecutionflowDeletedResponse> deleted($22.ExecutionflowDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$19.ExecutionflowDeletedResponse> deleted($19.ExecutionflowDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleted, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -254,342 +254,342 @@ abstract class ExecutionflowInputAPIServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ExecutionflowInputAPI';
|
||||
|
||||
ExecutionflowInputAPIServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowCreatedRequest, $22.ExecutionflowCreatedResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowCreatedRequest, $19.ExecutionflowCreatedResponse>(
|
||||
'Created',
|
||||
created_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowCreatedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowDetectedRequest, $22.ExecutionflowDetectedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowCreatedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowDetectedRequest, $19.ExecutionflowDetectedResponse>(
|
||||
'Detected',
|
||||
detected_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowDetectedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowDetectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowRedetectedRequest, $22.ExecutionflowRedetectedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowDetectedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowDetectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowRedetectedRequest, $19.ExecutionflowRedetectedResponse>(
|
||||
'Redetected',
|
||||
redetected_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowRedetectedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowRedetectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowShipFromAckedRequest, $22.ExecutionflowShipFromAckedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowRedetectedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowRedetectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowShipFromAckedRequest, $19.ExecutionflowShipFromAckedResponse>(
|
||||
'ShipFromAcked',
|
||||
shipFromAcked_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowShipFromAckedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowShipFromAckedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowShipToAckedRequest, $22.ExecutionflowShipToAckedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowShipFromAckedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowShipFromAckedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowShipToAckedRequest, $19.ExecutionflowShipToAckedResponse>(
|
||||
'ShipToAcked',
|
||||
shipToAcked_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowShipToAckedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowShipToAckedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowCancelledRequest, $22.ExecutionflowCancelledResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowShipToAckedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowShipToAckedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowCancelledRequest, $19.ExecutionflowCancelledResponse>(
|
||||
'Cancelled',
|
||||
cancelled_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowCancelledRequest.fromBuffer(value),
|
||||
($22.ExecutionflowCancelledResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowAnonymisedRequest, $22.ExecutionflowAnonymisedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowCancelledRequest.fromBuffer(value),
|
||||
($19.ExecutionflowCancelledResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowAnonymisedRequest, $19.ExecutionflowAnonymisedResponse>(
|
||||
'Anonymised',
|
||||
anonymised_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowAnonymisedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowAnonymisedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowCompletedRequest, $22.ExecutionflowCompletedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowAnonymisedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowAnonymisedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowCompletedRequest, $19.ExecutionflowCompletedResponse>(
|
||||
'Completed',
|
||||
completed_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowCompletedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowHUContentUpdatedRequest, $22.ExecutionflowHUContentUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowCompletedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowHUContentUpdatedRequest, $19.ExecutionflowHUContentUpdatedResponse>(
|
||||
'HUContentUpdated',
|
||||
hUContentUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowHUContentUpdatedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowHUContentUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowHUTrackingUpdatedRequest, $22.ExecutionflowHUTrackingUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowHUContentUpdatedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowHUContentUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowHUTrackingUpdatedRequest, $19.ExecutionflowHUTrackingUpdatedResponse>(
|
||||
'HUTrackingUpdated',
|
||||
hUTrackingUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowHUTrackingUpdatedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowHUTrackingUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowHUETAUpdatedRequest, $22.ExecutionflowHUETAUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowHUTrackingUpdatedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowHUTrackingUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowHUETAUpdatedRequest, $19.ExecutionflowHUETAUpdatedResponse>(
|
||||
'HUETAUpdated',
|
||||
hUETAUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowHUETAUpdatedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowHUETAUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowETAUpdatedRequest, $22.ExecutionflowETAUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowHUETAUpdatedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowHUETAUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowETAUpdatedRequest, $19.ExecutionflowETAUpdatedResponse>(
|
||||
'ETAUpdated',
|
||||
eTAUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowETAUpdatedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowETAUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowPreparationExpectedRequest, $22.ExecutionflowPreparationExpectedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowETAUpdatedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowETAUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowPreparationExpectedRequest, $19.ExecutionflowPreparationExpectedResponse>(
|
||||
'PreparationExpected',
|
||||
preparationExpected_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowPreparationExpectedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowPreparationExpectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowPreparationStartedRequest, $22.ExecutionflowPreparationStartedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowPreparationExpectedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowPreparationExpectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowPreparationStartedRequest, $19.ExecutionflowPreparationStartedResponse>(
|
||||
'PreparationStarted',
|
||||
preparationStarted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowPreparationStartedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowPreparationStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowPreparationCompletedRequest, $22.ExecutionflowPreparationCompletedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowPreparationStartedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowPreparationStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowPreparationCompletedRequest, $19.ExecutionflowPreparationCompletedResponse>(
|
||||
'PreparationCompleted',
|
||||
preparationCompleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowPreparationCompletedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowPreparationCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowTransportExpectedRequest, $22.ExecutionflowTransportExpectedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowPreparationCompletedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowPreparationCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowTransportExpectedRequest, $19.ExecutionflowTransportExpectedResponse>(
|
||||
'TransportExpected',
|
||||
transportExpected_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowTransportExpectedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowTransportExpectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowTransportStartedRequest, $22.ExecutionflowTransportStartedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowTransportExpectedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowTransportExpectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowTransportStartedRequest, $19.ExecutionflowTransportStartedResponse>(
|
||||
'TransportStarted',
|
||||
transportStarted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowTransportStartedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowTransportStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowTransportCompletedRequest, $22.ExecutionflowTransportCompletedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowTransportStartedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowTransportStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowTransportCompletedRequest, $19.ExecutionflowTransportCompletedResponse>(
|
||||
'TransportCompleted',
|
||||
transportCompleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowTransportCompletedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowTransportCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowReceiptExpectedRequest, $22.ExecutionflowReceiptExpectedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowTransportCompletedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowTransportCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowReceiptExpectedRequest, $19.ExecutionflowReceiptExpectedResponse>(
|
||||
'ReceiptExpected',
|
||||
receiptExpected_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowReceiptExpectedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowReceiptExpectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowReceiptStartedRequest, $22.ExecutionflowReceiptStartedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowReceiptExpectedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowReceiptExpectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowReceiptStartedRequest, $19.ExecutionflowReceiptStartedResponse>(
|
||||
'ReceiptStarted',
|
||||
receiptStarted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowReceiptStartedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowReceiptStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowReceiptCompletedRequest, $22.ExecutionflowReceiptCompletedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowReceiptStartedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowReceiptStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowReceiptCompletedRequest, $19.ExecutionflowReceiptCompletedResponse>(
|
||||
'ReceiptCompleted',
|
||||
receiptCompleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowReceiptCompletedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowReceiptCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowMetaDataUpdatedRequest, $22.ExecutionflowMetaDataUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowReceiptCompletedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowReceiptCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowMetaDataUpdatedRequest, $19.ExecutionflowMetaDataUpdatedResponse>(
|
||||
'MetaDataUpdated',
|
||||
metaDataUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowMetaDataUpdatedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowMetaDataUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowCarrierUpdatedRequest, $22.ExecutionflowCarrierUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowMetaDataUpdatedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowMetaDataUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowCarrierUpdatedRequest, $19.ExecutionflowCarrierUpdatedResponse>(
|
||||
'CarrierUpdated',
|
||||
carrierUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowCarrierUpdatedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowCarrierUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowAttachmentAddedRequest, $22.ExecutionflowAttachmentAddedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowCarrierUpdatedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowCarrierUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowAttachmentAddedRequest, $19.ExecutionflowAttachmentAddedResponse>(
|
||||
'AttachmentAdded',
|
||||
attachmentAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowAttachmentAddedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowAttachmentRemovedRequest, $22.ExecutionflowAttachmentRemovedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowAttachmentAddedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowAttachmentRemovedRequest, $19.ExecutionflowAttachmentRemovedResponse>(
|
||||
'AttachmentRemoved',
|
||||
attachmentRemoved_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowAttachmentRemovedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowAllocationErrorRequest, $22.ExecutionflowAllocationErrorResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowAttachmentRemovedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowAllocationErrorRequest, $19.ExecutionflowAllocationErrorResponse>(
|
||||
'AllocationError',
|
||||
allocationError_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowAllocationErrorRequest.fromBuffer(value),
|
||||
($22.ExecutionflowAllocationErrorResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowClaimAddedRequest, $22.ExecutionflowClaimAddedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowAllocationErrorRequest.fromBuffer(value),
|
||||
($19.ExecutionflowAllocationErrorResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowClaimAddedRequest, $19.ExecutionflowClaimAddedResponse>(
|
||||
'ClaimAdded',
|
||||
claimAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowClaimAddedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowClaimAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$22.ExecutionflowDeletedRequest, $22.ExecutionflowDeletedResponse>(
|
||||
($core.List<$core.int> value) => $19.ExecutionflowClaimAddedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowClaimAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$19.ExecutionflowDeletedRequest, $19.ExecutionflowDeletedResponse>(
|
||||
'Deleted',
|
||||
deleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $22.ExecutionflowDeletedRequest.fromBuffer(value),
|
||||
($22.ExecutionflowDeletedResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $19.ExecutionflowDeletedRequest.fromBuffer(value),
|
||||
($19.ExecutionflowDeletedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCreatedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowCreatedRequest> $request) async {
|
||||
return created($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowDetectedResponse> detected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowDetectedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowDetectedResponse> detected_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowDetectedRequest> $request) async {
|
||||
return detected($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowRedetectedResponse> redetected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowRedetectedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowRedetectedResponse> redetected_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowRedetectedRequest> $request) async {
|
||||
return redetected($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowShipFromAckedResponse> shipFromAcked_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowShipFromAckedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowShipFromAckedResponse> shipFromAcked_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowShipFromAckedRequest> $request) async {
|
||||
return shipFromAcked($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowShipToAckedResponse> shipToAcked_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowShipToAckedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowShipToAckedResponse> shipToAcked_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowShipToAckedRequest> $request) async {
|
||||
return shipToAcked($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowCancelledResponse> cancelled_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCancelledRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowCancelledResponse> cancelled_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowCancelledRequest> $request) async {
|
||||
return cancelled($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowAnonymisedResponse> anonymised_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAnonymisedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowAnonymisedResponse> anonymised_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowAnonymisedRequest> $request) async {
|
||||
return anonymised($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowCompletedResponse> completed_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCompletedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowCompletedResponse> completed_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowCompletedRequest> $request) async {
|
||||
return completed($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowHUContentUpdatedResponse> hUContentUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowHUContentUpdatedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowHUContentUpdatedResponse> hUContentUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowHUContentUpdatedRequest> $request) async {
|
||||
return hUContentUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowHUTrackingUpdatedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowHUTrackingUpdatedRequest> $request) async {
|
||||
return hUTrackingUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowHUETAUpdatedResponse> hUETAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowHUETAUpdatedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowHUETAUpdatedResponse> hUETAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowHUETAUpdatedRequest> $request) async {
|
||||
return hUETAUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowETAUpdatedResponse> eTAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowETAUpdatedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowETAUpdatedResponse> eTAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowETAUpdatedRequest> $request) async {
|
||||
return eTAUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowPreparationExpectedResponse> preparationExpected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowPreparationExpectedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowPreparationExpectedResponse> preparationExpected_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowPreparationExpectedRequest> $request) async {
|
||||
return preparationExpected($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowPreparationStartedResponse> preparationStarted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowPreparationStartedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowPreparationStartedResponse> preparationStarted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowPreparationStartedRequest> $request) async {
|
||||
return preparationStarted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowPreparationCompletedResponse> preparationCompleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowPreparationCompletedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowPreparationCompletedResponse> preparationCompleted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowPreparationCompletedRequest> $request) async {
|
||||
return preparationCompleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowTransportExpectedResponse> transportExpected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowTransportExpectedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowTransportExpectedResponse> transportExpected_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowTransportExpectedRequest> $request) async {
|
||||
return transportExpected($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowTransportStartedResponse> transportStarted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowTransportStartedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowTransportStartedResponse> transportStarted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowTransportStartedRequest> $request) async {
|
||||
return transportStarted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowTransportCompletedResponse> transportCompleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowTransportCompletedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowTransportCompletedResponse> transportCompleted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowTransportCompletedRequest> $request) async {
|
||||
return transportCompleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowReceiptExpectedResponse> receiptExpected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowReceiptExpectedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowReceiptExpectedResponse> receiptExpected_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowReceiptExpectedRequest> $request) async {
|
||||
return receiptExpected($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowReceiptStartedResponse> receiptStarted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowReceiptStartedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowReceiptStartedResponse> receiptStarted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowReceiptStartedRequest> $request) async {
|
||||
return receiptStarted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowReceiptCompletedResponse> receiptCompleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowReceiptCompletedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowReceiptCompletedResponse> receiptCompleted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowReceiptCompletedRequest> $request) async {
|
||||
return receiptCompleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowMetaDataUpdatedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowMetaDataUpdatedRequest> $request) async {
|
||||
return metaDataUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowCarrierUpdatedResponse> carrierUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCarrierUpdatedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowCarrierUpdatedResponse> carrierUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowCarrierUpdatedRequest> $request) async {
|
||||
return carrierUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAttachmentAddedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowAttachmentAddedRequest> $request) async {
|
||||
return attachmentAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAttachmentRemovedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowAttachmentRemovedRequest> $request) async {
|
||||
return attachmentRemoved($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowAllocationErrorResponse> allocationError_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAllocationErrorRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowAllocationErrorResponse> allocationError_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowAllocationErrorRequest> $request) async {
|
||||
return allocationError($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowClaimAddedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowClaimAddedRequest> $request) async {
|
||||
return claimAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowDeletedRequest> $request) async {
|
||||
$async.Future<$19.ExecutionflowDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowDeletedRequest> $request) async {
|
||||
return deleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$22.ExecutionflowCreatedResponse> created($grpc.ServiceCall call, $22.ExecutionflowCreatedRequest request);
|
||||
$async.Future<$22.ExecutionflowDetectedResponse> detected($grpc.ServiceCall call, $22.ExecutionflowDetectedRequest request);
|
||||
$async.Future<$22.ExecutionflowRedetectedResponse> redetected($grpc.ServiceCall call, $22.ExecutionflowRedetectedRequest request);
|
||||
$async.Future<$22.ExecutionflowShipFromAckedResponse> shipFromAcked($grpc.ServiceCall call, $22.ExecutionflowShipFromAckedRequest request);
|
||||
$async.Future<$22.ExecutionflowShipToAckedResponse> shipToAcked($grpc.ServiceCall call, $22.ExecutionflowShipToAckedRequest request);
|
||||
$async.Future<$22.ExecutionflowCancelledResponse> cancelled($grpc.ServiceCall call, $22.ExecutionflowCancelledRequest request);
|
||||
$async.Future<$22.ExecutionflowAnonymisedResponse> anonymised($grpc.ServiceCall call, $22.ExecutionflowAnonymisedRequest request);
|
||||
$async.Future<$22.ExecutionflowCompletedResponse> completed($grpc.ServiceCall call, $22.ExecutionflowCompletedRequest request);
|
||||
$async.Future<$22.ExecutionflowHUContentUpdatedResponse> hUContentUpdated($grpc.ServiceCall call, $22.ExecutionflowHUContentUpdatedRequest request);
|
||||
$async.Future<$22.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated($grpc.ServiceCall call, $22.ExecutionflowHUTrackingUpdatedRequest request);
|
||||
$async.Future<$22.ExecutionflowHUETAUpdatedResponse> hUETAUpdated($grpc.ServiceCall call, $22.ExecutionflowHUETAUpdatedRequest request);
|
||||
$async.Future<$22.ExecutionflowETAUpdatedResponse> eTAUpdated($grpc.ServiceCall call, $22.ExecutionflowETAUpdatedRequest request);
|
||||
$async.Future<$22.ExecutionflowPreparationExpectedResponse> preparationExpected($grpc.ServiceCall call, $22.ExecutionflowPreparationExpectedRequest request);
|
||||
$async.Future<$22.ExecutionflowPreparationStartedResponse> preparationStarted($grpc.ServiceCall call, $22.ExecutionflowPreparationStartedRequest request);
|
||||
$async.Future<$22.ExecutionflowPreparationCompletedResponse> preparationCompleted($grpc.ServiceCall call, $22.ExecutionflowPreparationCompletedRequest request);
|
||||
$async.Future<$22.ExecutionflowTransportExpectedResponse> transportExpected($grpc.ServiceCall call, $22.ExecutionflowTransportExpectedRequest request);
|
||||
$async.Future<$22.ExecutionflowTransportStartedResponse> transportStarted($grpc.ServiceCall call, $22.ExecutionflowTransportStartedRequest request);
|
||||
$async.Future<$22.ExecutionflowTransportCompletedResponse> transportCompleted($grpc.ServiceCall call, $22.ExecutionflowTransportCompletedRequest request);
|
||||
$async.Future<$22.ExecutionflowReceiptExpectedResponse> receiptExpected($grpc.ServiceCall call, $22.ExecutionflowReceiptExpectedRequest request);
|
||||
$async.Future<$22.ExecutionflowReceiptStartedResponse> receiptStarted($grpc.ServiceCall call, $22.ExecutionflowReceiptStartedRequest request);
|
||||
$async.Future<$22.ExecutionflowReceiptCompletedResponse> receiptCompleted($grpc.ServiceCall call, $22.ExecutionflowReceiptCompletedRequest request);
|
||||
$async.Future<$22.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $22.ExecutionflowMetaDataUpdatedRequest request);
|
||||
$async.Future<$22.ExecutionflowCarrierUpdatedResponse> carrierUpdated($grpc.ServiceCall call, $22.ExecutionflowCarrierUpdatedRequest request);
|
||||
$async.Future<$22.ExecutionflowAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $22.ExecutionflowAttachmentAddedRequest request);
|
||||
$async.Future<$22.ExecutionflowAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $22.ExecutionflowAttachmentRemovedRequest request);
|
||||
$async.Future<$22.ExecutionflowAllocationErrorResponse> allocationError($grpc.ServiceCall call, $22.ExecutionflowAllocationErrorRequest request);
|
||||
$async.Future<$22.ExecutionflowClaimAddedResponse> claimAdded($grpc.ServiceCall call, $22.ExecutionflowClaimAddedRequest request);
|
||||
$async.Future<$22.ExecutionflowDeletedResponse> deleted($grpc.ServiceCall call, $22.ExecutionflowDeletedRequest request);
|
||||
$async.Future<$19.ExecutionflowCreatedResponse> created($grpc.ServiceCall call, $19.ExecutionflowCreatedRequest request);
|
||||
$async.Future<$19.ExecutionflowDetectedResponse> detected($grpc.ServiceCall call, $19.ExecutionflowDetectedRequest request);
|
||||
$async.Future<$19.ExecutionflowRedetectedResponse> redetected($grpc.ServiceCall call, $19.ExecutionflowRedetectedRequest request);
|
||||
$async.Future<$19.ExecutionflowShipFromAckedResponse> shipFromAcked($grpc.ServiceCall call, $19.ExecutionflowShipFromAckedRequest request);
|
||||
$async.Future<$19.ExecutionflowShipToAckedResponse> shipToAcked($grpc.ServiceCall call, $19.ExecutionflowShipToAckedRequest request);
|
||||
$async.Future<$19.ExecutionflowCancelledResponse> cancelled($grpc.ServiceCall call, $19.ExecutionflowCancelledRequest request);
|
||||
$async.Future<$19.ExecutionflowAnonymisedResponse> anonymised($grpc.ServiceCall call, $19.ExecutionflowAnonymisedRequest request);
|
||||
$async.Future<$19.ExecutionflowCompletedResponse> completed($grpc.ServiceCall call, $19.ExecutionflowCompletedRequest request);
|
||||
$async.Future<$19.ExecutionflowHUContentUpdatedResponse> hUContentUpdated($grpc.ServiceCall call, $19.ExecutionflowHUContentUpdatedRequest request);
|
||||
$async.Future<$19.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated($grpc.ServiceCall call, $19.ExecutionflowHUTrackingUpdatedRequest request);
|
||||
$async.Future<$19.ExecutionflowHUETAUpdatedResponse> hUETAUpdated($grpc.ServiceCall call, $19.ExecutionflowHUETAUpdatedRequest request);
|
||||
$async.Future<$19.ExecutionflowETAUpdatedResponse> eTAUpdated($grpc.ServiceCall call, $19.ExecutionflowETAUpdatedRequest request);
|
||||
$async.Future<$19.ExecutionflowPreparationExpectedResponse> preparationExpected($grpc.ServiceCall call, $19.ExecutionflowPreparationExpectedRequest request);
|
||||
$async.Future<$19.ExecutionflowPreparationStartedResponse> preparationStarted($grpc.ServiceCall call, $19.ExecutionflowPreparationStartedRequest request);
|
||||
$async.Future<$19.ExecutionflowPreparationCompletedResponse> preparationCompleted($grpc.ServiceCall call, $19.ExecutionflowPreparationCompletedRequest request);
|
||||
$async.Future<$19.ExecutionflowTransportExpectedResponse> transportExpected($grpc.ServiceCall call, $19.ExecutionflowTransportExpectedRequest request);
|
||||
$async.Future<$19.ExecutionflowTransportStartedResponse> transportStarted($grpc.ServiceCall call, $19.ExecutionflowTransportStartedRequest request);
|
||||
$async.Future<$19.ExecutionflowTransportCompletedResponse> transportCompleted($grpc.ServiceCall call, $19.ExecutionflowTransportCompletedRequest request);
|
||||
$async.Future<$19.ExecutionflowReceiptExpectedResponse> receiptExpected($grpc.ServiceCall call, $19.ExecutionflowReceiptExpectedRequest request);
|
||||
$async.Future<$19.ExecutionflowReceiptStartedResponse> receiptStarted($grpc.ServiceCall call, $19.ExecutionflowReceiptStartedRequest request);
|
||||
$async.Future<$19.ExecutionflowReceiptCompletedResponse> receiptCompleted($grpc.ServiceCall call, $19.ExecutionflowReceiptCompletedRequest request);
|
||||
$async.Future<$19.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $19.ExecutionflowMetaDataUpdatedRequest request);
|
||||
$async.Future<$19.ExecutionflowCarrierUpdatedResponse> carrierUpdated($grpc.ServiceCall call, $19.ExecutionflowCarrierUpdatedRequest request);
|
||||
$async.Future<$19.ExecutionflowAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $19.ExecutionflowAttachmentAddedRequest request);
|
||||
$async.Future<$19.ExecutionflowAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $19.ExecutionflowAttachmentRemovedRequest request);
|
||||
$async.Future<$19.ExecutionflowAllocationErrorResponse> allocationError($grpc.ServiceCall call, $19.ExecutionflowAllocationErrorRequest request);
|
||||
$async.Future<$19.ExecutionflowClaimAddedResponse> claimAdded($grpc.ServiceCall call, $19.ExecutionflowClaimAddedRequest request);
|
||||
$async.Future<$19.ExecutionflowDeletedResponse> deleted($grpc.ServiceCall call, $19.ExecutionflowDeletedRequest request);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'executionflow.pb.dart' as $84;
|
||||
import 'executionflow.pb.dart' as $78;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -81,7 +81,7 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowByIdResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$84.Executionflow>? objects,
|
||||
$core.Iterable<$78.Executionflow>? objects,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
@@ -98,7 +98,7 @@ class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$84.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $84.Executionflow.create)
|
||||
..pc<$78.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $78.Executionflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -135,7 +135,7 @@ class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$84.Executionflow> get objects => $_getList(1);
|
||||
$pb.PbList<$78.Executionflow> get objects => $_getList(1);
|
||||
}
|
||||
|
||||
class ExecutionflowByFilterQuery extends $pb.GeneratedMessage {
|
||||
@@ -231,7 +231,7 @@ class ExecutionflowByFilterQuery extends $pb.GeneratedMessage {
|
||||
class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowByFilterResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$84.Executionflow>? objects,
|
||||
$core.Iterable<$78.Executionflow>? objects,
|
||||
$core.String? queryContext,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -252,7 +252,7 @@ class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$84.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $84.Executionflow.create)
|
||||
..pc<$78.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $78.Executionflow.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -290,7 +290,7 @@ class ExecutionflowByFilterResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$84.Executionflow> get objects => $_getList(1);
|
||||
$pb.PbList<$78.Executionflow> get objects => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get queryContext => $_getSZ(2);
|
||||
|
||||
@@ -15,38 +15,38 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'clickhouse.pb.dart' as $9;
|
||||
import 'executionflowQuery.pb.dart' as $23;
|
||||
import 'clickhouse.pb.dart' as $13;
|
||||
import 'executionflowQuery.pb.dart' as $20;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'executionflowQuery.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ExecutionflowQuery')
|
||||
class ExecutionflowQueryClient extends $grpc.Client {
|
||||
static final _$getByIds = $grpc.ClientMethod<$23.ExecutionflowByIdQuery, $23.ExecutionflowByIdResult>(
|
||||
static final _$getByIds = $grpc.ClientMethod<$20.ExecutionflowByIdQuery, $20.ExecutionflowByIdResult>(
|
||||
'/api.ExecutionflowQuery/GetByIds',
|
||||
($23.ExecutionflowByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.ExecutionflowByIdResult.fromBuffer(value));
|
||||
static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
($20.ExecutionflowByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $20.ExecutionflowByIdResult.fromBuffer(value));
|
||||
static final _$getKPIData = $grpc.ClientMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
|
||||
'/api.ExecutionflowQuery/GetKPIData',
|
||||
($9.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $9.GetKPIDataResult.fromBuffer(value));
|
||||
($13.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.GetKPIDataResult.fromBuffer(value));
|
||||
static final _$countLines = $grpc.ClientMethod<$3.CountLinesQuery, $3.CountLinesResult>(
|
||||
'/api.ExecutionflowQuery/CountLines',
|
||||
($3.CountLinesQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.CountLinesResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$23.ExecutionflowByFilterQuery, $23.ExecutionflowByFilterResult>(
|
||||
static final _$find = $grpc.ClientMethod<$20.ExecutionflowByFilterQuery, $20.ExecutionflowByFilterResult>(
|
||||
'/api.ExecutionflowQuery/Find',
|
||||
($23.ExecutionflowByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.ExecutionflowByFilterResult.fromBuffer(value));
|
||||
($20.ExecutionflowByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $20.ExecutionflowByFilterResult.fromBuffer(value));
|
||||
|
||||
ExecutionflowQueryClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$23.ExecutionflowByIdResult> getByIds($23.ExecutionflowByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$20.ExecutionflowByIdResult> getByIds($20.ExecutionflowByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getByIds, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$9.GetKPIDataResult> getKPIData($9.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$13.GetKPIDataResult> getKPIData($13.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getKPIData, request, options: options);
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ class ExecutionflowQueryClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$countLines, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$23.ExecutionflowByFilterResult> find($23.ExecutionflowByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$20.ExecutionflowByFilterResult> find($20.ExecutionflowByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$find, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -64,20 +64,20 @@ abstract class ExecutionflowQueryServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ExecutionflowQuery';
|
||||
|
||||
ExecutionflowQueryServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$23.ExecutionflowByIdQuery, $23.ExecutionflowByIdResult>(
|
||||
$addMethod($grpc.ServiceMethod<$20.ExecutionflowByIdQuery, $20.ExecutionflowByIdResult>(
|
||||
'GetByIds',
|
||||
getByIds_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $23.ExecutionflowByIdQuery.fromBuffer(value),
|
||||
($23.ExecutionflowByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
($core.List<$core.int> value) => $20.ExecutionflowByIdQuery.fromBuffer(value),
|
||||
($20.ExecutionflowByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
|
||||
'GetKPIData',
|
||||
getKPIData_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $9.GetKPIDataQuery.fromBuffer(value),
|
||||
($9.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $13.GetKPIDataQuery.fromBuffer(value),
|
||||
($13.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.CountLinesQuery, $3.CountLinesResult>(
|
||||
'CountLines',
|
||||
countLines_Pre,
|
||||
@@ -85,20 +85,20 @@ abstract class ExecutionflowQueryServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.CountLinesQuery.fromBuffer(value),
|
||||
($3.CountLinesResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.ExecutionflowByFilterQuery, $23.ExecutionflowByFilterResult>(
|
||||
$addMethod($grpc.ServiceMethod<$20.ExecutionflowByFilterQuery, $20.ExecutionflowByFilterResult>(
|
||||
'Find',
|
||||
find_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $23.ExecutionflowByFilterQuery.fromBuffer(value),
|
||||
($23.ExecutionflowByFilterResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $20.ExecutionflowByFilterQuery.fromBuffer(value),
|
||||
($20.ExecutionflowByFilterResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$23.ExecutionflowByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$23.ExecutionflowByIdQuery> $request) async {
|
||||
$async.Future<$20.ExecutionflowByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$20.ExecutionflowByIdQuery> $request) async {
|
||||
return getByIds($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$9.GetKPIDataQuery> $request) async {
|
||||
$async.Future<$13.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$13.GetKPIDataQuery> $request) async {
|
||||
return getKPIData($call, await $request);
|
||||
}
|
||||
|
||||
@@ -106,12 +106,12 @@ abstract class ExecutionflowQueryServiceBase extends $grpc.Service {
|
||||
return countLines($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$23.ExecutionflowByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$23.ExecutionflowByFilterQuery> $request) async {
|
||||
$async.Future<$20.ExecutionflowByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$20.ExecutionflowByFilterQuery> $request) async {
|
||||
return find($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$23.ExecutionflowByIdResult> getByIds($grpc.ServiceCall call, $23.ExecutionflowByIdQuery request);
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request);
|
||||
$async.Future<$20.ExecutionflowByIdResult> getByIds($grpc.ServiceCall call, $20.ExecutionflowByIdQuery request);
|
||||
$async.Future<$13.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $13.GetKPIDataQuery request);
|
||||
$async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request);
|
||||
$async.Future<$23.ExecutionflowByFilterResult> find($grpc.ServiceCall call, $23.ExecutionflowByFilterQuery request);
|
||||
$async.Future<$20.ExecutionflowByFilterResult> find($grpc.ServiceCall call, $20.ExecutionflowByFilterQuery request);
|
||||
}
|
||||
|
||||
@@ -15,92 +15,92 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'gcs-api.pb.dart' as $24;
|
||||
import 'gcs-api.pb.dart' as $21;
|
||||
|
||||
export 'gcs-api.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.GcsApi')
|
||||
class GcsApiClient extends $grpc.Client {
|
||||
static final _$getPartnerReadToken = $grpc.ClientMethod<$24.GetPartnerReadTokenRequest, $24.GetPartnerReadTokenResult>(
|
||||
static final _$getPartnerReadToken = $grpc.ClientMethod<$21.GetPartnerReadTokenRequest, $21.GetPartnerReadTokenResult>(
|
||||
'/api.GcsApi/GetPartnerReadToken',
|
||||
($24.GetPartnerReadTokenRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.GetPartnerReadTokenResult.fromBuffer(value));
|
||||
static final _$getPartnerWriteToken = $grpc.ClientMethod<$24.GetPartnerWriteTokenRequest, $24.GetPartnerWriteTokenResult>(
|
||||
($21.GetPartnerReadTokenRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.GetPartnerReadTokenResult.fromBuffer(value));
|
||||
static final _$getPartnerWriteToken = $grpc.ClientMethod<$21.GetPartnerWriteTokenRequest, $21.GetPartnerWriteTokenResult>(
|
||||
'/api.GcsApi/GetPartnerWriteToken',
|
||||
($24.GetPartnerWriteTokenRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.GetPartnerWriteTokenResult.fromBuffer(value));
|
||||
static final _$getProjectReadToken = $grpc.ClientMethod<$24.GetProjectReadTokenRequest, $24.GetProjectReadTokenResult>(
|
||||
($21.GetPartnerWriteTokenRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.GetPartnerWriteTokenResult.fromBuffer(value));
|
||||
static final _$getProjectReadToken = $grpc.ClientMethod<$21.GetProjectReadTokenRequest, $21.GetProjectReadTokenResult>(
|
||||
'/api.GcsApi/GetProjectReadToken',
|
||||
($24.GetProjectReadTokenRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.GetProjectReadTokenResult.fromBuffer(value));
|
||||
static final _$getProjectWriteToken = $grpc.ClientMethod<$24.GetProjectWriteTokenRequest, $24.GetProjectWriteTokenResult>(
|
||||
($21.GetProjectReadTokenRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.GetProjectReadTokenResult.fromBuffer(value));
|
||||
static final _$getProjectWriteToken = $grpc.ClientMethod<$21.GetProjectWriteTokenRequest, $21.GetProjectWriteTokenResult>(
|
||||
'/api.GcsApi/GetProjectWriteToken',
|
||||
($24.GetProjectWriteTokenRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.GetProjectWriteTokenResult.fromBuffer(value));
|
||||
static final _$getBucketSTS = $grpc.ClientMethod<$24.GetBucketSTSRequest, $24.GetBucketSTSResult>(
|
||||
($21.GetProjectWriteTokenRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.GetProjectWriteTokenResult.fromBuffer(value));
|
||||
static final _$getBucketSTS = $grpc.ClientMethod<$21.GetBucketSTSRequest, $21.GetBucketSTSResult>(
|
||||
'/api.GcsApi/GetBucketSTS',
|
||||
($24.GetBucketSTSRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.GetBucketSTSResult.fromBuffer(value));
|
||||
static final _$createPartnerBucket = $grpc.ClientMethod<$24.CreatePartnerBucketRequest, $24.CreateBucketResult>(
|
||||
($21.GetBucketSTSRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.GetBucketSTSResult.fromBuffer(value));
|
||||
static final _$createPartnerBucket = $grpc.ClientMethod<$21.CreatePartnerBucketRequest, $21.CreateBucketResult>(
|
||||
'/api.GcsApi/CreatePartnerBucket',
|
||||
($24.CreatePartnerBucketRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.CreateBucketResult.fromBuffer(value));
|
||||
static final _$createProjectBucket = $grpc.ClientMethod<$24.CreateProjectBucketRequest, $24.CreateBucketResult>(
|
||||
($21.CreatePartnerBucketRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.CreateBucketResult.fromBuffer(value));
|
||||
static final _$createProjectBucket = $grpc.ClientMethod<$21.CreateProjectBucketRequest, $21.CreateBucketResult>(
|
||||
'/api.GcsApi/CreateProjectBucket',
|
||||
($24.CreateProjectBucketRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.CreateBucketResult.fromBuffer(value));
|
||||
static final _$deletePartnerBucket = $grpc.ClientMethod<$24.DeletePartnerBucketRequest, $24.DeleteBucketResult>(
|
||||
($21.CreateProjectBucketRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.CreateBucketResult.fromBuffer(value));
|
||||
static final _$deletePartnerBucket = $grpc.ClientMethod<$21.DeletePartnerBucketRequest, $21.DeleteBucketResult>(
|
||||
'/api.GcsApi/DeletePartnerBucket',
|
||||
($24.DeletePartnerBucketRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.DeleteBucketResult.fromBuffer(value));
|
||||
static final _$deleteProjectBucket = $grpc.ClientMethod<$24.DeleteProjectBucketRequest, $24.DeleteBucketResult>(
|
||||
($21.DeletePartnerBucketRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.DeleteBucketResult.fromBuffer(value));
|
||||
static final _$deleteProjectBucket = $grpc.ClientMethod<$21.DeleteProjectBucketRequest, $21.DeleteBucketResult>(
|
||||
'/api.GcsApi/DeleteProjectBucket',
|
||||
($24.DeleteProjectBucketRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.DeleteBucketResult.fromBuffer(value));
|
||||
static final _$deleteOrganisationBucket = $grpc.ClientMethod<$24.DeleteOrganisationBucketRequest, $24.DeleteBucketResult>(
|
||||
($21.DeleteProjectBucketRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.DeleteBucketResult.fromBuffer(value));
|
||||
static final _$deleteOrganisationBucket = $grpc.ClientMethod<$21.DeleteOrganisationBucketRequest, $21.DeleteBucketResult>(
|
||||
'/api.GcsApi/DeleteOrganisationBucket',
|
||||
($24.DeleteOrganisationBucketRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.DeleteBucketResult.fromBuffer(value));
|
||||
($21.DeleteOrganisationBucketRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $21.DeleteBucketResult.fromBuffer(value));
|
||||
|
||||
GcsApiClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$24.GetPartnerReadTokenResult> getPartnerReadToken($24.GetPartnerReadTokenRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$21.GetPartnerReadTokenResult> getPartnerReadToken($21.GetPartnerReadTokenRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getPartnerReadToken, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.GetPartnerWriteTokenResult> getPartnerWriteToken($24.GetPartnerWriteTokenRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$21.GetPartnerWriteTokenResult> getPartnerWriteToken($21.GetPartnerWriteTokenRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getPartnerWriteToken, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.GetProjectReadTokenResult> getProjectReadToken($24.GetProjectReadTokenRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$21.GetProjectReadTokenResult> getProjectReadToken($21.GetProjectReadTokenRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getProjectReadToken, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.GetProjectWriteTokenResult> getProjectWriteToken($24.GetProjectWriteTokenRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$21.GetProjectWriteTokenResult> getProjectWriteToken($21.GetProjectWriteTokenRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getProjectWriteToken, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.GetBucketSTSResult> getBucketSTS($24.GetBucketSTSRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$21.GetBucketSTSResult> getBucketSTS($21.GetBucketSTSRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getBucketSTS, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.CreateBucketResult> createPartnerBucket($24.CreatePartnerBucketRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$21.CreateBucketResult> createPartnerBucket($21.CreatePartnerBucketRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createPartnerBucket, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.CreateBucketResult> createProjectBucket($24.CreateProjectBucketRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$21.CreateBucketResult> createProjectBucket($21.CreateProjectBucketRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createProjectBucket, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.DeleteBucketResult> deletePartnerBucket($24.DeletePartnerBucketRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$21.DeleteBucketResult> deletePartnerBucket($21.DeletePartnerBucketRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deletePartnerBucket, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.DeleteBucketResult> deleteProjectBucket($24.DeleteProjectBucketRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$21.DeleteBucketResult> deleteProjectBucket($21.DeleteProjectBucketRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteProjectBucket, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.DeleteBucketResult> deleteOrganisationBucket($24.DeleteOrganisationBucketRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$21.DeleteBucketResult> deleteOrganisationBucket($21.DeleteOrganisationBucketRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteOrganisationBucket, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -110,126 +110,126 @@ abstract class GcsApiServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.GcsApi';
|
||||
|
||||
GcsApiServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$24.GetPartnerReadTokenRequest, $24.GetPartnerReadTokenResult>(
|
||||
$addMethod($grpc.ServiceMethod<$21.GetPartnerReadTokenRequest, $21.GetPartnerReadTokenResult>(
|
||||
'GetPartnerReadToken',
|
||||
getPartnerReadToken_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.GetPartnerReadTokenRequest.fromBuffer(value),
|
||||
($24.GetPartnerReadTokenResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.GetPartnerWriteTokenRequest, $24.GetPartnerWriteTokenResult>(
|
||||
($core.List<$core.int> value) => $21.GetPartnerReadTokenRequest.fromBuffer(value),
|
||||
($21.GetPartnerReadTokenResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.GetPartnerWriteTokenRequest, $21.GetPartnerWriteTokenResult>(
|
||||
'GetPartnerWriteToken',
|
||||
getPartnerWriteToken_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.GetPartnerWriteTokenRequest.fromBuffer(value),
|
||||
($24.GetPartnerWriteTokenResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.GetProjectReadTokenRequest, $24.GetProjectReadTokenResult>(
|
||||
($core.List<$core.int> value) => $21.GetPartnerWriteTokenRequest.fromBuffer(value),
|
||||
($21.GetPartnerWriteTokenResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.GetProjectReadTokenRequest, $21.GetProjectReadTokenResult>(
|
||||
'GetProjectReadToken',
|
||||
getProjectReadToken_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.GetProjectReadTokenRequest.fromBuffer(value),
|
||||
($24.GetProjectReadTokenResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.GetProjectWriteTokenRequest, $24.GetProjectWriteTokenResult>(
|
||||
($core.List<$core.int> value) => $21.GetProjectReadTokenRequest.fromBuffer(value),
|
||||
($21.GetProjectReadTokenResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.GetProjectWriteTokenRequest, $21.GetProjectWriteTokenResult>(
|
||||
'GetProjectWriteToken',
|
||||
getProjectWriteToken_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.GetProjectWriteTokenRequest.fromBuffer(value),
|
||||
($24.GetProjectWriteTokenResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.GetBucketSTSRequest, $24.GetBucketSTSResult>(
|
||||
($core.List<$core.int> value) => $21.GetProjectWriteTokenRequest.fromBuffer(value),
|
||||
($21.GetProjectWriteTokenResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.GetBucketSTSRequest, $21.GetBucketSTSResult>(
|
||||
'GetBucketSTS',
|
||||
getBucketSTS_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.GetBucketSTSRequest.fromBuffer(value),
|
||||
($24.GetBucketSTSResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.CreatePartnerBucketRequest, $24.CreateBucketResult>(
|
||||
($core.List<$core.int> value) => $21.GetBucketSTSRequest.fromBuffer(value),
|
||||
($21.GetBucketSTSResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.CreatePartnerBucketRequest, $21.CreateBucketResult>(
|
||||
'CreatePartnerBucket',
|
||||
createPartnerBucket_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.CreatePartnerBucketRequest.fromBuffer(value),
|
||||
($24.CreateBucketResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.CreateProjectBucketRequest, $24.CreateBucketResult>(
|
||||
($core.List<$core.int> value) => $21.CreatePartnerBucketRequest.fromBuffer(value),
|
||||
($21.CreateBucketResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.CreateProjectBucketRequest, $21.CreateBucketResult>(
|
||||
'CreateProjectBucket',
|
||||
createProjectBucket_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.CreateProjectBucketRequest.fromBuffer(value),
|
||||
($24.CreateBucketResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.DeletePartnerBucketRequest, $24.DeleteBucketResult>(
|
||||
($core.List<$core.int> value) => $21.CreateProjectBucketRequest.fromBuffer(value),
|
||||
($21.CreateBucketResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.DeletePartnerBucketRequest, $21.DeleteBucketResult>(
|
||||
'DeletePartnerBucket',
|
||||
deletePartnerBucket_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.DeletePartnerBucketRequest.fromBuffer(value),
|
||||
($24.DeleteBucketResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.DeleteProjectBucketRequest, $24.DeleteBucketResult>(
|
||||
($core.List<$core.int> value) => $21.DeletePartnerBucketRequest.fromBuffer(value),
|
||||
($21.DeleteBucketResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.DeleteProjectBucketRequest, $21.DeleteBucketResult>(
|
||||
'DeleteProjectBucket',
|
||||
deleteProjectBucket_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.DeleteProjectBucketRequest.fromBuffer(value),
|
||||
($24.DeleteBucketResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.DeleteOrganisationBucketRequest, $24.DeleteBucketResult>(
|
||||
($core.List<$core.int> value) => $21.DeleteProjectBucketRequest.fromBuffer(value),
|
||||
($21.DeleteBucketResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$21.DeleteOrganisationBucketRequest, $21.DeleteBucketResult>(
|
||||
'DeleteOrganisationBucket',
|
||||
deleteOrganisationBucket_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.DeleteOrganisationBucketRequest.fromBuffer(value),
|
||||
($24.DeleteBucketResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $21.DeleteOrganisationBucketRequest.fromBuffer(value),
|
||||
($21.DeleteBucketResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$24.GetPartnerReadTokenResult> getPartnerReadToken_Pre($grpc.ServiceCall $call, $async.Future<$24.GetPartnerReadTokenRequest> $request) async {
|
||||
$async.Future<$21.GetPartnerReadTokenResult> getPartnerReadToken_Pre($grpc.ServiceCall $call, $async.Future<$21.GetPartnerReadTokenRequest> $request) async {
|
||||
return getPartnerReadToken($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.GetPartnerWriteTokenResult> getPartnerWriteToken_Pre($grpc.ServiceCall $call, $async.Future<$24.GetPartnerWriteTokenRequest> $request) async {
|
||||
$async.Future<$21.GetPartnerWriteTokenResult> getPartnerWriteToken_Pre($grpc.ServiceCall $call, $async.Future<$21.GetPartnerWriteTokenRequest> $request) async {
|
||||
return getPartnerWriteToken($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.GetProjectReadTokenResult> getProjectReadToken_Pre($grpc.ServiceCall $call, $async.Future<$24.GetProjectReadTokenRequest> $request) async {
|
||||
$async.Future<$21.GetProjectReadTokenResult> getProjectReadToken_Pre($grpc.ServiceCall $call, $async.Future<$21.GetProjectReadTokenRequest> $request) async {
|
||||
return getProjectReadToken($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.GetProjectWriteTokenResult> getProjectWriteToken_Pre($grpc.ServiceCall $call, $async.Future<$24.GetProjectWriteTokenRequest> $request) async {
|
||||
$async.Future<$21.GetProjectWriteTokenResult> getProjectWriteToken_Pre($grpc.ServiceCall $call, $async.Future<$21.GetProjectWriteTokenRequest> $request) async {
|
||||
return getProjectWriteToken($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.GetBucketSTSResult> getBucketSTS_Pre($grpc.ServiceCall $call, $async.Future<$24.GetBucketSTSRequest> $request) async {
|
||||
$async.Future<$21.GetBucketSTSResult> getBucketSTS_Pre($grpc.ServiceCall $call, $async.Future<$21.GetBucketSTSRequest> $request) async {
|
||||
return getBucketSTS($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.CreateBucketResult> createPartnerBucket_Pre($grpc.ServiceCall $call, $async.Future<$24.CreatePartnerBucketRequest> $request) async {
|
||||
$async.Future<$21.CreateBucketResult> createPartnerBucket_Pre($grpc.ServiceCall $call, $async.Future<$21.CreatePartnerBucketRequest> $request) async {
|
||||
return createPartnerBucket($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.CreateBucketResult> createProjectBucket_Pre($grpc.ServiceCall $call, $async.Future<$24.CreateProjectBucketRequest> $request) async {
|
||||
$async.Future<$21.CreateBucketResult> createProjectBucket_Pre($grpc.ServiceCall $call, $async.Future<$21.CreateProjectBucketRequest> $request) async {
|
||||
return createProjectBucket($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.DeleteBucketResult> deletePartnerBucket_Pre($grpc.ServiceCall $call, $async.Future<$24.DeletePartnerBucketRequest> $request) async {
|
||||
$async.Future<$21.DeleteBucketResult> deletePartnerBucket_Pre($grpc.ServiceCall $call, $async.Future<$21.DeletePartnerBucketRequest> $request) async {
|
||||
return deletePartnerBucket($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.DeleteBucketResult> deleteProjectBucket_Pre($grpc.ServiceCall $call, $async.Future<$24.DeleteProjectBucketRequest> $request) async {
|
||||
$async.Future<$21.DeleteBucketResult> deleteProjectBucket_Pre($grpc.ServiceCall $call, $async.Future<$21.DeleteProjectBucketRequest> $request) async {
|
||||
return deleteProjectBucket($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.DeleteBucketResult> deleteOrganisationBucket_Pre($grpc.ServiceCall $call, $async.Future<$24.DeleteOrganisationBucketRequest> $request) async {
|
||||
$async.Future<$21.DeleteBucketResult> deleteOrganisationBucket_Pre($grpc.ServiceCall $call, $async.Future<$21.DeleteOrganisationBucketRequest> $request) async {
|
||||
return deleteOrganisationBucket($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.GetPartnerReadTokenResult> getPartnerReadToken($grpc.ServiceCall call, $24.GetPartnerReadTokenRequest request);
|
||||
$async.Future<$24.GetPartnerWriteTokenResult> getPartnerWriteToken($grpc.ServiceCall call, $24.GetPartnerWriteTokenRequest request);
|
||||
$async.Future<$24.GetProjectReadTokenResult> getProjectReadToken($grpc.ServiceCall call, $24.GetProjectReadTokenRequest request);
|
||||
$async.Future<$24.GetProjectWriteTokenResult> getProjectWriteToken($grpc.ServiceCall call, $24.GetProjectWriteTokenRequest request);
|
||||
$async.Future<$24.GetBucketSTSResult> getBucketSTS($grpc.ServiceCall call, $24.GetBucketSTSRequest request);
|
||||
$async.Future<$24.CreateBucketResult> createPartnerBucket($grpc.ServiceCall call, $24.CreatePartnerBucketRequest request);
|
||||
$async.Future<$24.CreateBucketResult> createProjectBucket($grpc.ServiceCall call, $24.CreateProjectBucketRequest request);
|
||||
$async.Future<$24.DeleteBucketResult> deletePartnerBucket($grpc.ServiceCall call, $24.DeletePartnerBucketRequest request);
|
||||
$async.Future<$24.DeleteBucketResult> deleteProjectBucket($grpc.ServiceCall call, $24.DeleteProjectBucketRequest request);
|
||||
$async.Future<$24.DeleteBucketResult> deleteOrganisationBucket($grpc.ServiceCall call, $24.DeleteOrganisationBucketRequest request);
|
||||
$async.Future<$21.GetPartnerReadTokenResult> getPartnerReadToken($grpc.ServiceCall call, $21.GetPartnerReadTokenRequest request);
|
||||
$async.Future<$21.GetPartnerWriteTokenResult> getPartnerWriteToken($grpc.ServiceCall call, $21.GetPartnerWriteTokenRequest request);
|
||||
$async.Future<$21.GetProjectReadTokenResult> getProjectReadToken($grpc.ServiceCall call, $21.GetProjectReadTokenRequest request);
|
||||
$async.Future<$21.GetProjectWriteTokenResult> getProjectWriteToken($grpc.ServiceCall call, $21.GetProjectWriteTokenRequest request);
|
||||
$async.Future<$21.GetBucketSTSResult> getBucketSTS($grpc.ServiceCall call, $21.GetBucketSTSRequest request);
|
||||
$async.Future<$21.CreateBucketResult> createPartnerBucket($grpc.ServiceCall call, $21.CreatePartnerBucketRequest request);
|
||||
$async.Future<$21.CreateBucketResult> createProjectBucket($grpc.ServiceCall call, $21.CreateProjectBucketRequest request);
|
||||
$async.Future<$21.DeleteBucketResult> deletePartnerBucket($grpc.ServiceCall call, $21.DeletePartnerBucketRequest request);
|
||||
$async.Future<$21.DeleteBucketResult> deleteProjectBucket($grpc.ServiceCall call, $21.DeleteProjectBucketRequest request);
|
||||
$async.Future<$21.DeleteBucketResult> deleteOrganisationBucket($grpc.ServiceCall call, $21.DeleteOrganisationBucketRequest request);
|
||||
}
|
||||
|
||||
@@ -15,20 +15,20 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'go-ape.pb.dart' as $25;
|
||||
import 'go-ape.pb.dart' as $22;
|
||||
|
||||
export 'go-ape.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.GoAPEService')
|
||||
class GoAPEServiceClient extends $grpc.Client {
|
||||
static final _$generate = $grpc.ClientMethod<$25.GoAPEGenerateRequest, $25.GoAPEGenerateResult>(
|
||||
static final _$generate = $grpc.ClientMethod<$22.GoAPEGenerateRequest, $22.GoAPEGenerateResult>(
|
||||
'/api.GoAPEService/Generate',
|
||||
($25.GoAPEGenerateRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $25.GoAPEGenerateResult.fromBuffer(value));
|
||||
($22.GoAPEGenerateRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $22.GoAPEGenerateResult.fromBuffer(value));
|
||||
|
||||
GoAPEServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$25.GoAPEGenerateResult> generate($25.GoAPEGenerateRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$22.GoAPEGenerateResult> generate($22.GoAPEGenerateRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$generate, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -38,18 +38,18 @@ abstract class GoAPEServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.GoAPEService';
|
||||
|
||||
GoAPEServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$25.GoAPEGenerateRequest, $25.GoAPEGenerateResult>(
|
||||
$addMethod($grpc.ServiceMethod<$22.GoAPEGenerateRequest, $22.GoAPEGenerateResult>(
|
||||
'Generate',
|
||||
generate_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $25.GoAPEGenerateRequest.fromBuffer(value),
|
||||
($25.GoAPEGenerateResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $22.GoAPEGenerateRequest.fromBuffer(value),
|
||||
($22.GoAPEGenerateResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$25.GoAPEGenerateResult> generate_Pre($grpc.ServiceCall $call, $async.Future<$25.GoAPEGenerateRequest> $request) async {
|
||||
$async.Future<$22.GoAPEGenerateResult> generate_Pre($grpc.ServiceCall $call, $async.Future<$22.GoAPEGenerateRequest> $request) async {
|
||||
return generate($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$25.GoAPEGenerateResult> generate($grpc.ServiceCall call, $25.GoAPEGenerateRequest request);
|
||||
$async.Future<$22.GoAPEGenerateResult> generate($grpc.ServiceCall call, $22.GoAPEGenerateRequest request);
|
||||
}
|
||||
|
||||
@@ -13,12 +13,12 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'http.pb.dart' as $85;
|
||||
import 'http.pb.dart' as $79;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class Annotations {
|
||||
static final http = $pb.Extension<$85.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $85.HttpRule.getDefault, subBuilder: $85.HttpRule.create);
|
||||
static final http = $pb.Extension<$79.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $79.HttpRule.getDefault, subBuilder: $79.HttpRule.create);
|
||||
static void registerAllExtensions($pb.ExtensionRegistry registry) {
|
||||
registry.add(http);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import '../protobuf/any.pb.dart' as $86;
|
||||
import '../protobuf/any.pb.dart' as $80;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -60,7 +60,7 @@ class HttpBody extends $pb.GeneratedMessage {
|
||||
factory HttpBody({
|
||||
$core.String? contentType,
|
||||
$core.List<$core.int>? data,
|
||||
$core.Iterable<$86.Any>? extensions,
|
||||
$core.Iterable<$80.Any>? extensions,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (contentType != null) {
|
||||
@@ -81,7 +81,7 @@ class HttpBody extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HttpBody', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'contentType')
|
||||
..a<$core.List<$core.int>>(2, _omitFieldNames ? '' : 'data', $pb.PbFieldType.OY)
|
||||
..pc<$86.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $86.Any.create)
|
||||
..pc<$80.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $80.Any.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -129,7 +129,7 @@ class HttpBody extends $pb.GeneratedMessage {
|
||||
/// Application specific response metadata. Must be set in the first response
|
||||
/// for streaming APIs.
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$86.Any> get extensions => $_getList(2);
|
||||
$pb.PbList<$80.Any> get extensions => $_getList(2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -13,9 +13,9 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'source_context.pb.dart' as $88;
|
||||
import 'type.pb.dart' as $87;
|
||||
import 'type.pbenum.dart' as $87;
|
||||
import 'source_context.pb.dart' as $82;
|
||||
import 'type.pb.dart' as $81;
|
||||
import 'type.pbenum.dart' as $81;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -32,11 +32,11 @@ class Api extends $pb.GeneratedMessage {
|
||||
factory Api({
|
||||
$core.String? name,
|
||||
$core.Iterable<Method>? methods,
|
||||
$core.Iterable<$87.Option>? options,
|
||||
$core.Iterable<$81.Option>? options,
|
||||
$core.String? version,
|
||||
$88.SourceContext? sourceContext,
|
||||
$82.SourceContext? sourceContext,
|
||||
$core.Iterable<Mixin>? mixins,
|
||||
$87.Syntax? syntax,
|
||||
$81.Syntax? syntax,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
@@ -69,11 +69,11 @@ class Api extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Api', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
..pc<Method>(2, _omitFieldNames ? '' : 'methods', $pb.PbFieldType.PM, subBuilder: Method.create)
|
||||
..pc<$87.Option>(3, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $87.Option.create)
|
||||
..pc<$81.Option>(3, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $81.Option.create)
|
||||
..aOS(4, _omitFieldNames ? '' : 'version')
|
||||
..aOM<$88.SourceContext>(5, _omitFieldNames ? '' : 'sourceContext', subBuilder: $88.SourceContext.create)
|
||||
..aOM<$82.SourceContext>(5, _omitFieldNames ? '' : 'sourceContext', subBuilder: $82.SourceContext.create)
|
||||
..pc<Mixin>(6, _omitFieldNames ? '' : 'mixins', $pb.PbFieldType.PM, subBuilder: Mixin.create)
|
||||
..e<$87.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $87.Syntax.SYNTAX_PROTO2, valueOf: $87.Syntax.valueOf, enumValues: $87.Syntax.values)
|
||||
..e<$81.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $81.Syntax.SYNTAX_PROTO2, valueOf: $81.Syntax.valueOf, enumValues: $81.Syntax.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -115,7 +115,7 @@ class Api extends $pb.GeneratedMessage {
|
||||
|
||||
/// Any metadata attached to the interface.
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$87.Option> get options => $_getList(2);
|
||||
$pb.PbList<$81.Option> get options => $_getList(2);
|
||||
|
||||
/// A version string for this interface. If specified, must have the form
|
||||
/// `major-version.minor-version`, as in `1.10`. If the minor version is
|
||||
@@ -148,15 +148,15 @@ class Api extends $pb.GeneratedMessage {
|
||||
/// Source context for the protocol buffer service represented by this
|
||||
/// message.
|
||||
@$pb.TagNumber(5)
|
||||
$88.SourceContext get sourceContext => $_getN(4);
|
||||
$82.SourceContext get sourceContext => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set sourceContext($88.SourceContext v) { $_setField(5, v); }
|
||||
set sourceContext($82.SourceContext v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasSourceContext() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearSourceContext() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$88.SourceContext ensureSourceContext() => $_ensure(4);
|
||||
$82.SourceContext ensureSourceContext() => $_ensure(4);
|
||||
|
||||
/// Included interfaces. See [Mixin][].
|
||||
@$pb.TagNumber(6)
|
||||
@@ -164,9 +164,9 @@ class Api extends $pb.GeneratedMessage {
|
||||
|
||||
/// The source syntax of the service.
|
||||
@$pb.TagNumber(7)
|
||||
$87.Syntax get syntax => $_getN(6);
|
||||
$81.Syntax get syntax => $_getN(6);
|
||||
@$pb.TagNumber(7)
|
||||
set syntax($87.Syntax v) { $_setField(7, v); }
|
||||
set syntax($81.Syntax v) { $_setField(7, v); }
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasSyntax() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
@@ -181,8 +181,8 @@ class Method extends $pb.GeneratedMessage {
|
||||
$core.bool? requestStreaming,
|
||||
$core.String? responseTypeUrl,
|
||||
$core.bool? responseStreaming,
|
||||
$core.Iterable<$87.Option>? options,
|
||||
$87.Syntax? syntax,
|
||||
$core.Iterable<$81.Option>? options,
|
||||
$81.Syntax? syntax,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
@@ -218,8 +218,8 @@ class Method extends $pb.GeneratedMessage {
|
||||
..aOB(3, _omitFieldNames ? '' : 'requestStreaming')
|
||||
..aOS(4, _omitFieldNames ? '' : 'responseTypeUrl')
|
||||
..aOB(5, _omitFieldNames ? '' : 'responseStreaming')
|
||||
..pc<$87.Option>(6, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $87.Option.create)
|
||||
..e<$87.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $87.Syntax.SYNTAX_PROTO2, valueOf: $87.Syntax.valueOf, enumValues: $87.Syntax.values)
|
||||
..pc<$81.Option>(6, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $81.Option.create)
|
||||
..e<$81.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $81.Syntax.SYNTAX_PROTO2, valueOf: $81.Syntax.valueOf, enumValues: $81.Syntax.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -296,13 +296,13 @@ class Method extends $pb.GeneratedMessage {
|
||||
|
||||
/// Any metadata attached to the method.
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$87.Option> get options => $_getList(5);
|
||||
$pb.PbList<$81.Option> get options => $_getList(5);
|
||||
|
||||
/// The source syntax of this method.
|
||||
@$pb.TagNumber(7)
|
||||
$87.Syntax get syntax => $_getN(6);
|
||||
$81.Syntax get syntax => $_getN(6);
|
||||
@$pb.TagNumber(7)
|
||||
set syntax($87.Syntax v) { $_setField(7, v); }
|
||||
set syntax($81.Syntax v) { $_setField(7, v); }
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasSyntax() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import '../descriptor.pb.dart' as $89;
|
||||
import '../descriptor.pb.dart' as $83;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -118,7 +118,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$core.String>? fileToGenerate,
|
||||
$core.String? parameter,
|
||||
Version? compilerVersion,
|
||||
$core.Iterable<$89.FileDescriptorProto>? protoFile,
|
||||
$core.Iterable<$83.FileDescriptorProto>? protoFile,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (fileToGenerate != null) {
|
||||
@@ -143,7 +143,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
|
||||
..pPS(1, _omitFieldNames ? '' : 'fileToGenerate')
|
||||
..aOS(2, _omitFieldNames ? '' : 'parameter')
|
||||
..aOM<Version>(3, _omitFieldNames ? '' : 'compilerVersion', subBuilder: Version.create)
|
||||
..pc<$89.FileDescriptorProto>(15, _omitFieldNames ? '' : 'protoFile', $pb.PbFieldType.PM, subBuilder: $89.FileDescriptorProto.create)
|
||||
..pc<$83.FileDescriptorProto>(15, _omitFieldNames ? '' : 'protoFile', $pb.PbFieldType.PM, subBuilder: $83.FileDescriptorProto.create)
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
@@ -210,7 +210,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
|
||||
/// Type names of fields and extensions in the FileDescriptorProto are always
|
||||
/// fully qualified.
|
||||
@$pb.TagNumber(15)
|
||||
$pb.PbList<$89.FileDescriptorProto> get protoFile => $_getList(3);
|
||||
$pb.PbList<$83.FileDescriptorProto> get protoFile => $_getList(3);
|
||||
}
|
||||
|
||||
/// Represents a single generated file.
|
||||
|
||||
@@ -13,8 +13,8 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'any.pb.dart' as $86;
|
||||
import 'source_context.pb.dart' as $88;
|
||||
import 'any.pb.dart' as $80;
|
||||
import 'source_context.pb.dart' as $82;
|
||||
import 'type.pbenum.dart';
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -28,7 +28,7 @@ class Type extends $pb.GeneratedMessage {
|
||||
$core.Iterable<Field>? fields,
|
||||
$core.Iterable<$core.String>? oneofs,
|
||||
$core.Iterable<Option>? options,
|
||||
$88.SourceContext? sourceContext,
|
||||
$82.SourceContext? sourceContext,
|
||||
Syntax? syntax,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -61,7 +61,7 @@ class Type extends $pb.GeneratedMessage {
|
||||
..pc<Field>(2, _omitFieldNames ? '' : 'fields', $pb.PbFieldType.PM, subBuilder: Field.create)
|
||||
..pPS(3, _omitFieldNames ? '' : 'oneofs')
|
||||
..pc<Option>(4, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: Option.create)
|
||||
..aOM<$88.SourceContext>(5, _omitFieldNames ? '' : 'sourceContext', subBuilder: $88.SourceContext.create)
|
||||
..aOM<$82.SourceContext>(5, _omitFieldNames ? '' : 'sourceContext', subBuilder: $82.SourceContext.create)
|
||||
..e<Syntax>(6, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: Syntax.SYNTAX_PROTO2, valueOf: Syntax.valueOf, enumValues: Syntax.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -111,15 +111,15 @@ class Type extends $pb.GeneratedMessage {
|
||||
|
||||
/// The source context.
|
||||
@$pb.TagNumber(5)
|
||||
$88.SourceContext get sourceContext => $_getN(4);
|
||||
$82.SourceContext get sourceContext => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set sourceContext($88.SourceContext v) { $_setField(5, v); }
|
||||
set sourceContext($82.SourceContext v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasSourceContext() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearSourceContext() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$88.SourceContext ensureSourceContext() => $_ensure(4);
|
||||
$82.SourceContext ensureSourceContext() => $_ensure(4);
|
||||
|
||||
/// The source syntax.
|
||||
@$pb.TagNumber(6)
|
||||
@@ -321,7 +321,7 @@ class Enum extends $pb.GeneratedMessage {
|
||||
$core.String? name,
|
||||
$core.Iterable<EnumValue>? enumvalue,
|
||||
$core.Iterable<Option>? options,
|
||||
$88.SourceContext? sourceContext,
|
||||
$82.SourceContext? sourceContext,
|
||||
Syntax? syntax,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -350,7 +350,7 @@ class Enum extends $pb.GeneratedMessage {
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
..pc<EnumValue>(2, _omitFieldNames ? '' : 'enumvalue', $pb.PbFieldType.PM, subBuilder: EnumValue.create)
|
||||
..pc<Option>(3, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: Option.create)
|
||||
..aOM<$88.SourceContext>(4, _omitFieldNames ? '' : 'sourceContext', subBuilder: $88.SourceContext.create)
|
||||
..aOM<$82.SourceContext>(4, _omitFieldNames ? '' : 'sourceContext', subBuilder: $82.SourceContext.create)
|
||||
..e<Syntax>(5, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: Syntax.SYNTAX_PROTO2, valueOf: Syntax.valueOf, enumValues: Syntax.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -396,15 +396,15 @@ class Enum extends $pb.GeneratedMessage {
|
||||
|
||||
/// The source context.
|
||||
@$pb.TagNumber(4)
|
||||
$88.SourceContext get sourceContext => $_getN(3);
|
||||
$82.SourceContext get sourceContext => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set sourceContext($88.SourceContext v) { $_setField(4, v); }
|
||||
set sourceContext($82.SourceContext v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasSourceContext() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearSourceContext() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$88.SourceContext ensureSourceContext() => $_ensure(3);
|
||||
$82.SourceContext ensureSourceContext() => $_ensure(3);
|
||||
|
||||
/// The source syntax.
|
||||
@$pb.TagNumber(5)
|
||||
@@ -498,7 +498,7 @@ class EnumValue extends $pb.GeneratedMessage {
|
||||
class Option extends $pb.GeneratedMessage {
|
||||
factory Option({
|
||||
$core.String? name,
|
||||
$86.Any? value,
|
||||
$80.Any? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
@@ -515,7 +515,7 @@ class Option extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Option', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
..aOM<$86.Any>(2, _omitFieldNames ? '' : 'value', subBuilder: $86.Any.create)
|
||||
..aOM<$80.Any>(2, _omitFieldNames ? '' : 'value', subBuilder: $80.Any.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -558,15 +558,15 @@ class Option extends $pb.GeneratedMessage {
|
||||
/// should be used. If the value is an enum, it should be stored as an int32
|
||||
/// value using the google.protobuf.Int32Value type.
|
||||
@$pb.TagNumber(2)
|
||||
$86.Any get value => $_getN(1);
|
||||
$80.Any get value => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set value($86.Any v) { $_setField(2, v); }
|
||||
set value($80.Any v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasValue() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearValue() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$86.Any ensureValue() => $_ensure(1);
|
||||
$80.Any ensureValue() => $_ensure(1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import '../protobuf/duration.pb.dart' as $90;
|
||||
import '../protobuf/duration.pb.dart' as $84;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -32,7 +32,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// reached.
|
||||
class RetryInfo extends $pb.GeneratedMessage {
|
||||
factory RetryInfo({
|
||||
$90.Duration? retryDelay,
|
||||
$84.Duration? retryDelay,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (retryDelay != null) {
|
||||
@@ -45,7 +45,7 @@ class RetryInfo extends $pb.GeneratedMessage {
|
||||
factory RetryInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'RetryInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..aOM<$90.Duration>(1, _omitFieldNames ? '' : 'retryDelay', subBuilder: $90.Duration.create)
|
||||
..aOM<$84.Duration>(1, _omitFieldNames ? '' : 'retryDelay', subBuilder: $84.Duration.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -72,15 +72,15 @@ class RetryInfo extends $pb.GeneratedMessage {
|
||||
|
||||
/// Clients should wait at least this long between retrying the same request.
|
||||
@$pb.TagNumber(1)
|
||||
$90.Duration get retryDelay => $_getN(0);
|
||||
$84.Duration get retryDelay => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set retryDelay($90.Duration v) { $_setField(1, v); }
|
||||
set retryDelay($84.Duration v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasRetryDelay() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearRetryDelay() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$90.Duration ensureRetryDelay() => $_ensure(0);
|
||||
$84.Duration ensureRetryDelay() => $_ensure(0);
|
||||
}
|
||||
|
||||
/// Describes additional debugging info.
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import '../protobuf/any.pb.dart' as $86;
|
||||
import '../protobuf/any.pb.dart' as $80;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -73,7 +73,7 @@ class Status extends $pb.GeneratedMessage {
|
||||
factory Status({
|
||||
$core.int? code,
|
||||
$core.String? message,
|
||||
$core.Iterable<$86.Any>? details,
|
||||
$core.Iterable<$80.Any>? details,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (code != null) {
|
||||
@@ -94,7 +94,7 @@ class Status extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Status', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..a<$core.int>(1, _omitFieldNames ? '' : 'code', $pb.PbFieldType.O3)
|
||||
..aOS(2, _omitFieldNames ? '' : 'message')
|
||||
..pc<$86.Any>(3, _omitFieldNames ? '' : 'details', $pb.PbFieldType.PM, subBuilder: $86.Any.create)
|
||||
..pc<$80.Any>(3, _omitFieldNames ? '' : 'details', $pb.PbFieldType.PM, subBuilder: $80.Any.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -144,7 +144,7 @@ class Status extends $pb.GeneratedMessage {
|
||||
/// A list of messages that carry the error details. There is a common set of
|
||||
/// message types for APIs to use.
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$86.Any> get details => $_getList(2);
|
||||
$pb.PbList<$80.Any> get details => $_getList(2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -13,33 +13,33 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'item.pb.dart' as $83;
|
||||
import 'item.pb.dart' as $77;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'tradeShared.pb.dart' as $81;
|
||||
import 'transportShared.pb.dart' as $91;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'tradeShared.pb.dart' as $75;
|
||||
import 'transportShared.pb.dart' as $85;
|
||||
import 'warehousingShared.pb.dart' as $76;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class HandlingunitPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPayload({
|
||||
$82.HandlingunitInformation? information,
|
||||
$76.HandlingunitInformation? information,
|
||||
$core.bool? containsGoods,
|
||||
$core.bool? containsHUs,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$85.TrackingSummary? currentTrackingSummary,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$82.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$76.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$3.DateTime? dispatchedDateTime,
|
||||
$core.Iterable<$core.String>? trackingIDs,
|
||||
$core.Iterable<$3.AttachmentSummary>? attachments,
|
||||
$core.int? attachmentNumber,
|
||||
$core.Iterable<$3.ClaimSummary>? claims,
|
||||
$core.int? claimNumber,
|
||||
$81.ETA? handlingunitETA,
|
||||
$81.ETA? trackingETA,
|
||||
$75.ETA? handlingunitETA,
|
||||
$75.ETA? trackingETA,
|
||||
$core.String? parentHU,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -104,23 +104,23 @@ class HandlingunitPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $82.HandlingunitInformation.create)
|
||||
..aOM<$76.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $76.HandlingunitInformation.create)
|
||||
..aOB(2, _omitFieldNames ? '' : 'ContainsGoods', protoName: 'ContainsGoods')
|
||||
..aOB(3, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
|
||||
..pPS(4, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..aOM<$91.TrackingSummary>(5, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$85.TrackingSummary>(5, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $85.TrackingSummary.create)
|
||||
..pc<$3.MetadataElement>(6, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOM<$82.HandlingunitStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.HandlingunitStatusStruct.create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(8, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(9, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$76.HandlingunitStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $76.HandlingunitStatusStruct.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(8, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(9, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$3.DateTime>(10, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $3.DateTime.create)
|
||||
..pPS(11, _omitFieldNames ? '' : 'TrackingIDs', protoName: 'TrackingIDs')
|
||||
..pc<$3.AttachmentSummary>(12, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $3.AttachmentSummary.create)
|
||||
..a<$core.int>(13, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
||||
..pc<$3.ClaimSummary>(14, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $3.ClaimSummary.create)
|
||||
..a<$core.int>(15, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
|
||||
..aOM<$81.ETA>(16, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $81.ETA.create)
|
||||
..aOM<$81.ETA>(17, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $81.ETA.create)
|
||||
..aOM<$75.ETA>(16, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $75.ETA.create)
|
||||
..aOM<$75.ETA>(17, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $75.ETA.create)
|
||||
..aOS(18, _omitFieldNames ? '' : 'ParentHU', protoName: 'ParentHU')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -147,15 +147,15 @@ class HandlingunitPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation get information => $_getN(0);
|
||||
$76.HandlingunitInformation get information => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set information($82.HandlingunitInformation v) { $_setField(1, v); }
|
||||
set information($76.HandlingunitInformation v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasInformation() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearInformation() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
$76.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool get containsGoods => $_getBF(1);
|
||||
@@ -179,36 +179,36 @@ class HandlingunitPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(3);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(4);
|
||||
$85.TrackingSummary get currentTrackingSummary => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set currentTrackingSummary($91.TrackingSummary v) { $_setField(5, v); }
|
||||
set currentTrackingSummary($85.TrackingSummary v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearCurrentTrackingSummary() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(4);
|
||||
$85.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(4);
|
||||
|
||||
/// Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(5);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$82.HandlingunitStatusStruct get status => $_getN(6);
|
||||
$76.HandlingunitStatusStruct get status => $_getN(6);
|
||||
@$pb.TagNumber(7)
|
||||
set status($82.HandlingunitStatusStruct v) { $_setField(7, v); }
|
||||
set status($76.HandlingunitStatusStruct v) { $_setField(7, v); }
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasStatus() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearStatus() => $_clearField(7);
|
||||
@$pb.TagNumber(7)
|
||||
$82.HandlingunitStatusStruct ensureStatus() => $_ensure(6);
|
||||
$76.HandlingunitStatusStruct ensureStatus() => $_ensure(6);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(7);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(7);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(8);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(8);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$3.DateTime get dispatchedDateTime => $_getN(9);
|
||||
@@ -249,26 +249,26 @@ class HandlingunitPayload extends $pb.GeneratedMessage {
|
||||
void clearClaimNumber() => $_clearField(15);
|
||||
|
||||
@$pb.TagNumber(16)
|
||||
$81.ETA get handlingunitETA => $_getN(15);
|
||||
$75.ETA get handlingunitETA => $_getN(15);
|
||||
@$pb.TagNumber(16)
|
||||
set handlingunitETA($81.ETA v) { $_setField(16, v); }
|
||||
set handlingunitETA($75.ETA v) { $_setField(16, v); }
|
||||
@$pb.TagNumber(16)
|
||||
$core.bool hasHandlingunitETA() => $_has(15);
|
||||
@$pb.TagNumber(16)
|
||||
void clearHandlingunitETA() => $_clearField(16);
|
||||
@$pb.TagNumber(16)
|
||||
$81.ETA ensureHandlingunitETA() => $_ensure(15);
|
||||
$75.ETA ensureHandlingunitETA() => $_ensure(15);
|
||||
|
||||
@$pb.TagNumber(17)
|
||||
$81.ETA get trackingETA => $_getN(16);
|
||||
$75.ETA get trackingETA => $_getN(16);
|
||||
@$pb.TagNumber(17)
|
||||
set trackingETA($81.ETA v) { $_setField(17, v); }
|
||||
set trackingETA($75.ETA v) { $_setField(17, v); }
|
||||
@$pb.TagNumber(17)
|
||||
$core.bool hasTrackingETA() => $_has(16);
|
||||
@$pb.TagNumber(17)
|
||||
void clearTrackingETA() => $_clearField(17);
|
||||
@$pb.TagNumber(17)
|
||||
$81.ETA ensureTrackingETA() => $_ensure(16);
|
||||
$75.ETA ensureTrackingETA() => $_ensure(16);
|
||||
|
||||
@$pb.TagNumber(18)
|
||||
$core.String get parentHU => $_getSZ(17);
|
||||
@@ -379,7 +379,7 @@ class HandlingunitEnrichment extends $pb.GeneratedMessage {
|
||||
$core.String? project,
|
||||
$core.String? parentEntityName,
|
||||
$core.String? parentEntityID,
|
||||
$83.ItemPayload? item,
|
||||
$77.ItemPayload? item,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (parentEventID != null) {
|
||||
@@ -429,7 +429,7 @@ class HandlingunitEnrichment extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'Project', protoName: 'Project')
|
||||
..aOS(7, _omitFieldNames ? '' : 'ParentEntityName', protoName: 'ParentEntityName')
|
||||
..aOS(8, _omitFieldNames ? '' : 'ParentEntityID', protoName: 'ParentEntityID')
|
||||
..aOM<$83.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $83.ItemPayload.create)
|
||||
..aOM<$77.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $77.ItemPayload.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -530,15 +530,15 @@ class HandlingunitEnrichment extends $pb.GeneratedMessage {
|
||||
void clearParentEntityID() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$83.ItemPayload get item => $_getN(8);
|
||||
$77.ItemPayload get item => $_getN(8);
|
||||
@$pb.TagNumber(10)
|
||||
set item($83.ItemPayload v) { $_setField(10, v); }
|
||||
set item($77.ItemPayload v) { $_setField(10, v); }
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasItem() => $_has(8);
|
||||
@$pb.TagNumber(10)
|
||||
void clearItem() => $_clearField(10);
|
||||
@$pb.TagNumber(10)
|
||||
$83.ItemPayload ensureItem() => $_ensure(8);
|
||||
$77.ItemPayload ensureItem() => $_ensure(8);
|
||||
}
|
||||
|
||||
class HandlingunitTriplet extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -14,9 +14,9 @@ import 'dart:core' as $core;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'tradeShared.pb.dart' as $81;
|
||||
import 'transportShared.pb.dart' as $91;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'tradeShared.pb.dart' as $75;
|
||||
import 'transportShared.pb.dart' as $85;
|
||||
import 'warehousingShared.pb.dart' as $76;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -24,15 +24,15 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// HandlingunitMapContentToExecutionFlow : map the Handlingunit content to the corresponding Executionflow
|
||||
class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapContentToExecutionFlowPayload({
|
||||
$82.HandlingunitInformation? information,
|
||||
$76.HandlingunitInformation? information,
|
||||
$core.bool? containsGoods,
|
||||
$core.bool? containsHUs,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$82.HandlingunitStatusStruct? status,
|
||||
$85.TrackingSummary? currentTrackingSummary,
|
||||
$76.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (information != null) {
|
||||
@@ -69,15 +69,15 @@ class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
factory HandlingunitMapContentToExecutionFlowPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMapContentToExecutionFlowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $82.HandlingunitInformation.create)
|
||||
..aOM<$76.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $76.HandlingunitInformation.create)
|
||||
..aOB(2, _omitFieldNames ? '' : 'ContainsGoods', protoName: 'ContainsGoods')
|
||||
..aOB(3, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(4, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(4, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pPS(5, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..aOM<$91.TrackingSummary>(6, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$82.HandlingunitStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.HandlingunitStatusStruct.create)
|
||||
..aOM<$85.TrackingSummary>(6, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $85.TrackingSummary.create)
|
||||
..aOM<$76.HandlingunitStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $76.HandlingunitStatusStruct.create)
|
||||
..pc<$3.MetadataElement>(8, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(9, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(9, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -103,15 +103,15 @@ class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
static HandlingunitMapContentToExecutionFlowPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation get information => $_getN(0);
|
||||
$76.HandlingunitInformation get information => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set information($82.HandlingunitInformation v) { $_setField(1, v); }
|
||||
set information($76.HandlingunitInformation v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasInformation() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearInformation() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
$76.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool get containsGoods => $_getBF(1);
|
||||
@@ -132,39 +132,39 @@ class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
void clearContainsHUs() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(3);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(3);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(4);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(5);
|
||||
$85.TrackingSummary get currentTrackingSummary => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set currentTrackingSummary($91.TrackingSummary v) { $_setField(6, v); }
|
||||
set currentTrackingSummary($85.TrackingSummary v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearCurrentTrackingSummary() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(5);
|
||||
$85.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(5);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$82.HandlingunitStatusStruct get status => $_getN(6);
|
||||
$76.HandlingunitStatusStruct get status => $_getN(6);
|
||||
@$pb.TagNumber(7)
|
||||
set status($82.HandlingunitStatusStruct v) { $_setField(7, v); }
|
||||
set status($76.HandlingunitStatusStruct v) { $_setField(7, v); }
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasStatus() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearStatus() => $_clearField(7);
|
||||
@$pb.TagNumber(7)
|
||||
$82.HandlingunitStatusStruct ensureStatus() => $_ensure(6);
|
||||
$76.HandlingunitStatusStruct ensureStatus() => $_ensure(6);
|
||||
|
||||
/// Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(7);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(8);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(8);
|
||||
}
|
||||
|
||||
class HandlingunitMapContentToExecutionFlow extends $pb.GeneratedMessage {
|
||||
@@ -287,10 +287,10 @@ class HandlingunitMapContentToExecutionFlow extends $pb.GeneratedMessage {
|
||||
/// HandlingunitMapTrackingToExecutionFlow : map the Handlingunit Tracking status to the corresponding Executionflow
|
||||
class HandlingunitMapTrackingToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapTrackingToExecutionFlowPayload({
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$82.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$85.TrackingSummary? currentTrackingSummary,
|
||||
$76.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$core.Iterable<$core.String>? trackingIDs,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -316,10 +316,10 @@ class HandlingunitMapTrackingToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
factory HandlingunitMapTrackingToExecutionFlowPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMapTrackingToExecutionFlowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$91.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$82.HandlingunitStatusStruct>(2, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.HandlingunitStatusStruct.create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$85.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $85.TrackingSummary.create)
|
||||
..aOM<$76.HandlingunitStatusStruct>(2, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $76.HandlingunitStatusStruct.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..pPS(11, _omitFieldNames ? '' : 'TrackingIDs', protoName: 'TrackingIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -346,32 +346,32 @@ class HandlingunitMapTrackingToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
static HandlingunitMapTrackingToExecutionFlowPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
$85.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set currentTrackingSummary($91.TrackingSummary v) { $_setField(1, v); }
|
||||
set currentTrackingSummary($85.TrackingSummary v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearCurrentTrackingSummary() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
$85.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$82.HandlingunitStatusStruct get status => $_getN(1);
|
||||
$76.HandlingunitStatusStruct get status => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set status($82.HandlingunitStatusStruct v) { $_setField(2, v); }
|
||||
set status($76.HandlingunitStatusStruct v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasStatus() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearStatus() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$82.HandlingunitStatusStruct ensureStatus() => $_ensure(1);
|
||||
$76.HandlingunitStatusStruct ensureStatus() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(2);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(3);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(3);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$pb.PbList<$core.String> get trackingIDs => $_getList(4);
|
||||
@@ -497,9 +497,9 @@ class HandlingunitMapTrackingToExecutionFlow extends $pb.GeneratedMessage {
|
||||
/// HandlingunitMapETAToExecutionFlow : map the Handlingunit ETA to the corresponding Executionflow
|
||||
class HandlingunitMapETAToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapETAToExecutionFlowPayload({
|
||||
$81.ETA? handlingunitETA,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$75.ETA? handlingunitETA,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (handlingunitETA != null) {
|
||||
@@ -518,9 +518,9 @@ class HandlingunitMapETAToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapETAToExecutionFlowPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMapETAToExecutionFlowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $81.ETA.create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $75.ETA.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -546,21 +546,21 @@ class HandlingunitMapETAToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitMapETAToExecutionFlowPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get handlingunitETA => $_getN(0);
|
||||
$75.ETA get handlingunitETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set handlingunitETA($81.ETA v) { $_setField(1, v); }
|
||||
set handlingunitETA($75.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHandlingunitETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHandlingunitETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
$75.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(2);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(2);
|
||||
}
|
||||
|
||||
class HandlingunitMapETAToExecutionFlow extends $pb.GeneratedMessage {
|
||||
@@ -685,7 +685,7 @@ class HandlingunitPropagateTrackingPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPropagateTrackingPayload({
|
||||
$core.bool? containsHUs,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$85.TrackingSummary? currentTrackingSummary,
|
||||
$3.DateTime? dispatchedDateTime,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -710,7 +710,7 @@ class HandlingunitPropagateTrackingPayload extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitPropagateTrackingPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOB(1, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
|
||||
..pPS(2, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..aOM<$91.TrackingSummary>(3, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$85.TrackingSummary>(3, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $85.TrackingSummary.create)
|
||||
..aOM<$3.DateTime>(4, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $3.DateTime.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -749,15 +749,15 @@ class HandlingunitPropagateTrackingPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(2);
|
||||
$85.TrackingSummary get currentTrackingSummary => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set currentTrackingSummary($91.TrackingSummary v) { $_setField(3, v); }
|
||||
set currentTrackingSummary($85.TrackingSummary v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearCurrentTrackingSummary() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(2);
|
||||
$85.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$3.DateTime get dispatchedDateTime => $_getN(3);
|
||||
@@ -891,7 +891,7 @@ class HandlingunitPropagateTracking extends $pb.GeneratedMessage {
|
||||
/// PropagateETA : replicate ETA on all included logistic units
|
||||
class HandlingunitPropagateETAPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPropagateETAPayload({
|
||||
$81.ETA? handlingunitETA,
|
||||
$75.ETA? handlingunitETA,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$core.bool? containsHUs,
|
||||
}) {
|
||||
@@ -912,7 +912,7 @@ class HandlingunitPropagateETAPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPropagateETAPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitPropagateETAPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $81.ETA.create)
|
||||
..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $75.ETA.create)
|
||||
..pPS(2, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..aOB(3, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
|
||||
..hasRequiredFields = false
|
||||
@@ -940,15 +940,15 @@ class HandlingunitPropagateETAPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitPropagateETAPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get handlingunitETA => $_getN(0);
|
||||
$75.ETA get handlingunitETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set handlingunitETA($81.ETA v) { $_setField(1, v); }
|
||||
set handlingunitETA($75.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHandlingunitETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHandlingunitETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
$75.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1);
|
||||
@@ -1259,9 +1259,9 @@ class HandlingunitPropagateParentHU extends $pb.GeneratedMessage {
|
||||
/// MoveStock : Send a 'moved' event to the stock to decrement the content of the HU
|
||||
class HandlingunitMoveStockPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMoveStockPayload({
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$82.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$76.HandlingunitStatusStruct? status,
|
||||
$3.DateTime? dispatchedDateTime,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -1284,9 +1284,9 @@ class HandlingunitMoveStockPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMoveStockPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMoveStockPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(1, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(2, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$82.HandlingunitStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.HandlingunitStatusStruct.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(1, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(2, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$76.HandlingunitStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $76.HandlingunitStatusStruct.create)
|
||||
..aOM<$3.DateTime>(9, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $3.DateTime.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -1313,21 +1313,21 @@ class HandlingunitMoveStockPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitMoveStockPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(0);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(1);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$82.HandlingunitStatusStruct get status => $_getN(2);
|
||||
$76.HandlingunitStatusStruct get status => $_getN(2);
|
||||
@$pb.TagNumber(8)
|
||||
set status($82.HandlingunitStatusStruct v) { $_setField(8, v); }
|
||||
set status($76.HandlingunitStatusStruct v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasStatus() => $_has(2);
|
||||
@$pb.TagNumber(8)
|
||||
void clearStatus() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$82.HandlingunitStatusStruct ensureStatus() => $_ensure(2);
|
||||
$76.HandlingunitStatusStruct ensureStatus() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$3.DateTime get dispatchedDateTime => $_getN(3);
|
||||
|
||||
@@ -14,16 +14,16 @@ import 'dart:core' as $core;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'tradeShared.pb.dart' as $81;
|
||||
import 'transportShared.pb.dart' as $91;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'tradeShared.pb.dart' as $75;
|
||||
import 'transportShared.pb.dart' as $85;
|
||||
import 'warehousingShared.pb.dart' as $76;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsPreparedPayload({
|
||||
$82.HandlingunitInformation? information,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$76.HandlingunitInformation? information,
|
||||
$core.Iterable<$76.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -43,8 +43,8 @@ class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsPreparedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitGoodsPreparedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $82.HandlingunitInformation.create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(2, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..aOM<$76.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $76.HandlingunitInformation.create)
|
||||
..pc<$76.QuantifiedGoodsByExeflow>(2, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $76.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -71,18 +71,18 @@ class HandlingunitGoodsPreparedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitGoodsPreparedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation get information => $_getN(0);
|
||||
$76.HandlingunitInformation get information => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set information($82.HandlingunitInformation v) { $_setField(1, v); }
|
||||
set information($76.HandlingunitInformation v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasInformation() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearInformation() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
$76.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
$pb.PbList<$76.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
|
||||
/// Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)
|
||||
@$pb.TagNumber(3)
|
||||
@@ -332,7 +332,7 @@ class HandlingunitGoodsPreparedResponse extends $pb.GeneratedMessage {
|
||||
/// The second goal is to provide the general information about the logisticUnit.
|
||||
class HandlingunitHUsAddedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitHUsAddedPayload({
|
||||
$82.HandlingunitInformation? information,
|
||||
$76.HandlingunitInformation? information,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
@@ -353,7 +353,7 @@ class HandlingunitHUsAddedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitHUsAddedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitHUsAddedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $82.HandlingunitInformation.create)
|
||||
..aOM<$76.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $76.HandlingunitInformation.create)
|
||||
..pPS(3, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..pc<$3.MetadataElement>(4, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
@@ -381,15 +381,15 @@ class HandlingunitHUsAddedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitHUsAddedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation get information => $_getN(0);
|
||||
$76.HandlingunitInformation get information => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set information($82.HandlingunitInformation v) { $_setField(1, v); }
|
||||
set information($76.HandlingunitInformation v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasInformation() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearInformation() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
$76.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1);
|
||||
@@ -637,7 +637,7 @@ class HandlingunitHUsAddedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingUpdatedPayload({
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$85.TrackingSummary? currentTrackingSummary,
|
||||
$core.Iterable<$core.String>? trackingIDs,
|
||||
$3.DateTime? dispatchedDateTime,
|
||||
}) {
|
||||
@@ -658,7 +658,7 @@ class HandlingunitTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitTrackingUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$91.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$85.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $85.TrackingSummary.create)
|
||||
..pPS(2, _omitFieldNames ? '' : 'TrackingIDs', protoName: 'TrackingIDs')
|
||||
..aOM<$3.DateTime>(10, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $3.DateTime.create)
|
||||
..hasRequiredFields = false
|
||||
@@ -686,15 +686,15 @@ class HandlingunitTrackingUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitTrackingUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
$85.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set currentTrackingSummary($91.TrackingSummary v) { $_setField(1, v); }
|
||||
set currentTrackingSummary($85.TrackingSummary v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearCurrentTrackingSummary() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
$85.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$core.String> get trackingIDs => $_getList(1);
|
||||
@@ -949,7 +949,7 @@ class HandlingunitTrackingUpdatedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitETAUpdatedPayload({
|
||||
$81.ETA? handlingunitETA,
|
||||
$75.ETA? handlingunitETA,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (handlingunitETA != null) {
|
||||
@@ -962,7 +962,7 @@ class HandlingunitETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitETAUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitETAUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $81.ETA.create)
|
||||
..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $75.ETA.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -988,15 +988,15 @@ class HandlingunitETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitETAUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get handlingunitETA => $_getN(0);
|
||||
$75.ETA get handlingunitETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set handlingunitETA($81.ETA v) { $_setField(1, v); }
|
||||
set handlingunitETA($75.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHandlingunitETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHandlingunitETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
$75.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
}
|
||||
|
||||
class HandlingunitETAUpdatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -1237,7 +1237,7 @@ class HandlingunitETAUpdatedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitTrackingETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingETAUpdatedPayload({
|
||||
$81.ETA? trackingETA,
|
||||
$75.ETA? trackingETA,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (trackingETA != null) {
|
||||
@@ -1250,7 +1250,7 @@ class HandlingunitTrackingETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitTrackingETAUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitTrackingETAUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $81.ETA.create)
|
||||
..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'TrackingETA', protoName: 'TrackingETA', subBuilder: $75.ETA.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1276,15 +1276,15 @@ class HandlingunitTrackingETAUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitTrackingETAUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get trackingETA => $_getN(0);
|
||||
$75.ETA get trackingETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set trackingETA($81.ETA v) { $_setField(1, v); }
|
||||
set trackingETA($75.ETA v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasTrackingETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearTrackingETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureTrackingETA() => $_ensure(0);
|
||||
$75.ETA ensureTrackingETA() => $_ensure(0);
|
||||
}
|
||||
|
||||
class HandlingunitTrackingETAUpdatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -1793,7 +1793,7 @@ class HandlingunitDispatchedResponse extends $pb.GeneratedMessage {
|
||||
|
||||
class HandlingunitGoodsReceivedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsReceivedPayload({
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$core.Iterable<$76.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (receivedContents != null) {
|
||||
@@ -1806,7 +1806,7 @@ class HandlingunitGoodsReceivedPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitGoodsReceivedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitGoodsReceivedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(1, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..pc<$76.QuantifiedDatedGoodsByExeflow>(1, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $76.QuantifiedDatedGoodsByExeflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1832,7 +1832,7 @@ class HandlingunitGoodsReceivedPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitGoodsReceivedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(0);
|
||||
$pb.PbList<$76.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(0);
|
||||
}
|
||||
|
||||
class HandlingunitGoodsReceivedEvent extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -15,124 +15,124 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'handlingunitInput.pb.dart' as $26;
|
||||
import 'handlingunitInput.pb.dart' as $23;
|
||||
|
||||
export 'handlingunitInput.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.HandlingunitInputAPI')
|
||||
class HandlingunitInputAPIClient extends $grpc.Client {
|
||||
static final _$goodsPrepared = $grpc.ClientMethod<$26.HandlingunitGoodsPreparedRequest, $26.HandlingunitGoodsPreparedResponse>(
|
||||
static final _$goodsPrepared = $grpc.ClientMethod<$23.HandlingunitGoodsPreparedRequest, $23.HandlingunitGoodsPreparedResponse>(
|
||||
'/api.HandlingunitInputAPI/GoodsPrepared',
|
||||
($26.HandlingunitGoodsPreparedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitGoodsPreparedResponse.fromBuffer(value));
|
||||
static final _$goodsReceived = $grpc.ClientMethod<$26.HandlingunitGoodsReceivedRequest, $26.HandlingunitGoodsReceivedResponse>(
|
||||
($23.HandlingunitGoodsPreparedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitGoodsPreparedResponse.fromBuffer(value));
|
||||
static final _$goodsReceived = $grpc.ClientMethod<$23.HandlingunitGoodsReceivedRequest, $23.HandlingunitGoodsReceivedResponse>(
|
||||
'/api.HandlingunitInputAPI/GoodsReceived',
|
||||
($26.HandlingunitGoodsReceivedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitGoodsReceivedResponse.fromBuffer(value));
|
||||
static final _$hUsAdded = $grpc.ClientMethod<$26.HandlingunitHUsAddedRequest, $26.HandlingunitHUsAddedResponse>(
|
||||
($23.HandlingunitGoodsReceivedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitGoodsReceivedResponse.fromBuffer(value));
|
||||
static final _$hUsAdded = $grpc.ClientMethod<$23.HandlingunitHUsAddedRequest, $23.HandlingunitHUsAddedResponse>(
|
||||
'/api.HandlingunitInputAPI/HUsAdded',
|
||||
($26.HandlingunitHUsAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitHUsAddedResponse.fromBuffer(value));
|
||||
static final _$trackingUpdated = $grpc.ClientMethod<$26.HandlingunitTrackingUpdatedRequest, $26.HandlingunitTrackingUpdatedResponse>(
|
||||
($23.HandlingunitHUsAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitHUsAddedResponse.fromBuffer(value));
|
||||
static final _$trackingUpdated = $grpc.ClientMethod<$23.HandlingunitTrackingUpdatedRequest, $23.HandlingunitTrackingUpdatedResponse>(
|
||||
'/api.HandlingunitInputAPI/TrackingUpdated',
|
||||
($26.HandlingunitTrackingUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitTrackingUpdatedResponse.fromBuffer(value));
|
||||
static final _$trackingETAUpdated = $grpc.ClientMethod<$26.HandlingunitTrackingETAUpdatedRequest, $26.HandlingunitTrackingETAUpdatedResponse>(
|
||||
($23.HandlingunitTrackingUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitTrackingUpdatedResponse.fromBuffer(value));
|
||||
static final _$trackingETAUpdated = $grpc.ClientMethod<$23.HandlingunitTrackingETAUpdatedRequest, $23.HandlingunitTrackingETAUpdatedResponse>(
|
||||
'/api.HandlingunitInputAPI/TrackingETAUpdated',
|
||||
($26.HandlingunitTrackingETAUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitTrackingETAUpdatedResponse.fromBuffer(value));
|
||||
static final _$eTAUpdated = $grpc.ClientMethod<$26.HandlingunitETAUpdatedRequest, $26.HandlingunitETAUpdatedResponse>(
|
||||
($23.HandlingunitTrackingETAUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitTrackingETAUpdatedResponse.fromBuffer(value));
|
||||
static final _$eTAUpdated = $grpc.ClientMethod<$23.HandlingunitETAUpdatedRequest, $23.HandlingunitETAUpdatedResponse>(
|
||||
'/api.HandlingunitInputAPI/ETAUpdated',
|
||||
($26.HandlingunitETAUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitETAUpdatedResponse.fromBuffer(value));
|
||||
static final _$dispatched = $grpc.ClientMethod<$26.HandlingunitDispatchedRequest, $26.HandlingunitDispatchedResponse>(
|
||||
($23.HandlingunitETAUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitETAUpdatedResponse.fromBuffer(value));
|
||||
static final _$dispatched = $grpc.ClientMethod<$23.HandlingunitDispatchedRequest, $23.HandlingunitDispatchedResponse>(
|
||||
'/api.HandlingunitInputAPI/Dispatched',
|
||||
($26.HandlingunitDispatchedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitDispatchedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$26.HandlingunitAttachmentAddedRequest, $26.HandlingunitAttachmentAddedResponse>(
|
||||
($23.HandlingunitDispatchedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitDispatchedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$23.HandlingunitAttachmentAddedRequest, $23.HandlingunitAttachmentAddedResponse>(
|
||||
'/api.HandlingunitInputAPI/AttachmentAdded',
|
||||
($26.HandlingunitAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$26.HandlingunitAttachmentRemovedRequest, $26.HandlingunitAttachmentRemovedResponse>(
|
||||
($23.HandlingunitAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$23.HandlingunitAttachmentRemovedRequest, $23.HandlingunitAttachmentRemovedResponse>(
|
||||
'/api.HandlingunitInputAPI/AttachmentRemoved',
|
||||
($26.HandlingunitAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitAttachmentRemovedResponse.fromBuffer(value));
|
||||
static final _$metaDataUpdated = $grpc.ClientMethod<$26.HandlingunitMetaDataUpdatedRequest, $26.HandlingunitMetaDataUpdatedResponse>(
|
||||
($23.HandlingunitAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitAttachmentRemovedResponse.fromBuffer(value));
|
||||
static final _$metaDataUpdated = $grpc.ClientMethod<$23.HandlingunitMetaDataUpdatedRequest, $23.HandlingunitMetaDataUpdatedResponse>(
|
||||
'/api.HandlingunitInputAPI/MetaDataUpdated',
|
||||
($26.HandlingunitMetaDataUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitMetaDataUpdatedResponse.fromBuffer(value));
|
||||
static final _$parentHUUpdated = $grpc.ClientMethod<$26.HandlingunitParentHUUpdatedRequest, $26.HandlingunitParentHUUpdatedResponse>(
|
||||
($23.HandlingunitMetaDataUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitMetaDataUpdatedResponse.fromBuffer(value));
|
||||
static final _$parentHUUpdated = $grpc.ClientMethod<$23.HandlingunitParentHUUpdatedRequest, $23.HandlingunitParentHUUpdatedResponse>(
|
||||
'/api.HandlingunitInputAPI/ParentHUUpdated',
|
||||
($26.HandlingunitParentHUUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitParentHUUpdatedResponse.fromBuffer(value));
|
||||
static final _$claimAdded = $grpc.ClientMethod<$26.HandlingunitClaimAddedRequest, $26.HandlingunitClaimAddedResponse>(
|
||||
($23.HandlingunitParentHUUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitParentHUUpdatedResponse.fromBuffer(value));
|
||||
static final _$claimAdded = $grpc.ClientMethod<$23.HandlingunitClaimAddedRequest, $23.HandlingunitClaimAddedResponse>(
|
||||
'/api.HandlingunitInputAPI/ClaimAdded',
|
||||
($26.HandlingunitClaimAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitClaimAddedResponse.fromBuffer(value));
|
||||
static final _$readyToBeCollected = $grpc.ClientMethod<$26.HandlingunitReadyToBeCollectedRequest, $26.HandlingunitReadyToBeCollectedResponse>(
|
||||
($23.HandlingunitClaimAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitClaimAddedResponse.fromBuffer(value));
|
||||
static final _$readyToBeCollected = $grpc.ClientMethod<$23.HandlingunitReadyToBeCollectedRequest, $23.HandlingunitReadyToBeCollectedResponse>(
|
||||
'/api.HandlingunitInputAPI/ReadyToBeCollected',
|
||||
($26.HandlingunitReadyToBeCollectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitReadyToBeCollectedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$26.HandlingunitDeletedRequest, $26.HandlingunitDeletedResponse>(
|
||||
($23.HandlingunitReadyToBeCollectedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitReadyToBeCollectedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$23.HandlingunitDeletedRequest, $23.HandlingunitDeletedResponse>(
|
||||
'/api.HandlingunitInputAPI/Deleted',
|
||||
($26.HandlingunitDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.HandlingunitDeletedResponse.fromBuffer(value));
|
||||
($23.HandlingunitDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $23.HandlingunitDeletedResponse.fromBuffer(value));
|
||||
|
||||
HandlingunitInputAPIClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitGoodsPreparedResponse> goodsPrepared($26.HandlingunitGoodsPreparedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitGoodsPreparedResponse> goodsPrepared($23.HandlingunitGoodsPreparedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$goodsPrepared, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitGoodsReceivedResponse> goodsReceived($26.HandlingunitGoodsReceivedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitGoodsReceivedResponse> goodsReceived($23.HandlingunitGoodsReceivedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$goodsReceived, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitHUsAddedResponse> hUsAdded($26.HandlingunitHUsAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitHUsAddedResponse> hUsAdded($23.HandlingunitHUsAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$hUsAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitTrackingUpdatedResponse> trackingUpdated($26.HandlingunitTrackingUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitTrackingUpdatedResponse> trackingUpdated($23.HandlingunitTrackingUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$trackingUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitTrackingETAUpdatedResponse> trackingETAUpdated($26.HandlingunitTrackingETAUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitTrackingETAUpdatedResponse> trackingETAUpdated($23.HandlingunitTrackingETAUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$trackingETAUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitETAUpdatedResponse> eTAUpdated($26.HandlingunitETAUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitETAUpdatedResponse> eTAUpdated($23.HandlingunitETAUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$eTAUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitDispatchedResponse> dispatched($26.HandlingunitDispatchedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitDispatchedResponse> dispatched($23.HandlingunitDispatchedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$dispatched, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitAttachmentAddedResponse> attachmentAdded($26.HandlingunitAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitAttachmentAddedResponse> attachmentAdded($23.HandlingunitAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitAttachmentRemovedResponse> attachmentRemoved($26.HandlingunitAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitAttachmentRemovedResponse> attachmentRemoved($23.HandlingunitAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentRemoved, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitMetaDataUpdatedResponse> metaDataUpdated($26.HandlingunitMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitMetaDataUpdatedResponse> metaDataUpdated($23.HandlingunitMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$metaDataUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitParentHUUpdatedResponse> parentHUUpdated($26.HandlingunitParentHUUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitParentHUUpdatedResponse> parentHUUpdated($23.HandlingunitParentHUUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$parentHUUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitClaimAddedResponse> claimAdded($26.HandlingunitClaimAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitClaimAddedResponse> claimAdded($23.HandlingunitClaimAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$claimAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitReadyToBeCollectedResponse> readyToBeCollected($26.HandlingunitReadyToBeCollectedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitReadyToBeCollectedResponse> readyToBeCollected($23.HandlingunitReadyToBeCollectedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$readyToBeCollected, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$26.HandlingunitDeletedResponse> deleted($26.HandlingunitDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$23.HandlingunitDeletedResponse> deleted($23.HandlingunitDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleted, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -142,174 +142,174 @@ abstract class HandlingunitInputAPIServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.HandlingunitInputAPI';
|
||||
|
||||
HandlingunitInputAPIServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitGoodsPreparedRequest, $26.HandlingunitGoodsPreparedResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitGoodsPreparedRequest, $23.HandlingunitGoodsPreparedResponse>(
|
||||
'GoodsPrepared',
|
||||
goodsPrepared_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitGoodsPreparedRequest.fromBuffer(value),
|
||||
($26.HandlingunitGoodsPreparedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitGoodsReceivedRequest, $26.HandlingunitGoodsReceivedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitGoodsPreparedRequest.fromBuffer(value),
|
||||
($23.HandlingunitGoodsPreparedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitGoodsReceivedRequest, $23.HandlingunitGoodsReceivedResponse>(
|
||||
'GoodsReceived',
|
||||
goodsReceived_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitGoodsReceivedRequest.fromBuffer(value),
|
||||
($26.HandlingunitGoodsReceivedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitHUsAddedRequest, $26.HandlingunitHUsAddedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitGoodsReceivedRequest.fromBuffer(value),
|
||||
($23.HandlingunitGoodsReceivedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitHUsAddedRequest, $23.HandlingunitHUsAddedResponse>(
|
||||
'HUsAdded',
|
||||
hUsAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitHUsAddedRequest.fromBuffer(value),
|
||||
($26.HandlingunitHUsAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitTrackingUpdatedRequest, $26.HandlingunitTrackingUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitHUsAddedRequest.fromBuffer(value),
|
||||
($23.HandlingunitHUsAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitTrackingUpdatedRequest, $23.HandlingunitTrackingUpdatedResponse>(
|
||||
'TrackingUpdated',
|
||||
trackingUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitTrackingUpdatedRequest.fromBuffer(value),
|
||||
($26.HandlingunitTrackingUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitTrackingETAUpdatedRequest, $26.HandlingunitTrackingETAUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitTrackingUpdatedRequest.fromBuffer(value),
|
||||
($23.HandlingunitTrackingUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitTrackingETAUpdatedRequest, $23.HandlingunitTrackingETAUpdatedResponse>(
|
||||
'TrackingETAUpdated',
|
||||
trackingETAUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitTrackingETAUpdatedRequest.fromBuffer(value),
|
||||
($26.HandlingunitTrackingETAUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitETAUpdatedRequest, $26.HandlingunitETAUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitTrackingETAUpdatedRequest.fromBuffer(value),
|
||||
($23.HandlingunitTrackingETAUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitETAUpdatedRequest, $23.HandlingunitETAUpdatedResponse>(
|
||||
'ETAUpdated',
|
||||
eTAUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitETAUpdatedRequest.fromBuffer(value),
|
||||
($26.HandlingunitETAUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitDispatchedRequest, $26.HandlingunitDispatchedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitETAUpdatedRequest.fromBuffer(value),
|
||||
($23.HandlingunitETAUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitDispatchedRequest, $23.HandlingunitDispatchedResponse>(
|
||||
'Dispatched',
|
||||
dispatched_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitDispatchedRequest.fromBuffer(value),
|
||||
($26.HandlingunitDispatchedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitAttachmentAddedRequest, $26.HandlingunitAttachmentAddedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitDispatchedRequest.fromBuffer(value),
|
||||
($23.HandlingunitDispatchedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitAttachmentAddedRequest, $23.HandlingunitAttachmentAddedResponse>(
|
||||
'AttachmentAdded',
|
||||
attachmentAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitAttachmentAddedRequest.fromBuffer(value),
|
||||
($26.HandlingunitAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitAttachmentRemovedRequest, $26.HandlingunitAttachmentRemovedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitAttachmentAddedRequest.fromBuffer(value),
|
||||
($23.HandlingunitAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitAttachmentRemovedRequest, $23.HandlingunitAttachmentRemovedResponse>(
|
||||
'AttachmentRemoved',
|
||||
attachmentRemoved_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitAttachmentRemovedRequest.fromBuffer(value),
|
||||
($26.HandlingunitAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitMetaDataUpdatedRequest, $26.HandlingunitMetaDataUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitAttachmentRemovedRequest.fromBuffer(value),
|
||||
($23.HandlingunitAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitMetaDataUpdatedRequest, $23.HandlingunitMetaDataUpdatedResponse>(
|
||||
'MetaDataUpdated',
|
||||
metaDataUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitMetaDataUpdatedRequest.fromBuffer(value),
|
||||
($26.HandlingunitMetaDataUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitParentHUUpdatedRequest, $26.HandlingunitParentHUUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitMetaDataUpdatedRequest.fromBuffer(value),
|
||||
($23.HandlingunitMetaDataUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitParentHUUpdatedRequest, $23.HandlingunitParentHUUpdatedResponse>(
|
||||
'ParentHUUpdated',
|
||||
parentHUUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitParentHUUpdatedRequest.fromBuffer(value),
|
||||
($26.HandlingunitParentHUUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitClaimAddedRequest, $26.HandlingunitClaimAddedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitParentHUUpdatedRequest.fromBuffer(value),
|
||||
($23.HandlingunitParentHUUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitClaimAddedRequest, $23.HandlingunitClaimAddedResponse>(
|
||||
'ClaimAdded',
|
||||
claimAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitClaimAddedRequest.fromBuffer(value),
|
||||
($26.HandlingunitClaimAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitReadyToBeCollectedRequest, $26.HandlingunitReadyToBeCollectedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitClaimAddedRequest.fromBuffer(value),
|
||||
($23.HandlingunitClaimAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitReadyToBeCollectedRequest, $23.HandlingunitReadyToBeCollectedResponse>(
|
||||
'ReadyToBeCollected',
|
||||
readyToBeCollected_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitReadyToBeCollectedRequest.fromBuffer(value),
|
||||
($26.HandlingunitReadyToBeCollectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.HandlingunitDeletedRequest, $26.HandlingunitDeletedResponse>(
|
||||
($core.List<$core.int> value) => $23.HandlingunitReadyToBeCollectedRequest.fromBuffer(value),
|
||||
($23.HandlingunitReadyToBeCollectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$23.HandlingunitDeletedRequest, $23.HandlingunitDeletedResponse>(
|
||||
'Deleted',
|
||||
deleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $26.HandlingunitDeletedRequest.fromBuffer(value),
|
||||
($26.HandlingunitDeletedResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $23.HandlingunitDeletedRequest.fromBuffer(value),
|
||||
($23.HandlingunitDeletedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitGoodsPreparedResponse> goodsPrepared_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitGoodsPreparedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitGoodsPreparedResponse> goodsPrepared_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitGoodsPreparedRequest> $request) async {
|
||||
return goodsPrepared($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitGoodsReceivedResponse> goodsReceived_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitGoodsReceivedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitGoodsReceivedResponse> goodsReceived_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitGoodsReceivedRequest> $request) async {
|
||||
return goodsReceived($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitHUsAddedResponse> hUsAdded_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitHUsAddedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitHUsAddedResponse> hUsAdded_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitHUsAddedRequest> $request) async {
|
||||
return hUsAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitTrackingUpdatedResponse> trackingUpdated_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitTrackingUpdatedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitTrackingUpdatedResponse> trackingUpdated_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitTrackingUpdatedRequest> $request) async {
|
||||
return trackingUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitTrackingETAUpdatedResponse> trackingETAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitTrackingETAUpdatedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitTrackingETAUpdatedResponse> trackingETAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitTrackingETAUpdatedRequest> $request) async {
|
||||
return trackingETAUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitETAUpdatedResponse> eTAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitETAUpdatedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitETAUpdatedResponse> eTAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitETAUpdatedRequest> $request) async {
|
||||
return eTAUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitDispatchedResponse> dispatched_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitDispatchedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitDispatchedResponse> dispatched_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitDispatchedRequest> $request) async {
|
||||
return dispatched($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitAttachmentAddedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitAttachmentAddedRequest> $request) async {
|
||||
return attachmentAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitAttachmentRemovedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitAttachmentRemovedRequest> $request) async {
|
||||
return attachmentRemoved($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitMetaDataUpdatedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitMetaDataUpdatedRequest> $request) async {
|
||||
return metaDataUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitParentHUUpdatedResponse> parentHUUpdated_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitParentHUUpdatedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitParentHUUpdatedResponse> parentHUUpdated_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitParentHUUpdatedRequest> $request) async {
|
||||
return parentHUUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitClaimAddedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitClaimAddedRequest> $request) async {
|
||||
return claimAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitReadyToBeCollectedResponse> readyToBeCollected_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitReadyToBeCollectedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitReadyToBeCollectedResponse> readyToBeCollected_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitReadyToBeCollectedRequest> $request) async {
|
||||
return readyToBeCollected($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$26.HandlingunitDeletedRequest> $request) async {
|
||||
$async.Future<$23.HandlingunitDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$23.HandlingunitDeletedRequest> $request) async {
|
||||
return deleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$26.HandlingunitGoodsPreparedResponse> goodsPrepared($grpc.ServiceCall call, $26.HandlingunitGoodsPreparedRequest request);
|
||||
$async.Future<$26.HandlingunitGoodsReceivedResponse> goodsReceived($grpc.ServiceCall call, $26.HandlingunitGoodsReceivedRequest request);
|
||||
$async.Future<$26.HandlingunitHUsAddedResponse> hUsAdded($grpc.ServiceCall call, $26.HandlingunitHUsAddedRequest request);
|
||||
$async.Future<$26.HandlingunitTrackingUpdatedResponse> trackingUpdated($grpc.ServiceCall call, $26.HandlingunitTrackingUpdatedRequest request);
|
||||
$async.Future<$26.HandlingunitTrackingETAUpdatedResponse> trackingETAUpdated($grpc.ServiceCall call, $26.HandlingunitTrackingETAUpdatedRequest request);
|
||||
$async.Future<$26.HandlingunitETAUpdatedResponse> eTAUpdated($grpc.ServiceCall call, $26.HandlingunitETAUpdatedRequest request);
|
||||
$async.Future<$26.HandlingunitDispatchedResponse> dispatched($grpc.ServiceCall call, $26.HandlingunitDispatchedRequest request);
|
||||
$async.Future<$26.HandlingunitAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $26.HandlingunitAttachmentAddedRequest request);
|
||||
$async.Future<$26.HandlingunitAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $26.HandlingunitAttachmentRemovedRequest request);
|
||||
$async.Future<$26.HandlingunitMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $26.HandlingunitMetaDataUpdatedRequest request);
|
||||
$async.Future<$26.HandlingunitParentHUUpdatedResponse> parentHUUpdated($grpc.ServiceCall call, $26.HandlingunitParentHUUpdatedRequest request);
|
||||
$async.Future<$26.HandlingunitClaimAddedResponse> claimAdded($grpc.ServiceCall call, $26.HandlingunitClaimAddedRequest request);
|
||||
$async.Future<$26.HandlingunitReadyToBeCollectedResponse> readyToBeCollected($grpc.ServiceCall call, $26.HandlingunitReadyToBeCollectedRequest request);
|
||||
$async.Future<$26.HandlingunitDeletedResponse> deleted($grpc.ServiceCall call, $26.HandlingunitDeletedRequest request);
|
||||
$async.Future<$23.HandlingunitGoodsPreparedResponse> goodsPrepared($grpc.ServiceCall call, $23.HandlingunitGoodsPreparedRequest request);
|
||||
$async.Future<$23.HandlingunitGoodsReceivedResponse> goodsReceived($grpc.ServiceCall call, $23.HandlingunitGoodsReceivedRequest request);
|
||||
$async.Future<$23.HandlingunitHUsAddedResponse> hUsAdded($grpc.ServiceCall call, $23.HandlingunitHUsAddedRequest request);
|
||||
$async.Future<$23.HandlingunitTrackingUpdatedResponse> trackingUpdated($grpc.ServiceCall call, $23.HandlingunitTrackingUpdatedRequest request);
|
||||
$async.Future<$23.HandlingunitTrackingETAUpdatedResponse> trackingETAUpdated($grpc.ServiceCall call, $23.HandlingunitTrackingETAUpdatedRequest request);
|
||||
$async.Future<$23.HandlingunitETAUpdatedResponse> eTAUpdated($grpc.ServiceCall call, $23.HandlingunitETAUpdatedRequest request);
|
||||
$async.Future<$23.HandlingunitDispatchedResponse> dispatched($grpc.ServiceCall call, $23.HandlingunitDispatchedRequest request);
|
||||
$async.Future<$23.HandlingunitAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $23.HandlingunitAttachmentAddedRequest request);
|
||||
$async.Future<$23.HandlingunitAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $23.HandlingunitAttachmentRemovedRequest request);
|
||||
$async.Future<$23.HandlingunitMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $23.HandlingunitMetaDataUpdatedRequest request);
|
||||
$async.Future<$23.HandlingunitParentHUUpdatedResponse> parentHUUpdated($grpc.ServiceCall call, $23.HandlingunitParentHUUpdatedRequest request);
|
||||
$async.Future<$23.HandlingunitClaimAddedResponse> claimAdded($grpc.ServiceCall call, $23.HandlingunitClaimAddedRequest request);
|
||||
$async.Future<$23.HandlingunitReadyToBeCollectedResponse> readyToBeCollected($grpc.ServiceCall call, $23.HandlingunitReadyToBeCollectedRequest request);
|
||||
$async.Future<$23.HandlingunitDeletedResponse> deleted($grpc.ServiceCall call, $23.HandlingunitDeletedRequest request);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'handlingunit.pb.dart' as $92;
|
||||
import 'handlingunit.pb.dart' as $86;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -81,7 +81,7 @@ class HandlingunitByIdQuery extends $pb.GeneratedMessage {
|
||||
class HandlingunitByIdResult extends $pb.GeneratedMessage {
|
||||
factory HandlingunitByIdResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$92.Handlingunit>? objects,
|
||||
$core.Iterable<$86.Handlingunit>? objects,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
@@ -98,7 +98,7 @@ class HandlingunitByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$92.Handlingunit>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $92.Handlingunit.create)
|
||||
..pc<$86.Handlingunit>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $86.Handlingunit.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -135,7 +135,7 @@ class HandlingunitByIdResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$92.Handlingunit> get objects => $_getList(1);
|
||||
$pb.PbList<$86.Handlingunit> get objects => $_getList(1);
|
||||
}
|
||||
|
||||
class HandlingunitByFilterQuery extends $pb.GeneratedMessage {
|
||||
@@ -230,7 +230,7 @@ class HandlingunitByFilterQuery extends $pb.GeneratedMessage {
|
||||
class HandlingunitByFilterResult extends $pb.GeneratedMessage {
|
||||
factory HandlingunitByFilterResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$92.Handlingunit>? objects,
|
||||
$core.Iterable<$86.Handlingunit>? objects,
|
||||
$core.String? queryContext,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -251,7 +251,7 @@ class HandlingunitByFilterResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$92.Handlingunit>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $92.Handlingunit.create)
|
||||
..pc<$86.Handlingunit>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $86.Handlingunit.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -289,7 +289,7 @@ class HandlingunitByFilterResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$92.Handlingunit> get objects => $_getList(1);
|
||||
$pb.PbList<$86.Handlingunit> get objects => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get queryContext => $_getSZ(2);
|
||||
|
||||
@@ -15,38 +15,38 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'clickhouse.pb.dart' as $9;
|
||||
import 'handlingunitQuery.pb.dart' as $27;
|
||||
import 'clickhouse.pb.dart' as $13;
|
||||
import 'handlingunitQuery.pb.dart' as $24;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'handlingunitQuery.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.HandlingunitQuery')
|
||||
class HandlingunitQueryClient extends $grpc.Client {
|
||||
static final _$getByIds = $grpc.ClientMethod<$27.HandlingunitByIdQuery, $27.HandlingunitByIdResult>(
|
||||
static final _$getByIds = $grpc.ClientMethod<$24.HandlingunitByIdQuery, $24.HandlingunitByIdResult>(
|
||||
'/api.HandlingunitQuery/GetByIds',
|
||||
($27.HandlingunitByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.HandlingunitByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
|
||||
($24.HandlingunitByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.HandlingunitByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$24.HandlingunitByFilterQuery, $24.HandlingunitByFilterResult>(
|
||||
'/api.HandlingunitQuery/Find',
|
||||
($27.HandlingunitByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.HandlingunitByFilterResult.fromBuffer(value));
|
||||
static final _$findTracked = $grpc.ClientMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
|
||||
($24.HandlingunitByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.HandlingunitByFilterResult.fromBuffer(value));
|
||||
static final _$findTracked = $grpc.ClientMethod<$24.HandlingunitByFilterQuery, $24.HandlingunitByFilterResult>(
|
||||
'/api.HandlingunitQuery/FindTracked',
|
||||
($27.HandlingunitByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.HandlingunitByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$27.HandlingunitByMatchQuery, $27.HandlingunitByMatchResult>(
|
||||
($24.HandlingunitByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.HandlingunitByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$24.HandlingunitByMatchQuery, $24.HandlingunitByMatchResult>(
|
||||
'/api.HandlingunitQuery/FindMatchingFieldValues',
|
||||
($27.HandlingunitByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.HandlingunitByMatchResult.fromBuffer(value));
|
||||
($24.HandlingunitByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.HandlingunitByMatchResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldElements = $grpc.ClientMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'/api.HandlingunitQuery/FindMatchingFieldElements',
|
||||
($3.ElementByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.ElementByMatchResult.fromBuffer(value));
|
||||
static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
static final _$getKPIData = $grpc.ClientMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
|
||||
'/api.HandlingunitQuery/GetKPIData',
|
||||
($9.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $9.GetKPIDataResult.fromBuffer(value));
|
||||
($13.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.GetKPIDataResult.fromBuffer(value));
|
||||
static final _$extract = $grpc.ClientMethod<$3.ExtractQuery, $3.ExtractResult>(
|
||||
'/api.HandlingunitQuery/Extract',
|
||||
($3.ExtractQuery value) => value.writeToBuffer(),
|
||||
@@ -58,19 +58,19 @@ class HandlingunitQueryClient extends $grpc.Client {
|
||||
|
||||
HandlingunitQueryClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$27.HandlingunitByIdResult> getByIds($27.HandlingunitByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$24.HandlingunitByIdResult> getByIds($24.HandlingunitByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getByIds, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$27.HandlingunitByFilterResult> find($27.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$24.HandlingunitByFilterResult> find($24.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$find, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$27.HandlingunitByFilterResult> findTracked($27.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$24.HandlingunitByFilterResult> findTracked($24.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$findTracked, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$27.HandlingunitByMatchResult> findMatchingFieldValues($27.HandlingunitByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$24.HandlingunitByMatchResult> findMatchingFieldValues($24.HandlingunitByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$findMatchingFieldValues, request, options: options);
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ class HandlingunitQueryClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$findMatchingFieldElements, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$9.GetKPIDataResult> getKPIData($9.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$13.GetKPIDataResult> getKPIData($13.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getKPIData, request, options: options);
|
||||
}
|
||||
|
||||
@@ -96,34 +96,34 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.HandlingunitQuery';
|
||||
|
||||
HandlingunitQueryServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$27.HandlingunitByIdQuery, $27.HandlingunitByIdResult>(
|
||||
$addMethod($grpc.ServiceMethod<$24.HandlingunitByIdQuery, $24.HandlingunitByIdResult>(
|
||||
'GetByIds',
|
||||
getByIds_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $27.HandlingunitByIdQuery.fromBuffer(value),
|
||||
($27.HandlingunitByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
|
||||
($core.List<$core.int> value) => $24.HandlingunitByIdQuery.fromBuffer(value),
|
||||
($24.HandlingunitByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.HandlingunitByFilterQuery, $24.HandlingunitByFilterResult>(
|
||||
'Find',
|
||||
find_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $27.HandlingunitByFilterQuery.fromBuffer(value),
|
||||
($27.HandlingunitByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
|
||||
($core.List<$core.int> value) => $24.HandlingunitByFilterQuery.fromBuffer(value),
|
||||
($24.HandlingunitByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.HandlingunitByFilterQuery, $24.HandlingunitByFilterResult>(
|
||||
'FindTracked',
|
||||
findTracked_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $27.HandlingunitByFilterQuery.fromBuffer(value),
|
||||
($27.HandlingunitByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$27.HandlingunitByMatchQuery, $27.HandlingunitByMatchResult>(
|
||||
($core.List<$core.int> value) => $24.HandlingunitByFilterQuery.fromBuffer(value),
|
||||
($24.HandlingunitByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.HandlingunitByMatchQuery, $24.HandlingunitByMatchResult>(
|
||||
'FindMatchingFieldValues',
|
||||
findMatchingFieldValues_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $27.HandlingunitByMatchQuery.fromBuffer(value),
|
||||
($27.HandlingunitByMatchResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $24.HandlingunitByMatchQuery.fromBuffer(value),
|
||||
($24.HandlingunitByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'FindMatchingFieldElements',
|
||||
findMatchingFieldElements_Pre,
|
||||
@@ -131,13 +131,13 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.ElementByMatchQuery.fromBuffer(value),
|
||||
($3.ElementByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
$addMethod($grpc.ServiceMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
|
||||
'GetKPIData',
|
||||
getKPIData_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $9.GetKPIDataQuery.fromBuffer(value),
|
||||
($9.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $13.GetKPIDataQuery.fromBuffer(value),
|
||||
($13.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.ExtractQuery, $3.ExtractResult>(
|
||||
'Extract',
|
||||
extract_Pre,
|
||||
@@ -154,19 +154,19 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
|
||||
($3.CountLinesResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$27.HandlingunitByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByIdQuery> $request) async {
|
||||
$async.Future<$24.HandlingunitByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$24.HandlingunitByIdQuery> $request) async {
|
||||
return getByIds($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$27.HandlingunitByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByFilterQuery> $request) async {
|
||||
$async.Future<$24.HandlingunitByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$24.HandlingunitByFilterQuery> $request) async {
|
||||
return find($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$27.HandlingunitByFilterResult> findTracked_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByFilterQuery> $request) async {
|
||||
$async.Future<$24.HandlingunitByFilterResult> findTracked_Pre($grpc.ServiceCall $call, $async.Future<$24.HandlingunitByFilterQuery> $request) async {
|
||||
return findTracked($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$27.HandlingunitByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByMatchQuery> $request) async {
|
||||
$async.Future<$24.HandlingunitByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$24.HandlingunitByMatchQuery> $request) async {
|
||||
return findMatchingFieldValues($call, await $request);
|
||||
}
|
||||
|
||||
@@ -174,7 +174,7 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
|
||||
return findMatchingFieldElements($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$9.GetKPIDataQuery> $request) async {
|
||||
$async.Future<$13.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$13.GetKPIDataQuery> $request) async {
|
||||
return getKPIData($call, await $request);
|
||||
}
|
||||
|
||||
@@ -186,12 +186,12 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
|
||||
return countLines($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$27.HandlingunitByIdResult> getByIds($grpc.ServiceCall call, $27.HandlingunitByIdQuery request);
|
||||
$async.Future<$27.HandlingunitByFilterResult> find($grpc.ServiceCall call, $27.HandlingunitByFilterQuery request);
|
||||
$async.Future<$27.HandlingunitByFilterResult> findTracked($grpc.ServiceCall call, $27.HandlingunitByFilterQuery request);
|
||||
$async.Future<$27.HandlingunitByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $27.HandlingunitByMatchQuery request);
|
||||
$async.Future<$24.HandlingunitByIdResult> getByIds($grpc.ServiceCall call, $24.HandlingunitByIdQuery request);
|
||||
$async.Future<$24.HandlingunitByFilterResult> find($grpc.ServiceCall call, $24.HandlingunitByFilterQuery request);
|
||||
$async.Future<$24.HandlingunitByFilterResult> findTracked($grpc.ServiceCall call, $24.HandlingunitByFilterQuery request);
|
||||
$async.Future<$24.HandlingunitByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $24.HandlingunitByMatchQuery request);
|
||||
$async.Future<$3.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $3.ElementByMatchQuery request);
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request);
|
||||
$async.Future<$13.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $13.GetKPIDataQuery request);
|
||||
$async.Future<$3.ExtractResult> extract($grpc.ServiceCall call, $3.ExtractQuery request);
|
||||
$async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request);
|
||||
}
|
||||
|
||||
@@ -15,52 +15,52 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'idp.pb.dart' as $28;
|
||||
import 'idp.pb.dart' as $25;
|
||||
|
||||
export 'idp.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.IDPService')
|
||||
class IDPServiceClient extends $grpc.Client {
|
||||
static final _$get = $grpc.ClientMethod<$28.GetIDPRequest, $28.GetIDPResult>(
|
||||
static final _$get = $grpc.ClientMethod<$25.GetIDPRequest, $25.GetIDPResult>(
|
||||
'/api.IDPService/Get',
|
||||
($28.GetIDPRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.GetIDPResult.fromBuffer(value));
|
||||
static final _$create = $grpc.ClientMethod<$28.CreateIDPRequest, $28.CreateIDPResult>(
|
||||
($25.GetIDPRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $25.GetIDPResult.fromBuffer(value));
|
||||
static final _$create = $grpc.ClientMethod<$25.CreateIDPRequest, $25.CreateIDPResult>(
|
||||
'/api.IDPService/Create',
|
||||
($28.CreateIDPRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.CreateIDPResult.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$28.UpdateIDPRequest, $28.UpdateIDPResult>(
|
||||
($25.CreateIDPRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $25.CreateIDPResult.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$25.UpdateIDPRequest, $25.UpdateIDPResult>(
|
||||
'/api.IDPService/Update',
|
||||
($28.UpdateIDPRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.UpdateIDPResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$28.DeleteIDPRequest, $28.DeleteIDPResult>(
|
||||
($25.UpdateIDPRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $25.UpdateIDPResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$25.DeleteIDPRequest, $25.DeleteIDPResult>(
|
||||
'/api.IDPService/Delete',
|
||||
($28.DeleteIDPRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.DeleteIDPResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$28.ListIDPRequest, $28.ListIDPResult>(
|
||||
($25.DeleteIDPRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $25.DeleteIDPResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$25.ListIDPRequest, $25.ListIDPResult>(
|
||||
'/api.IDPService/List',
|
||||
($28.ListIDPRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.ListIDPResult.fromBuffer(value));
|
||||
($25.ListIDPRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $25.ListIDPResult.fromBuffer(value));
|
||||
|
||||
IDPServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$28.GetIDPResult> get($28.GetIDPRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$25.GetIDPResult> get($25.GetIDPRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$get, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$28.CreateIDPResult> create($28.CreateIDPRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$25.CreateIDPResult> create($25.CreateIDPRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$create, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$28.UpdateIDPResult> update($28.UpdateIDPRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$25.UpdateIDPResult> update($25.UpdateIDPRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$update, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$28.DeleteIDPResult> delete($28.DeleteIDPRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$25.DeleteIDPResult> delete($25.DeleteIDPRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$delete, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$28.ListIDPResult> list($28.ListIDPRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$25.ListIDPResult> list($25.ListIDPRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$list, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -70,66 +70,66 @@ abstract class IDPServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.IDPService';
|
||||
|
||||
IDPServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$28.GetIDPRequest, $28.GetIDPResult>(
|
||||
$addMethod($grpc.ServiceMethod<$25.GetIDPRequest, $25.GetIDPResult>(
|
||||
'Get',
|
||||
get_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $28.GetIDPRequest.fromBuffer(value),
|
||||
($28.GetIDPResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.CreateIDPRequest, $28.CreateIDPResult>(
|
||||
($core.List<$core.int> value) => $25.GetIDPRequest.fromBuffer(value),
|
||||
($25.GetIDPResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$25.CreateIDPRequest, $25.CreateIDPResult>(
|
||||
'Create',
|
||||
create_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $28.CreateIDPRequest.fromBuffer(value),
|
||||
($28.CreateIDPResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.UpdateIDPRequest, $28.UpdateIDPResult>(
|
||||
($core.List<$core.int> value) => $25.CreateIDPRequest.fromBuffer(value),
|
||||
($25.CreateIDPResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$25.UpdateIDPRequest, $25.UpdateIDPResult>(
|
||||
'Update',
|
||||
update_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $28.UpdateIDPRequest.fromBuffer(value),
|
||||
($28.UpdateIDPResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.DeleteIDPRequest, $28.DeleteIDPResult>(
|
||||
($core.List<$core.int> value) => $25.UpdateIDPRequest.fromBuffer(value),
|
||||
($25.UpdateIDPResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$25.DeleteIDPRequest, $25.DeleteIDPResult>(
|
||||
'Delete',
|
||||
delete_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $28.DeleteIDPRequest.fromBuffer(value),
|
||||
($28.DeleteIDPResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.ListIDPRequest, $28.ListIDPResult>(
|
||||
($core.List<$core.int> value) => $25.DeleteIDPRequest.fromBuffer(value),
|
||||
($25.DeleteIDPResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$25.ListIDPRequest, $25.ListIDPResult>(
|
||||
'List',
|
||||
list_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $28.ListIDPRequest.fromBuffer(value),
|
||||
($28.ListIDPResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $25.ListIDPRequest.fromBuffer(value),
|
||||
($25.ListIDPResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$28.GetIDPResult> get_Pre($grpc.ServiceCall $call, $async.Future<$28.GetIDPRequest> $request) async {
|
||||
$async.Future<$25.GetIDPResult> get_Pre($grpc.ServiceCall $call, $async.Future<$25.GetIDPRequest> $request) async {
|
||||
return get($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$28.CreateIDPResult> create_Pre($grpc.ServiceCall $call, $async.Future<$28.CreateIDPRequest> $request) async {
|
||||
$async.Future<$25.CreateIDPResult> create_Pre($grpc.ServiceCall $call, $async.Future<$25.CreateIDPRequest> $request) async {
|
||||
return create($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$28.UpdateIDPResult> update_Pre($grpc.ServiceCall $call, $async.Future<$28.UpdateIDPRequest> $request) async {
|
||||
$async.Future<$25.UpdateIDPResult> update_Pre($grpc.ServiceCall $call, $async.Future<$25.UpdateIDPRequest> $request) async {
|
||||
return update($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$28.DeleteIDPResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$28.DeleteIDPRequest> $request) async {
|
||||
$async.Future<$25.DeleteIDPResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$25.DeleteIDPRequest> $request) async {
|
||||
return delete($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$28.ListIDPResult> list_Pre($grpc.ServiceCall $call, $async.Future<$28.ListIDPRequest> $request) async {
|
||||
$async.Future<$25.ListIDPResult> list_Pre($grpc.ServiceCall $call, $async.Future<$25.ListIDPRequest> $request) async {
|
||||
return list($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$28.GetIDPResult> get($grpc.ServiceCall call, $28.GetIDPRequest request);
|
||||
$async.Future<$28.CreateIDPResult> create($grpc.ServiceCall call, $28.CreateIDPRequest request);
|
||||
$async.Future<$28.UpdateIDPResult> update($grpc.ServiceCall call, $28.UpdateIDPRequest request);
|
||||
$async.Future<$28.DeleteIDPResult> delete($grpc.ServiceCall call, $28.DeleteIDPRequest request);
|
||||
$async.Future<$28.ListIDPResult> list($grpc.ServiceCall call, $28.ListIDPRequest request);
|
||||
$async.Future<$25.GetIDPResult> get($grpc.ServiceCall call, $25.GetIDPRequest request);
|
||||
$async.Future<$25.CreateIDPResult> create($grpc.ServiceCall call, $25.CreateIDPRequest request);
|
||||
$async.Future<$25.UpdateIDPResult> update($grpc.ServiceCall call, $25.UpdateIDPRequest request);
|
||||
$async.Future<$25.DeleteIDPResult> delete($grpc.ServiceCall call, $25.DeleteIDPRequest request);
|
||||
$async.Future<$25.ListIDPResult> list($grpc.ServiceCall call, $25.ListIDPRequest request);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'repositoryShared.pb.dart' as $69;
|
||||
import 'repositoryShared.pb.dart' as $65;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -107,10 +107,10 @@ class Item extends $pb.GeneratedMessage {
|
||||
class ItemPayload extends $pb.GeneratedMessage {
|
||||
factory ItemPayload({
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$core.Iterable<$69.TradeItemDescriptions>? descriptionsByLanguage,
|
||||
$core.Iterable<$69.LogisticVariant>? logisticVariants,
|
||||
$69.ItemStatusStruct? status,
|
||||
$69.ExpiryConstraint? expiryConstraint,
|
||||
$core.Iterable<$65.TradeItemDescriptions>? descriptionsByLanguage,
|
||||
$core.Iterable<$65.LogisticVariant>? logisticVariants,
|
||||
$65.ItemStatusStruct? status,
|
||||
$65.ExpiryConstraint? expiryConstraint,
|
||||
$core.String? photoURI,
|
||||
$core.Iterable<$3.AttachmentSummary>? attachments,
|
||||
$core.int? attachmentNumber,
|
||||
@@ -152,10 +152,10 @@ class ItemPayload extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$3.MetadataElement>(1, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$69.TradeItemDescriptions>(3, _omitFieldNames ? '' : 'DescriptionsByLanguage', $pb.PbFieldType.PM, protoName: 'DescriptionsByLanguage', subBuilder: $69.TradeItemDescriptions.create)
|
||||
..pc<$69.LogisticVariant>(4, _omitFieldNames ? '' : 'LogisticVariants', $pb.PbFieldType.PM, protoName: 'LogisticVariants', subBuilder: $69.LogisticVariant.create)
|
||||
..aOM<$69.ItemStatusStruct>(5, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $69.ItemStatusStruct.create)
|
||||
..aOM<$69.ExpiryConstraint>(6, _omitFieldNames ? '' : 'ExpiryConstraint', protoName: 'ExpiryConstraint', subBuilder: $69.ExpiryConstraint.create)
|
||||
..pc<$65.TradeItemDescriptions>(3, _omitFieldNames ? '' : 'DescriptionsByLanguage', $pb.PbFieldType.PM, protoName: 'DescriptionsByLanguage', subBuilder: $65.TradeItemDescriptions.create)
|
||||
..pc<$65.LogisticVariant>(4, _omitFieldNames ? '' : 'LogisticVariants', $pb.PbFieldType.PM, protoName: 'LogisticVariants', subBuilder: $65.LogisticVariant.create)
|
||||
..aOM<$65.ItemStatusStruct>(5, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $65.ItemStatusStruct.create)
|
||||
..aOM<$65.ExpiryConstraint>(6, _omitFieldNames ? '' : 'ExpiryConstraint', protoName: 'ExpiryConstraint', subBuilder: $65.ExpiryConstraint.create)
|
||||
..aOS(7, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI')
|
||||
..pc<$3.AttachmentSummary>(8, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $3.AttachmentSummary.create)
|
||||
..a<$core.int>(9, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
||||
@@ -189,33 +189,33 @@ class ItemPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(0);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$69.TradeItemDescriptions> get descriptionsByLanguage => $_getList(1);
|
||||
$pb.PbList<$65.TradeItemDescriptions> get descriptionsByLanguage => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$69.LogisticVariant> get logisticVariants => $_getList(2);
|
||||
$pb.PbList<$65.LogisticVariant> get logisticVariants => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$69.ItemStatusStruct get status => $_getN(3);
|
||||
$65.ItemStatusStruct get status => $_getN(3);
|
||||
@$pb.TagNumber(5)
|
||||
set status($69.ItemStatusStruct v) { $_setField(5, v); }
|
||||
set status($65.ItemStatusStruct v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasStatus() => $_has(3);
|
||||
@$pb.TagNumber(5)
|
||||
void clearStatus() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$69.ItemStatusStruct ensureStatus() => $_ensure(3);
|
||||
$65.ItemStatusStruct ensureStatus() => $_ensure(3);
|
||||
|
||||
/// Item components
|
||||
@$pb.TagNumber(6)
|
||||
$69.ExpiryConstraint get expiryConstraint => $_getN(4);
|
||||
$65.ExpiryConstraint get expiryConstraint => $_getN(4);
|
||||
@$pb.TagNumber(6)
|
||||
set expiryConstraint($69.ExpiryConstraint v) { $_setField(6, v); }
|
||||
set expiryConstraint($65.ExpiryConstraint v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasExpiryConstraint() => $_has(4);
|
||||
@$pb.TagNumber(6)
|
||||
void clearExpiryConstraint() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$69.ExpiryConstraint ensureExpiryConstraint() => $_ensure(4);
|
||||
$65.ExpiryConstraint ensureExpiryConstraint() => $_ensure(4);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get photoURI => $_getSZ(5);
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'repositoryShared.pb.dart' as $69;
|
||||
import 'repositoryShared.pb.dart' as $65;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -22,9 +22,9 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class ItemCreatedPayload extends $pb.GeneratedMessage {
|
||||
factory ItemCreatedPayload({
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$core.Iterable<$69.TradeItemDescriptions>? descriptionsByLanguage,
|
||||
$core.Iterable<$69.LogisticVariant>? logisticVariants,
|
||||
$69.ExpiryConstraint? expiryConstraint,
|
||||
$core.Iterable<$65.TradeItemDescriptions>? descriptionsByLanguage,
|
||||
$core.Iterable<$65.LogisticVariant>? logisticVariants,
|
||||
$65.ExpiryConstraint? expiryConstraint,
|
||||
$core.String? photoURI,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -51,9 +51,9 @@ class ItemCreatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemCreatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$3.MetadataElement>(1, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$69.TradeItemDescriptions>(3, _omitFieldNames ? '' : 'DescriptionsByLanguage', $pb.PbFieldType.PM, protoName: 'DescriptionsByLanguage', subBuilder: $69.TradeItemDescriptions.create)
|
||||
..pc<$69.LogisticVariant>(4, _omitFieldNames ? '' : 'LogisticVariants', $pb.PbFieldType.PM, protoName: 'LogisticVariants', subBuilder: $69.LogisticVariant.create)
|
||||
..aOM<$69.ExpiryConstraint>(6, _omitFieldNames ? '' : 'ExpiryConstraint', protoName: 'ExpiryConstraint', subBuilder: $69.ExpiryConstraint.create)
|
||||
..pc<$65.TradeItemDescriptions>(3, _omitFieldNames ? '' : 'DescriptionsByLanguage', $pb.PbFieldType.PM, protoName: 'DescriptionsByLanguage', subBuilder: $65.TradeItemDescriptions.create)
|
||||
..pc<$65.LogisticVariant>(4, _omitFieldNames ? '' : 'LogisticVariants', $pb.PbFieldType.PM, protoName: 'LogisticVariants', subBuilder: $65.LogisticVariant.create)
|
||||
..aOM<$65.ExpiryConstraint>(6, _omitFieldNames ? '' : 'ExpiryConstraint', protoName: 'ExpiryConstraint', subBuilder: $65.ExpiryConstraint.create)
|
||||
..aOS(7, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -84,22 +84,22 @@ class ItemCreatedPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(0);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$69.TradeItemDescriptions> get descriptionsByLanguage => $_getList(1);
|
||||
$pb.PbList<$65.TradeItemDescriptions> get descriptionsByLanguage => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$69.LogisticVariant> get logisticVariants => $_getList(2);
|
||||
$pb.PbList<$65.LogisticVariant> get logisticVariants => $_getList(2);
|
||||
|
||||
/// Item components
|
||||
@$pb.TagNumber(6)
|
||||
$69.ExpiryConstraint get expiryConstraint => $_getN(3);
|
||||
$65.ExpiryConstraint get expiryConstraint => $_getN(3);
|
||||
@$pb.TagNumber(6)
|
||||
set expiryConstraint($69.ExpiryConstraint v) { $_setField(6, v); }
|
||||
set expiryConstraint($65.ExpiryConstraint v) { $_setField(6, v); }
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasExpiryConstraint() => $_has(3);
|
||||
@$pb.TagNumber(6)
|
||||
void clearExpiryConstraint() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$69.ExpiryConstraint ensureExpiryConstraint() => $_ensure(3);
|
||||
$65.ExpiryConstraint ensureExpiryConstraint() => $_ensure(3);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get photoURI => $_getSZ(4);
|
||||
@@ -638,7 +638,7 @@ class ItemMetaDataUpdatedResponse extends $pb.GeneratedMessage {
|
||||
/// Event Payload
|
||||
class ItemLogisticVariantUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ItemLogisticVariantUpdatedPayload({
|
||||
$core.Iterable<$69.LogisticVariant>? logisticVariants,
|
||||
$core.Iterable<$65.LogisticVariant>? logisticVariants,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (logisticVariants != null) {
|
||||
@@ -651,7 +651,7 @@ class ItemLogisticVariantUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ItemLogisticVariantUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemLogisticVariantUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$69.LogisticVariant>(1, _omitFieldNames ? '' : 'LogisticVariants', $pb.PbFieldType.PM, protoName: 'LogisticVariants', subBuilder: $69.LogisticVariant.create)
|
||||
..pc<$65.LogisticVariant>(1, _omitFieldNames ? '' : 'LogisticVariants', $pb.PbFieldType.PM, protoName: 'LogisticVariants', subBuilder: $65.LogisticVariant.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -677,7 +677,7 @@ class ItemLogisticVariantUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static ItemLogisticVariantUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$69.LogisticVariant> get logisticVariants => $_getList(0);
|
||||
$pb.PbList<$65.LogisticVariant> get logisticVariants => $_getList(0);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
@@ -1478,7 +1478,7 @@ class ItemDeletedResponse extends $pb.GeneratedMessage {
|
||||
/// Event Payload
|
||||
class ItemDescriptionUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ItemDescriptionUpdatedPayload({
|
||||
$core.Iterable<$69.TradeItemDescriptions>? descriptionsByLanguage,
|
||||
$core.Iterable<$65.TradeItemDescriptions>? descriptionsByLanguage,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (descriptionsByLanguage != null) {
|
||||
@@ -1491,7 +1491,7 @@ class ItemDescriptionUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory ItemDescriptionUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemDescriptionUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$69.TradeItemDescriptions>(3, _omitFieldNames ? '' : 'DescriptionsByLanguage', $pb.PbFieldType.PM, protoName: 'DescriptionsByLanguage', subBuilder: $69.TradeItemDescriptions.create)
|
||||
..pc<$65.TradeItemDescriptions>(3, _omitFieldNames ? '' : 'DescriptionsByLanguage', $pb.PbFieldType.PM, protoName: 'DescriptionsByLanguage', subBuilder: $65.TradeItemDescriptions.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1517,7 +1517,7 @@ class ItemDescriptionUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static ItemDescriptionUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$69.TradeItemDescriptions> get descriptionsByLanguage => $_getList(0);
|
||||
$pb.PbList<$65.TradeItemDescriptions> get descriptionsByLanguage => $_getList(0);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
@@ -15,76 +15,76 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'itemInput.pb.dart' as $29;
|
||||
import 'itemInput.pb.dart' as $26;
|
||||
|
||||
export 'itemInput.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ItemInputAPI')
|
||||
class ItemInputAPIClient extends $grpc.Client {
|
||||
static final _$created = $grpc.ClientMethod<$29.ItemCreatedRequest, $29.ItemCreatedResponse>(
|
||||
static final _$created = $grpc.ClientMethod<$26.ItemCreatedRequest, $26.ItemCreatedResponse>(
|
||||
'/api.ItemInputAPI/Created',
|
||||
($29.ItemCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.ItemCreatedResponse.fromBuffer(value));
|
||||
static final _$logisticVariantUpdated = $grpc.ClientMethod<$29.ItemLogisticVariantUpdatedRequest, $29.ItemLogisticVariantUpdatedResponse>(
|
||||
($26.ItemCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.ItemCreatedResponse.fromBuffer(value));
|
||||
static final _$logisticVariantUpdated = $grpc.ClientMethod<$26.ItemLogisticVariantUpdatedRequest, $26.ItemLogisticVariantUpdatedResponse>(
|
||||
'/api.ItemInputAPI/LogisticVariantUpdated',
|
||||
($29.ItemLogisticVariantUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.ItemLogisticVariantUpdatedResponse.fromBuffer(value));
|
||||
static final _$logisticVariantRemoved = $grpc.ClientMethod<$29.ItemLogisticVariantRemovedRequest, $29.ItemLogisticVariantRemovedResponse>(
|
||||
($26.ItemLogisticVariantUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.ItemLogisticVariantUpdatedResponse.fromBuffer(value));
|
||||
static final _$logisticVariantRemoved = $grpc.ClientMethod<$26.ItemLogisticVariantRemovedRequest, $26.ItemLogisticVariantRemovedResponse>(
|
||||
'/api.ItemInputAPI/LogisticVariantRemoved',
|
||||
($29.ItemLogisticVariantRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.ItemLogisticVariantRemovedResponse.fromBuffer(value));
|
||||
static final _$metaDataUpdated = $grpc.ClientMethod<$29.ItemMetaDataUpdatedRequest, $29.ItemMetaDataUpdatedResponse>(
|
||||
($26.ItemLogisticVariantRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.ItemLogisticVariantRemovedResponse.fromBuffer(value));
|
||||
static final _$metaDataUpdated = $grpc.ClientMethod<$26.ItemMetaDataUpdatedRequest, $26.ItemMetaDataUpdatedResponse>(
|
||||
'/api.ItemInputAPI/MetaDataUpdated',
|
||||
($29.ItemMetaDataUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.ItemMetaDataUpdatedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$29.ItemDeletedRequest, $29.ItemDeletedResponse>(
|
||||
($26.ItemMetaDataUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.ItemMetaDataUpdatedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$26.ItemDeletedRequest, $26.ItemDeletedResponse>(
|
||||
'/api.ItemInputAPI/Deleted',
|
||||
($29.ItemDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.ItemDeletedResponse.fromBuffer(value));
|
||||
static final _$descriptionUpdated = $grpc.ClientMethod<$29.ItemDescriptionUpdatedRequest, $29.ItemDescriptionUpdatedResponse>(
|
||||
($26.ItemDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.ItemDeletedResponse.fromBuffer(value));
|
||||
static final _$descriptionUpdated = $grpc.ClientMethod<$26.ItemDescriptionUpdatedRequest, $26.ItemDescriptionUpdatedResponse>(
|
||||
'/api.ItemInputAPI/DescriptionUpdated',
|
||||
($29.ItemDescriptionUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.ItemDescriptionUpdatedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$29.ItemAttachmentAddedRequest, $29.ItemAttachmentAddedResponse>(
|
||||
($26.ItemDescriptionUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.ItemDescriptionUpdatedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$26.ItemAttachmentAddedRequest, $26.ItemAttachmentAddedResponse>(
|
||||
'/api.ItemInputAPI/AttachmentAdded',
|
||||
($29.ItemAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.ItemAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$29.ItemAttachmentRemovedRequest, $29.ItemAttachmentRemovedResponse>(
|
||||
($26.ItemAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.ItemAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$26.ItemAttachmentRemovedRequest, $26.ItemAttachmentRemovedResponse>(
|
||||
'/api.ItemInputAPI/AttachmentRemoved',
|
||||
($29.ItemAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.ItemAttachmentRemovedResponse.fromBuffer(value));
|
||||
($26.ItemAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $26.ItemAttachmentRemovedResponse.fromBuffer(value));
|
||||
|
||||
ItemInputAPIClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$29.ItemCreatedResponse> created($29.ItemCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$26.ItemCreatedResponse> created($26.ItemCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$created, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$29.ItemLogisticVariantUpdatedResponse> logisticVariantUpdated($29.ItemLogisticVariantUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$26.ItemLogisticVariantUpdatedResponse> logisticVariantUpdated($26.ItemLogisticVariantUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$logisticVariantUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$29.ItemLogisticVariantRemovedResponse> logisticVariantRemoved($29.ItemLogisticVariantRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$26.ItemLogisticVariantRemovedResponse> logisticVariantRemoved($26.ItemLogisticVariantRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$logisticVariantRemoved, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$29.ItemMetaDataUpdatedResponse> metaDataUpdated($29.ItemMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$26.ItemMetaDataUpdatedResponse> metaDataUpdated($26.ItemMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$metaDataUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$29.ItemDeletedResponse> deleted($29.ItemDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$26.ItemDeletedResponse> deleted($26.ItemDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$29.ItemDescriptionUpdatedResponse> descriptionUpdated($29.ItemDescriptionUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$26.ItemDescriptionUpdatedResponse> descriptionUpdated($26.ItemDescriptionUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$descriptionUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$29.ItemAttachmentAddedResponse> attachmentAdded($29.ItemAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$26.ItemAttachmentAddedResponse> attachmentAdded($26.ItemAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$29.ItemAttachmentRemovedResponse> attachmentRemoved($29.ItemAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$26.ItemAttachmentRemovedResponse> attachmentRemoved($26.ItemAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentRemoved, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -94,102 +94,102 @@ abstract class ItemInputAPIServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ItemInputAPI';
|
||||
|
||||
ItemInputAPIServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$29.ItemCreatedRequest, $29.ItemCreatedResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$26.ItemCreatedRequest, $26.ItemCreatedResponse>(
|
||||
'Created',
|
||||
created_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $29.ItemCreatedRequest.fromBuffer(value),
|
||||
($29.ItemCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$29.ItemLogisticVariantUpdatedRequest, $29.ItemLogisticVariantUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $26.ItemCreatedRequest.fromBuffer(value),
|
||||
($26.ItemCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.ItemLogisticVariantUpdatedRequest, $26.ItemLogisticVariantUpdatedResponse>(
|
||||
'LogisticVariantUpdated',
|
||||
logisticVariantUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $29.ItemLogisticVariantUpdatedRequest.fromBuffer(value),
|
||||
($29.ItemLogisticVariantUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$29.ItemLogisticVariantRemovedRequest, $29.ItemLogisticVariantRemovedResponse>(
|
||||
($core.List<$core.int> value) => $26.ItemLogisticVariantUpdatedRequest.fromBuffer(value),
|
||||
($26.ItemLogisticVariantUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.ItemLogisticVariantRemovedRequest, $26.ItemLogisticVariantRemovedResponse>(
|
||||
'LogisticVariantRemoved',
|
||||
logisticVariantRemoved_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $29.ItemLogisticVariantRemovedRequest.fromBuffer(value),
|
||||
($29.ItemLogisticVariantRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$29.ItemMetaDataUpdatedRequest, $29.ItemMetaDataUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $26.ItemLogisticVariantRemovedRequest.fromBuffer(value),
|
||||
($26.ItemLogisticVariantRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.ItemMetaDataUpdatedRequest, $26.ItemMetaDataUpdatedResponse>(
|
||||
'MetaDataUpdated',
|
||||
metaDataUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $29.ItemMetaDataUpdatedRequest.fromBuffer(value),
|
||||
($29.ItemMetaDataUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$29.ItemDeletedRequest, $29.ItemDeletedResponse>(
|
||||
($core.List<$core.int> value) => $26.ItemMetaDataUpdatedRequest.fromBuffer(value),
|
||||
($26.ItemMetaDataUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.ItemDeletedRequest, $26.ItemDeletedResponse>(
|
||||
'Deleted',
|
||||
deleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $29.ItemDeletedRequest.fromBuffer(value),
|
||||
($29.ItemDeletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$29.ItemDescriptionUpdatedRequest, $29.ItemDescriptionUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $26.ItemDeletedRequest.fromBuffer(value),
|
||||
($26.ItemDeletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.ItemDescriptionUpdatedRequest, $26.ItemDescriptionUpdatedResponse>(
|
||||
'DescriptionUpdated',
|
||||
descriptionUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $29.ItemDescriptionUpdatedRequest.fromBuffer(value),
|
||||
($29.ItemDescriptionUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$29.ItemAttachmentAddedRequest, $29.ItemAttachmentAddedResponse>(
|
||||
($core.List<$core.int> value) => $26.ItemDescriptionUpdatedRequest.fromBuffer(value),
|
||||
($26.ItemDescriptionUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.ItemAttachmentAddedRequest, $26.ItemAttachmentAddedResponse>(
|
||||
'AttachmentAdded',
|
||||
attachmentAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $29.ItemAttachmentAddedRequest.fromBuffer(value),
|
||||
($29.ItemAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$29.ItemAttachmentRemovedRequest, $29.ItemAttachmentRemovedResponse>(
|
||||
($core.List<$core.int> value) => $26.ItemAttachmentAddedRequest.fromBuffer(value),
|
||||
($26.ItemAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$26.ItemAttachmentRemovedRequest, $26.ItemAttachmentRemovedResponse>(
|
||||
'AttachmentRemoved',
|
||||
attachmentRemoved_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $29.ItemAttachmentRemovedRequest.fromBuffer(value),
|
||||
($29.ItemAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $26.ItemAttachmentRemovedRequest.fromBuffer(value),
|
||||
($26.ItemAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$29.ItemCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$29.ItemCreatedRequest> $request) async {
|
||||
$async.Future<$26.ItemCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$26.ItemCreatedRequest> $request) async {
|
||||
return created($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$29.ItemLogisticVariantUpdatedResponse> logisticVariantUpdated_Pre($grpc.ServiceCall $call, $async.Future<$29.ItemLogisticVariantUpdatedRequest> $request) async {
|
||||
$async.Future<$26.ItemLogisticVariantUpdatedResponse> logisticVariantUpdated_Pre($grpc.ServiceCall $call, $async.Future<$26.ItemLogisticVariantUpdatedRequest> $request) async {
|
||||
return logisticVariantUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$29.ItemLogisticVariantRemovedResponse> logisticVariantRemoved_Pre($grpc.ServiceCall $call, $async.Future<$29.ItemLogisticVariantRemovedRequest> $request) async {
|
||||
$async.Future<$26.ItemLogisticVariantRemovedResponse> logisticVariantRemoved_Pre($grpc.ServiceCall $call, $async.Future<$26.ItemLogisticVariantRemovedRequest> $request) async {
|
||||
return logisticVariantRemoved($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$29.ItemMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$29.ItemMetaDataUpdatedRequest> $request) async {
|
||||
$async.Future<$26.ItemMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$26.ItemMetaDataUpdatedRequest> $request) async {
|
||||
return metaDataUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$29.ItemDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$29.ItemDeletedRequest> $request) async {
|
||||
$async.Future<$26.ItemDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$26.ItemDeletedRequest> $request) async {
|
||||
return deleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$29.ItemDescriptionUpdatedResponse> descriptionUpdated_Pre($grpc.ServiceCall $call, $async.Future<$29.ItemDescriptionUpdatedRequest> $request) async {
|
||||
$async.Future<$26.ItemDescriptionUpdatedResponse> descriptionUpdated_Pre($grpc.ServiceCall $call, $async.Future<$26.ItemDescriptionUpdatedRequest> $request) async {
|
||||
return descriptionUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$29.ItemAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$29.ItemAttachmentAddedRequest> $request) async {
|
||||
$async.Future<$26.ItemAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$26.ItemAttachmentAddedRequest> $request) async {
|
||||
return attachmentAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$29.ItemAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$29.ItemAttachmentRemovedRequest> $request) async {
|
||||
$async.Future<$26.ItemAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$26.ItemAttachmentRemovedRequest> $request) async {
|
||||
return attachmentRemoved($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$29.ItemCreatedResponse> created($grpc.ServiceCall call, $29.ItemCreatedRequest request);
|
||||
$async.Future<$29.ItemLogisticVariantUpdatedResponse> logisticVariantUpdated($grpc.ServiceCall call, $29.ItemLogisticVariantUpdatedRequest request);
|
||||
$async.Future<$29.ItemLogisticVariantRemovedResponse> logisticVariantRemoved($grpc.ServiceCall call, $29.ItemLogisticVariantRemovedRequest request);
|
||||
$async.Future<$29.ItemMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $29.ItemMetaDataUpdatedRequest request);
|
||||
$async.Future<$29.ItemDeletedResponse> deleted($grpc.ServiceCall call, $29.ItemDeletedRequest request);
|
||||
$async.Future<$29.ItemDescriptionUpdatedResponse> descriptionUpdated($grpc.ServiceCall call, $29.ItemDescriptionUpdatedRequest request);
|
||||
$async.Future<$29.ItemAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $29.ItemAttachmentAddedRequest request);
|
||||
$async.Future<$29.ItemAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $29.ItemAttachmentRemovedRequest request);
|
||||
$async.Future<$26.ItemCreatedResponse> created($grpc.ServiceCall call, $26.ItemCreatedRequest request);
|
||||
$async.Future<$26.ItemLogisticVariantUpdatedResponse> logisticVariantUpdated($grpc.ServiceCall call, $26.ItemLogisticVariantUpdatedRequest request);
|
||||
$async.Future<$26.ItemLogisticVariantRemovedResponse> logisticVariantRemoved($grpc.ServiceCall call, $26.ItemLogisticVariantRemovedRequest request);
|
||||
$async.Future<$26.ItemMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $26.ItemMetaDataUpdatedRequest request);
|
||||
$async.Future<$26.ItemDeletedResponse> deleted($grpc.ServiceCall call, $26.ItemDeletedRequest request);
|
||||
$async.Future<$26.ItemDescriptionUpdatedResponse> descriptionUpdated($grpc.ServiceCall call, $26.ItemDescriptionUpdatedRequest request);
|
||||
$async.Future<$26.ItemAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $26.ItemAttachmentAddedRequest request);
|
||||
$async.Future<$26.ItemAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $26.ItemAttachmentRemovedRequest request);
|
||||
}
|
||||
|
||||
@@ -13,8 +13,8 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'item.pb.dart' as $83;
|
||||
import 'repositoryShared.pb.dart' as $69;
|
||||
import 'item.pb.dart' as $77;
|
||||
import 'repositoryShared.pb.dart' as $65;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -82,7 +82,7 @@ class ItemByIdQuery extends $pb.GeneratedMessage {
|
||||
class ItemByIdResult extends $pb.GeneratedMessage {
|
||||
factory ItemByIdResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$83.Item>? objects,
|
||||
$core.Iterable<$77.Item>? objects,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
@@ -99,7 +99,7 @@ class ItemByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$83.Item>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $83.Item.create)
|
||||
..pc<$77.Item>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $77.Item.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -137,7 +137,7 @@ class ItemByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
/// Aggregation object message
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$83.Item> get objects => $_getList(1);
|
||||
$pb.PbList<$77.Item> get objects => $_getList(1);
|
||||
}
|
||||
|
||||
class ItemByFilterQuery extends $pb.GeneratedMessage {
|
||||
@@ -233,7 +233,7 @@ class ItemByFilterQuery extends $pb.GeneratedMessage {
|
||||
class ItemByFilterResult extends $pb.GeneratedMessage {
|
||||
factory ItemByFilterResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$83.Item>? objects,
|
||||
$core.Iterable<$77.Item>? objects,
|
||||
$core.String? queryContext,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -254,7 +254,7 @@ class ItemByFilterResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$83.Item>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $83.Item.create)
|
||||
..pc<$77.Item>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $77.Item.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -292,7 +292,7 @@ class ItemByFilterResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$83.Item> get objects => $_getList(1);
|
||||
$pb.PbList<$77.Item> get objects => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get queryContext => $_getSZ(2);
|
||||
@@ -516,7 +516,7 @@ class GetLVDetailedQuantityQuery extends $pb.GeneratedMessage {
|
||||
|
||||
class GetLVDetailedQuantityResult extends $pb.GeneratedMessage {
|
||||
factory GetLVDetailedQuantityResult({
|
||||
$core.Iterable<$69.LVDetailedQuantity>? lVDetailedQuantity,
|
||||
$core.Iterable<$65.LVDetailedQuantity>? lVDetailedQuantity,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (lVDetailedQuantity != null) {
|
||||
@@ -529,7 +529,7 @@ class GetLVDetailedQuantityResult extends $pb.GeneratedMessage {
|
||||
factory GetLVDetailedQuantityResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetLVDetailedQuantityResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$69.LVDetailedQuantity>(1, _omitFieldNames ? '' : 'LVDetailedQuantity', $pb.PbFieldType.PM, protoName: 'LVDetailedQuantity', subBuilder: $69.LVDetailedQuantity.create)
|
||||
..pc<$65.LVDetailedQuantity>(1, _omitFieldNames ? '' : 'LVDetailedQuantity', $pb.PbFieldType.PM, protoName: 'LVDetailedQuantity', subBuilder: $65.LVDetailedQuantity.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -555,7 +555,7 @@ class GetLVDetailedQuantityResult extends $pb.GeneratedMessage {
|
||||
static GetLVDetailedQuantityResult? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$69.LVDetailedQuantity> get lVDetailedQuantity => $_getList(0);
|
||||
$pb.PbList<$65.LVDetailedQuantity> get lVDetailedQuantity => $_getList(0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -15,25 +15,25 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'itemQuery.pb.dart' as $30;
|
||||
import 'itemQuery.pb.dart' as $27;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'itemQuery.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ItemQuery')
|
||||
class ItemQueryClient extends $grpc.Client {
|
||||
static final _$getByIds = $grpc.ClientMethod<$30.ItemByIdQuery, $30.ItemByIdResult>(
|
||||
static final _$getByIds = $grpc.ClientMethod<$27.ItemByIdQuery, $27.ItemByIdResult>(
|
||||
'/api.ItemQuery/GetByIds',
|
||||
($30.ItemByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.ItemByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$30.ItemByFilterQuery, $30.ItemByFilterResult>(
|
||||
($27.ItemByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.ItemByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$27.ItemByFilterQuery, $27.ItemByFilterResult>(
|
||||
'/api.ItemQuery/Find',
|
||||
($30.ItemByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.ItemByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$30.ItemByMatchQuery, $30.ItemByMatchResult>(
|
||||
($27.ItemByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.ItemByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$27.ItemByMatchQuery, $27.ItemByMatchResult>(
|
||||
'/api.ItemQuery/FindMatchingFieldValues',
|
||||
($30.ItemByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.ItemByMatchResult.fromBuffer(value));
|
||||
($27.ItemByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.ItemByMatchResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldElements = $grpc.ClientMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'/api.ItemQuery/FindMatchingFieldElements',
|
||||
($3.ElementByMatchQuery value) => value.writeToBuffer(),
|
||||
@@ -46,22 +46,22 @@ class ItemQueryClient extends $grpc.Client {
|
||||
'/api.ItemQuery/CountLines',
|
||||
($3.CountLinesQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.CountLinesResult.fromBuffer(value));
|
||||
static final _$getLVDetailedQuantity = $grpc.ClientMethod<$30.GetLVDetailedQuantityQuery, $30.GetLVDetailedQuantityResult>(
|
||||
static final _$getLVDetailedQuantity = $grpc.ClientMethod<$27.GetLVDetailedQuantityQuery, $27.GetLVDetailedQuantityResult>(
|
||||
'/api.ItemQuery/GetLVDetailedQuantity',
|
||||
($30.GetLVDetailedQuantityQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.GetLVDetailedQuantityResult.fromBuffer(value));
|
||||
($27.GetLVDetailedQuantityQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.GetLVDetailedQuantityResult.fromBuffer(value));
|
||||
|
||||
ItemQueryClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$30.ItemByIdResult> getByIds($30.ItemByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$27.ItemByIdResult> getByIds($27.ItemByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getByIds, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$30.ItemByFilterResult> find($30.ItemByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$27.ItemByFilterResult> find($27.ItemByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$find, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$30.ItemByMatchResult> findMatchingFieldValues($30.ItemByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$27.ItemByMatchResult> findMatchingFieldValues($27.ItemByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$findMatchingFieldValues, request, options: options);
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ class ItemQueryClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$countLines, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$30.GetLVDetailedQuantityResult> getLVDetailedQuantity($30.GetLVDetailedQuantityQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$27.GetLVDetailedQuantityResult> getLVDetailedQuantity($27.GetLVDetailedQuantityQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getLVDetailedQuantity, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -87,27 +87,27 @@ abstract class ItemQueryServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ItemQuery';
|
||||
|
||||
ItemQueryServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$30.ItemByIdQuery, $30.ItemByIdResult>(
|
||||
$addMethod($grpc.ServiceMethod<$27.ItemByIdQuery, $27.ItemByIdResult>(
|
||||
'GetByIds',
|
||||
getByIds_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $30.ItemByIdQuery.fromBuffer(value),
|
||||
($30.ItemByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.ItemByFilterQuery, $30.ItemByFilterResult>(
|
||||
($core.List<$core.int> value) => $27.ItemByIdQuery.fromBuffer(value),
|
||||
($27.ItemByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$27.ItemByFilterQuery, $27.ItemByFilterResult>(
|
||||
'Find',
|
||||
find_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $30.ItemByFilterQuery.fromBuffer(value),
|
||||
($30.ItemByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.ItemByMatchQuery, $30.ItemByMatchResult>(
|
||||
($core.List<$core.int> value) => $27.ItemByFilterQuery.fromBuffer(value),
|
||||
($27.ItemByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$27.ItemByMatchQuery, $27.ItemByMatchResult>(
|
||||
'FindMatchingFieldValues',
|
||||
findMatchingFieldValues_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $30.ItemByMatchQuery.fromBuffer(value),
|
||||
($30.ItemByMatchResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $27.ItemByMatchQuery.fromBuffer(value),
|
||||
($27.ItemByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'FindMatchingFieldElements',
|
||||
findMatchingFieldElements_Pre,
|
||||
@@ -129,24 +129,24 @@ abstract class ItemQueryServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.CountLinesQuery.fromBuffer(value),
|
||||
($3.CountLinesResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.GetLVDetailedQuantityQuery, $30.GetLVDetailedQuantityResult>(
|
||||
$addMethod($grpc.ServiceMethod<$27.GetLVDetailedQuantityQuery, $27.GetLVDetailedQuantityResult>(
|
||||
'GetLVDetailedQuantity',
|
||||
getLVDetailedQuantity_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $30.GetLVDetailedQuantityQuery.fromBuffer(value),
|
||||
($30.GetLVDetailedQuantityResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $27.GetLVDetailedQuantityQuery.fromBuffer(value),
|
||||
($27.GetLVDetailedQuantityResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$30.ItemByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$30.ItemByIdQuery> $request) async {
|
||||
$async.Future<$27.ItemByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$27.ItemByIdQuery> $request) async {
|
||||
return getByIds($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$30.ItemByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$30.ItemByFilterQuery> $request) async {
|
||||
$async.Future<$27.ItemByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$27.ItemByFilterQuery> $request) async {
|
||||
return find($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$30.ItemByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$30.ItemByMatchQuery> $request) async {
|
||||
$async.Future<$27.ItemByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$27.ItemByMatchQuery> $request) async {
|
||||
return findMatchingFieldValues($call, await $request);
|
||||
}
|
||||
|
||||
@@ -162,15 +162,15 @@ abstract class ItemQueryServiceBase extends $grpc.Service {
|
||||
return countLines($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$30.GetLVDetailedQuantityResult> getLVDetailedQuantity_Pre($grpc.ServiceCall $call, $async.Future<$30.GetLVDetailedQuantityQuery> $request) async {
|
||||
$async.Future<$27.GetLVDetailedQuantityResult> getLVDetailedQuantity_Pre($grpc.ServiceCall $call, $async.Future<$27.GetLVDetailedQuantityQuery> $request) async {
|
||||
return getLVDetailedQuantity($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$30.ItemByIdResult> getByIds($grpc.ServiceCall call, $30.ItemByIdQuery request);
|
||||
$async.Future<$30.ItemByFilterResult> find($grpc.ServiceCall call, $30.ItemByFilterQuery request);
|
||||
$async.Future<$30.ItemByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $30.ItemByMatchQuery request);
|
||||
$async.Future<$27.ItemByIdResult> getByIds($grpc.ServiceCall call, $27.ItemByIdQuery request);
|
||||
$async.Future<$27.ItemByFilterResult> find($grpc.ServiceCall call, $27.ItemByFilterQuery request);
|
||||
$async.Future<$27.ItemByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $27.ItemByMatchQuery request);
|
||||
$async.Future<$3.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $3.ElementByMatchQuery request);
|
||||
$async.Future<$3.ExtractResult> extract($grpc.ServiceCall call, $3.ExtractQuery request);
|
||||
$async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request);
|
||||
$async.Future<$30.GetLVDetailedQuantityResult> getLVDetailedQuantity($grpc.ServiceCall call, $30.GetLVDetailedQuantityQuery request);
|
||||
$async.Future<$27.GetLVDetailedQuantityResult> getLVDetailedQuantity($grpc.ServiceCall call, $27.GetLVDetailedQuantityQuery request);
|
||||
}
|
||||
|
||||
@@ -15,76 +15,76 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'kpi.pb.dart' as $31;
|
||||
import 'kpi.pb.dart' as $28;
|
||||
|
||||
export 'kpi.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.KpiService')
|
||||
class KpiServiceClient extends $grpc.Client {
|
||||
static final _$getKpis = $grpc.ClientMethod<$31.GetKpisRequest, $31.GetKpisResult>(
|
||||
static final _$getKpis = $grpc.ClientMethod<$28.GetKpisRequest, $28.GetKpisResult>(
|
||||
'/api.KpiService/GetKpis',
|
||||
($31.GetKpisRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $31.GetKpisResult.fromBuffer(value));
|
||||
static final _$getKpiTableStructure = $grpc.ClientMethod<$31.GetKpiTableStructureRequest, $31.GetKpiTableStructureResult>(
|
||||
($28.GetKpisRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.GetKpisResult.fromBuffer(value));
|
||||
static final _$getKpiTableStructure = $grpc.ClientMethod<$28.GetKpiTableStructureRequest, $28.GetKpiTableStructureResult>(
|
||||
'/api.KpiService/GetKpiTableStructure',
|
||||
($31.GetKpiTableStructureRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $31.GetKpiTableStructureResult.fromBuffer(value));
|
||||
static final _$updateKpiTableStructure = $grpc.ClientMethod<$31.UpdateKpiTableStructureRequest, $31.UpdateKpiTableStructureResult>(
|
||||
($28.GetKpiTableStructureRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.GetKpiTableStructureResult.fromBuffer(value));
|
||||
static final _$updateKpiTableStructure = $grpc.ClientMethod<$28.UpdateKpiTableStructureRequest, $28.UpdateKpiTableStructureResult>(
|
||||
'/api.KpiService/UpdateKpiTableStructure',
|
||||
($31.UpdateKpiTableStructureRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $31.UpdateKpiTableStructureResult.fromBuffer(value));
|
||||
static final _$getKpiEntities = $grpc.ClientMethod<$31.GetKpiEntitiesRequest, $31.GetKpiEntitiesResult>(
|
||||
($28.UpdateKpiTableStructureRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.UpdateKpiTableStructureResult.fromBuffer(value));
|
||||
static final _$getKpiEntities = $grpc.ClientMethod<$28.GetKpiEntitiesRequest, $28.GetKpiEntitiesResult>(
|
||||
'/api.KpiService/GetKpiEntities',
|
||||
($31.GetKpiEntitiesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $31.GetKpiEntitiesResult.fromBuffer(value));
|
||||
static final _$clearKpiEntity = $grpc.ClientMethod<$31.ClearKpiEntityRequest, $31.ClearKpiEntityResult>(
|
||||
($28.GetKpiEntitiesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.GetKpiEntitiesResult.fromBuffer(value));
|
||||
static final _$clearKpiEntity = $grpc.ClientMethod<$28.ClearKpiEntityRequest, $28.ClearKpiEntityResult>(
|
||||
'/api.KpiService/ClearKpiEntity',
|
||||
($31.ClearKpiEntityRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $31.ClearKpiEntityResult.fromBuffer(value));
|
||||
static final _$createMV = $grpc.ClientMethod<$31.CreateMVRequest, $31.CreateMVResult>(
|
||||
($28.ClearKpiEntityRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.ClearKpiEntityResult.fromBuffer(value));
|
||||
static final _$createMV = $grpc.ClientMethod<$28.CreateMVRequest, $28.CreateMVResult>(
|
||||
'/api.KpiService/CreateMV',
|
||||
($31.CreateMVRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $31.CreateMVResult.fromBuffer(value));
|
||||
static final _$dropMV = $grpc.ClientMethod<$31.DropMVRequest, $31.DropMVResult>(
|
||||
($28.CreateMVRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.CreateMVResult.fromBuffer(value));
|
||||
static final _$dropMV = $grpc.ClientMethod<$28.DropMVRequest, $28.DropMVResult>(
|
||||
'/api.KpiService/DropMV',
|
||||
($31.DropMVRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $31.DropMVResult.fromBuffer(value));
|
||||
static final _$populateMV = $grpc.ClientMethod<$31.PopulateMVRequest, $31.PopulateMVResult>(
|
||||
($28.DropMVRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.DropMVResult.fromBuffer(value));
|
||||
static final _$populateMV = $grpc.ClientMethod<$28.PopulateMVRequest, $28.PopulateMVResult>(
|
||||
'/api.KpiService/PopulateMV',
|
||||
($31.PopulateMVRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $31.PopulateMVResult.fromBuffer(value));
|
||||
($28.PopulateMVRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $28.PopulateMVResult.fromBuffer(value));
|
||||
|
||||
KpiServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$31.GetKpisResult> getKpis($31.GetKpisRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$28.GetKpisResult> getKpis($28.GetKpisRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getKpis, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$31.GetKpiTableStructureResult> getKpiTableStructure($31.GetKpiTableStructureRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$28.GetKpiTableStructureResult> getKpiTableStructure($28.GetKpiTableStructureRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getKpiTableStructure, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$31.UpdateKpiTableStructureResult> updateKpiTableStructure($31.UpdateKpiTableStructureRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$28.UpdateKpiTableStructureResult> updateKpiTableStructure($28.UpdateKpiTableStructureRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$updateKpiTableStructure, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$31.GetKpiEntitiesResult> getKpiEntities($31.GetKpiEntitiesRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$28.GetKpiEntitiesResult> getKpiEntities($28.GetKpiEntitiesRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getKpiEntities, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$31.ClearKpiEntityResult> clearKpiEntity($31.ClearKpiEntityRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$28.ClearKpiEntityResult> clearKpiEntity($28.ClearKpiEntityRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$clearKpiEntity, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$31.CreateMVResult> createMV($31.CreateMVRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$28.CreateMVResult> createMV($28.CreateMVRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createMV, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$31.DropMVResult> dropMV($31.DropMVRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$28.DropMVResult> dropMV($28.DropMVRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$dropMV, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$31.PopulateMVResult> populateMV($31.PopulateMVRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$28.PopulateMVResult> populateMV($28.PopulateMVRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$populateMV, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -94,102 +94,102 @@ abstract class KpiServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.KpiService';
|
||||
|
||||
KpiServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$31.GetKpisRequest, $31.GetKpisResult>(
|
||||
$addMethod($grpc.ServiceMethod<$28.GetKpisRequest, $28.GetKpisResult>(
|
||||
'GetKpis',
|
||||
getKpis_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $31.GetKpisRequest.fromBuffer(value),
|
||||
($31.GetKpisResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$31.GetKpiTableStructureRequest, $31.GetKpiTableStructureResult>(
|
||||
($core.List<$core.int> value) => $28.GetKpisRequest.fromBuffer(value),
|
||||
($28.GetKpisResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.GetKpiTableStructureRequest, $28.GetKpiTableStructureResult>(
|
||||
'GetKpiTableStructure',
|
||||
getKpiTableStructure_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $31.GetKpiTableStructureRequest.fromBuffer(value),
|
||||
($31.GetKpiTableStructureResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$31.UpdateKpiTableStructureRequest, $31.UpdateKpiTableStructureResult>(
|
||||
($core.List<$core.int> value) => $28.GetKpiTableStructureRequest.fromBuffer(value),
|
||||
($28.GetKpiTableStructureResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.UpdateKpiTableStructureRequest, $28.UpdateKpiTableStructureResult>(
|
||||
'UpdateKpiTableStructure',
|
||||
updateKpiTableStructure_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $31.UpdateKpiTableStructureRequest.fromBuffer(value),
|
||||
($31.UpdateKpiTableStructureResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$31.GetKpiEntitiesRequest, $31.GetKpiEntitiesResult>(
|
||||
($core.List<$core.int> value) => $28.UpdateKpiTableStructureRequest.fromBuffer(value),
|
||||
($28.UpdateKpiTableStructureResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.GetKpiEntitiesRequest, $28.GetKpiEntitiesResult>(
|
||||
'GetKpiEntities',
|
||||
getKpiEntities_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $31.GetKpiEntitiesRequest.fromBuffer(value),
|
||||
($31.GetKpiEntitiesResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$31.ClearKpiEntityRequest, $31.ClearKpiEntityResult>(
|
||||
($core.List<$core.int> value) => $28.GetKpiEntitiesRequest.fromBuffer(value),
|
||||
($28.GetKpiEntitiesResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.ClearKpiEntityRequest, $28.ClearKpiEntityResult>(
|
||||
'ClearKpiEntity',
|
||||
clearKpiEntity_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $31.ClearKpiEntityRequest.fromBuffer(value),
|
||||
($31.ClearKpiEntityResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$31.CreateMVRequest, $31.CreateMVResult>(
|
||||
($core.List<$core.int> value) => $28.ClearKpiEntityRequest.fromBuffer(value),
|
||||
($28.ClearKpiEntityResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.CreateMVRequest, $28.CreateMVResult>(
|
||||
'CreateMV',
|
||||
createMV_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $31.CreateMVRequest.fromBuffer(value),
|
||||
($31.CreateMVResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$31.DropMVRequest, $31.DropMVResult>(
|
||||
($core.List<$core.int> value) => $28.CreateMVRequest.fromBuffer(value),
|
||||
($28.CreateMVResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.DropMVRequest, $28.DropMVResult>(
|
||||
'DropMV',
|
||||
dropMV_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $31.DropMVRequest.fromBuffer(value),
|
||||
($31.DropMVResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$31.PopulateMVRequest, $31.PopulateMVResult>(
|
||||
($core.List<$core.int> value) => $28.DropMVRequest.fromBuffer(value),
|
||||
($28.DropMVResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$28.PopulateMVRequest, $28.PopulateMVResult>(
|
||||
'PopulateMV',
|
||||
populateMV_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $31.PopulateMVRequest.fromBuffer(value),
|
||||
($31.PopulateMVResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $28.PopulateMVRequest.fromBuffer(value),
|
||||
($28.PopulateMVResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$31.GetKpisResult> getKpis_Pre($grpc.ServiceCall $call, $async.Future<$31.GetKpisRequest> $request) async {
|
||||
$async.Future<$28.GetKpisResult> getKpis_Pre($grpc.ServiceCall $call, $async.Future<$28.GetKpisRequest> $request) async {
|
||||
return getKpis($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$31.GetKpiTableStructureResult> getKpiTableStructure_Pre($grpc.ServiceCall $call, $async.Future<$31.GetKpiTableStructureRequest> $request) async {
|
||||
$async.Future<$28.GetKpiTableStructureResult> getKpiTableStructure_Pre($grpc.ServiceCall $call, $async.Future<$28.GetKpiTableStructureRequest> $request) async {
|
||||
return getKpiTableStructure($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$31.UpdateKpiTableStructureResult> updateKpiTableStructure_Pre($grpc.ServiceCall $call, $async.Future<$31.UpdateKpiTableStructureRequest> $request) async {
|
||||
$async.Future<$28.UpdateKpiTableStructureResult> updateKpiTableStructure_Pre($grpc.ServiceCall $call, $async.Future<$28.UpdateKpiTableStructureRequest> $request) async {
|
||||
return updateKpiTableStructure($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$31.GetKpiEntitiesResult> getKpiEntities_Pre($grpc.ServiceCall $call, $async.Future<$31.GetKpiEntitiesRequest> $request) async {
|
||||
$async.Future<$28.GetKpiEntitiesResult> getKpiEntities_Pre($grpc.ServiceCall $call, $async.Future<$28.GetKpiEntitiesRequest> $request) async {
|
||||
return getKpiEntities($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$31.ClearKpiEntityResult> clearKpiEntity_Pre($grpc.ServiceCall $call, $async.Future<$31.ClearKpiEntityRequest> $request) async {
|
||||
$async.Future<$28.ClearKpiEntityResult> clearKpiEntity_Pre($grpc.ServiceCall $call, $async.Future<$28.ClearKpiEntityRequest> $request) async {
|
||||
return clearKpiEntity($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$31.CreateMVResult> createMV_Pre($grpc.ServiceCall $call, $async.Future<$31.CreateMVRequest> $request) async {
|
||||
$async.Future<$28.CreateMVResult> createMV_Pre($grpc.ServiceCall $call, $async.Future<$28.CreateMVRequest> $request) async {
|
||||
return createMV($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$31.DropMVResult> dropMV_Pre($grpc.ServiceCall $call, $async.Future<$31.DropMVRequest> $request) async {
|
||||
$async.Future<$28.DropMVResult> dropMV_Pre($grpc.ServiceCall $call, $async.Future<$28.DropMVRequest> $request) async {
|
||||
return dropMV($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$31.PopulateMVResult> populateMV_Pre($grpc.ServiceCall $call, $async.Future<$31.PopulateMVRequest> $request) async {
|
||||
$async.Future<$28.PopulateMVResult> populateMV_Pre($grpc.ServiceCall $call, $async.Future<$28.PopulateMVRequest> $request) async {
|
||||
return populateMV($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$31.GetKpisResult> getKpis($grpc.ServiceCall call, $31.GetKpisRequest request);
|
||||
$async.Future<$31.GetKpiTableStructureResult> getKpiTableStructure($grpc.ServiceCall call, $31.GetKpiTableStructureRequest request);
|
||||
$async.Future<$31.UpdateKpiTableStructureResult> updateKpiTableStructure($grpc.ServiceCall call, $31.UpdateKpiTableStructureRequest request);
|
||||
$async.Future<$31.GetKpiEntitiesResult> getKpiEntities($grpc.ServiceCall call, $31.GetKpiEntitiesRequest request);
|
||||
$async.Future<$31.ClearKpiEntityResult> clearKpiEntity($grpc.ServiceCall call, $31.ClearKpiEntityRequest request);
|
||||
$async.Future<$31.CreateMVResult> createMV($grpc.ServiceCall call, $31.CreateMVRequest request);
|
||||
$async.Future<$31.DropMVResult> dropMV($grpc.ServiceCall call, $31.DropMVRequest request);
|
||||
$async.Future<$31.PopulateMVResult> populateMV($grpc.ServiceCall call, $31.PopulateMVRequest request);
|
||||
$async.Future<$28.GetKpisResult> getKpis($grpc.ServiceCall call, $28.GetKpisRequest request);
|
||||
$async.Future<$28.GetKpiTableStructureResult> getKpiTableStructure($grpc.ServiceCall call, $28.GetKpiTableStructureRequest request);
|
||||
$async.Future<$28.UpdateKpiTableStructureResult> updateKpiTableStructure($grpc.ServiceCall call, $28.UpdateKpiTableStructureRequest request);
|
||||
$async.Future<$28.GetKpiEntitiesResult> getKpiEntities($grpc.ServiceCall call, $28.GetKpiEntitiesRequest request);
|
||||
$async.Future<$28.ClearKpiEntityResult> clearKpiEntity($grpc.ServiceCall call, $28.ClearKpiEntityRequest request);
|
||||
$async.Future<$28.CreateMVResult> createMV($grpc.ServiceCall call, $28.CreateMVRequest request);
|
||||
$async.Future<$28.DropMVResult> dropMV($grpc.ServiceCall call, $28.DropMVRequest request);
|
||||
$async.Future<$28.PopulateMVResult> populateMV($grpc.ServiceCall call, $28.PopulateMVRequest request);
|
||||
}
|
||||
|
||||
@@ -15,44 +15,44 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'logger.pb.dart' as $32;
|
||||
import 'logger.pb.dart' as $29;
|
||||
|
||||
export 'logger.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.LoggerService')
|
||||
class LoggerServiceClient extends $grpc.Client {
|
||||
static final _$create = $grpc.ClientMethod<$32.PlatformLogCreateRequest, $32.PlatformLogCreateResponse>(
|
||||
static final _$create = $grpc.ClientMethod<$29.PlatformLogCreateRequest, $29.PlatformLogCreateResponse>(
|
||||
'/api.LoggerService/Create',
|
||||
($32.PlatformLogCreateRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.PlatformLogCreateResponse.fromBuffer(value));
|
||||
static final _$getByIds = $grpc.ClientMethod<$32.PlatformLogGetByIdsRequest, $32.PlatformLogGetByIdsResult>(
|
||||
($29.PlatformLogCreateRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.PlatformLogCreateResponse.fromBuffer(value));
|
||||
static final _$getByIds = $grpc.ClientMethod<$29.PlatformLogGetByIdsRequest, $29.PlatformLogGetByIdsResult>(
|
||||
'/api.LoggerService/GetByIds',
|
||||
($32.PlatformLogGetByIdsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.PlatformLogGetByIdsResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$32.PlatformLogFindRequest, $32.PlatformLogFindResult>(
|
||||
($29.PlatformLogGetByIdsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.PlatformLogGetByIdsResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$29.PlatformLogFindRequest, $29.PlatformLogFindResult>(
|
||||
'/api.LoggerService/Find',
|
||||
($32.PlatformLogFindRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.PlatformLogFindResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$32.PlatformLogByMatchRequest, $32.PlatformLogByMatchResult>(
|
||||
($29.PlatformLogFindRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.PlatformLogFindResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$29.PlatformLogByMatchRequest, $29.PlatformLogByMatchResult>(
|
||||
'/api.LoggerService/FindMatchingFieldValues',
|
||||
($32.PlatformLogByMatchRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.PlatformLogByMatchResult.fromBuffer(value));
|
||||
($29.PlatformLogByMatchRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $29.PlatformLogByMatchResult.fromBuffer(value));
|
||||
|
||||
LoggerServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$32.PlatformLogCreateResponse> create($32.PlatformLogCreateRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$29.PlatformLogCreateResponse> create($29.PlatformLogCreateRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$create, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$32.PlatformLogGetByIdsResult> getByIds($32.PlatformLogGetByIdsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$29.PlatformLogGetByIdsResult> getByIds($29.PlatformLogGetByIdsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getByIds, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$32.PlatformLogFindResult> find($32.PlatformLogFindRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$29.PlatformLogFindResult> find($29.PlatformLogFindRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$find, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$32.PlatformLogByMatchResult> findMatchingFieldValues($32.PlatformLogByMatchRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$29.PlatformLogByMatchResult> findMatchingFieldValues($29.PlatformLogByMatchRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$findMatchingFieldValues, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -62,54 +62,54 @@ abstract class LoggerServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.LoggerService';
|
||||
|
||||
LoggerServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$32.PlatformLogCreateRequest, $32.PlatformLogCreateResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$29.PlatformLogCreateRequest, $29.PlatformLogCreateResponse>(
|
||||
'Create',
|
||||
create_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $32.PlatformLogCreateRequest.fromBuffer(value),
|
||||
($32.PlatformLogCreateResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$32.PlatformLogGetByIdsRequest, $32.PlatformLogGetByIdsResult>(
|
||||
($core.List<$core.int> value) => $29.PlatformLogCreateRequest.fromBuffer(value),
|
||||
($29.PlatformLogCreateResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$29.PlatformLogGetByIdsRequest, $29.PlatformLogGetByIdsResult>(
|
||||
'GetByIds',
|
||||
getByIds_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $32.PlatformLogGetByIdsRequest.fromBuffer(value),
|
||||
($32.PlatformLogGetByIdsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$32.PlatformLogFindRequest, $32.PlatformLogFindResult>(
|
||||
($core.List<$core.int> value) => $29.PlatformLogGetByIdsRequest.fromBuffer(value),
|
||||
($29.PlatformLogGetByIdsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$29.PlatformLogFindRequest, $29.PlatformLogFindResult>(
|
||||
'Find',
|
||||
find_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $32.PlatformLogFindRequest.fromBuffer(value),
|
||||
($32.PlatformLogFindResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$32.PlatformLogByMatchRequest, $32.PlatformLogByMatchResult>(
|
||||
($core.List<$core.int> value) => $29.PlatformLogFindRequest.fromBuffer(value),
|
||||
($29.PlatformLogFindResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$29.PlatformLogByMatchRequest, $29.PlatformLogByMatchResult>(
|
||||
'FindMatchingFieldValues',
|
||||
findMatchingFieldValues_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $32.PlatformLogByMatchRequest.fromBuffer(value),
|
||||
($32.PlatformLogByMatchResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $29.PlatformLogByMatchRequest.fromBuffer(value),
|
||||
($29.PlatformLogByMatchResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$32.PlatformLogCreateResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$32.PlatformLogCreateRequest> $request) async {
|
||||
$async.Future<$29.PlatformLogCreateResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$29.PlatformLogCreateRequest> $request) async {
|
||||
return create($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$32.PlatformLogGetByIdsResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$32.PlatformLogGetByIdsRequest> $request) async {
|
||||
$async.Future<$29.PlatformLogGetByIdsResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$29.PlatformLogGetByIdsRequest> $request) async {
|
||||
return getByIds($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$32.PlatformLogFindResult> find_Pre($grpc.ServiceCall $call, $async.Future<$32.PlatformLogFindRequest> $request) async {
|
||||
$async.Future<$29.PlatformLogFindResult> find_Pre($grpc.ServiceCall $call, $async.Future<$29.PlatformLogFindRequest> $request) async {
|
||||
return find($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$32.PlatformLogByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$32.PlatformLogByMatchRequest> $request) async {
|
||||
$async.Future<$29.PlatformLogByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$29.PlatformLogByMatchRequest> $request) async {
|
||||
return findMatchingFieldValues($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$32.PlatformLogCreateResponse> create($grpc.ServiceCall call, $32.PlatformLogCreateRequest request);
|
||||
$async.Future<$32.PlatformLogGetByIdsResult> getByIds($grpc.ServiceCall call, $32.PlatformLogGetByIdsRequest request);
|
||||
$async.Future<$32.PlatformLogFindResult> find($grpc.ServiceCall call, $32.PlatformLogFindRequest request);
|
||||
$async.Future<$32.PlatformLogByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $32.PlatformLogByMatchRequest request);
|
||||
$async.Future<$29.PlatformLogCreateResponse> create($grpc.ServiceCall call, $29.PlatformLogCreateRequest request);
|
||||
$async.Future<$29.PlatformLogGetByIdsResult> getByIds($grpc.ServiceCall call, $29.PlatformLogGetByIdsRequest request);
|
||||
$async.Future<$29.PlatformLogFindResult> find($grpc.ServiceCall call, $29.PlatformLogFindRequest request);
|
||||
$async.Future<$29.PlatformLogByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $29.PlatformLogByMatchRequest request);
|
||||
}
|
||||
|
||||
@@ -15,92 +15,92 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'matrix-proxy.pb.dart' as $33;
|
||||
import 'matrix-proxy.pb.dart' as $30;
|
||||
|
||||
export 'matrix-proxy.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.MatrixProxyService')
|
||||
class MatrixProxyServiceClient extends $grpc.Client {
|
||||
static final _$createRoom = $grpc.ClientMethod<$33.CreateRoomRequest, $33.CreateRoomResponse>(
|
||||
static final _$createRoom = $grpc.ClientMethod<$30.CreateRoomRequest, $30.CreateRoomResponse>(
|
||||
'/api.MatrixProxyService/CreateRoom',
|
||||
($33.CreateRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.CreateRoomResponse.fromBuffer(value));
|
||||
static final _$deleteRoom = $grpc.ClientMethod<$33.DeleteRoomRequest, $33.DeleteRoomResponse>(
|
||||
($30.CreateRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.CreateRoomResponse.fromBuffer(value));
|
||||
static final _$deleteRoom = $grpc.ClientMethod<$30.DeleteRoomRequest, $30.DeleteRoomResponse>(
|
||||
'/api.MatrixProxyService/DeleteRoom',
|
||||
($33.DeleteRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.DeleteRoomResponse.fromBuffer(value));
|
||||
static final _$inviteUserToRoom = $grpc.ClientMethod<$33.InviteUserToRoomRequest, $33.InviteUserToRoomResponse>(
|
||||
($30.DeleteRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.DeleteRoomResponse.fromBuffer(value));
|
||||
static final _$inviteUserToRoom = $grpc.ClientMethod<$30.InviteUserToRoomRequest, $30.InviteUserToRoomResponse>(
|
||||
'/api.MatrixProxyService/InviteUserToRoom',
|
||||
($33.InviteUserToRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.InviteUserToRoomResponse.fromBuffer(value));
|
||||
static final _$sendNoticeToRoom = $grpc.ClientMethod<$33.SendNoticeToRoomRequest, $33.SendNoticeToRoomResponse>(
|
||||
($30.InviteUserToRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.InviteUserToRoomResponse.fromBuffer(value));
|
||||
static final _$sendNoticeToRoom = $grpc.ClientMethod<$30.SendNoticeToRoomRequest, $30.SendNoticeToRoomResponse>(
|
||||
'/api.MatrixProxyService/SendNoticeToRoom',
|
||||
($33.SendNoticeToRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.SendNoticeToRoomResponse.fromBuffer(value));
|
||||
static final _$createProjectRoom = $grpc.ClientMethod<$33.CreateProjectRoomRequest, $33.CreateProjectRoomResponse>(
|
||||
($30.SendNoticeToRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.SendNoticeToRoomResponse.fromBuffer(value));
|
||||
static final _$createProjectRoom = $grpc.ClientMethod<$30.CreateProjectRoomRequest, $30.CreateProjectRoomResponse>(
|
||||
'/api.MatrixProxyService/CreateProjectRoom',
|
||||
($33.CreateProjectRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.CreateProjectRoomResponse.fromBuffer(value));
|
||||
static final _$deleteProjectRoom = $grpc.ClientMethod<$33.DeleteProjectRoomRequest, $33.DeleteProjectRoomResponse>(
|
||||
($30.CreateProjectRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.CreateProjectRoomResponse.fromBuffer(value));
|
||||
static final _$deleteProjectRoom = $grpc.ClientMethod<$30.DeleteProjectRoomRequest, $30.DeleteProjectRoomResponse>(
|
||||
'/api.MatrixProxyService/DeleteProjectRoom',
|
||||
($33.DeleteProjectRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.DeleteProjectRoomResponse.fromBuffer(value));
|
||||
static final _$inviteUserToProjectRoom = $grpc.ClientMethod<$33.InviteUserToProjectRoomRequest, $33.InviteUserToProjectRoomResponse>(
|
||||
($30.DeleteProjectRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.DeleteProjectRoomResponse.fromBuffer(value));
|
||||
static final _$inviteUserToProjectRoom = $grpc.ClientMethod<$30.InviteUserToProjectRoomRequest, $30.InviteUserToProjectRoomResponse>(
|
||||
'/api.MatrixProxyService/InviteUserToProjectRoom',
|
||||
($33.InviteUserToProjectRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.InviteUserToProjectRoomResponse.fromBuffer(value));
|
||||
static final _$sendNoticeToProjectRoom = $grpc.ClientMethod<$33.SendNoticeToProjectRoomRequest, $33.SendNoticeToProjectRoomResponse>(
|
||||
($30.InviteUserToProjectRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.InviteUserToProjectRoomResponse.fromBuffer(value));
|
||||
static final _$sendNoticeToProjectRoom = $grpc.ClientMethod<$30.SendNoticeToProjectRoomRequest, $30.SendNoticeToProjectRoomResponse>(
|
||||
'/api.MatrixProxyService/SendNoticeToProjectRoom',
|
||||
($33.SendNoticeToProjectRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.SendNoticeToProjectRoomResponse.fromBuffer(value));
|
||||
static final _$deleteRoomsForProject = $grpc.ClientMethod<$33.DeleteRoomsForProjectRequest, $33.DeleteRoomsForProjectResponse>(
|
||||
($30.SendNoticeToProjectRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.SendNoticeToProjectRoomResponse.fromBuffer(value));
|
||||
static final _$deleteRoomsForProject = $grpc.ClientMethod<$30.DeleteRoomsForProjectRequest, $30.DeleteRoomsForProjectResponse>(
|
||||
'/api.MatrixProxyService/DeleteRoomsForProject',
|
||||
($33.DeleteRoomsForProjectRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.DeleteRoomsForProjectResponse.fromBuffer(value));
|
||||
static final _$sendMessageToProjectRoom = $grpc.ClientMethod<$33.SendMessageToProjectRoomRequest, $33.SendMessageToProjectRoomResponse>(
|
||||
($30.DeleteRoomsForProjectRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.DeleteRoomsForProjectResponse.fromBuffer(value));
|
||||
static final _$sendMessageToProjectRoom = $grpc.ClientMethod<$30.SendMessageToProjectRoomRequest, $30.SendMessageToProjectRoomResponse>(
|
||||
'/api.MatrixProxyService/SendMessageToProjectRoom',
|
||||
($33.SendMessageToProjectRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.SendMessageToProjectRoomResponse.fromBuffer(value));
|
||||
($30.SendMessageToProjectRoomRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $30.SendMessageToProjectRoomResponse.fromBuffer(value));
|
||||
|
||||
MatrixProxyServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$33.CreateRoomResponse> createRoom($33.CreateRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$30.CreateRoomResponse> createRoom($30.CreateRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createRoom, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$33.DeleteRoomResponse> deleteRoom($33.DeleteRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$30.DeleteRoomResponse> deleteRoom($30.DeleteRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteRoom, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$33.InviteUserToRoomResponse> inviteUserToRoom($33.InviteUserToRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$30.InviteUserToRoomResponse> inviteUserToRoom($30.InviteUserToRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$inviteUserToRoom, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$33.SendNoticeToRoomResponse> sendNoticeToRoom($33.SendNoticeToRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$30.SendNoticeToRoomResponse> sendNoticeToRoom($30.SendNoticeToRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$sendNoticeToRoom, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$33.CreateProjectRoomResponse> createProjectRoom($33.CreateProjectRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$30.CreateProjectRoomResponse> createProjectRoom($30.CreateProjectRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createProjectRoom, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$33.DeleteProjectRoomResponse> deleteProjectRoom($33.DeleteProjectRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$30.DeleteProjectRoomResponse> deleteProjectRoom($30.DeleteProjectRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteProjectRoom, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$33.InviteUserToProjectRoomResponse> inviteUserToProjectRoom($33.InviteUserToProjectRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$30.InviteUserToProjectRoomResponse> inviteUserToProjectRoom($30.InviteUserToProjectRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$inviteUserToProjectRoom, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$33.SendNoticeToProjectRoomResponse> sendNoticeToProjectRoom($33.SendNoticeToProjectRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$30.SendNoticeToProjectRoomResponse> sendNoticeToProjectRoom($30.SendNoticeToProjectRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$sendNoticeToProjectRoom, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$33.DeleteRoomsForProjectResponse> deleteRoomsForProject($33.DeleteRoomsForProjectRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$30.DeleteRoomsForProjectResponse> deleteRoomsForProject($30.DeleteRoomsForProjectRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteRoomsForProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$33.SendMessageToProjectRoomResponse> sendMessageToProjectRoom($33.SendMessageToProjectRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$30.SendMessageToProjectRoomResponse> sendMessageToProjectRoom($30.SendMessageToProjectRoomRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$sendMessageToProjectRoom, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -110,126 +110,126 @@ abstract class MatrixProxyServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.MatrixProxyService';
|
||||
|
||||
MatrixProxyServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$33.CreateRoomRequest, $33.CreateRoomResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$30.CreateRoomRequest, $30.CreateRoomResponse>(
|
||||
'CreateRoom',
|
||||
createRoom_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $33.CreateRoomRequest.fromBuffer(value),
|
||||
($33.CreateRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.DeleteRoomRequest, $33.DeleteRoomResponse>(
|
||||
($core.List<$core.int> value) => $30.CreateRoomRequest.fromBuffer(value),
|
||||
($30.CreateRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.DeleteRoomRequest, $30.DeleteRoomResponse>(
|
||||
'DeleteRoom',
|
||||
deleteRoom_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $33.DeleteRoomRequest.fromBuffer(value),
|
||||
($33.DeleteRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.InviteUserToRoomRequest, $33.InviteUserToRoomResponse>(
|
||||
($core.List<$core.int> value) => $30.DeleteRoomRequest.fromBuffer(value),
|
||||
($30.DeleteRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.InviteUserToRoomRequest, $30.InviteUserToRoomResponse>(
|
||||
'InviteUserToRoom',
|
||||
inviteUserToRoom_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $33.InviteUserToRoomRequest.fromBuffer(value),
|
||||
($33.InviteUserToRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.SendNoticeToRoomRequest, $33.SendNoticeToRoomResponse>(
|
||||
($core.List<$core.int> value) => $30.InviteUserToRoomRequest.fromBuffer(value),
|
||||
($30.InviteUserToRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.SendNoticeToRoomRequest, $30.SendNoticeToRoomResponse>(
|
||||
'SendNoticeToRoom',
|
||||
sendNoticeToRoom_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $33.SendNoticeToRoomRequest.fromBuffer(value),
|
||||
($33.SendNoticeToRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.CreateProjectRoomRequest, $33.CreateProjectRoomResponse>(
|
||||
($core.List<$core.int> value) => $30.SendNoticeToRoomRequest.fromBuffer(value),
|
||||
($30.SendNoticeToRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.CreateProjectRoomRequest, $30.CreateProjectRoomResponse>(
|
||||
'CreateProjectRoom',
|
||||
createProjectRoom_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $33.CreateProjectRoomRequest.fromBuffer(value),
|
||||
($33.CreateProjectRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.DeleteProjectRoomRequest, $33.DeleteProjectRoomResponse>(
|
||||
($core.List<$core.int> value) => $30.CreateProjectRoomRequest.fromBuffer(value),
|
||||
($30.CreateProjectRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.DeleteProjectRoomRequest, $30.DeleteProjectRoomResponse>(
|
||||
'DeleteProjectRoom',
|
||||
deleteProjectRoom_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $33.DeleteProjectRoomRequest.fromBuffer(value),
|
||||
($33.DeleteProjectRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.InviteUserToProjectRoomRequest, $33.InviteUserToProjectRoomResponse>(
|
||||
($core.List<$core.int> value) => $30.DeleteProjectRoomRequest.fromBuffer(value),
|
||||
($30.DeleteProjectRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.InviteUserToProjectRoomRequest, $30.InviteUserToProjectRoomResponse>(
|
||||
'InviteUserToProjectRoom',
|
||||
inviteUserToProjectRoom_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $33.InviteUserToProjectRoomRequest.fromBuffer(value),
|
||||
($33.InviteUserToProjectRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.SendNoticeToProjectRoomRequest, $33.SendNoticeToProjectRoomResponse>(
|
||||
($core.List<$core.int> value) => $30.InviteUserToProjectRoomRequest.fromBuffer(value),
|
||||
($30.InviteUserToProjectRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.SendNoticeToProjectRoomRequest, $30.SendNoticeToProjectRoomResponse>(
|
||||
'SendNoticeToProjectRoom',
|
||||
sendNoticeToProjectRoom_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $33.SendNoticeToProjectRoomRequest.fromBuffer(value),
|
||||
($33.SendNoticeToProjectRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.DeleteRoomsForProjectRequest, $33.DeleteRoomsForProjectResponse>(
|
||||
($core.List<$core.int> value) => $30.SendNoticeToProjectRoomRequest.fromBuffer(value),
|
||||
($30.SendNoticeToProjectRoomResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.DeleteRoomsForProjectRequest, $30.DeleteRoomsForProjectResponse>(
|
||||
'DeleteRoomsForProject',
|
||||
deleteRoomsForProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $33.DeleteRoomsForProjectRequest.fromBuffer(value),
|
||||
($33.DeleteRoomsForProjectResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.SendMessageToProjectRoomRequest, $33.SendMessageToProjectRoomResponse>(
|
||||
($core.List<$core.int> value) => $30.DeleteRoomsForProjectRequest.fromBuffer(value),
|
||||
($30.DeleteRoomsForProjectResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$30.SendMessageToProjectRoomRequest, $30.SendMessageToProjectRoomResponse>(
|
||||
'SendMessageToProjectRoom',
|
||||
sendMessageToProjectRoom_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $33.SendMessageToProjectRoomRequest.fromBuffer(value),
|
||||
($33.SendMessageToProjectRoomResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $30.SendMessageToProjectRoomRequest.fromBuffer(value),
|
||||
($30.SendMessageToProjectRoomResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$33.CreateRoomResponse> createRoom_Pre($grpc.ServiceCall $call, $async.Future<$33.CreateRoomRequest> $request) async {
|
||||
$async.Future<$30.CreateRoomResponse> createRoom_Pre($grpc.ServiceCall $call, $async.Future<$30.CreateRoomRequest> $request) async {
|
||||
return createRoom($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$33.DeleteRoomResponse> deleteRoom_Pre($grpc.ServiceCall $call, $async.Future<$33.DeleteRoomRequest> $request) async {
|
||||
$async.Future<$30.DeleteRoomResponse> deleteRoom_Pre($grpc.ServiceCall $call, $async.Future<$30.DeleteRoomRequest> $request) async {
|
||||
return deleteRoom($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$33.InviteUserToRoomResponse> inviteUserToRoom_Pre($grpc.ServiceCall $call, $async.Future<$33.InviteUserToRoomRequest> $request) async {
|
||||
$async.Future<$30.InviteUserToRoomResponse> inviteUserToRoom_Pre($grpc.ServiceCall $call, $async.Future<$30.InviteUserToRoomRequest> $request) async {
|
||||
return inviteUserToRoom($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$33.SendNoticeToRoomResponse> sendNoticeToRoom_Pre($grpc.ServiceCall $call, $async.Future<$33.SendNoticeToRoomRequest> $request) async {
|
||||
$async.Future<$30.SendNoticeToRoomResponse> sendNoticeToRoom_Pre($grpc.ServiceCall $call, $async.Future<$30.SendNoticeToRoomRequest> $request) async {
|
||||
return sendNoticeToRoom($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$33.CreateProjectRoomResponse> createProjectRoom_Pre($grpc.ServiceCall $call, $async.Future<$33.CreateProjectRoomRequest> $request) async {
|
||||
$async.Future<$30.CreateProjectRoomResponse> createProjectRoom_Pre($grpc.ServiceCall $call, $async.Future<$30.CreateProjectRoomRequest> $request) async {
|
||||
return createProjectRoom($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$33.DeleteProjectRoomResponse> deleteProjectRoom_Pre($grpc.ServiceCall $call, $async.Future<$33.DeleteProjectRoomRequest> $request) async {
|
||||
$async.Future<$30.DeleteProjectRoomResponse> deleteProjectRoom_Pre($grpc.ServiceCall $call, $async.Future<$30.DeleteProjectRoomRequest> $request) async {
|
||||
return deleteProjectRoom($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$33.InviteUserToProjectRoomResponse> inviteUserToProjectRoom_Pre($grpc.ServiceCall $call, $async.Future<$33.InviteUserToProjectRoomRequest> $request) async {
|
||||
$async.Future<$30.InviteUserToProjectRoomResponse> inviteUserToProjectRoom_Pre($grpc.ServiceCall $call, $async.Future<$30.InviteUserToProjectRoomRequest> $request) async {
|
||||
return inviteUserToProjectRoom($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$33.SendNoticeToProjectRoomResponse> sendNoticeToProjectRoom_Pre($grpc.ServiceCall $call, $async.Future<$33.SendNoticeToProjectRoomRequest> $request) async {
|
||||
$async.Future<$30.SendNoticeToProjectRoomResponse> sendNoticeToProjectRoom_Pre($grpc.ServiceCall $call, $async.Future<$30.SendNoticeToProjectRoomRequest> $request) async {
|
||||
return sendNoticeToProjectRoom($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$33.DeleteRoomsForProjectResponse> deleteRoomsForProject_Pre($grpc.ServiceCall $call, $async.Future<$33.DeleteRoomsForProjectRequest> $request) async {
|
||||
$async.Future<$30.DeleteRoomsForProjectResponse> deleteRoomsForProject_Pre($grpc.ServiceCall $call, $async.Future<$30.DeleteRoomsForProjectRequest> $request) async {
|
||||
return deleteRoomsForProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$33.SendMessageToProjectRoomResponse> sendMessageToProjectRoom_Pre($grpc.ServiceCall $call, $async.Future<$33.SendMessageToProjectRoomRequest> $request) async {
|
||||
$async.Future<$30.SendMessageToProjectRoomResponse> sendMessageToProjectRoom_Pre($grpc.ServiceCall $call, $async.Future<$30.SendMessageToProjectRoomRequest> $request) async {
|
||||
return sendMessageToProjectRoom($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$33.CreateRoomResponse> createRoom($grpc.ServiceCall call, $33.CreateRoomRequest request);
|
||||
$async.Future<$33.DeleteRoomResponse> deleteRoom($grpc.ServiceCall call, $33.DeleteRoomRequest request);
|
||||
$async.Future<$33.InviteUserToRoomResponse> inviteUserToRoom($grpc.ServiceCall call, $33.InviteUserToRoomRequest request);
|
||||
$async.Future<$33.SendNoticeToRoomResponse> sendNoticeToRoom($grpc.ServiceCall call, $33.SendNoticeToRoomRequest request);
|
||||
$async.Future<$33.CreateProjectRoomResponse> createProjectRoom($grpc.ServiceCall call, $33.CreateProjectRoomRequest request);
|
||||
$async.Future<$33.DeleteProjectRoomResponse> deleteProjectRoom($grpc.ServiceCall call, $33.DeleteProjectRoomRequest request);
|
||||
$async.Future<$33.InviteUserToProjectRoomResponse> inviteUserToProjectRoom($grpc.ServiceCall call, $33.InviteUserToProjectRoomRequest request);
|
||||
$async.Future<$33.SendNoticeToProjectRoomResponse> sendNoticeToProjectRoom($grpc.ServiceCall call, $33.SendNoticeToProjectRoomRequest request);
|
||||
$async.Future<$33.DeleteRoomsForProjectResponse> deleteRoomsForProject($grpc.ServiceCall call, $33.DeleteRoomsForProjectRequest request);
|
||||
$async.Future<$33.SendMessageToProjectRoomResponse> sendMessageToProjectRoom($grpc.ServiceCall call, $33.SendMessageToProjectRoomRequest request);
|
||||
$async.Future<$30.CreateRoomResponse> createRoom($grpc.ServiceCall call, $30.CreateRoomRequest request);
|
||||
$async.Future<$30.DeleteRoomResponse> deleteRoom($grpc.ServiceCall call, $30.DeleteRoomRequest request);
|
||||
$async.Future<$30.InviteUserToRoomResponse> inviteUserToRoom($grpc.ServiceCall call, $30.InviteUserToRoomRequest request);
|
||||
$async.Future<$30.SendNoticeToRoomResponse> sendNoticeToRoom($grpc.ServiceCall call, $30.SendNoticeToRoomRequest request);
|
||||
$async.Future<$30.CreateProjectRoomResponse> createProjectRoom($grpc.ServiceCall call, $30.CreateProjectRoomRequest request);
|
||||
$async.Future<$30.DeleteProjectRoomResponse> deleteProjectRoom($grpc.ServiceCall call, $30.DeleteProjectRoomRequest request);
|
||||
$async.Future<$30.InviteUserToProjectRoomResponse> inviteUserToProjectRoom($grpc.ServiceCall call, $30.InviteUserToProjectRoomRequest request);
|
||||
$async.Future<$30.SendNoticeToProjectRoomResponse> sendNoticeToProjectRoom($grpc.ServiceCall call, $30.SendNoticeToProjectRoomRequest request);
|
||||
$async.Future<$30.DeleteRoomsForProjectResponse> deleteRoomsForProject($grpc.ServiceCall call, $30.DeleteRoomsForProjectRequest request);
|
||||
$async.Future<$30.SendMessageToProjectRoomResponse> sendMessageToProjectRoom($grpc.ServiceCall call, $30.SendMessageToProjectRoomRequest request);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'metadata.pbenum.dart' as $78;
|
||||
import 'metadata.pbenum.dart' as $72;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -29,9 +29,9 @@ class MetadataCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.String? type,
|
||||
$core.bool? isMandatory,
|
||||
$core.String? regularExpression,
|
||||
$78.MetadataType? typology,
|
||||
$72.MetadataType? typology,
|
||||
$core.Iterable<$core.String>? enumeration,
|
||||
$78.MetadataDisplayType? showOnCreation,
|
||||
$72.MetadataDisplayType? showOnCreation,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (isSegmentationKey != null) {
|
||||
@@ -82,9 +82,9 @@ class MetadataCreatedPayload extends $pb.GeneratedMessage {
|
||||
..aOS(7, _omitFieldNames ? '' : 'Type', protoName: 'Type')
|
||||
..aOB(8, _omitFieldNames ? '' : 'IsMandatory', protoName: 'IsMandatory')
|
||||
..aOS(10, _omitFieldNames ? '' : 'RegularExpression', protoName: 'RegularExpression')
|
||||
..e<$78.MetadataType>(11, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $78.MetadataType.TYPE_UNKNOWN, valueOf: $78.MetadataType.valueOf, enumValues: $78.MetadataType.values)
|
||||
..e<$72.MetadataType>(11, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $72.MetadataType.TYPE_UNKNOWN, valueOf: $72.MetadataType.valueOf, enumValues: $72.MetadataType.values)
|
||||
..pPS(12, _omitFieldNames ? '' : 'Enumeration', protoName: 'Enumeration')
|
||||
..e<$78.MetadataDisplayType>(13, _omitFieldNames ? '' : 'ShowOnCreation', $pb.PbFieldType.OE, protoName: 'ShowOnCreation', defaultOrMaker: $78.MetadataDisplayType.DISPLAY_UNKNOWN, valueOf: $78.MetadataDisplayType.valueOf, enumValues: $78.MetadataDisplayType.values)
|
||||
..e<$72.MetadataDisplayType>(13, _omitFieldNames ? '' : 'ShowOnCreation', $pb.PbFieldType.OE, protoName: 'ShowOnCreation', defaultOrMaker: $72.MetadataDisplayType.DISPLAY_UNKNOWN, valueOf: $72.MetadataDisplayType.valueOf, enumValues: $72.MetadataDisplayType.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -186,9 +186,9 @@ class MetadataCreatedPayload extends $pb.GeneratedMessage {
|
||||
void clearRegularExpression() => $_clearField(10);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$78.MetadataType get typology => $_getN(8);
|
||||
$72.MetadataType get typology => $_getN(8);
|
||||
@$pb.TagNumber(11)
|
||||
set typology($78.MetadataType v) { $_setField(11, v); }
|
||||
set typology($72.MetadataType v) { $_setField(11, v); }
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasTypology() => $_has(8);
|
||||
@$pb.TagNumber(11)
|
||||
@@ -199,9 +199,9 @@ class MetadataCreatedPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$core.String> get enumeration => $_getList(9);
|
||||
|
||||
@$pb.TagNumber(13)
|
||||
$78.MetadataDisplayType get showOnCreation => $_getN(10);
|
||||
$72.MetadataDisplayType get showOnCreation => $_getN(10);
|
||||
@$pb.TagNumber(13)
|
||||
set showOnCreation($78.MetadataDisplayType v) { $_setField(13, v); }
|
||||
set showOnCreation($72.MetadataDisplayType v) { $_setField(13, v); }
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasShowOnCreation() => $_has(10);
|
||||
@$pb.TagNumber(13)
|
||||
|
||||
@@ -15,28 +15,28 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'metadataInput.pb.dart' as $34;
|
||||
import 'metadataInput.pb.dart' as $31;
|
||||
|
||||
export 'metadataInput.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.MetadataInputAPI')
|
||||
class MetadataInputAPIClient extends $grpc.Client {
|
||||
static final _$created = $grpc.ClientMethod<$34.MetadataCreatedRequest, $34.MetadataCreatedResponse>(
|
||||
static final _$created = $grpc.ClientMethod<$31.MetadataCreatedRequest, $31.MetadataCreatedResponse>(
|
||||
'/api.MetadataInputAPI/Created',
|
||||
($34.MetadataCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.MetadataCreatedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$34.MetadataDeletedRequest, $34.MetadataDeletedResponse>(
|
||||
($31.MetadataCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $31.MetadataCreatedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$31.MetadataDeletedRequest, $31.MetadataDeletedResponse>(
|
||||
'/api.MetadataInputAPI/Deleted',
|
||||
($34.MetadataDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.MetadataDeletedResponse.fromBuffer(value));
|
||||
($31.MetadataDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $31.MetadataDeletedResponse.fromBuffer(value));
|
||||
|
||||
MetadataInputAPIClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$34.MetadataCreatedResponse> created($34.MetadataCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$31.MetadataCreatedResponse> created($31.MetadataCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$created, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$34.MetadataDeletedResponse> deleted($34.MetadataDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$31.MetadataDeletedResponse> deleted($31.MetadataDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleted, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -46,30 +46,30 @@ abstract class MetadataInputAPIServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.MetadataInputAPI';
|
||||
|
||||
MetadataInputAPIServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$34.MetadataCreatedRequest, $34.MetadataCreatedResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$31.MetadataCreatedRequest, $31.MetadataCreatedResponse>(
|
||||
'Created',
|
||||
created_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $34.MetadataCreatedRequest.fromBuffer(value),
|
||||
($34.MetadataCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$34.MetadataDeletedRequest, $34.MetadataDeletedResponse>(
|
||||
($core.List<$core.int> value) => $31.MetadataCreatedRequest.fromBuffer(value),
|
||||
($31.MetadataCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$31.MetadataDeletedRequest, $31.MetadataDeletedResponse>(
|
||||
'Deleted',
|
||||
deleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $34.MetadataDeletedRequest.fromBuffer(value),
|
||||
($34.MetadataDeletedResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $31.MetadataDeletedRequest.fromBuffer(value),
|
||||
($31.MetadataDeletedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$34.MetadataCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$34.MetadataCreatedRequest> $request) async {
|
||||
$async.Future<$31.MetadataCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$31.MetadataCreatedRequest> $request) async {
|
||||
return created($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$34.MetadataDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$34.MetadataDeletedRequest> $request) async {
|
||||
$async.Future<$31.MetadataDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$31.MetadataDeletedRequest> $request) async {
|
||||
return deleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$34.MetadataCreatedResponse> created($grpc.ServiceCall call, $34.MetadataCreatedRequest request);
|
||||
$async.Future<$34.MetadataDeletedResponse> deleted($grpc.ServiceCall call, $34.MetadataDeletedRequest request);
|
||||
$async.Future<$31.MetadataCreatedResponse> created($grpc.ServiceCall call, $31.MetadataCreatedRequest request);
|
||||
$async.Future<$31.MetadataDeletedResponse> deleted($grpc.ServiceCall call, $31.MetadataDeletedRequest request);
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ import 'dart:core' as $core;
|
||||
import 'package:fixnum/fixnum.dart' as $fixnum;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'metadata.pbenum.dart' as $78;
|
||||
import 'metadata.pbenum.dart' as $72;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -30,9 +30,9 @@ class PrjMetadata extends $pb.GeneratedMessage {
|
||||
$core.bool? isMandatory,
|
||||
$core.String? example,
|
||||
$core.String? regularExpression,
|
||||
$78.MetadataType? typology,
|
||||
$72.MetadataType? typology,
|
||||
$core.Iterable<$core.String>? enumeration,
|
||||
$78.MetadataDisplayType? showOnCreation,
|
||||
$72.MetadataDisplayType? showOnCreation,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (isSegmentationKey != null) {
|
||||
@@ -87,9 +87,9 @@ class PrjMetadata extends $pb.GeneratedMessage {
|
||||
..aOB(8, _omitFieldNames ? '' : 'IsMandatory', protoName: 'IsMandatory')
|
||||
..aOS(9, _omitFieldNames ? '' : 'Example', protoName: 'Example')
|
||||
..aOS(10, _omitFieldNames ? '' : 'RegularExpression', protoName: 'RegularExpression')
|
||||
..e<$78.MetadataType>(11, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $78.MetadataType.TYPE_UNKNOWN, valueOf: $78.MetadataType.valueOf, enumValues: $78.MetadataType.values)
|
||||
..e<$72.MetadataType>(11, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $72.MetadataType.TYPE_UNKNOWN, valueOf: $72.MetadataType.valueOf, enumValues: $72.MetadataType.values)
|
||||
..pPS(12, _omitFieldNames ? '' : 'Enumeration', protoName: 'Enumeration')
|
||||
..e<$78.MetadataDisplayType>(13, _omitFieldNames ? '' : 'ShowOnCreation', $pb.PbFieldType.OE, protoName: 'ShowOnCreation', defaultOrMaker: $78.MetadataDisplayType.DISPLAY_UNKNOWN, valueOf: $78.MetadataDisplayType.valueOf, enumValues: $78.MetadataDisplayType.values)
|
||||
..e<$72.MetadataDisplayType>(13, _omitFieldNames ? '' : 'ShowOnCreation', $pb.PbFieldType.OE, protoName: 'ShowOnCreation', defaultOrMaker: $72.MetadataDisplayType.DISPLAY_UNKNOWN, valueOf: $72.MetadataDisplayType.valueOf, enumValues: $72.MetadataDisplayType.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -200,9 +200,9 @@ class PrjMetadata extends $pb.GeneratedMessage {
|
||||
void clearRegularExpression() => $_clearField(10);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$78.MetadataType get typology => $_getN(9);
|
||||
$72.MetadataType get typology => $_getN(9);
|
||||
@$pb.TagNumber(11)
|
||||
set typology($78.MetadataType v) { $_setField(11, v); }
|
||||
set typology($72.MetadataType v) { $_setField(11, v); }
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasTypology() => $_has(9);
|
||||
@$pb.TagNumber(11)
|
||||
@@ -213,9 +213,9 @@ class PrjMetadata extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$core.String> get enumeration => $_getList(10);
|
||||
|
||||
@$pb.TagNumber(13)
|
||||
$78.MetadataDisplayType get showOnCreation => $_getN(11);
|
||||
$72.MetadataDisplayType get showOnCreation => $_getN(11);
|
||||
@$pb.TagNumber(13)
|
||||
set showOnCreation($78.MetadataDisplayType v) { $_setField(13, v); }
|
||||
set showOnCreation($72.MetadataDisplayType v) { $_setField(13, v); }
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasShowOnCreation() => $_has(11);
|
||||
@$pb.TagNumber(13)
|
||||
@@ -232,7 +232,7 @@ class PrjMetadataTransitive extends $pb.GeneratedMessage {
|
||||
$core.String? example,
|
||||
$core.String? regularExpression,
|
||||
$core.Iterable<$core.String>? enumeration,
|
||||
$78.MetadataDisplayType? showOnCreation,
|
||||
$72.MetadataDisplayType? showOnCreation,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (parent != null) {
|
||||
@@ -277,7 +277,7 @@ class PrjMetadataTransitive extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'Example', protoName: 'Example')
|
||||
..aOS(7, _omitFieldNames ? '' : 'RegularExpression', protoName: 'RegularExpression')
|
||||
..pPS(8, _omitFieldNames ? '' : 'Enumeration', protoName: 'Enumeration')
|
||||
..e<$78.MetadataDisplayType>(9, _omitFieldNames ? '' : 'ShowOnCreation', $pb.PbFieldType.OE, protoName: 'ShowOnCreation', defaultOrMaker: $78.MetadataDisplayType.DISPLAY_UNKNOWN, valueOf: $78.MetadataDisplayType.valueOf, enumValues: $78.MetadataDisplayType.values)
|
||||
..e<$72.MetadataDisplayType>(9, _omitFieldNames ? '' : 'ShowOnCreation', $pb.PbFieldType.OE, protoName: 'ShowOnCreation', defaultOrMaker: $72.MetadataDisplayType.DISPLAY_UNKNOWN, valueOf: $72.MetadataDisplayType.valueOf, enumValues: $72.MetadataDisplayType.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -373,9 +373,9 @@ class PrjMetadataTransitive extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$core.String> get enumeration => $_getList(7);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$78.MetadataDisplayType get showOnCreation => $_getN(8);
|
||||
$72.MetadataDisplayType get showOnCreation => $_getN(8);
|
||||
@$pb.TagNumber(9)
|
||||
set showOnCreation($78.MetadataDisplayType v) { $_setField(9, v); }
|
||||
set showOnCreation($72.MetadataDisplayType v) { $_setField(9, v); }
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool hasShowOnCreation() => $_has(8);
|
||||
@$pb.TagNumber(9)
|
||||
|
||||
@@ -15,68 +15,68 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'metadatadef.pb.dart' as $35;
|
||||
import 'metadatadef.pb.dart' as $32;
|
||||
|
||||
export 'metadatadef.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.MetadataService')
|
||||
class MetadataServiceClient extends $grpc.Client {
|
||||
static final _$createMetadata = $grpc.ClientMethod<$35.CreateMetadataRequest, $35.CreateMetadataResult>(
|
||||
static final _$createMetadata = $grpc.ClientMethod<$32.CreateMetadataRequest, $32.CreateMetadataResult>(
|
||||
'/api.MetadataService/CreateMetadata',
|
||||
($35.CreateMetadataRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.CreateMetadataResult.fromBuffer(value));
|
||||
static final _$updateMetadata = $grpc.ClientMethod<$35.UpdateMetadataRequest, $35.UpdateMetadataResult>(
|
||||
($32.CreateMetadataRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.CreateMetadataResult.fromBuffer(value));
|
||||
static final _$updateMetadata = $grpc.ClientMethod<$32.UpdateMetadataRequest, $32.UpdateMetadataResult>(
|
||||
'/api.MetadataService/UpdateMetadata',
|
||||
($35.UpdateMetadataRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.UpdateMetadataResult.fromBuffer(value));
|
||||
static final _$getMetadatas = $grpc.ClientMethod<$35.GetMetadatasRequest, $35.GetMetadatasResult>(
|
||||
($32.UpdateMetadataRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.UpdateMetadataResult.fromBuffer(value));
|
||||
static final _$getMetadatas = $grpc.ClientMethod<$32.GetMetadatasRequest, $32.GetMetadatasResult>(
|
||||
'/api.MetadataService/GetMetadatas',
|
||||
($35.GetMetadatasRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.GetMetadatasResult.fromBuffer(value));
|
||||
static final _$deleteMetadatas = $grpc.ClientMethod<$35.DeleteMetadatasRequest, $35.DeleteMetadatasResult>(
|
||||
($32.GetMetadatasRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.GetMetadatasResult.fromBuffer(value));
|
||||
static final _$deleteMetadatas = $grpc.ClientMethod<$32.DeleteMetadatasRequest, $32.DeleteMetadatasResult>(
|
||||
'/api.MetadataService/DeleteMetadatas',
|
||||
($35.DeleteMetadatasRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.DeleteMetadatasResult.fromBuffer(value));
|
||||
static final _$getMetadataCount = $grpc.ClientMethod<$35.GetMetadataCountRequest, $35.GetMetadataCountResult>(
|
||||
($32.DeleteMetadatasRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.DeleteMetadatasResult.fromBuffer(value));
|
||||
static final _$getMetadataCount = $grpc.ClientMethod<$32.GetMetadataCountRequest, $32.GetMetadataCountResult>(
|
||||
'/api.MetadataService/GetMetadataCount',
|
||||
($35.GetMetadataCountRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.GetMetadataCountResult.fromBuffer(value));
|
||||
static final _$getTransitiveMetadatas = $grpc.ClientMethod<$35.GetTransitiveMetadatasRequest, $35.GetTransitiveMetadatasResult>(
|
||||
($32.GetMetadataCountRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.GetMetadataCountResult.fromBuffer(value));
|
||||
static final _$getTransitiveMetadatas = $grpc.ClientMethod<$32.GetTransitiveMetadatasRequest, $32.GetTransitiveMetadatasResult>(
|
||||
'/api.MetadataService/GetTransitiveMetadatas',
|
||||
($35.GetTransitiveMetadatasRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.GetTransitiveMetadatasResult.fromBuffer(value));
|
||||
static final _$restoreMetadatas = $grpc.ClientMethod<$35.RestoreMetadatasRequest, $35.RestoreMetadatasResult>(
|
||||
($32.GetTransitiveMetadatasRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.GetTransitiveMetadatasResult.fromBuffer(value));
|
||||
static final _$restoreMetadatas = $grpc.ClientMethod<$32.RestoreMetadatasRequest, $32.RestoreMetadatasResult>(
|
||||
'/api.MetadataService/RestoreMetadatas',
|
||||
($35.RestoreMetadatasRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.RestoreMetadatasResult.fromBuffer(value));
|
||||
($32.RestoreMetadatasRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $32.RestoreMetadatasResult.fromBuffer(value));
|
||||
|
||||
MetadataServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$35.CreateMetadataResult> createMetadata($35.CreateMetadataRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$32.CreateMetadataResult> createMetadata($32.CreateMetadataRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createMetadata, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$35.UpdateMetadataResult> updateMetadata($35.UpdateMetadataRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$32.UpdateMetadataResult> updateMetadata($32.UpdateMetadataRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$updateMetadata, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$35.GetMetadatasResult> getMetadatas($35.GetMetadatasRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$32.GetMetadatasResult> getMetadatas($32.GetMetadatasRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getMetadatas, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$35.DeleteMetadatasResult> deleteMetadatas($35.DeleteMetadatasRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$32.DeleteMetadatasResult> deleteMetadatas($32.DeleteMetadatasRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteMetadatas, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$35.GetMetadataCountResult> getMetadataCount($35.GetMetadataCountRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$32.GetMetadataCountResult> getMetadataCount($32.GetMetadataCountRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getMetadataCount, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$35.GetTransitiveMetadatasResult> getTransitiveMetadatas($35.GetTransitiveMetadatasRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$32.GetTransitiveMetadatasResult> getTransitiveMetadatas($32.GetTransitiveMetadatasRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getTransitiveMetadatas, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$35.RestoreMetadatasResult> restoreMetadatas($35.RestoreMetadatasRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$32.RestoreMetadatasResult> restoreMetadatas($32.RestoreMetadatasRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$restoreMetadatas, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -86,90 +86,90 @@ abstract class MetadataServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.MetadataService';
|
||||
|
||||
MetadataServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$35.CreateMetadataRequest, $35.CreateMetadataResult>(
|
||||
$addMethod($grpc.ServiceMethod<$32.CreateMetadataRequest, $32.CreateMetadataResult>(
|
||||
'CreateMetadata',
|
||||
createMetadata_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $35.CreateMetadataRequest.fromBuffer(value),
|
||||
($35.CreateMetadataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.UpdateMetadataRequest, $35.UpdateMetadataResult>(
|
||||
($core.List<$core.int> value) => $32.CreateMetadataRequest.fromBuffer(value),
|
||||
($32.CreateMetadataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$32.UpdateMetadataRequest, $32.UpdateMetadataResult>(
|
||||
'UpdateMetadata',
|
||||
updateMetadata_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $35.UpdateMetadataRequest.fromBuffer(value),
|
||||
($35.UpdateMetadataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.GetMetadatasRequest, $35.GetMetadatasResult>(
|
||||
($core.List<$core.int> value) => $32.UpdateMetadataRequest.fromBuffer(value),
|
||||
($32.UpdateMetadataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$32.GetMetadatasRequest, $32.GetMetadatasResult>(
|
||||
'GetMetadatas',
|
||||
getMetadatas_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $35.GetMetadatasRequest.fromBuffer(value),
|
||||
($35.GetMetadatasResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.DeleteMetadatasRequest, $35.DeleteMetadatasResult>(
|
||||
($core.List<$core.int> value) => $32.GetMetadatasRequest.fromBuffer(value),
|
||||
($32.GetMetadatasResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$32.DeleteMetadatasRequest, $32.DeleteMetadatasResult>(
|
||||
'DeleteMetadatas',
|
||||
deleteMetadatas_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $35.DeleteMetadatasRequest.fromBuffer(value),
|
||||
($35.DeleteMetadatasResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.GetMetadataCountRequest, $35.GetMetadataCountResult>(
|
||||
($core.List<$core.int> value) => $32.DeleteMetadatasRequest.fromBuffer(value),
|
||||
($32.DeleteMetadatasResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$32.GetMetadataCountRequest, $32.GetMetadataCountResult>(
|
||||
'GetMetadataCount',
|
||||
getMetadataCount_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $35.GetMetadataCountRequest.fromBuffer(value),
|
||||
($35.GetMetadataCountResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.GetTransitiveMetadatasRequest, $35.GetTransitiveMetadatasResult>(
|
||||
($core.List<$core.int> value) => $32.GetMetadataCountRequest.fromBuffer(value),
|
||||
($32.GetMetadataCountResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$32.GetTransitiveMetadatasRequest, $32.GetTransitiveMetadatasResult>(
|
||||
'GetTransitiveMetadatas',
|
||||
getTransitiveMetadatas_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $35.GetTransitiveMetadatasRequest.fromBuffer(value),
|
||||
($35.GetTransitiveMetadatasResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.RestoreMetadatasRequest, $35.RestoreMetadatasResult>(
|
||||
($core.List<$core.int> value) => $32.GetTransitiveMetadatasRequest.fromBuffer(value),
|
||||
($32.GetTransitiveMetadatasResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$32.RestoreMetadatasRequest, $32.RestoreMetadatasResult>(
|
||||
'RestoreMetadatas',
|
||||
restoreMetadatas_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $35.RestoreMetadatasRequest.fromBuffer(value),
|
||||
($35.RestoreMetadatasResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $32.RestoreMetadatasRequest.fromBuffer(value),
|
||||
($32.RestoreMetadatasResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$35.CreateMetadataResult> createMetadata_Pre($grpc.ServiceCall $call, $async.Future<$35.CreateMetadataRequest> $request) async {
|
||||
$async.Future<$32.CreateMetadataResult> createMetadata_Pre($grpc.ServiceCall $call, $async.Future<$32.CreateMetadataRequest> $request) async {
|
||||
return createMetadata($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$35.UpdateMetadataResult> updateMetadata_Pre($grpc.ServiceCall $call, $async.Future<$35.UpdateMetadataRequest> $request) async {
|
||||
$async.Future<$32.UpdateMetadataResult> updateMetadata_Pre($grpc.ServiceCall $call, $async.Future<$32.UpdateMetadataRequest> $request) async {
|
||||
return updateMetadata($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$35.GetMetadatasResult> getMetadatas_Pre($grpc.ServiceCall $call, $async.Future<$35.GetMetadatasRequest> $request) async {
|
||||
$async.Future<$32.GetMetadatasResult> getMetadatas_Pre($grpc.ServiceCall $call, $async.Future<$32.GetMetadatasRequest> $request) async {
|
||||
return getMetadatas($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$35.DeleteMetadatasResult> deleteMetadatas_Pre($grpc.ServiceCall $call, $async.Future<$35.DeleteMetadatasRequest> $request) async {
|
||||
$async.Future<$32.DeleteMetadatasResult> deleteMetadatas_Pre($grpc.ServiceCall $call, $async.Future<$32.DeleteMetadatasRequest> $request) async {
|
||||
return deleteMetadatas($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$35.GetMetadataCountResult> getMetadataCount_Pre($grpc.ServiceCall $call, $async.Future<$35.GetMetadataCountRequest> $request) async {
|
||||
$async.Future<$32.GetMetadataCountResult> getMetadataCount_Pre($grpc.ServiceCall $call, $async.Future<$32.GetMetadataCountRequest> $request) async {
|
||||
return getMetadataCount($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$35.GetTransitiveMetadatasResult> getTransitiveMetadatas_Pre($grpc.ServiceCall $call, $async.Future<$35.GetTransitiveMetadatasRequest> $request) async {
|
||||
$async.Future<$32.GetTransitiveMetadatasResult> getTransitiveMetadatas_Pre($grpc.ServiceCall $call, $async.Future<$32.GetTransitiveMetadatasRequest> $request) async {
|
||||
return getTransitiveMetadatas($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$35.RestoreMetadatasResult> restoreMetadatas_Pre($grpc.ServiceCall $call, $async.Future<$35.RestoreMetadatasRequest> $request) async {
|
||||
$async.Future<$32.RestoreMetadatasResult> restoreMetadatas_Pre($grpc.ServiceCall $call, $async.Future<$32.RestoreMetadatasRequest> $request) async {
|
||||
return restoreMetadatas($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$35.CreateMetadataResult> createMetadata($grpc.ServiceCall call, $35.CreateMetadataRequest request);
|
||||
$async.Future<$35.UpdateMetadataResult> updateMetadata($grpc.ServiceCall call, $35.UpdateMetadataRequest request);
|
||||
$async.Future<$35.GetMetadatasResult> getMetadatas($grpc.ServiceCall call, $35.GetMetadatasRequest request);
|
||||
$async.Future<$35.DeleteMetadatasResult> deleteMetadatas($grpc.ServiceCall call, $35.DeleteMetadatasRequest request);
|
||||
$async.Future<$35.GetMetadataCountResult> getMetadataCount($grpc.ServiceCall call, $35.GetMetadataCountRequest request);
|
||||
$async.Future<$35.GetTransitiveMetadatasResult> getTransitiveMetadatas($grpc.ServiceCall call, $35.GetTransitiveMetadatasRequest request);
|
||||
$async.Future<$35.RestoreMetadatasResult> restoreMetadatas($grpc.ServiceCall call, $35.RestoreMetadatasRequest request);
|
||||
$async.Future<$32.CreateMetadataResult> createMetadata($grpc.ServiceCall call, $32.CreateMetadataRequest request);
|
||||
$async.Future<$32.UpdateMetadataResult> updateMetadata($grpc.ServiceCall call, $32.UpdateMetadataRequest request);
|
||||
$async.Future<$32.GetMetadatasResult> getMetadatas($grpc.ServiceCall call, $32.GetMetadatasRequest request);
|
||||
$async.Future<$32.DeleteMetadatasResult> deleteMetadatas($grpc.ServiceCall call, $32.DeleteMetadatasRequest request);
|
||||
$async.Future<$32.GetMetadataCountResult> getMetadataCount($grpc.ServiceCall call, $32.GetMetadataCountRequest request);
|
||||
$async.Future<$32.GetTransitiveMetadatasResult> getTransitiveMetadatas($grpc.ServiceCall call, $32.GetTransitiveMetadatasRequest request);
|
||||
$async.Future<$32.RestoreMetadatasResult> restoreMetadatas($grpc.ServiceCall call, $32.RestoreMetadatasRequest request);
|
||||
}
|
||||
|
||||
@@ -15,52 +15,52 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'model.pb.dart' as $36;
|
||||
import 'model.pb.dart' as $33;
|
||||
|
||||
export 'model.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ModelService')
|
||||
class ModelServiceClient extends $grpc.Client {
|
||||
static final _$getDataModel = $grpc.ClientMethod<$36.GetDataModelRequest, $36.GetDataModelResult>(
|
||||
static final _$getDataModel = $grpc.ClientMethod<$33.GetDataModelRequest, $33.GetDataModelResult>(
|
||||
'/api.ModelService/GetDataModel',
|
||||
($36.GetDataModelRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $36.GetDataModelResult.fromBuffer(value));
|
||||
static final _$getEntityModel = $grpc.ClientMethod<$36.GetEntityModelRequest, $36.GetEntityModelResult>(
|
||||
($33.GetDataModelRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.GetDataModelResult.fromBuffer(value));
|
||||
static final _$getEntityModel = $grpc.ClientMethod<$33.GetEntityModelRequest, $33.GetEntityModelResult>(
|
||||
'/api.ModelService/GetEntityModel',
|
||||
($36.GetEntityModelRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $36.GetEntityModelResult.fromBuffer(value));
|
||||
static final _$getEntities = $grpc.ClientMethod<$36.GetEntitiesRequest, $36.GetEntitiesResult>(
|
||||
($33.GetEntityModelRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.GetEntityModelResult.fromBuffer(value));
|
||||
static final _$getEntities = $grpc.ClientMethod<$33.GetEntitiesRequest, $33.GetEntitiesResult>(
|
||||
'/api.ModelService/GetEntities',
|
||||
($36.GetEntitiesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $36.GetEntitiesResult.fromBuffer(value));
|
||||
static final _$getEntitiesWithMetadata = $grpc.ClientMethod<$36.GetEntitiesRequest, $36.GetEntitiesResult>(
|
||||
($33.GetEntitiesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.GetEntitiesResult.fromBuffer(value));
|
||||
static final _$getEntitiesWithMetadata = $grpc.ClientMethod<$33.GetEntitiesRequest, $33.GetEntitiesResult>(
|
||||
'/api.ModelService/GetEntitiesWithMetadata',
|
||||
($36.GetEntitiesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $36.GetEntitiesResult.fromBuffer(value));
|
||||
static final _$getEntitiesWithDataRestriction = $grpc.ClientMethod<$36.GetEntitiesRequest, $36.GetEntitiesResult>(
|
||||
($33.GetEntitiesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.GetEntitiesResult.fromBuffer(value));
|
||||
static final _$getEntitiesWithDataRestriction = $grpc.ClientMethod<$33.GetEntitiesRequest, $33.GetEntitiesResult>(
|
||||
'/api.ModelService/GetEntitiesWithDataRestriction',
|
||||
($36.GetEntitiesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $36.GetEntitiesResult.fromBuffer(value));
|
||||
($33.GetEntitiesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $33.GetEntitiesResult.fromBuffer(value));
|
||||
|
||||
ModelServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$36.GetDataModelResult> getDataModel($36.GetDataModelRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$33.GetDataModelResult> getDataModel($33.GetDataModelRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getDataModel, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$36.GetEntityModelResult> getEntityModel($36.GetEntityModelRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$33.GetEntityModelResult> getEntityModel($33.GetEntityModelRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getEntityModel, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$36.GetEntitiesResult> getEntities($36.GetEntitiesRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$33.GetEntitiesResult> getEntities($33.GetEntitiesRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getEntities, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$36.GetEntitiesResult> getEntitiesWithMetadata($36.GetEntitiesRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$33.GetEntitiesResult> getEntitiesWithMetadata($33.GetEntitiesRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getEntitiesWithMetadata, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$36.GetEntitiesResult> getEntitiesWithDataRestriction($36.GetEntitiesRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$33.GetEntitiesResult> getEntitiesWithDataRestriction($33.GetEntitiesRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getEntitiesWithDataRestriction, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -70,66 +70,66 @@ abstract class ModelServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ModelService';
|
||||
|
||||
ModelServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$36.GetDataModelRequest, $36.GetDataModelResult>(
|
||||
$addMethod($grpc.ServiceMethod<$33.GetDataModelRequest, $33.GetDataModelResult>(
|
||||
'GetDataModel',
|
||||
getDataModel_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $36.GetDataModelRequest.fromBuffer(value),
|
||||
($36.GetDataModelResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$36.GetEntityModelRequest, $36.GetEntityModelResult>(
|
||||
($core.List<$core.int> value) => $33.GetDataModelRequest.fromBuffer(value),
|
||||
($33.GetDataModelResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.GetEntityModelRequest, $33.GetEntityModelResult>(
|
||||
'GetEntityModel',
|
||||
getEntityModel_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $36.GetEntityModelRequest.fromBuffer(value),
|
||||
($36.GetEntityModelResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$36.GetEntitiesRequest, $36.GetEntitiesResult>(
|
||||
($core.List<$core.int> value) => $33.GetEntityModelRequest.fromBuffer(value),
|
||||
($33.GetEntityModelResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.GetEntitiesRequest, $33.GetEntitiesResult>(
|
||||
'GetEntities',
|
||||
getEntities_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $36.GetEntitiesRequest.fromBuffer(value),
|
||||
($36.GetEntitiesResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$36.GetEntitiesRequest, $36.GetEntitiesResult>(
|
||||
($core.List<$core.int> value) => $33.GetEntitiesRequest.fromBuffer(value),
|
||||
($33.GetEntitiesResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.GetEntitiesRequest, $33.GetEntitiesResult>(
|
||||
'GetEntitiesWithMetadata',
|
||||
getEntitiesWithMetadata_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $36.GetEntitiesRequest.fromBuffer(value),
|
||||
($36.GetEntitiesResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$36.GetEntitiesRequest, $36.GetEntitiesResult>(
|
||||
($core.List<$core.int> value) => $33.GetEntitiesRequest.fromBuffer(value),
|
||||
($33.GetEntitiesResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$33.GetEntitiesRequest, $33.GetEntitiesResult>(
|
||||
'GetEntitiesWithDataRestriction',
|
||||
getEntitiesWithDataRestriction_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $36.GetEntitiesRequest.fromBuffer(value),
|
||||
($36.GetEntitiesResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $33.GetEntitiesRequest.fromBuffer(value),
|
||||
($33.GetEntitiesResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$36.GetDataModelResult> getDataModel_Pre($grpc.ServiceCall $call, $async.Future<$36.GetDataModelRequest> $request) async {
|
||||
$async.Future<$33.GetDataModelResult> getDataModel_Pre($grpc.ServiceCall $call, $async.Future<$33.GetDataModelRequest> $request) async {
|
||||
return getDataModel($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$36.GetEntityModelResult> getEntityModel_Pre($grpc.ServiceCall $call, $async.Future<$36.GetEntityModelRequest> $request) async {
|
||||
$async.Future<$33.GetEntityModelResult> getEntityModel_Pre($grpc.ServiceCall $call, $async.Future<$33.GetEntityModelRequest> $request) async {
|
||||
return getEntityModel($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$36.GetEntitiesResult> getEntities_Pre($grpc.ServiceCall $call, $async.Future<$36.GetEntitiesRequest> $request) async {
|
||||
$async.Future<$33.GetEntitiesResult> getEntities_Pre($grpc.ServiceCall $call, $async.Future<$33.GetEntitiesRequest> $request) async {
|
||||
return getEntities($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$36.GetEntitiesResult> getEntitiesWithMetadata_Pre($grpc.ServiceCall $call, $async.Future<$36.GetEntitiesRequest> $request) async {
|
||||
$async.Future<$33.GetEntitiesResult> getEntitiesWithMetadata_Pre($grpc.ServiceCall $call, $async.Future<$33.GetEntitiesRequest> $request) async {
|
||||
return getEntitiesWithMetadata($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$36.GetEntitiesResult> getEntitiesWithDataRestriction_Pre($grpc.ServiceCall $call, $async.Future<$36.GetEntitiesRequest> $request) async {
|
||||
$async.Future<$33.GetEntitiesResult> getEntitiesWithDataRestriction_Pre($grpc.ServiceCall $call, $async.Future<$33.GetEntitiesRequest> $request) async {
|
||||
return getEntitiesWithDataRestriction($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$36.GetDataModelResult> getDataModel($grpc.ServiceCall call, $36.GetDataModelRequest request);
|
||||
$async.Future<$36.GetEntityModelResult> getEntityModel($grpc.ServiceCall call, $36.GetEntityModelRequest request);
|
||||
$async.Future<$36.GetEntitiesResult> getEntities($grpc.ServiceCall call, $36.GetEntitiesRequest request);
|
||||
$async.Future<$36.GetEntitiesResult> getEntitiesWithMetadata($grpc.ServiceCall call, $36.GetEntitiesRequest request);
|
||||
$async.Future<$36.GetEntitiesResult> getEntitiesWithDataRestriction($grpc.ServiceCall call, $36.GetEntitiesRequest request);
|
||||
$async.Future<$33.GetDataModelResult> getDataModel($grpc.ServiceCall call, $33.GetDataModelRequest request);
|
||||
$async.Future<$33.GetEntityModelResult> getEntityModel($grpc.ServiceCall call, $33.GetEntityModelRequest request);
|
||||
$async.Future<$33.GetEntitiesResult> getEntities($grpc.ServiceCall call, $33.GetEntitiesRequest request);
|
||||
$async.Future<$33.GetEntitiesResult> getEntitiesWithMetadata($grpc.ServiceCall call, $33.GetEntitiesRequest request);
|
||||
$async.Future<$33.GetEntitiesResult> getEntitiesWithDataRestriction($grpc.ServiceCall call, $33.GetEntitiesRequest request);
|
||||
}
|
||||
|
||||
@@ -15,76 +15,76 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'module.pb.dart' as $37;
|
||||
import 'module.pb.dart' as $34;
|
||||
|
||||
export 'module.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ModuleService')
|
||||
class ModuleServiceClient extends $grpc.Client {
|
||||
static final _$list = $grpc.ClientMethod<$37.ListModulesRequest, $37.ListModulesResponse>(
|
||||
static final _$list = $grpc.ClientMethod<$34.ListModulesRequest, $34.ListModulesResponse>(
|
||||
'/api.ModuleService/List',
|
||||
($37.ListModulesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.ListModulesResponse.fromBuffer(value));
|
||||
static final _$create = $grpc.ClientMethod<$37.CreateModuleRequest, $37.CreateModuleResponse>(
|
||||
($34.ListModulesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.ListModulesResponse.fromBuffer(value));
|
||||
static final _$create = $grpc.ClientMethod<$34.CreateModuleRequest, $34.CreateModuleResponse>(
|
||||
'/api.ModuleService/Create',
|
||||
($37.CreateModuleRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.CreateModuleResponse.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$37.DeleteModuleRequest, $37.DeleteModuleResponse>(
|
||||
($34.CreateModuleRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.CreateModuleResponse.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$34.DeleteModuleRequest, $34.DeleteModuleResponse>(
|
||||
'/api.ModuleService/Delete',
|
||||
($37.DeleteModuleRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.DeleteModuleResponse.fromBuffer(value));
|
||||
static final _$setOrganisationModules = $grpc.ClientMethod<$37.SetOrganisationModulesRequest, $37.SetOrganisationModulesResponse>(
|
||||
($34.DeleteModuleRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.DeleteModuleResponse.fromBuffer(value));
|
||||
static final _$setOrganisationModules = $grpc.ClientMethod<$34.SetOrganisationModulesRequest, $34.SetOrganisationModulesResponse>(
|
||||
'/api.ModuleService/SetOrganisationModules',
|
||||
($37.SetOrganisationModulesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.SetOrganisationModulesResponse.fromBuffer(value));
|
||||
static final _$setProjectModules = $grpc.ClientMethod<$37.SetProjectModulesRequest, $37.SetProjectModulesResponse>(
|
||||
($34.SetOrganisationModulesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.SetOrganisationModulesResponse.fromBuffer(value));
|
||||
static final _$setProjectModules = $grpc.ClientMethod<$34.SetProjectModulesRequest, $34.SetProjectModulesResponse>(
|
||||
'/api.ModuleService/SetProjectModules',
|
||||
($37.SetProjectModulesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.SetProjectModulesResponse.fromBuffer(value));
|
||||
static final _$setResourceModules = $grpc.ClientMethod<$37.SetResourceModulesRequest, $37.SetResourceModulesResponse>(
|
||||
($34.SetProjectModulesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.SetProjectModulesResponse.fromBuffer(value));
|
||||
static final _$setResourceModules = $grpc.ClientMethod<$34.SetResourceModulesRequest, $34.SetResourceModulesResponse>(
|
||||
'/api.ModuleService/SetResourceModules',
|
||||
($37.SetResourceModulesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.SetResourceModulesResponse.fromBuffer(value));
|
||||
static final _$listResourceModules = $grpc.ClientMethod<$37.ListResourceModulesRequest, $37.ListResourceModulesResponse>(
|
||||
($34.SetResourceModulesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.SetResourceModulesResponse.fromBuffer(value));
|
||||
static final _$listResourceModules = $grpc.ClientMethod<$34.ListResourceModulesRequest, $34.ListResourceModulesResponse>(
|
||||
'/api.ModuleService/ListResourceModules',
|
||||
($37.ListResourceModulesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.ListResourceModulesResponse.fromBuffer(value));
|
||||
static final _$isAPIActivated = $grpc.ClientMethod<$37.IsAPIActivatedRequest, $37.IsAPIActivatedResponse>(
|
||||
($34.ListResourceModulesRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.ListResourceModulesResponse.fromBuffer(value));
|
||||
static final _$isAPIActivated = $grpc.ClientMethod<$34.IsAPIActivatedRequest, $34.IsAPIActivatedResponse>(
|
||||
'/api.ModuleService/IsAPIActivated',
|
||||
($37.IsAPIActivatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.IsAPIActivatedResponse.fromBuffer(value));
|
||||
($34.IsAPIActivatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.IsAPIActivatedResponse.fromBuffer(value));
|
||||
|
||||
ModuleServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$37.ListModulesResponse> list($37.ListModulesRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$34.ListModulesResponse> list($34.ListModulesRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$list, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$37.CreateModuleResponse> create($37.CreateModuleRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$34.CreateModuleResponse> create($34.CreateModuleRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$create, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$37.DeleteModuleResponse> delete($37.DeleteModuleRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$34.DeleteModuleResponse> delete($34.DeleteModuleRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$delete, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$37.SetOrganisationModulesResponse> setOrganisationModules($37.SetOrganisationModulesRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$34.SetOrganisationModulesResponse> setOrganisationModules($34.SetOrganisationModulesRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$setOrganisationModules, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$37.SetProjectModulesResponse> setProjectModules($37.SetProjectModulesRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$34.SetProjectModulesResponse> setProjectModules($34.SetProjectModulesRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$setProjectModules, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$37.SetResourceModulesResponse> setResourceModules($37.SetResourceModulesRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$34.SetResourceModulesResponse> setResourceModules($34.SetResourceModulesRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$setResourceModules, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$37.ListResourceModulesResponse> listResourceModules($37.ListResourceModulesRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$34.ListResourceModulesResponse> listResourceModules($34.ListResourceModulesRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$listResourceModules, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$37.IsAPIActivatedResponse> isAPIActivated($37.IsAPIActivatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$34.IsAPIActivatedResponse> isAPIActivated($34.IsAPIActivatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$isAPIActivated, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -94,102 +94,102 @@ abstract class ModuleServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.ModuleService';
|
||||
|
||||
ModuleServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$37.ListModulesRequest, $37.ListModulesResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$34.ListModulesRequest, $34.ListModulesResponse>(
|
||||
'List',
|
||||
list_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $37.ListModulesRequest.fromBuffer(value),
|
||||
($37.ListModulesResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.CreateModuleRequest, $37.CreateModuleResponse>(
|
||||
($core.List<$core.int> value) => $34.ListModulesRequest.fromBuffer(value),
|
||||
($34.ListModulesResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$34.CreateModuleRequest, $34.CreateModuleResponse>(
|
||||
'Create',
|
||||
create_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $37.CreateModuleRequest.fromBuffer(value),
|
||||
($37.CreateModuleResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.DeleteModuleRequest, $37.DeleteModuleResponse>(
|
||||
($core.List<$core.int> value) => $34.CreateModuleRequest.fromBuffer(value),
|
||||
($34.CreateModuleResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$34.DeleteModuleRequest, $34.DeleteModuleResponse>(
|
||||
'Delete',
|
||||
delete_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $37.DeleteModuleRequest.fromBuffer(value),
|
||||
($37.DeleteModuleResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.SetOrganisationModulesRequest, $37.SetOrganisationModulesResponse>(
|
||||
($core.List<$core.int> value) => $34.DeleteModuleRequest.fromBuffer(value),
|
||||
($34.DeleteModuleResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$34.SetOrganisationModulesRequest, $34.SetOrganisationModulesResponse>(
|
||||
'SetOrganisationModules',
|
||||
setOrganisationModules_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $37.SetOrganisationModulesRequest.fromBuffer(value),
|
||||
($37.SetOrganisationModulesResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.SetProjectModulesRequest, $37.SetProjectModulesResponse>(
|
||||
($core.List<$core.int> value) => $34.SetOrganisationModulesRequest.fromBuffer(value),
|
||||
($34.SetOrganisationModulesResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$34.SetProjectModulesRequest, $34.SetProjectModulesResponse>(
|
||||
'SetProjectModules',
|
||||
setProjectModules_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $37.SetProjectModulesRequest.fromBuffer(value),
|
||||
($37.SetProjectModulesResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.SetResourceModulesRequest, $37.SetResourceModulesResponse>(
|
||||
($core.List<$core.int> value) => $34.SetProjectModulesRequest.fromBuffer(value),
|
||||
($34.SetProjectModulesResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$34.SetResourceModulesRequest, $34.SetResourceModulesResponse>(
|
||||
'SetResourceModules',
|
||||
setResourceModules_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $37.SetResourceModulesRequest.fromBuffer(value),
|
||||
($37.SetResourceModulesResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.ListResourceModulesRequest, $37.ListResourceModulesResponse>(
|
||||
($core.List<$core.int> value) => $34.SetResourceModulesRequest.fromBuffer(value),
|
||||
($34.SetResourceModulesResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$34.ListResourceModulesRequest, $34.ListResourceModulesResponse>(
|
||||
'ListResourceModules',
|
||||
listResourceModules_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $37.ListResourceModulesRequest.fromBuffer(value),
|
||||
($37.ListResourceModulesResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.IsAPIActivatedRequest, $37.IsAPIActivatedResponse>(
|
||||
($core.List<$core.int> value) => $34.ListResourceModulesRequest.fromBuffer(value),
|
||||
($34.ListResourceModulesResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$34.IsAPIActivatedRequest, $34.IsAPIActivatedResponse>(
|
||||
'IsAPIActivated',
|
||||
isAPIActivated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $37.IsAPIActivatedRequest.fromBuffer(value),
|
||||
($37.IsAPIActivatedResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $34.IsAPIActivatedRequest.fromBuffer(value),
|
||||
($34.IsAPIActivatedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$37.ListModulesResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$37.ListModulesRequest> $request) async {
|
||||
$async.Future<$34.ListModulesResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$34.ListModulesRequest> $request) async {
|
||||
return list($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$37.CreateModuleResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$37.CreateModuleRequest> $request) async {
|
||||
$async.Future<$34.CreateModuleResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$34.CreateModuleRequest> $request) async {
|
||||
return create($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$37.DeleteModuleResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$37.DeleteModuleRequest> $request) async {
|
||||
$async.Future<$34.DeleteModuleResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$34.DeleteModuleRequest> $request) async {
|
||||
return delete($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$37.SetOrganisationModulesResponse> setOrganisationModules_Pre($grpc.ServiceCall $call, $async.Future<$37.SetOrganisationModulesRequest> $request) async {
|
||||
$async.Future<$34.SetOrganisationModulesResponse> setOrganisationModules_Pre($grpc.ServiceCall $call, $async.Future<$34.SetOrganisationModulesRequest> $request) async {
|
||||
return setOrganisationModules($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$37.SetProjectModulesResponse> setProjectModules_Pre($grpc.ServiceCall $call, $async.Future<$37.SetProjectModulesRequest> $request) async {
|
||||
$async.Future<$34.SetProjectModulesResponse> setProjectModules_Pre($grpc.ServiceCall $call, $async.Future<$34.SetProjectModulesRequest> $request) async {
|
||||
return setProjectModules($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$37.SetResourceModulesResponse> setResourceModules_Pre($grpc.ServiceCall $call, $async.Future<$37.SetResourceModulesRequest> $request) async {
|
||||
$async.Future<$34.SetResourceModulesResponse> setResourceModules_Pre($grpc.ServiceCall $call, $async.Future<$34.SetResourceModulesRequest> $request) async {
|
||||
return setResourceModules($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$37.ListResourceModulesResponse> listResourceModules_Pre($grpc.ServiceCall $call, $async.Future<$37.ListResourceModulesRequest> $request) async {
|
||||
$async.Future<$34.ListResourceModulesResponse> listResourceModules_Pre($grpc.ServiceCall $call, $async.Future<$34.ListResourceModulesRequest> $request) async {
|
||||
return listResourceModules($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$37.IsAPIActivatedResponse> isAPIActivated_Pre($grpc.ServiceCall $call, $async.Future<$37.IsAPIActivatedRequest> $request) async {
|
||||
$async.Future<$34.IsAPIActivatedResponse> isAPIActivated_Pre($grpc.ServiceCall $call, $async.Future<$34.IsAPIActivatedRequest> $request) async {
|
||||
return isAPIActivated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$37.ListModulesResponse> list($grpc.ServiceCall call, $37.ListModulesRequest request);
|
||||
$async.Future<$37.CreateModuleResponse> create($grpc.ServiceCall call, $37.CreateModuleRequest request);
|
||||
$async.Future<$37.DeleteModuleResponse> delete($grpc.ServiceCall call, $37.DeleteModuleRequest request);
|
||||
$async.Future<$37.SetOrganisationModulesResponse> setOrganisationModules($grpc.ServiceCall call, $37.SetOrganisationModulesRequest request);
|
||||
$async.Future<$37.SetProjectModulesResponse> setProjectModules($grpc.ServiceCall call, $37.SetProjectModulesRequest request);
|
||||
$async.Future<$37.SetResourceModulesResponse> setResourceModules($grpc.ServiceCall call, $37.SetResourceModulesRequest request);
|
||||
$async.Future<$37.ListResourceModulesResponse> listResourceModules($grpc.ServiceCall call, $37.ListResourceModulesRequest request);
|
||||
$async.Future<$37.IsAPIActivatedResponse> isAPIActivated($grpc.ServiceCall call, $37.IsAPIActivatedRequest request);
|
||||
$async.Future<$34.ListModulesResponse> list($grpc.ServiceCall call, $34.ListModulesRequest request);
|
||||
$async.Future<$34.CreateModuleResponse> create($grpc.ServiceCall call, $34.CreateModuleRequest request);
|
||||
$async.Future<$34.DeleteModuleResponse> delete($grpc.ServiceCall call, $34.DeleteModuleRequest request);
|
||||
$async.Future<$34.SetOrganisationModulesResponse> setOrganisationModules($grpc.ServiceCall call, $34.SetOrganisationModulesRequest request);
|
||||
$async.Future<$34.SetProjectModulesResponse> setProjectModules($grpc.ServiceCall call, $34.SetProjectModulesRequest request);
|
||||
$async.Future<$34.SetResourceModulesResponse> setResourceModules($grpc.ServiceCall call, $34.SetResourceModulesRequest request);
|
||||
$async.Future<$34.ListResourceModulesResponse> listResourceModules($grpc.ServiceCall call, $34.ListResourceModulesRequest request);
|
||||
$async.Future<$34.IsAPIActivatedResponse> isAPIActivated($grpc.ServiceCall call, $34.IsAPIActivatedRequest request);
|
||||
}
|
||||
|
||||
@@ -13,23 +13,23 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'actor.pb.dart' as $72;
|
||||
import 'item.pb.dart' as $83;
|
||||
import 'actor.pb.dart' as $67;
|
||||
import 'item.pb.dart' as $77;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'warehousingShared.pb.dart' as $76;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class MovementPayload extends $pb.GeneratedMessage {
|
||||
factory MovementPayload({
|
||||
$82.EnrichedGoods? goods,
|
||||
$76.EnrichedGoods? goods,
|
||||
$core.String? actorID,
|
||||
$72.ActorPayload? actor,
|
||||
$82.StockMovement? movement,
|
||||
$67.ActorPayload? actor,
|
||||
$76.StockMovement? movement,
|
||||
$core.Iterable<$3.ClaimSummary>? claims,
|
||||
$core.int? claimNumber,
|
||||
$82.MovementStatusStruct? status,
|
||||
$82.QuantityInLV? quantityInBaseLV,
|
||||
$76.MovementStatusStruct? status,
|
||||
$76.QuantityInLV? quantityInBaseLV,
|
||||
$core.Iterable<$3.AttachmentSummary>? attachments,
|
||||
$core.int? attachmentNumber,
|
||||
}) {
|
||||
@@ -71,14 +71,14 @@ class MovementPayload extends $pb.GeneratedMessage {
|
||||
factory MovementPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.EnrichedGoods>(1, _omitFieldNames ? '' : 'Goods', protoName: 'Goods', subBuilder: $82.EnrichedGoods.create)
|
||||
..aOM<$76.EnrichedGoods>(1, _omitFieldNames ? '' : 'Goods', protoName: 'Goods', subBuilder: $76.EnrichedGoods.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..aOM<$72.ActorPayload>(3, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $72.ActorPayload.create)
|
||||
..aOM<$82.StockMovement>(4, _omitFieldNames ? '' : 'Movement', protoName: 'Movement', subBuilder: $82.StockMovement.create)
|
||||
..aOM<$67.ActorPayload>(3, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $67.ActorPayload.create)
|
||||
..aOM<$76.StockMovement>(4, _omitFieldNames ? '' : 'Movement', protoName: 'Movement', subBuilder: $76.StockMovement.create)
|
||||
..pc<$3.ClaimSummary>(5, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $3.ClaimSummary.create)
|
||||
..a<$core.int>(6, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
|
||||
..aOM<$82.MovementStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.MovementStatusStruct.create)
|
||||
..aOM<$82.QuantityInLV>(8, _omitFieldNames ? '' : 'QuantityInBaseLV', protoName: 'QuantityInBaseLV', subBuilder: $82.QuantityInLV.create)
|
||||
..aOM<$76.MovementStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $76.MovementStatusStruct.create)
|
||||
..aOM<$76.QuantityInLV>(8, _omitFieldNames ? '' : 'QuantityInBaseLV', protoName: 'QuantityInBaseLV', subBuilder: $76.QuantityInLV.create)
|
||||
..pc<$3.AttachmentSummary>(9, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $3.AttachmentSummary.create)
|
||||
..a<$core.int>(10, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
||||
..hasRequiredFields = false
|
||||
@@ -106,15 +106,15 @@ class MovementPayload extends $pb.GeneratedMessage {
|
||||
static MovementPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.EnrichedGoods get goods => $_getN(0);
|
||||
$76.EnrichedGoods get goods => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set goods($82.EnrichedGoods v) { $_setField(1, v); }
|
||||
set goods($76.EnrichedGoods v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasGoods() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearGoods() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.EnrichedGoods ensureGoods() => $_ensure(0);
|
||||
$76.EnrichedGoods ensureGoods() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get actorID => $_getSZ(1);
|
||||
@@ -126,26 +126,26 @@ class MovementPayload extends $pb.GeneratedMessage {
|
||||
void clearActorID() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$72.ActorPayload get actor => $_getN(2);
|
||||
$67.ActorPayload get actor => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set actor($72.ActorPayload v) { $_setField(3, v); }
|
||||
set actor($67.ActorPayload v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasActor() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearActor() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$72.ActorPayload ensureActor() => $_ensure(2);
|
||||
$67.ActorPayload ensureActor() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$82.StockMovement get movement => $_getN(3);
|
||||
$76.StockMovement get movement => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set movement($82.StockMovement v) { $_setField(4, v); }
|
||||
set movement($76.StockMovement v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasMovement() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearMovement() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$82.StockMovement ensureMovement() => $_ensure(3);
|
||||
$76.StockMovement ensureMovement() => $_ensure(3);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$3.ClaimSummary> get claims => $_getList(4);
|
||||
@@ -160,26 +160,26 @@ class MovementPayload extends $pb.GeneratedMessage {
|
||||
void clearClaimNumber() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$82.MovementStatusStruct get status => $_getN(6);
|
||||
$76.MovementStatusStruct get status => $_getN(6);
|
||||
@$pb.TagNumber(7)
|
||||
set status($82.MovementStatusStruct v) { $_setField(7, v); }
|
||||
set status($76.MovementStatusStruct v) { $_setField(7, v); }
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasStatus() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearStatus() => $_clearField(7);
|
||||
@$pb.TagNumber(7)
|
||||
$82.MovementStatusStruct ensureStatus() => $_ensure(6);
|
||||
$76.MovementStatusStruct ensureStatus() => $_ensure(6);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$82.QuantityInLV get quantityInBaseLV => $_getN(7);
|
||||
$76.QuantityInLV get quantityInBaseLV => $_getN(7);
|
||||
@$pb.TagNumber(8)
|
||||
set quantityInBaseLV($82.QuantityInLV v) { $_setField(8, v); }
|
||||
set quantityInBaseLV($76.QuantityInLV v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasQuantityInBaseLV() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearQuantityInBaseLV() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$82.QuantityInLV ensureQuantityInBaseLV() => $_ensure(7);
|
||||
$76.QuantityInLV ensureQuantityInBaseLV() => $_ensure(7);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$3.AttachmentSummary> get attachments => $_getList(8);
|
||||
@@ -296,8 +296,8 @@ class MovementEnrichment extends $pb.GeneratedMessage {
|
||||
$core.String? project,
|
||||
$core.String? parentEntityName,
|
||||
$core.String? parentEntityID,
|
||||
$83.ItemPayload? item,
|
||||
$72.ActorPayload? actor,
|
||||
$77.ItemPayload? item,
|
||||
$67.ActorPayload? actor,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (parentEventID != null) {
|
||||
@@ -351,8 +351,8 @@ class MovementEnrichment extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'Project', protoName: 'Project')
|
||||
..aOS(7, _omitFieldNames ? '' : 'ParentEntityName', protoName: 'ParentEntityName')
|
||||
..aOS(8, _omitFieldNames ? '' : 'ParentEntityID', protoName: 'ParentEntityID')
|
||||
..aOM<$83.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $83.ItemPayload.create)
|
||||
..aOM<$72.ActorPayload>(11, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $72.ActorPayload.create)
|
||||
..aOM<$77.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $77.ItemPayload.create)
|
||||
..aOM<$67.ActorPayload>(11, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $67.ActorPayload.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -453,26 +453,26 @@ class MovementEnrichment extends $pb.GeneratedMessage {
|
||||
void clearParentEntityID() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$83.ItemPayload get item => $_getN(8);
|
||||
$77.ItemPayload get item => $_getN(8);
|
||||
@$pb.TagNumber(10)
|
||||
set item($83.ItemPayload v) { $_setField(10, v); }
|
||||
set item($77.ItemPayload v) { $_setField(10, v); }
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasItem() => $_has(8);
|
||||
@$pb.TagNumber(10)
|
||||
void clearItem() => $_clearField(10);
|
||||
@$pb.TagNumber(10)
|
||||
$83.ItemPayload ensureItem() => $_ensure(8);
|
||||
$77.ItemPayload ensureItem() => $_ensure(8);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$72.ActorPayload get actor => $_getN(9);
|
||||
$67.ActorPayload get actor => $_getN(9);
|
||||
@$pb.TagNumber(11)
|
||||
set actor($72.ActorPayload v) { $_setField(11, v); }
|
||||
set actor($67.ActorPayload v) { $_setField(11, v); }
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasActor() => $_has(9);
|
||||
@$pb.TagNumber(11)
|
||||
void clearActor() => $_clearField(11);
|
||||
@$pb.TagNumber(11)
|
||||
$72.ActorPayload ensureActor() => $_ensure(9);
|
||||
$67.ActorPayload ensureActor() => $_ensure(9);
|
||||
}
|
||||
|
||||
class MovementTriplet extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -14,7 +14,7 @@ import 'dart:core' as $core;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'warehousingShared.pb.dart' as $76;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -22,9 +22,9 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// GenerateDelta : replicate tracking status on all included logistic units
|
||||
class MovementSendToStockPayload extends $pb.GeneratedMessage {
|
||||
factory MovementSendToStockPayload({
|
||||
$82.EnrichedGoods? goods,
|
||||
$76.EnrichedGoods? goods,
|
||||
$core.String? actorID,
|
||||
$82.StockMovement? movement,
|
||||
$76.StockMovement? movement,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (goods != null) {
|
||||
@@ -43,9 +43,9 @@ class MovementSendToStockPayload extends $pb.GeneratedMessage {
|
||||
factory MovementSendToStockPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementSendToStockPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.EnrichedGoods>(1, _omitFieldNames ? '' : 'Goods', protoName: 'Goods', subBuilder: $82.EnrichedGoods.create)
|
||||
..aOM<$76.EnrichedGoods>(1, _omitFieldNames ? '' : 'Goods', protoName: 'Goods', subBuilder: $76.EnrichedGoods.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..aOM<$82.StockMovement>(3, _omitFieldNames ? '' : 'Movement', protoName: 'Movement', subBuilder: $82.StockMovement.create)
|
||||
..aOM<$76.StockMovement>(3, _omitFieldNames ? '' : 'Movement', protoName: 'Movement', subBuilder: $76.StockMovement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -71,15 +71,15 @@ class MovementSendToStockPayload extends $pb.GeneratedMessage {
|
||||
static MovementSendToStockPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.EnrichedGoods get goods => $_getN(0);
|
||||
$76.EnrichedGoods get goods => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set goods($82.EnrichedGoods v) { $_setField(1, v); }
|
||||
set goods($76.EnrichedGoods v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasGoods() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearGoods() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.EnrichedGoods ensureGoods() => $_ensure(0);
|
||||
$76.EnrichedGoods ensureGoods() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get actorID => $_getSZ(1);
|
||||
@@ -91,15 +91,15 @@ class MovementSendToStockPayload extends $pb.GeneratedMessage {
|
||||
void clearActorID() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$82.StockMovement get movement => $_getN(2);
|
||||
$76.StockMovement get movement => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set movement($82.StockMovement v) { $_setField(3, v); }
|
||||
set movement($76.StockMovement v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasMovement() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearMovement() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$82.StockMovement ensureMovement() => $_ensure(2);
|
||||
$76.StockMovement ensureMovement() => $_ensure(2);
|
||||
}
|
||||
|
||||
class MovementSendToStock extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -13,9 +13,9 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'actor.pb.dart' as $72;
|
||||
import 'actor.pb.dart' as $67;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'warehousingShared.pb.dart' as $76;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -29,10 +29,10 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// A specific algorithm will be implemented on api-server and all actions which result this event.
|
||||
class MovementCreatedPayload extends $pb.GeneratedMessage {
|
||||
factory MovementCreatedPayload({
|
||||
$82.EnrichedGoods? goods,
|
||||
$76.EnrichedGoods? goods,
|
||||
$core.String? actorID,
|
||||
$72.ActorPayload? actor,
|
||||
$82.StockMovement? movement,
|
||||
$67.ActorPayload? actor,
|
||||
$76.StockMovement? movement,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (goods != null) {
|
||||
@@ -54,10 +54,10 @@ class MovementCreatedPayload extends $pb.GeneratedMessage {
|
||||
factory MovementCreatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementCreatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.EnrichedGoods>(1, _omitFieldNames ? '' : 'Goods', protoName: 'Goods', subBuilder: $82.EnrichedGoods.create)
|
||||
..aOM<$76.EnrichedGoods>(1, _omitFieldNames ? '' : 'Goods', protoName: 'Goods', subBuilder: $76.EnrichedGoods.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..aOM<$72.ActorPayload>(3, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $72.ActorPayload.create)
|
||||
..aOM<$82.StockMovement>(4, _omitFieldNames ? '' : 'Movement', protoName: 'Movement', subBuilder: $82.StockMovement.create)
|
||||
..aOM<$67.ActorPayload>(3, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $67.ActorPayload.create)
|
||||
..aOM<$76.StockMovement>(4, _omitFieldNames ? '' : 'Movement', protoName: 'Movement', subBuilder: $76.StockMovement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -83,15 +83,15 @@ class MovementCreatedPayload extends $pb.GeneratedMessage {
|
||||
static MovementCreatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.EnrichedGoods get goods => $_getN(0);
|
||||
$76.EnrichedGoods get goods => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set goods($82.EnrichedGoods v) { $_setField(1, v); }
|
||||
set goods($76.EnrichedGoods v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasGoods() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearGoods() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.EnrichedGoods ensureGoods() => $_ensure(0);
|
||||
$76.EnrichedGoods ensureGoods() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get actorID => $_getSZ(1);
|
||||
@@ -103,26 +103,26 @@ class MovementCreatedPayload extends $pb.GeneratedMessage {
|
||||
void clearActorID() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$72.ActorPayload get actor => $_getN(2);
|
||||
$67.ActorPayload get actor => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set actor($72.ActorPayload v) { $_setField(3, v); }
|
||||
set actor($67.ActorPayload v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasActor() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearActor() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$72.ActorPayload ensureActor() => $_ensure(2);
|
||||
$67.ActorPayload ensureActor() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$82.StockMovement get movement => $_getN(3);
|
||||
$76.StockMovement get movement => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set movement($82.StockMovement v) { $_setField(4, v); }
|
||||
set movement($76.StockMovement v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasMovement() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearMovement() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$82.StockMovement ensureMovement() => $_ensure(3);
|
||||
$76.StockMovement ensureMovement() => $_ensure(3);
|
||||
}
|
||||
|
||||
class MovementCreatedEvent extends $pb.GeneratedMessage {
|
||||
@@ -375,11 +375,11 @@ class MovementCreatedResponse extends $pb.GeneratedMessage {
|
||||
/// A specific algorithm will be implemented on api-server and all actions which result this event.
|
||||
class MovementGeneratedPayload extends $pb.GeneratedMessage {
|
||||
factory MovementGeneratedPayload({
|
||||
$82.EnrichedGoods? goods,
|
||||
$76.EnrichedGoods? goods,
|
||||
$core.String? actorID,
|
||||
$72.ActorPayload? actor,
|
||||
$82.StockMovement? movement,
|
||||
$82.QuantityInLV? quantityInBaseLV,
|
||||
$67.ActorPayload? actor,
|
||||
$76.StockMovement? movement,
|
||||
$76.QuantityInLV? quantityInBaseLV,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (goods != null) {
|
||||
@@ -404,11 +404,11 @@ class MovementGeneratedPayload extends $pb.GeneratedMessage {
|
||||
factory MovementGeneratedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementGeneratedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.EnrichedGoods>(1, _omitFieldNames ? '' : 'Goods', protoName: 'Goods', subBuilder: $82.EnrichedGoods.create)
|
||||
..aOM<$76.EnrichedGoods>(1, _omitFieldNames ? '' : 'Goods', protoName: 'Goods', subBuilder: $76.EnrichedGoods.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..aOM<$72.ActorPayload>(3, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $72.ActorPayload.create)
|
||||
..aOM<$82.StockMovement>(4, _omitFieldNames ? '' : 'Movement', protoName: 'Movement', subBuilder: $82.StockMovement.create)
|
||||
..aOM<$82.QuantityInLV>(8, _omitFieldNames ? '' : 'QuantityInBaseLV', protoName: 'QuantityInBaseLV', subBuilder: $82.QuantityInLV.create)
|
||||
..aOM<$67.ActorPayload>(3, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $67.ActorPayload.create)
|
||||
..aOM<$76.StockMovement>(4, _omitFieldNames ? '' : 'Movement', protoName: 'Movement', subBuilder: $76.StockMovement.create)
|
||||
..aOM<$76.QuantityInLV>(8, _omitFieldNames ? '' : 'QuantityInBaseLV', protoName: 'QuantityInBaseLV', subBuilder: $76.QuantityInLV.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -434,15 +434,15 @@ class MovementGeneratedPayload extends $pb.GeneratedMessage {
|
||||
static MovementGeneratedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.EnrichedGoods get goods => $_getN(0);
|
||||
$76.EnrichedGoods get goods => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set goods($82.EnrichedGoods v) { $_setField(1, v); }
|
||||
set goods($76.EnrichedGoods v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasGoods() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearGoods() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.EnrichedGoods ensureGoods() => $_ensure(0);
|
||||
$76.EnrichedGoods ensureGoods() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get actorID => $_getSZ(1);
|
||||
@@ -454,37 +454,37 @@ class MovementGeneratedPayload extends $pb.GeneratedMessage {
|
||||
void clearActorID() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$72.ActorPayload get actor => $_getN(2);
|
||||
$67.ActorPayload get actor => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set actor($72.ActorPayload v) { $_setField(3, v); }
|
||||
set actor($67.ActorPayload v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasActor() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearActor() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$72.ActorPayload ensureActor() => $_ensure(2);
|
||||
$67.ActorPayload ensureActor() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$82.StockMovement get movement => $_getN(3);
|
||||
$76.StockMovement get movement => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set movement($82.StockMovement v) { $_setField(4, v); }
|
||||
set movement($76.StockMovement v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasMovement() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearMovement() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$82.StockMovement ensureMovement() => $_ensure(3);
|
||||
$76.StockMovement ensureMovement() => $_ensure(3);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$82.QuantityInLV get quantityInBaseLV => $_getN(4);
|
||||
$76.QuantityInLV get quantityInBaseLV => $_getN(4);
|
||||
@$pb.TagNumber(8)
|
||||
set quantityInBaseLV($82.QuantityInLV v) { $_setField(8, v); }
|
||||
set quantityInBaseLV($76.QuantityInLV v) { $_setField(8, v); }
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasQuantityInBaseLV() => $_has(4);
|
||||
@$pb.TagNumber(8)
|
||||
void clearQuantityInBaseLV() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$82.QuantityInLV ensureQuantityInBaseLV() => $_ensure(4);
|
||||
$76.QuantityInLV ensureQuantityInBaseLV() => $_ensure(4);
|
||||
}
|
||||
|
||||
class MovementGeneratedEvent extends $pb.GeneratedMessage {
|
||||
@@ -731,7 +731,7 @@ class MovementGeneratedResponse extends $pb.GeneratedMessage {
|
||||
/// StockValueUpdated : this message tells what the stock value was just after the movement is registered
|
||||
class MovementStockValueUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory MovementStockValueUpdatedPayload({
|
||||
$82.QuantityInLV? quantityInBaseLV,
|
||||
$76.QuantityInLV? quantityInBaseLV,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (quantityInBaseLV != null) {
|
||||
@@ -744,7 +744,7 @@ class MovementStockValueUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory MovementStockValueUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementStockValueUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.QuantityInLV>(1, _omitFieldNames ? '' : 'QuantityInBaseLV', protoName: 'QuantityInBaseLV', subBuilder: $82.QuantityInLV.create)
|
||||
..aOM<$76.QuantityInLV>(1, _omitFieldNames ? '' : 'QuantityInBaseLV', protoName: 'QuantityInBaseLV', subBuilder: $76.QuantityInLV.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -770,15 +770,15 @@ class MovementStockValueUpdatedPayload extends $pb.GeneratedMessage {
|
||||
static MovementStockValueUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.QuantityInLV get quantityInBaseLV => $_getN(0);
|
||||
$76.QuantityInLV get quantityInBaseLV => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set quantityInBaseLV($82.QuantityInLV v) { $_setField(1, v); }
|
||||
set quantityInBaseLV($76.QuantityInLV v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasQuantityInBaseLV() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearQuantityInBaseLV() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.QuantityInLV ensureQuantityInBaseLV() => $_ensure(0);
|
||||
$76.QuantityInLV ensureQuantityInBaseLV() => $_ensure(0);
|
||||
}
|
||||
|
||||
class MovementStockValueUpdatedEvent extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -15,68 +15,68 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'movementInput.pb.dart' as $38;
|
||||
import 'movementInput.pb.dart' as $35;
|
||||
|
||||
export 'movementInput.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.MovementInputAPI')
|
||||
class MovementInputAPIClient extends $grpc.Client {
|
||||
static final _$created = $grpc.ClientMethod<$38.MovementCreatedRequest, $38.MovementCreatedResponse>(
|
||||
static final _$created = $grpc.ClientMethod<$35.MovementCreatedRequest, $35.MovementCreatedResponse>(
|
||||
'/api.MovementInputAPI/Created',
|
||||
($38.MovementCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $38.MovementCreatedResponse.fromBuffer(value));
|
||||
static final _$generated = $grpc.ClientMethod<$38.MovementGeneratedRequest, $38.MovementGeneratedResponse>(
|
||||
($35.MovementCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.MovementCreatedResponse.fromBuffer(value));
|
||||
static final _$generated = $grpc.ClientMethod<$35.MovementGeneratedRequest, $35.MovementGeneratedResponse>(
|
||||
'/api.MovementInputAPI/Generated',
|
||||
($38.MovementGeneratedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $38.MovementGeneratedResponse.fromBuffer(value));
|
||||
static final _$stockValueUpdated = $grpc.ClientMethod<$38.MovementStockValueUpdatedRequest, $38.MovementStockValueUpdatedResponse>(
|
||||
($35.MovementGeneratedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.MovementGeneratedResponse.fromBuffer(value));
|
||||
static final _$stockValueUpdated = $grpc.ClientMethod<$35.MovementStockValueUpdatedRequest, $35.MovementStockValueUpdatedResponse>(
|
||||
'/api.MovementInputAPI/StockValueUpdated',
|
||||
($38.MovementStockValueUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $38.MovementStockValueUpdatedResponse.fromBuffer(value));
|
||||
static final _$claimAdded = $grpc.ClientMethod<$38.MovementClaimAddedRequest, $38.MovementClaimAddedResponse>(
|
||||
($35.MovementStockValueUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.MovementStockValueUpdatedResponse.fromBuffer(value));
|
||||
static final _$claimAdded = $grpc.ClientMethod<$35.MovementClaimAddedRequest, $35.MovementClaimAddedResponse>(
|
||||
'/api.MovementInputAPI/ClaimAdded',
|
||||
($38.MovementClaimAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $38.MovementClaimAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$38.MovementAttachmentAddedRequest, $38.MovementAttachmentAddedResponse>(
|
||||
($35.MovementClaimAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.MovementClaimAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$35.MovementAttachmentAddedRequest, $35.MovementAttachmentAddedResponse>(
|
||||
'/api.MovementInputAPI/AttachmentAdded',
|
||||
($38.MovementAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $38.MovementAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$38.MovementAttachmentRemovedRequest, $38.MovementAttachmentRemovedResponse>(
|
||||
($35.MovementAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.MovementAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$35.MovementAttachmentRemovedRequest, $35.MovementAttachmentRemovedResponse>(
|
||||
'/api.MovementInputAPI/AttachmentRemoved',
|
||||
($38.MovementAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $38.MovementAttachmentRemovedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$38.MovementDeletedRequest, $38.MovementDeletedResponse>(
|
||||
($35.MovementAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.MovementAttachmentRemovedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$35.MovementDeletedRequest, $35.MovementDeletedResponse>(
|
||||
'/api.MovementInputAPI/Deleted',
|
||||
($38.MovementDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $38.MovementDeletedResponse.fromBuffer(value));
|
||||
($35.MovementDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.MovementDeletedResponse.fromBuffer(value));
|
||||
|
||||
MovementInputAPIClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$38.MovementCreatedResponse> created($38.MovementCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$35.MovementCreatedResponse> created($35.MovementCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$created, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$38.MovementGeneratedResponse> generated($38.MovementGeneratedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$35.MovementGeneratedResponse> generated($35.MovementGeneratedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$generated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$38.MovementStockValueUpdatedResponse> stockValueUpdated($38.MovementStockValueUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$35.MovementStockValueUpdatedResponse> stockValueUpdated($35.MovementStockValueUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$stockValueUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$38.MovementClaimAddedResponse> claimAdded($38.MovementClaimAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$35.MovementClaimAddedResponse> claimAdded($35.MovementClaimAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$claimAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$38.MovementAttachmentAddedResponse> attachmentAdded($38.MovementAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$35.MovementAttachmentAddedResponse> attachmentAdded($35.MovementAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$38.MovementAttachmentRemovedResponse> attachmentRemoved($38.MovementAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$35.MovementAttachmentRemovedResponse> attachmentRemoved($35.MovementAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentRemoved, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$38.MovementDeletedResponse> deleted($38.MovementDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$35.MovementDeletedResponse> deleted($35.MovementDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleted, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -86,90 +86,90 @@ abstract class MovementInputAPIServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.MovementInputAPI';
|
||||
|
||||
MovementInputAPIServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$38.MovementCreatedRequest, $38.MovementCreatedResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$35.MovementCreatedRequest, $35.MovementCreatedResponse>(
|
||||
'Created',
|
||||
created_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $38.MovementCreatedRequest.fromBuffer(value),
|
||||
($38.MovementCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$38.MovementGeneratedRequest, $38.MovementGeneratedResponse>(
|
||||
($core.List<$core.int> value) => $35.MovementCreatedRequest.fromBuffer(value),
|
||||
($35.MovementCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.MovementGeneratedRequest, $35.MovementGeneratedResponse>(
|
||||
'Generated',
|
||||
generated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $38.MovementGeneratedRequest.fromBuffer(value),
|
||||
($38.MovementGeneratedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$38.MovementStockValueUpdatedRequest, $38.MovementStockValueUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $35.MovementGeneratedRequest.fromBuffer(value),
|
||||
($35.MovementGeneratedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.MovementStockValueUpdatedRequest, $35.MovementStockValueUpdatedResponse>(
|
||||
'StockValueUpdated',
|
||||
stockValueUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $38.MovementStockValueUpdatedRequest.fromBuffer(value),
|
||||
($38.MovementStockValueUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$38.MovementClaimAddedRequest, $38.MovementClaimAddedResponse>(
|
||||
($core.List<$core.int> value) => $35.MovementStockValueUpdatedRequest.fromBuffer(value),
|
||||
($35.MovementStockValueUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.MovementClaimAddedRequest, $35.MovementClaimAddedResponse>(
|
||||
'ClaimAdded',
|
||||
claimAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $38.MovementClaimAddedRequest.fromBuffer(value),
|
||||
($38.MovementClaimAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$38.MovementAttachmentAddedRequest, $38.MovementAttachmentAddedResponse>(
|
||||
($core.List<$core.int> value) => $35.MovementClaimAddedRequest.fromBuffer(value),
|
||||
($35.MovementClaimAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.MovementAttachmentAddedRequest, $35.MovementAttachmentAddedResponse>(
|
||||
'AttachmentAdded',
|
||||
attachmentAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $38.MovementAttachmentAddedRequest.fromBuffer(value),
|
||||
($38.MovementAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$38.MovementAttachmentRemovedRequest, $38.MovementAttachmentRemovedResponse>(
|
||||
($core.List<$core.int> value) => $35.MovementAttachmentAddedRequest.fromBuffer(value),
|
||||
($35.MovementAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.MovementAttachmentRemovedRequest, $35.MovementAttachmentRemovedResponse>(
|
||||
'AttachmentRemoved',
|
||||
attachmentRemoved_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $38.MovementAttachmentRemovedRequest.fromBuffer(value),
|
||||
($38.MovementAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$38.MovementDeletedRequest, $38.MovementDeletedResponse>(
|
||||
($core.List<$core.int> value) => $35.MovementAttachmentRemovedRequest.fromBuffer(value),
|
||||
($35.MovementAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.MovementDeletedRequest, $35.MovementDeletedResponse>(
|
||||
'Deleted',
|
||||
deleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $38.MovementDeletedRequest.fromBuffer(value),
|
||||
($38.MovementDeletedResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $35.MovementDeletedRequest.fromBuffer(value),
|
||||
($35.MovementDeletedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$38.MovementCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$38.MovementCreatedRequest> $request) async {
|
||||
$async.Future<$35.MovementCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$35.MovementCreatedRequest> $request) async {
|
||||
return created($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$38.MovementGeneratedResponse> generated_Pre($grpc.ServiceCall $call, $async.Future<$38.MovementGeneratedRequest> $request) async {
|
||||
$async.Future<$35.MovementGeneratedResponse> generated_Pre($grpc.ServiceCall $call, $async.Future<$35.MovementGeneratedRequest> $request) async {
|
||||
return generated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$38.MovementStockValueUpdatedResponse> stockValueUpdated_Pre($grpc.ServiceCall $call, $async.Future<$38.MovementStockValueUpdatedRequest> $request) async {
|
||||
$async.Future<$35.MovementStockValueUpdatedResponse> stockValueUpdated_Pre($grpc.ServiceCall $call, $async.Future<$35.MovementStockValueUpdatedRequest> $request) async {
|
||||
return stockValueUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$38.MovementClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$38.MovementClaimAddedRequest> $request) async {
|
||||
$async.Future<$35.MovementClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$35.MovementClaimAddedRequest> $request) async {
|
||||
return claimAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$38.MovementAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$38.MovementAttachmentAddedRequest> $request) async {
|
||||
$async.Future<$35.MovementAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$35.MovementAttachmentAddedRequest> $request) async {
|
||||
return attachmentAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$38.MovementAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$38.MovementAttachmentRemovedRequest> $request) async {
|
||||
$async.Future<$35.MovementAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$35.MovementAttachmentRemovedRequest> $request) async {
|
||||
return attachmentRemoved($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$38.MovementDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$38.MovementDeletedRequest> $request) async {
|
||||
$async.Future<$35.MovementDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$35.MovementDeletedRequest> $request) async {
|
||||
return deleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$38.MovementCreatedResponse> created($grpc.ServiceCall call, $38.MovementCreatedRequest request);
|
||||
$async.Future<$38.MovementGeneratedResponse> generated($grpc.ServiceCall call, $38.MovementGeneratedRequest request);
|
||||
$async.Future<$38.MovementStockValueUpdatedResponse> stockValueUpdated($grpc.ServiceCall call, $38.MovementStockValueUpdatedRequest request);
|
||||
$async.Future<$38.MovementClaimAddedResponse> claimAdded($grpc.ServiceCall call, $38.MovementClaimAddedRequest request);
|
||||
$async.Future<$38.MovementAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $38.MovementAttachmentAddedRequest request);
|
||||
$async.Future<$38.MovementAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $38.MovementAttachmentRemovedRequest request);
|
||||
$async.Future<$38.MovementDeletedResponse> deleted($grpc.ServiceCall call, $38.MovementDeletedRequest request);
|
||||
$async.Future<$35.MovementCreatedResponse> created($grpc.ServiceCall call, $35.MovementCreatedRequest request);
|
||||
$async.Future<$35.MovementGeneratedResponse> generated($grpc.ServiceCall call, $35.MovementGeneratedRequest request);
|
||||
$async.Future<$35.MovementStockValueUpdatedResponse> stockValueUpdated($grpc.ServiceCall call, $35.MovementStockValueUpdatedRequest request);
|
||||
$async.Future<$35.MovementClaimAddedResponse> claimAdded($grpc.ServiceCall call, $35.MovementClaimAddedRequest request);
|
||||
$async.Future<$35.MovementAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $35.MovementAttachmentAddedRequest request);
|
||||
$async.Future<$35.MovementAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $35.MovementAttachmentRemovedRequest request);
|
||||
$async.Future<$35.MovementDeletedResponse> deleted($grpc.ServiceCall call, $35.MovementDeletedRequest request);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'movement.pb.dart' as $93;
|
||||
import 'movement.pb.dart' as $87;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -81,7 +81,7 @@ class MovementByIdQuery extends $pb.GeneratedMessage {
|
||||
class MovementByIdResult extends $pb.GeneratedMessage {
|
||||
factory MovementByIdResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$93.Movement>? objects,
|
||||
$core.Iterable<$87.Movement>? objects,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
@@ -98,7 +98,7 @@ class MovementByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$93.Movement>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $93.Movement.create)
|
||||
..pc<$87.Movement>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $87.Movement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -135,7 +135,7 @@ class MovementByIdResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$93.Movement> get objects => $_getList(1);
|
||||
$pb.PbList<$87.Movement> get objects => $_getList(1);
|
||||
}
|
||||
|
||||
class MovementByFilterQuery extends $pb.GeneratedMessage {
|
||||
@@ -231,7 +231,7 @@ class MovementByFilterQuery extends $pb.GeneratedMessage {
|
||||
class MovementByFilterResult extends $pb.GeneratedMessage {
|
||||
factory MovementByFilterResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$93.Movement>? objects,
|
||||
$core.Iterable<$87.Movement>? objects,
|
||||
$core.String? queryContext,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -252,7 +252,7 @@ class MovementByFilterResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$93.Movement>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $93.Movement.create)
|
||||
..pc<$87.Movement>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $87.Movement.create)
|
||||
..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -290,7 +290,7 @@ class MovementByFilterResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$93.Movement> get objects => $_getList(1);
|
||||
$pb.PbList<$87.Movement> get objects => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get queryContext => $_getSZ(2);
|
||||
@@ -479,7 +479,7 @@ class MovementByOperationReferenceQuery extends $pb.GeneratedMessage {
|
||||
class MovementByOperationReferenceResult extends $pb.GeneratedMessage {
|
||||
factory MovementByOperationReferenceResult({
|
||||
$3.ResultHeader? header,
|
||||
$core.Iterable<$93.Movement>? objects,
|
||||
$core.Iterable<$87.Movement>? objects,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
@@ -496,7 +496,7 @@ class MovementByOperationReferenceResult extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementByOperationReferenceResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create)
|
||||
..pc<$93.Movement>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $93.Movement.create)
|
||||
..pc<$87.Movement>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $87.Movement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -533,7 +533,7 @@ class MovementByOperationReferenceResult extends $pb.GeneratedMessage {
|
||||
$3.ResultHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$93.Movement> get objects => $_getList(1);
|
||||
$pb.PbList<$87.Movement> get objects => $_getList(1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -15,38 +15,38 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'clickhouse.pb.dart' as $9;
|
||||
import 'movementQuery.pb.dart' as $39;
|
||||
import 'clickhouse.pb.dart' as $13;
|
||||
import 'movementQuery.pb.dart' as $36;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'movementQuery.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.MovementQuery')
|
||||
class MovementQueryClient extends $grpc.Client {
|
||||
static final _$getByIds = $grpc.ClientMethod<$39.MovementByIdQuery, $39.MovementByIdResult>(
|
||||
static final _$getByIds = $grpc.ClientMethod<$36.MovementByIdQuery, $36.MovementByIdResult>(
|
||||
'/api.MovementQuery/GetByIds',
|
||||
($39.MovementByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $39.MovementByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$39.MovementByFilterQuery, $39.MovementByFilterResult>(
|
||||
($36.MovementByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $36.MovementByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$36.MovementByFilterQuery, $36.MovementByFilterResult>(
|
||||
'/api.MovementQuery/Find',
|
||||
($39.MovementByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $39.MovementByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$39.MovementByMatchQuery, $39.MovementByMatchResult>(
|
||||
($36.MovementByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $36.MovementByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$36.MovementByMatchQuery, $36.MovementByMatchResult>(
|
||||
'/api.MovementQuery/FindMatchingFieldValues',
|
||||
($39.MovementByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $39.MovementByMatchResult.fromBuffer(value));
|
||||
($36.MovementByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $36.MovementByMatchResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldElements = $grpc.ClientMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'/api.MovementQuery/FindMatchingFieldElements',
|
||||
($3.ElementByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.ElementByMatchResult.fromBuffer(value));
|
||||
static final _$getByOperationReference = $grpc.ClientMethod<$39.MovementByOperationReferenceQuery, $39.MovementByOperationReferenceResult>(
|
||||
static final _$getByOperationReference = $grpc.ClientMethod<$36.MovementByOperationReferenceQuery, $36.MovementByOperationReferenceResult>(
|
||||
'/api.MovementQuery/GetByOperationReference',
|
||||
($39.MovementByOperationReferenceQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $39.MovementByOperationReferenceResult.fromBuffer(value));
|
||||
static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
($36.MovementByOperationReferenceQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $36.MovementByOperationReferenceResult.fromBuffer(value));
|
||||
static final _$getKPIData = $grpc.ClientMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
|
||||
'/api.MovementQuery/GetKPIData',
|
||||
($9.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $9.GetKPIDataResult.fromBuffer(value));
|
||||
($13.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $13.GetKPIDataResult.fromBuffer(value));
|
||||
static final _$extract = $grpc.ClientMethod<$3.ExtractQuery, $3.ExtractResult>(
|
||||
'/api.MovementQuery/Extract',
|
||||
($3.ExtractQuery value) => value.writeToBuffer(),
|
||||
@@ -58,15 +58,15 @@ class MovementQueryClient extends $grpc.Client {
|
||||
|
||||
MovementQueryClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$39.MovementByIdResult> getByIds($39.MovementByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$36.MovementByIdResult> getByIds($36.MovementByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getByIds, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$39.MovementByFilterResult> find($39.MovementByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$36.MovementByFilterResult> find($36.MovementByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$find, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$39.MovementByMatchResult> findMatchingFieldValues($39.MovementByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$36.MovementByMatchResult> findMatchingFieldValues($36.MovementByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$findMatchingFieldValues, request, options: options);
|
||||
}
|
||||
|
||||
@@ -74,11 +74,11 @@ class MovementQueryClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$findMatchingFieldElements, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$39.MovementByOperationReferenceResult> getByOperationReference($39.MovementByOperationReferenceQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$36.MovementByOperationReferenceResult> getByOperationReference($36.MovementByOperationReferenceQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getByOperationReference, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$9.GetKPIDataResult> getKPIData($9.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$13.GetKPIDataResult> getKPIData($13.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getKPIData, request, options: options);
|
||||
}
|
||||
|
||||
@@ -96,27 +96,27 @@ abstract class MovementQueryServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.MovementQuery';
|
||||
|
||||
MovementQueryServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$39.MovementByIdQuery, $39.MovementByIdResult>(
|
||||
$addMethod($grpc.ServiceMethod<$36.MovementByIdQuery, $36.MovementByIdResult>(
|
||||
'GetByIds',
|
||||
getByIds_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $39.MovementByIdQuery.fromBuffer(value),
|
||||
($39.MovementByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$39.MovementByFilterQuery, $39.MovementByFilterResult>(
|
||||
($core.List<$core.int> value) => $36.MovementByIdQuery.fromBuffer(value),
|
||||
($36.MovementByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$36.MovementByFilterQuery, $36.MovementByFilterResult>(
|
||||
'Find',
|
||||
find_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $39.MovementByFilterQuery.fromBuffer(value),
|
||||
($39.MovementByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$39.MovementByMatchQuery, $39.MovementByMatchResult>(
|
||||
($core.List<$core.int> value) => $36.MovementByFilterQuery.fromBuffer(value),
|
||||
($36.MovementByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$36.MovementByMatchQuery, $36.MovementByMatchResult>(
|
||||
'FindMatchingFieldValues',
|
||||
findMatchingFieldValues_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $39.MovementByMatchQuery.fromBuffer(value),
|
||||
($39.MovementByMatchResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $36.MovementByMatchQuery.fromBuffer(value),
|
||||
($36.MovementByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'FindMatchingFieldElements',
|
||||
findMatchingFieldElements_Pre,
|
||||
@@ -124,20 +124,20 @@ abstract class MovementQueryServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.ElementByMatchQuery.fromBuffer(value),
|
||||
($3.ElementByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$39.MovementByOperationReferenceQuery, $39.MovementByOperationReferenceResult>(
|
||||
$addMethod($grpc.ServiceMethod<$36.MovementByOperationReferenceQuery, $36.MovementByOperationReferenceResult>(
|
||||
'GetByOperationReference',
|
||||
getByOperationReference_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $39.MovementByOperationReferenceQuery.fromBuffer(value),
|
||||
($39.MovementByOperationReferenceResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
($core.List<$core.int> value) => $36.MovementByOperationReferenceQuery.fromBuffer(value),
|
||||
($36.MovementByOperationReferenceResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>(
|
||||
'GetKPIData',
|
||||
getKPIData_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $9.GetKPIDataQuery.fromBuffer(value),
|
||||
($9.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $13.GetKPIDataQuery.fromBuffer(value),
|
||||
($13.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.ExtractQuery, $3.ExtractResult>(
|
||||
'Extract',
|
||||
extract_Pre,
|
||||
@@ -154,15 +154,15 @@ abstract class MovementQueryServiceBase extends $grpc.Service {
|
||||
($3.CountLinesResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$39.MovementByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$39.MovementByIdQuery> $request) async {
|
||||
$async.Future<$36.MovementByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$36.MovementByIdQuery> $request) async {
|
||||
return getByIds($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$39.MovementByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$39.MovementByFilterQuery> $request) async {
|
||||
$async.Future<$36.MovementByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$36.MovementByFilterQuery> $request) async {
|
||||
return find($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$39.MovementByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$39.MovementByMatchQuery> $request) async {
|
||||
$async.Future<$36.MovementByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$36.MovementByMatchQuery> $request) async {
|
||||
return findMatchingFieldValues($call, await $request);
|
||||
}
|
||||
|
||||
@@ -170,11 +170,11 @@ abstract class MovementQueryServiceBase extends $grpc.Service {
|
||||
return findMatchingFieldElements($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$39.MovementByOperationReferenceResult> getByOperationReference_Pre($grpc.ServiceCall $call, $async.Future<$39.MovementByOperationReferenceQuery> $request) async {
|
||||
$async.Future<$36.MovementByOperationReferenceResult> getByOperationReference_Pre($grpc.ServiceCall $call, $async.Future<$36.MovementByOperationReferenceQuery> $request) async {
|
||||
return getByOperationReference($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$9.GetKPIDataQuery> $request) async {
|
||||
$async.Future<$13.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$13.GetKPIDataQuery> $request) async {
|
||||
return getKPIData($call, await $request);
|
||||
}
|
||||
|
||||
@@ -186,12 +186,12 @@ abstract class MovementQueryServiceBase extends $grpc.Service {
|
||||
return countLines($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$39.MovementByIdResult> getByIds($grpc.ServiceCall call, $39.MovementByIdQuery request);
|
||||
$async.Future<$39.MovementByFilterResult> find($grpc.ServiceCall call, $39.MovementByFilterQuery request);
|
||||
$async.Future<$39.MovementByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $39.MovementByMatchQuery request);
|
||||
$async.Future<$36.MovementByIdResult> getByIds($grpc.ServiceCall call, $36.MovementByIdQuery request);
|
||||
$async.Future<$36.MovementByFilterResult> find($grpc.ServiceCall call, $36.MovementByFilterQuery request);
|
||||
$async.Future<$36.MovementByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $36.MovementByMatchQuery request);
|
||||
$async.Future<$3.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $3.ElementByMatchQuery request);
|
||||
$async.Future<$39.MovementByOperationReferenceResult> getByOperationReference($grpc.ServiceCall call, $39.MovementByOperationReferenceQuery request);
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request);
|
||||
$async.Future<$36.MovementByOperationReferenceResult> getByOperationReference($grpc.ServiceCall call, $36.MovementByOperationReferenceQuery request);
|
||||
$async.Future<$13.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $13.GetKPIDataQuery request);
|
||||
$async.Future<$3.ExtractResult> extract($grpc.ServiceCall call, $3.ExtractQuery request);
|
||||
$async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request);
|
||||
}
|
||||
|
||||
@@ -15,68 +15,68 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'nats-api.pb.dart' as $40;
|
||||
import 'nats-api.pb.dart' as $37;
|
||||
|
||||
export 'nats-api.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.NatsService')
|
||||
class NatsServiceClient extends $grpc.Client {
|
||||
static final _$createProjectAccount = $grpc.ClientMethod<$40.CreateProjectAccountRequest, $40.CreateProjectAccountResult>(
|
||||
static final _$createProjectAccount = $grpc.ClientMethod<$37.CreateProjectAccountRequest, $37.CreateProjectAccountResult>(
|
||||
'/api.NatsService/CreateProjectAccount',
|
||||
($40.CreateProjectAccountRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.CreateProjectAccountResult.fromBuffer(value));
|
||||
static final _$deleteProjectAccount = $grpc.ClientMethod<$40.DeleteProjectAccountRequest, $40.DeleteProjectAccountResult>(
|
||||
($37.CreateProjectAccountRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.CreateProjectAccountResult.fromBuffer(value));
|
||||
static final _$deleteProjectAccount = $grpc.ClientMethod<$37.DeleteProjectAccountRequest, $37.DeleteProjectAccountResult>(
|
||||
'/api.NatsService/DeleteProjectAccount',
|
||||
($40.DeleteProjectAccountRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.DeleteProjectAccountResult.fromBuffer(value));
|
||||
static final _$createPartnerAppUser = $grpc.ClientMethod<$40.CreatePartnerAppUserRequest, $40.CreatePartnerAppUserResult>(
|
||||
($37.DeleteProjectAccountRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.DeleteProjectAccountResult.fromBuffer(value));
|
||||
static final _$createPartnerAppUser = $grpc.ClientMethod<$37.CreatePartnerAppUserRequest, $37.CreatePartnerAppUserResult>(
|
||||
'/api.NatsService/CreatePartnerAppUser',
|
||||
($40.CreatePartnerAppUserRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.CreatePartnerAppUserResult.fromBuffer(value));
|
||||
static final _$deletePartnerAppUser = $grpc.ClientMethod<$40.DeletePartnerAppUserRequest, $40.DeletePartnerAppUserResult>(
|
||||
($37.CreatePartnerAppUserRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.CreatePartnerAppUserResult.fromBuffer(value));
|
||||
static final _$deletePartnerAppUser = $grpc.ClientMethod<$37.DeletePartnerAppUserRequest, $37.DeletePartnerAppUserResult>(
|
||||
'/api.NatsService/DeletePartnerAppUser',
|
||||
($40.DeletePartnerAppUserRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.DeletePartnerAppUserResult.fromBuffer(value));
|
||||
static final _$renewProjectAccountCredentials = $grpc.ClientMethod<$40.RenewProjectAccountCredentialsRequest, $40.RenewProjectAccountCredentialsResult>(
|
||||
($37.DeletePartnerAppUserRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.DeletePartnerAppUserResult.fromBuffer(value));
|
||||
static final _$renewProjectAccountCredentials = $grpc.ClientMethod<$37.RenewProjectAccountCredentialsRequest, $37.RenewProjectAccountCredentialsResult>(
|
||||
'/api.NatsService/RenewProjectAccountCredentials',
|
||||
($40.RenewProjectAccountCredentialsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.RenewProjectAccountCredentialsResult.fromBuffer(value));
|
||||
static final _$renewPartnerAppUserCredentials = $grpc.ClientMethod<$40.RenewPartnerAppUserCredentialsRequest, $40.RenewPartnerAppUserCredentialsResult>(
|
||||
($37.RenewProjectAccountCredentialsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.RenewProjectAccountCredentialsResult.fromBuffer(value));
|
||||
static final _$renewPartnerAppUserCredentials = $grpc.ClientMethod<$37.RenewPartnerAppUserCredentialsRequest, $37.RenewPartnerAppUserCredentialsResult>(
|
||||
'/api.NatsService/RenewPartnerAppUserCredentials',
|
||||
($40.RenewPartnerAppUserCredentialsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.RenewPartnerAppUserCredentialsResult.fromBuffer(value));
|
||||
static final _$pushMessage = $grpc.ClientMethod<$40.PushMessageRequest, $40.PushMessageResult>(
|
||||
($37.RenewPartnerAppUserCredentialsRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.RenewPartnerAppUserCredentialsResult.fromBuffer(value));
|
||||
static final _$pushMessage = $grpc.ClientMethod<$37.PushMessageRequest, $37.PushMessageResult>(
|
||||
'/api.NatsService/PushMessage',
|
||||
($40.PushMessageRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.PushMessageResult.fromBuffer(value));
|
||||
($37.PushMessageRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $37.PushMessageResult.fromBuffer(value));
|
||||
|
||||
NatsServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$40.CreateProjectAccountResult> createProjectAccount($40.CreateProjectAccountRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$37.CreateProjectAccountResult> createProjectAccount($37.CreateProjectAccountRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createProjectAccount, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$40.DeleteProjectAccountResult> deleteProjectAccount($40.DeleteProjectAccountRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$37.DeleteProjectAccountResult> deleteProjectAccount($37.DeleteProjectAccountRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteProjectAccount, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$40.CreatePartnerAppUserResult> createPartnerAppUser($40.CreatePartnerAppUserRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$37.CreatePartnerAppUserResult> createPartnerAppUser($37.CreatePartnerAppUserRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createPartnerAppUser, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$40.DeletePartnerAppUserResult> deletePartnerAppUser($40.DeletePartnerAppUserRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$37.DeletePartnerAppUserResult> deletePartnerAppUser($37.DeletePartnerAppUserRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deletePartnerAppUser, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$40.RenewProjectAccountCredentialsResult> renewProjectAccountCredentials($40.RenewProjectAccountCredentialsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$37.RenewProjectAccountCredentialsResult> renewProjectAccountCredentials($37.RenewProjectAccountCredentialsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$renewProjectAccountCredentials, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$40.RenewPartnerAppUserCredentialsResult> renewPartnerAppUserCredentials($40.RenewPartnerAppUserCredentialsRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$37.RenewPartnerAppUserCredentialsResult> renewPartnerAppUserCredentials($37.RenewPartnerAppUserCredentialsRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$renewPartnerAppUserCredentials, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$40.PushMessageResult> pushMessage($40.PushMessageRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$37.PushMessageResult> pushMessage($37.PushMessageRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$pushMessage, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -86,90 +86,90 @@ abstract class NatsServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.NatsService';
|
||||
|
||||
NatsServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$40.CreateProjectAccountRequest, $40.CreateProjectAccountResult>(
|
||||
$addMethod($grpc.ServiceMethod<$37.CreateProjectAccountRequest, $37.CreateProjectAccountResult>(
|
||||
'CreateProjectAccount',
|
||||
createProjectAccount_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $40.CreateProjectAccountRequest.fromBuffer(value),
|
||||
($40.CreateProjectAccountResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$40.DeleteProjectAccountRequest, $40.DeleteProjectAccountResult>(
|
||||
($core.List<$core.int> value) => $37.CreateProjectAccountRequest.fromBuffer(value),
|
||||
($37.CreateProjectAccountResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.DeleteProjectAccountRequest, $37.DeleteProjectAccountResult>(
|
||||
'DeleteProjectAccount',
|
||||
deleteProjectAccount_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $40.DeleteProjectAccountRequest.fromBuffer(value),
|
||||
($40.DeleteProjectAccountResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$40.CreatePartnerAppUserRequest, $40.CreatePartnerAppUserResult>(
|
||||
($core.List<$core.int> value) => $37.DeleteProjectAccountRequest.fromBuffer(value),
|
||||
($37.DeleteProjectAccountResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.CreatePartnerAppUserRequest, $37.CreatePartnerAppUserResult>(
|
||||
'CreatePartnerAppUser',
|
||||
createPartnerAppUser_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $40.CreatePartnerAppUserRequest.fromBuffer(value),
|
||||
($40.CreatePartnerAppUserResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$40.DeletePartnerAppUserRequest, $40.DeletePartnerAppUserResult>(
|
||||
($core.List<$core.int> value) => $37.CreatePartnerAppUserRequest.fromBuffer(value),
|
||||
($37.CreatePartnerAppUserResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.DeletePartnerAppUserRequest, $37.DeletePartnerAppUserResult>(
|
||||
'DeletePartnerAppUser',
|
||||
deletePartnerAppUser_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $40.DeletePartnerAppUserRequest.fromBuffer(value),
|
||||
($40.DeletePartnerAppUserResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$40.RenewProjectAccountCredentialsRequest, $40.RenewProjectAccountCredentialsResult>(
|
||||
($core.List<$core.int> value) => $37.DeletePartnerAppUserRequest.fromBuffer(value),
|
||||
($37.DeletePartnerAppUserResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.RenewProjectAccountCredentialsRequest, $37.RenewProjectAccountCredentialsResult>(
|
||||
'RenewProjectAccountCredentials',
|
||||
renewProjectAccountCredentials_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $40.RenewProjectAccountCredentialsRequest.fromBuffer(value),
|
||||
($40.RenewProjectAccountCredentialsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$40.RenewPartnerAppUserCredentialsRequest, $40.RenewPartnerAppUserCredentialsResult>(
|
||||
($core.List<$core.int> value) => $37.RenewProjectAccountCredentialsRequest.fromBuffer(value),
|
||||
($37.RenewProjectAccountCredentialsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.RenewPartnerAppUserCredentialsRequest, $37.RenewPartnerAppUserCredentialsResult>(
|
||||
'RenewPartnerAppUserCredentials',
|
||||
renewPartnerAppUserCredentials_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $40.RenewPartnerAppUserCredentialsRequest.fromBuffer(value),
|
||||
($40.RenewPartnerAppUserCredentialsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$40.PushMessageRequest, $40.PushMessageResult>(
|
||||
($core.List<$core.int> value) => $37.RenewPartnerAppUserCredentialsRequest.fromBuffer(value),
|
||||
($37.RenewPartnerAppUserCredentialsResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$37.PushMessageRequest, $37.PushMessageResult>(
|
||||
'PushMessage',
|
||||
pushMessage_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $40.PushMessageRequest.fromBuffer(value),
|
||||
($40.PushMessageResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $37.PushMessageRequest.fromBuffer(value),
|
||||
($37.PushMessageResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$40.CreateProjectAccountResult> createProjectAccount_Pre($grpc.ServiceCall $call, $async.Future<$40.CreateProjectAccountRequest> $request) async {
|
||||
$async.Future<$37.CreateProjectAccountResult> createProjectAccount_Pre($grpc.ServiceCall $call, $async.Future<$37.CreateProjectAccountRequest> $request) async {
|
||||
return createProjectAccount($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$40.DeleteProjectAccountResult> deleteProjectAccount_Pre($grpc.ServiceCall $call, $async.Future<$40.DeleteProjectAccountRequest> $request) async {
|
||||
$async.Future<$37.DeleteProjectAccountResult> deleteProjectAccount_Pre($grpc.ServiceCall $call, $async.Future<$37.DeleteProjectAccountRequest> $request) async {
|
||||
return deleteProjectAccount($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$40.CreatePartnerAppUserResult> createPartnerAppUser_Pre($grpc.ServiceCall $call, $async.Future<$40.CreatePartnerAppUserRequest> $request) async {
|
||||
$async.Future<$37.CreatePartnerAppUserResult> createPartnerAppUser_Pre($grpc.ServiceCall $call, $async.Future<$37.CreatePartnerAppUserRequest> $request) async {
|
||||
return createPartnerAppUser($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$40.DeletePartnerAppUserResult> deletePartnerAppUser_Pre($grpc.ServiceCall $call, $async.Future<$40.DeletePartnerAppUserRequest> $request) async {
|
||||
$async.Future<$37.DeletePartnerAppUserResult> deletePartnerAppUser_Pre($grpc.ServiceCall $call, $async.Future<$37.DeletePartnerAppUserRequest> $request) async {
|
||||
return deletePartnerAppUser($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$40.RenewProjectAccountCredentialsResult> renewProjectAccountCredentials_Pre($grpc.ServiceCall $call, $async.Future<$40.RenewProjectAccountCredentialsRequest> $request) async {
|
||||
$async.Future<$37.RenewProjectAccountCredentialsResult> renewProjectAccountCredentials_Pre($grpc.ServiceCall $call, $async.Future<$37.RenewProjectAccountCredentialsRequest> $request) async {
|
||||
return renewProjectAccountCredentials($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$40.RenewPartnerAppUserCredentialsResult> renewPartnerAppUserCredentials_Pre($grpc.ServiceCall $call, $async.Future<$40.RenewPartnerAppUserCredentialsRequest> $request) async {
|
||||
$async.Future<$37.RenewPartnerAppUserCredentialsResult> renewPartnerAppUserCredentials_Pre($grpc.ServiceCall $call, $async.Future<$37.RenewPartnerAppUserCredentialsRequest> $request) async {
|
||||
return renewPartnerAppUserCredentials($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$40.PushMessageResult> pushMessage_Pre($grpc.ServiceCall $call, $async.Future<$40.PushMessageRequest> $request) async {
|
||||
$async.Future<$37.PushMessageResult> pushMessage_Pre($grpc.ServiceCall $call, $async.Future<$37.PushMessageRequest> $request) async {
|
||||
return pushMessage($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$40.CreateProjectAccountResult> createProjectAccount($grpc.ServiceCall call, $40.CreateProjectAccountRequest request);
|
||||
$async.Future<$40.DeleteProjectAccountResult> deleteProjectAccount($grpc.ServiceCall call, $40.DeleteProjectAccountRequest request);
|
||||
$async.Future<$40.CreatePartnerAppUserResult> createPartnerAppUser($grpc.ServiceCall call, $40.CreatePartnerAppUserRequest request);
|
||||
$async.Future<$40.DeletePartnerAppUserResult> deletePartnerAppUser($grpc.ServiceCall call, $40.DeletePartnerAppUserRequest request);
|
||||
$async.Future<$40.RenewProjectAccountCredentialsResult> renewProjectAccountCredentials($grpc.ServiceCall call, $40.RenewProjectAccountCredentialsRequest request);
|
||||
$async.Future<$40.RenewPartnerAppUserCredentialsResult> renewPartnerAppUserCredentials($grpc.ServiceCall call, $40.RenewPartnerAppUserCredentialsRequest request);
|
||||
$async.Future<$40.PushMessageResult> pushMessage($grpc.ServiceCall call, $40.PushMessageRequest request);
|
||||
$async.Future<$37.CreateProjectAccountResult> createProjectAccount($grpc.ServiceCall call, $37.CreateProjectAccountRequest request);
|
||||
$async.Future<$37.DeleteProjectAccountResult> deleteProjectAccount($grpc.ServiceCall call, $37.DeleteProjectAccountRequest request);
|
||||
$async.Future<$37.CreatePartnerAppUserResult> createPartnerAppUser($grpc.ServiceCall call, $37.CreatePartnerAppUserRequest request);
|
||||
$async.Future<$37.DeletePartnerAppUserResult> deletePartnerAppUser($grpc.ServiceCall call, $37.DeletePartnerAppUserRequest request);
|
||||
$async.Future<$37.RenewProjectAccountCredentialsResult> renewProjectAccountCredentials($grpc.ServiceCall call, $37.RenewProjectAccountCredentialsRequest request);
|
||||
$async.Future<$37.RenewPartnerAppUserCredentialsResult> renewPartnerAppUserCredentials($grpc.ServiceCall call, $37.RenewPartnerAppUserCredentialsRequest request);
|
||||
$async.Future<$37.PushMessageResult> pushMessage($grpc.ServiceCall call, $37.PushMessageRequest request);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'collabShared.pbenum.dart' as $75;
|
||||
import 'collabShared.pbenum.dart' as $70;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -104,7 +104,7 @@ class Notif extends $pb.GeneratedMessage {
|
||||
|
||||
class NotifPayload extends $pb.GeneratedMessage {
|
||||
factory NotifPayload({
|
||||
$75.NotifTypeEnum? notificationType,
|
||||
$70.NotifTypeEnum? notificationType,
|
||||
$core.String? issuerID,
|
||||
$core.Iterable<$core.String>? contacts,
|
||||
$core.String? details,
|
||||
@@ -145,7 +145,7 @@ class NotifPayload extends $pb.GeneratedMessage {
|
||||
factory NotifPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NotifPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..e<$75.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $75.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $75.NotifTypeEnum.valueOf, enumValues: $75.NotifTypeEnum.values)
|
||||
..e<$70.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $70.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $70.NotifTypeEnum.valueOf, enumValues: $70.NotifTypeEnum.values)
|
||||
..aOS(2, _omitFieldNames ? '' : 'IssuerID', protoName: 'IssuerID')
|
||||
..pPS(3, _omitFieldNames ? '' : 'Contacts', protoName: 'Contacts')
|
||||
..aOS(4, _omitFieldNames ? '' : 'Details', protoName: 'Details')
|
||||
@@ -179,9 +179,9 @@ class NotifPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Type Of Change to be notified
|
||||
@$pb.TagNumber(1)
|
||||
$75.NotifTypeEnum get notificationType => $_getN(0);
|
||||
$70.NotifTypeEnum get notificationType => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set notificationType($75.NotifTypeEnum v) { $_setField(1, v); }
|
||||
set notificationType($70.NotifTypeEnum v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasNotificationType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'collabShared.pbenum.dart' as $75;
|
||||
import 'collabShared.pbenum.dart' as $70;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -22,7 +22,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// NotifyByMail
|
||||
class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
factory NotifNotifyByMailPayload({
|
||||
$75.NotifTypeEnum? notificationType,
|
||||
$70.NotifTypeEnum? notificationType,
|
||||
$core.String? issuerID,
|
||||
$core.Iterable<$core.String>? contacts,
|
||||
$core.String? details,
|
||||
@@ -63,7 +63,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
factory NotifNotifyByMailPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NotifNotifyByMailPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..e<$75.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $75.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $75.NotifTypeEnum.valueOf, enumValues: $75.NotifTypeEnum.values)
|
||||
..e<$70.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $70.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $70.NotifTypeEnum.valueOf, enumValues: $70.NotifTypeEnum.values)
|
||||
..aOS(2, _omitFieldNames ? '' : 'IssuerID', protoName: 'IssuerID')
|
||||
..pPS(3, _omitFieldNames ? '' : 'Contacts', protoName: 'Contacts')
|
||||
..aOS(4, _omitFieldNames ? '' : 'Details', protoName: 'Details')
|
||||
@@ -96,9 +96,9 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
static NotifNotifyByMailPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$75.NotifTypeEnum get notificationType => $_getN(0);
|
||||
$70.NotifTypeEnum get notificationType => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set notificationType($75.NotifTypeEnum v) { $_setField(1, v); }
|
||||
set notificationType($70.NotifTypeEnum v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasNotificationType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -282,7 +282,7 @@ class NotifNotifyByMail extends $pb.GeneratedMessage {
|
||||
/// NotifyChatRoom
|
||||
class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
|
||||
factory NotifNotifyChatRoomPayload({
|
||||
$75.NotifTypeEnum? notificationType,
|
||||
$70.NotifTypeEnum? notificationType,
|
||||
$core.String? issuerID,
|
||||
$core.Iterable<$core.String>? contacts,
|
||||
$core.String? details,
|
||||
@@ -323,7 +323,7 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
|
||||
factory NotifNotifyChatRoomPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NotifNotifyChatRoomPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..e<$75.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $75.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $75.NotifTypeEnum.valueOf, enumValues: $75.NotifTypeEnum.values)
|
||||
..e<$70.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $70.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $70.NotifTypeEnum.valueOf, enumValues: $70.NotifTypeEnum.values)
|
||||
..aOS(2, _omitFieldNames ? '' : 'IssuerID', protoName: 'IssuerID')
|
||||
..pPS(3, _omitFieldNames ? '' : 'Contacts', protoName: 'Contacts')
|
||||
..aOS(4, _omitFieldNames ? '' : 'Details', protoName: 'Details')
|
||||
@@ -356,9 +356,9 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
|
||||
static NotifNotifyChatRoomPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$75.NotifTypeEnum get notificationType => $_getN(0);
|
||||
$70.NotifTypeEnum get notificationType => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set notificationType($75.NotifTypeEnum v) { $_setField(1, v); }
|
||||
set notificationType($70.NotifTypeEnum v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasNotificationType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
|
||||
@@ -13,14 +13,14 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'collabShared.pbenum.dart' as $75;
|
||||
import 'collabShared.pbenum.dart' as $70;
|
||||
import 'shared.pb.dart' as $3;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
factory NotifCreatedPayload({
|
||||
$75.NotifTypeEnum? notificationType,
|
||||
$70.NotifTypeEnum? notificationType,
|
||||
$core.String? issuerID,
|
||||
$core.Iterable<$core.String>? contacts,
|
||||
$core.String? details,
|
||||
@@ -61,7 +61,7 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
factory NotifCreatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NotifCreatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..e<$75.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $75.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $75.NotifTypeEnum.valueOf, enumValues: $75.NotifTypeEnum.values)
|
||||
..e<$70.NotifTypeEnum>(1, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: $70.NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: $70.NotifTypeEnum.valueOf, enumValues: $70.NotifTypeEnum.values)
|
||||
..aOS(2, _omitFieldNames ? '' : 'IssuerID', protoName: 'IssuerID')
|
||||
..pPS(3, _omitFieldNames ? '' : 'Contacts', protoName: 'Contacts')
|
||||
..aOS(4, _omitFieldNames ? '' : 'Details', protoName: 'Details')
|
||||
@@ -95,9 +95,9 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Type Of Change to be notified
|
||||
@$pb.TagNumber(1)
|
||||
$75.NotifTypeEnum get notificationType => $_getN(0);
|
||||
$70.NotifTypeEnum get notificationType => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set notificationType($75.NotifTypeEnum v) { $_setField(1, v); }
|
||||
set notificationType($70.NotifTypeEnum v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasNotificationType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
|
||||
@@ -15,20 +15,20 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'notifInput.pb.dart' as $41;
|
||||
import 'notifInput.pb.dart' as $38;
|
||||
|
||||
export 'notifInput.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.NotifInputAPI')
|
||||
class NotifInputAPIClient extends $grpc.Client {
|
||||
static final _$created = $grpc.ClientMethod<$41.NotifCreatedRequest, $41.NotifCreatedResponse>(
|
||||
static final _$created = $grpc.ClientMethod<$38.NotifCreatedRequest, $38.NotifCreatedResponse>(
|
||||
'/api.NotifInputAPI/Created',
|
||||
($41.NotifCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $41.NotifCreatedResponse.fromBuffer(value));
|
||||
($38.NotifCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $38.NotifCreatedResponse.fromBuffer(value));
|
||||
|
||||
NotifInputAPIClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$41.NotifCreatedResponse> created($41.NotifCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$38.NotifCreatedResponse> created($38.NotifCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$created, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -38,18 +38,18 @@ abstract class NotifInputAPIServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.NotifInputAPI';
|
||||
|
||||
NotifInputAPIServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$41.NotifCreatedRequest, $41.NotifCreatedResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$38.NotifCreatedRequest, $38.NotifCreatedResponse>(
|
||||
'Created',
|
||||
created_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $41.NotifCreatedRequest.fromBuffer(value),
|
||||
($41.NotifCreatedResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $38.NotifCreatedRequest.fromBuffer(value),
|
||||
($38.NotifCreatedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$41.NotifCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$41.NotifCreatedRequest> $request) async {
|
||||
$async.Future<$38.NotifCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$38.NotifCreatedRequest> $request) async {
|
||||
return created($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$41.NotifCreatedResponse> created($grpc.ServiceCall call, $41.NotifCreatedRequest request);
|
||||
$async.Future<$38.NotifCreatedResponse> created($grpc.ServiceCall call, $38.NotifCreatedRequest request);
|
||||
}
|
||||
|
||||
@@ -15,28 +15,28 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'notification.pb.dart' as $42;
|
||||
import 'notification.pb.dart' as $39;
|
||||
|
||||
export 'notification.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.NotificationService')
|
||||
class NotificationServiceClient extends $grpc.Client {
|
||||
static final _$publishToUser = $grpc.ClientMethod<$42.PublishToUserRequest, $42.PublishToUserResult>(
|
||||
static final _$publishToUser = $grpc.ClientMethod<$39.PublishToUserRequest, $39.PublishToUserResult>(
|
||||
'/api.NotificationService/PublishToUser',
|
||||
($42.PublishToUserRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $42.PublishToUserResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$42.ListNotificationRequest, $42.ListNotificationResult>(
|
||||
($39.PublishToUserRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $39.PublishToUserResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$39.ListNotificationRequest, $39.ListNotificationResult>(
|
||||
'/api.NotificationService/List',
|
||||
($42.ListNotificationRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $42.ListNotificationResult.fromBuffer(value));
|
||||
($39.ListNotificationRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $39.ListNotificationResult.fromBuffer(value));
|
||||
|
||||
NotificationServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$42.PublishToUserResult> publishToUser($42.PublishToUserRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$39.PublishToUserResult> publishToUser($39.PublishToUserRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$publishToUser, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$42.ListNotificationResult> list($42.ListNotificationRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$39.ListNotificationResult> list($39.ListNotificationRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$list, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -46,30 +46,30 @@ abstract class NotificationServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.NotificationService';
|
||||
|
||||
NotificationServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$42.PublishToUserRequest, $42.PublishToUserResult>(
|
||||
$addMethod($grpc.ServiceMethod<$39.PublishToUserRequest, $39.PublishToUserResult>(
|
||||
'PublishToUser',
|
||||
publishToUser_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $42.PublishToUserRequest.fromBuffer(value),
|
||||
($42.PublishToUserResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$42.ListNotificationRequest, $42.ListNotificationResult>(
|
||||
($core.List<$core.int> value) => $39.PublishToUserRequest.fromBuffer(value),
|
||||
($39.PublishToUserResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$39.ListNotificationRequest, $39.ListNotificationResult>(
|
||||
'List',
|
||||
list_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $42.ListNotificationRequest.fromBuffer(value),
|
||||
($42.ListNotificationResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $39.ListNotificationRequest.fromBuffer(value),
|
||||
($39.ListNotificationResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$42.PublishToUserResult> publishToUser_Pre($grpc.ServiceCall $call, $async.Future<$42.PublishToUserRequest> $request) async {
|
||||
$async.Future<$39.PublishToUserResult> publishToUser_Pre($grpc.ServiceCall $call, $async.Future<$39.PublishToUserRequest> $request) async {
|
||||
return publishToUser($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$42.ListNotificationResult> list_Pre($grpc.ServiceCall $call, $async.Future<$42.ListNotificationRequest> $request) async {
|
||||
$async.Future<$39.ListNotificationResult> list_Pre($grpc.ServiceCall $call, $async.Future<$39.ListNotificationRequest> $request) async {
|
||||
return list($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$42.PublishToUserResult> publishToUser($grpc.ServiceCall call, $42.PublishToUserRequest request);
|
||||
$async.Future<$42.ListNotificationResult> list($grpc.ServiceCall call, $42.ListNotificationRequest request);
|
||||
$async.Future<$39.PublishToUserResult> publishToUser($grpc.ServiceCall call, $39.PublishToUserRequest request);
|
||||
$async.Future<$39.ListNotificationResult> list($grpc.ServiceCall call, $39.ListNotificationRequest request);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'object_db.pb.dart' as $94;
|
||||
import 'object_db.pb.dart' as $88;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -119,7 +119,7 @@ class CliGetObjectIdRequest extends $pb.GeneratedMessage {
|
||||
|
||||
class CliRepeatedObjectsGottenResponse extends $pb.GeneratedMessage {
|
||||
factory CliRepeatedObjectsGottenResponse({
|
||||
$core.Iterable<$94.ObjectDB>? objectDBs,
|
||||
$core.Iterable<$88.ObjectDB>? objectDBs,
|
||||
$core.String? pageState,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -136,7 +136,7 @@ class CliRepeatedObjectsGottenResponse extends $pb.GeneratedMessage {
|
||||
factory CliRepeatedObjectsGottenResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CliRepeatedObjectsGottenResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$94.ObjectDB>(1, _omitFieldNames ? '' : 'objectDBs', $pb.PbFieldType.PM, protoName: 'objectDBs', subBuilder: $94.ObjectDB.create)
|
||||
..pc<$88.ObjectDB>(1, _omitFieldNames ? '' : 'objectDBs', $pb.PbFieldType.PM, protoName: 'objectDBs', subBuilder: $88.ObjectDB.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'pageState', protoName: 'pageState')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -163,7 +163,7 @@ class CliRepeatedObjectsGottenResponse extends $pb.GeneratedMessage {
|
||||
static CliRepeatedObjectsGottenResponse? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$94.ObjectDB> get objectDBs => $_getList(0);
|
||||
$pb.PbList<$88.ObjectDB> get objectDBs => $_getList(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get pageState => $_getSZ(1);
|
||||
|
||||
@@ -14,7 +14,7 @@ import 'dart:core' as $core;
|
||||
import 'package:fixnum/fixnum.dart' as $fixnum;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'google/protobuf/struct.pb.dart' as $79;
|
||||
import 'google/protobuf/struct.pb.dart' as $73;
|
||||
import 'openapiv2.pbenum.dart';
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -60,7 +60,7 @@ class Swagger extends $pb.GeneratedMessage {
|
||||
$core.Iterable<SecurityRequirement>? security,
|
||||
$core.Iterable<Tag>? tags,
|
||||
ExternalDocumentation? externalDocs,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $79.Value>>? extensions,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $73.Value>>? extensions,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (swagger != null) {
|
||||
@@ -121,7 +121,7 @@ class Swagger extends $pb.GeneratedMessage {
|
||||
..pc<SecurityRequirement>(12, _omitFieldNames ? '' : 'security', $pb.PbFieldType.PM, subBuilder: SecurityRequirement.create)
|
||||
..pc<Tag>(13, _omitFieldNames ? '' : 'tags', $pb.PbFieldType.PM, subBuilder: Tag.create)
|
||||
..aOM<ExternalDocumentation>(14, _omitFieldNames ? '' : 'externalDocs', subBuilder: ExternalDocumentation.create)
|
||||
..m<$core.String, $79.Value>(15, _omitFieldNames ? '' : 'extensions', entryClassName: 'Swagger.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $79.Value.create, valueDefaultOrMaker: $79.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..m<$core.String, $73.Value>(15, _omitFieldNames ? '' : 'extensions', entryClassName: 'Swagger.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $73.Value.create, valueDefaultOrMaker: $73.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -265,7 +265,7 @@ class Swagger extends $pb.GeneratedMessage {
|
||||
/// extra functionality that is not covered by the standard OpenAPI Specification.
|
||||
/// See: https://swagger.io/docs/specification/2-0/swagger-extensions/
|
||||
@$pb.TagNumber(15)
|
||||
$pb.PbMap<$core.String, $79.Value> get extensions => $_getMap(12);
|
||||
$pb.PbMap<$core.String, $73.Value> get extensions => $_getMap(12);
|
||||
}
|
||||
|
||||
/// `Operation` is a representation of OpenAPI v2 specification's Operation object.
|
||||
@@ -306,7 +306,7 @@ class Operation extends $pb.GeneratedMessage {
|
||||
$core.Iterable<Scheme>? schemes,
|
||||
$core.bool? deprecated,
|
||||
$core.Iterable<SecurityRequirement>? security,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $79.Value>>? extensions,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $73.Value>>? extensions,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (tags != null) {
|
||||
@@ -363,7 +363,7 @@ class Operation extends $pb.GeneratedMessage {
|
||||
..pc<Scheme>(10, _omitFieldNames ? '' : 'schemes', $pb.PbFieldType.KE, valueOf: Scheme.valueOf, enumValues: Scheme.values, defaultEnumValue: Scheme.UNKNOWN)
|
||||
..aOB(11, _omitFieldNames ? '' : 'deprecated')
|
||||
..pc<SecurityRequirement>(12, _omitFieldNames ? '' : 'security', $pb.PbFieldType.PM, subBuilder: SecurityRequirement.create)
|
||||
..m<$core.String, $79.Value>(13, _omitFieldNames ? '' : 'extensions', entryClassName: 'Operation.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $79.Value.create, valueDefaultOrMaker: $79.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..m<$core.String, $73.Value>(13, _omitFieldNames ? '' : 'extensions', entryClassName: 'Operation.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $73.Value.create, valueDefaultOrMaker: $73.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -486,7 +486,7 @@ class Operation extends $pb.GeneratedMessage {
|
||||
/// extra functionality that is not covered by the standard OpenAPI Specification.
|
||||
/// See: https://swagger.io/docs/specification/2-0/swagger-extensions/
|
||||
@$pb.TagNumber(13)
|
||||
$pb.PbMap<$core.String, $79.Value> get extensions => $_getMap(11);
|
||||
$pb.PbMap<$core.String, $73.Value> get extensions => $_getMap(11);
|
||||
}
|
||||
|
||||
/// `Header` is a representation of OpenAPI v2 specification's Header object.
|
||||
@@ -614,7 +614,7 @@ class Response extends $pb.GeneratedMessage {
|
||||
Schema? schema,
|
||||
$core.Iterable<$core.MapEntry<$core.String, Header>>? headers,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $core.String>>? examples,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $79.Value>>? extensions,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $73.Value>>? extensions,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (description != null) {
|
||||
@@ -643,7 +643,7 @@ class Response extends $pb.GeneratedMessage {
|
||||
..aOM<Schema>(2, _omitFieldNames ? '' : 'schema', subBuilder: Schema.create)
|
||||
..m<$core.String, Header>(3, _omitFieldNames ? '' : 'headers', entryClassName: 'Response.HeadersEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: Header.create, valueDefaultOrMaker: Header.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..m<$core.String, $core.String>(4, _omitFieldNames ? '' : 'examples', entryClassName: 'Response.ExamplesEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OS, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..m<$core.String, $79.Value>(5, _omitFieldNames ? '' : 'extensions', entryClassName: 'Response.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $79.Value.create, valueDefaultOrMaker: $79.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..m<$core.String, $73.Value>(5, _omitFieldNames ? '' : 'extensions', entryClassName: 'Response.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $73.Value.create, valueDefaultOrMaker: $73.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -707,7 +707,7 @@ class Response extends $pb.GeneratedMessage {
|
||||
/// extra functionality that is not covered by the standard OpenAPI Specification.
|
||||
/// See: https://swagger.io/docs/specification/2-0/swagger-extensions/
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbMap<$core.String, $79.Value> get extensions => $_getMap(4);
|
||||
$pb.PbMap<$core.String, $73.Value> get extensions => $_getMap(4);
|
||||
}
|
||||
|
||||
/// `Info` is a representation of OpenAPI v2 specification's Info object.
|
||||
@@ -741,7 +741,7 @@ class Info extends $pb.GeneratedMessage {
|
||||
Contact? contact,
|
||||
License? license,
|
||||
$core.String? version,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $79.Value>>? extensions,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $73.Value>>? extensions,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (title != null) {
|
||||
@@ -778,7 +778,7 @@ class Info extends $pb.GeneratedMessage {
|
||||
..aOM<Contact>(4, _omitFieldNames ? '' : 'contact', subBuilder: Contact.create)
|
||||
..aOM<License>(5, _omitFieldNames ? '' : 'license', subBuilder: License.create)
|
||||
..aOS(6, _omitFieldNames ? '' : 'version')
|
||||
..m<$core.String, $79.Value>(7, _omitFieldNames ? '' : 'extensions', entryClassName: 'Info.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $79.Value.create, valueDefaultOrMaker: $79.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..m<$core.String, $73.Value>(7, _omitFieldNames ? '' : 'extensions', entryClassName: 'Info.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $73.Value.create, valueDefaultOrMaker: $73.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -873,7 +873,7 @@ class Info extends $pb.GeneratedMessage {
|
||||
/// extra functionality that is not covered by the standard OpenAPI Specification.
|
||||
/// See: https://swagger.io/docs/specification/2-0/swagger-extensions/
|
||||
@$pb.TagNumber(7)
|
||||
$pb.PbMap<$core.String, $79.Value> get extensions => $_getMap(6);
|
||||
$pb.PbMap<$core.String, $73.Value> get extensions => $_getMap(6);
|
||||
}
|
||||
|
||||
/// `Contact` is a representation of OpenAPI v2 specification's Contact object.
|
||||
@@ -1378,7 +1378,7 @@ class JSONSchema extends $pb.GeneratedMessage {
|
||||
$core.Iterable<JSONSchema_JSONSchemaSimpleTypes>? type,
|
||||
$core.String? format,
|
||||
$core.Iterable<$core.String>? enum_46,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $79.Value>>? extensions,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $73.Value>>? extensions,
|
||||
JSONSchema_FieldConfiguration? fieldConfiguration,
|
||||
}) {
|
||||
final $result = create();
|
||||
@@ -1491,7 +1491,7 @@ class JSONSchema extends $pb.GeneratedMessage {
|
||||
..pc<JSONSchema_JSONSchemaSimpleTypes>(35, _omitFieldNames ? '' : 'type', $pb.PbFieldType.KE, valueOf: JSONSchema_JSONSchemaSimpleTypes.valueOf, enumValues: JSONSchema_JSONSchemaSimpleTypes.values, defaultEnumValue: JSONSchema_JSONSchemaSimpleTypes.UNKNOWN)
|
||||
..aOS(36, _omitFieldNames ? '' : 'format')
|
||||
..pPS(46, _omitFieldNames ? '' : 'enum')
|
||||
..m<$core.String, $79.Value>(48, _omitFieldNames ? '' : 'extensions', entryClassName: 'JSONSchema.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $79.Value.create, valueDefaultOrMaker: $79.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..m<$core.String, $73.Value>(48, _omitFieldNames ? '' : 'extensions', entryClassName: 'JSONSchema.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $73.Value.create, valueDefaultOrMaker: $73.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..aOM<JSONSchema_FieldConfiguration>(1001, _omitFieldNames ? '' : 'fieldConfiguration', subBuilder: JSONSchema_FieldConfiguration.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -1731,7 +1731,7 @@ class JSONSchema extends $pb.GeneratedMessage {
|
||||
/// extra functionality that is not covered by the standard OpenAPI Specification.
|
||||
/// See: https://swagger.io/docs/specification/2-0/swagger-extensions/
|
||||
@$pb.TagNumber(48)
|
||||
$pb.PbMap<$core.String, $79.Value> get extensions => $_getMap(24);
|
||||
$pb.PbMap<$core.String, $73.Value> get extensions => $_getMap(24);
|
||||
|
||||
/// Additional field level properties used when generating the OpenAPI v2 file.
|
||||
@$pb.TagNumber(1001)
|
||||
@@ -1754,7 +1754,7 @@ class Tag extends $pb.GeneratedMessage {
|
||||
$core.String? name,
|
||||
$core.String? description,
|
||||
ExternalDocumentation? externalDocs,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $79.Value>>? extensions,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $73.Value>>? extensions,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
@@ -1779,7 +1779,7 @@ class Tag extends $pb.GeneratedMessage {
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
..aOS(2, _omitFieldNames ? '' : 'description')
|
||||
..aOM<ExternalDocumentation>(3, _omitFieldNames ? '' : 'externalDocs', subBuilder: ExternalDocumentation.create)
|
||||
..m<$core.String, $79.Value>(4, _omitFieldNames ? '' : 'extensions', entryClassName: 'Tag.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $79.Value.create, valueDefaultOrMaker: $79.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..m<$core.String, $73.Value>(4, _omitFieldNames ? '' : 'extensions', entryClassName: 'Tag.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $73.Value.create, valueDefaultOrMaker: $73.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1843,7 +1843,7 @@ class Tag extends $pb.GeneratedMessage {
|
||||
/// extra functionality that is not covered by the standard OpenAPI Specification.
|
||||
/// See: https://swagger.io/docs/specification/2-0/swagger-extensions/
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbMap<$core.String, $79.Value> get extensions => $_getMap(3);
|
||||
$pb.PbMap<$core.String, $73.Value> get extensions => $_getMap(3);
|
||||
}
|
||||
|
||||
/// `SecurityDefinitions` is a representation of OpenAPI v2 specification's
|
||||
@@ -1919,7 +1919,7 @@ class SecurityScheme extends $pb.GeneratedMessage {
|
||||
$core.String? authorizationUrl,
|
||||
$core.String? tokenUrl,
|
||||
Scopes? scopes,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $79.Value>>? extensions,
|
||||
$core.Iterable<$core.MapEntry<$core.String, $73.Value>>? extensions,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (type != null) {
|
||||
@@ -1964,7 +1964,7 @@ class SecurityScheme extends $pb.GeneratedMessage {
|
||||
..aOS(6, _omitFieldNames ? '' : 'authorizationUrl')
|
||||
..aOS(7, _omitFieldNames ? '' : 'tokenUrl')
|
||||
..aOM<Scopes>(8, _omitFieldNames ? '' : 'scopes', subBuilder: Scopes.create)
|
||||
..m<$core.String, $79.Value>(9, _omitFieldNames ? '' : 'extensions', entryClassName: 'SecurityScheme.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $79.Value.create, valueDefaultOrMaker: $79.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..m<$core.String, $73.Value>(9, _omitFieldNames ? '' : 'extensions', entryClassName: 'SecurityScheme.ExtensionsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: $73.Value.create, valueDefaultOrMaker: $73.Value.getDefault, packageName: const $pb.PackageName('grpc.gateway.protoc_gen_openapiv2.options'))
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2086,7 +2086,7 @@ class SecurityScheme extends $pb.GeneratedMessage {
|
||||
/// extra functionality that is not covered by the standard OpenAPI Specification.
|
||||
/// See: https://swagger.io/docs/specification/2-0/swagger-extensions/
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbMap<$core.String, $79.Value> get extensions => $_getMap(8);
|
||||
$pb.PbMap<$core.String, $73.Value> get extensions => $_getMap(8);
|
||||
}
|
||||
|
||||
/// If the security scheme is of type "oauth2", then the value is a list of
|
||||
|
||||
@@ -15,52 +15,52 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'opensearch.pb.dart' as $43;
|
||||
import 'opensearch.pb.dart' as $40;
|
||||
|
||||
export 'opensearch.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.OpenSearchService')
|
||||
class OpenSearchServiceClient extends $grpc.Client {
|
||||
static final _$createUser = $grpc.ClientMethod<$43.CreateOpenSearchUserRequest, $43.CreateOpenSearchUserResponse>(
|
||||
static final _$createUser = $grpc.ClientMethod<$40.CreateOpenSearchUserRequest, $40.CreateOpenSearchUserResponse>(
|
||||
'/api.OpenSearchService/CreateUser',
|
||||
($43.CreateOpenSearchUserRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $43.CreateOpenSearchUserResponse.fromBuffer(value));
|
||||
static final _$deleteUser = $grpc.ClientMethod<$43.DeleteOpenSearchUserRequest, $43.DeleteOpenSearchUserResponse>(
|
||||
($40.CreateOpenSearchUserRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.CreateOpenSearchUserResponse.fromBuffer(value));
|
||||
static final _$deleteUser = $grpc.ClientMethod<$40.DeleteOpenSearchUserRequest, $40.DeleteOpenSearchUserResponse>(
|
||||
'/api.OpenSearchService/DeleteUser',
|
||||
($43.DeleteOpenSearchUserRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $43.DeleteOpenSearchUserResponse.fromBuffer(value));
|
||||
static final _$createTenant = $grpc.ClientMethod<$43.CreateOpenSearchTenantRequest, $43.CreateOpenSearchTenantResponse>(
|
||||
($40.DeleteOpenSearchUserRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.DeleteOpenSearchUserResponse.fromBuffer(value));
|
||||
static final _$createTenant = $grpc.ClientMethod<$40.CreateOpenSearchTenantRequest, $40.CreateOpenSearchTenantResponse>(
|
||||
'/api.OpenSearchService/CreateTenant',
|
||||
($43.CreateOpenSearchTenantRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $43.CreateOpenSearchTenantResponse.fromBuffer(value));
|
||||
static final _$createProjectRole = $grpc.ClientMethod<$43.CreateOpenSearchProjectRoleRequest, $43.CreateOpenSearchProjectRoleResponse>(
|
||||
($40.CreateOpenSearchTenantRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.CreateOpenSearchTenantResponse.fromBuffer(value));
|
||||
static final _$createProjectRole = $grpc.ClientMethod<$40.CreateOpenSearchProjectRoleRequest, $40.CreateOpenSearchProjectRoleResponse>(
|
||||
'/api.OpenSearchService/CreateProjectRole',
|
||||
($43.CreateOpenSearchProjectRoleRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $43.CreateOpenSearchProjectRoleResponse.fromBuffer(value));
|
||||
static final _$deleteProject = $grpc.ClientMethod<$43.DeleteOpenSearchProjectRequest, $43.DeleteOpenSearchProjectResponse>(
|
||||
($40.CreateOpenSearchProjectRoleRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.CreateOpenSearchProjectRoleResponse.fromBuffer(value));
|
||||
static final _$deleteProject = $grpc.ClientMethod<$40.DeleteOpenSearchProjectRequest, $40.DeleteOpenSearchProjectResponse>(
|
||||
'/api.OpenSearchService/DeleteProject',
|
||||
($43.DeleteOpenSearchProjectRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $43.DeleteOpenSearchProjectResponse.fromBuffer(value));
|
||||
($40.DeleteOpenSearchProjectRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.DeleteOpenSearchProjectResponse.fromBuffer(value));
|
||||
|
||||
OpenSearchServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$43.CreateOpenSearchUserResponse> createUser($43.CreateOpenSearchUserRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$40.CreateOpenSearchUserResponse> createUser($40.CreateOpenSearchUserRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createUser, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$43.DeleteOpenSearchUserResponse> deleteUser($43.DeleteOpenSearchUserRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$40.DeleteOpenSearchUserResponse> deleteUser($40.DeleteOpenSearchUserRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteUser, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$43.CreateOpenSearchTenantResponse> createTenant($43.CreateOpenSearchTenantRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$40.CreateOpenSearchTenantResponse> createTenant($40.CreateOpenSearchTenantRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createTenant, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$43.CreateOpenSearchProjectRoleResponse> createProjectRole($43.CreateOpenSearchProjectRoleRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$40.CreateOpenSearchProjectRoleResponse> createProjectRole($40.CreateOpenSearchProjectRoleRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createProjectRole, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$43.DeleteOpenSearchProjectResponse> deleteProject($43.DeleteOpenSearchProjectRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$40.DeleteOpenSearchProjectResponse> deleteProject($40.DeleteOpenSearchProjectRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteProject, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -70,66 +70,66 @@ abstract class OpenSearchServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.OpenSearchService';
|
||||
|
||||
OpenSearchServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$43.CreateOpenSearchUserRequest, $43.CreateOpenSearchUserResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$40.CreateOpenSearchUserRequest, $40.CreateOpenSearchUserResponse>(
|
||||
'CreateUser',
|
||||
createUser_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $43.CreateOpenSearchUserRequest.fromBuffer(value),
|
||||
($43.CreateOpenSearchUserResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$43.DeleteOpenSearchUserRequest, $43.DeleteOpenSearchUserResponse>(
|
||||
($core.List<$core.int> value) => $40.CreateOpenSearchUserRequest.fromBuffer(value),
|
||||
($40.CreateOpenSearchUserResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$40.DeleteOpenSearchUserRequest, $40.DeleteOpenSearchUserResponse>(
|
||||
'DeleteUser',
|
||||
deleteUser_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $43.DeleteOpenSearchUserRequest.fromBuffer(value),
|
||||
($43.DeleteOpenSearchUserResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$43.CreateOpenSearchTenantRequest, $43.CreateOpenSearchTenantResponse>(
|
||||
($core.List<$core.int> value) => $40.DeleteOpenSearchUserRequest.fromBuffer(value),
|
||||
($40.DeleteOpenSearchUserResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$40.CreateOpenSearchTenantRequest, $40.CreateOpenSearchTenantResponse>(
|
||||
'CreateTenant',
|
||||
createTenant_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $43.CreateOpenSearchTenantRequest.fromBuffer(value),
|
||||
($43.CreateOpenSearchTenantResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$43.CreateOpenSearchProjectRoleRequest, $43.CreateOpenSearchProjectRoleResponse>(
|
||||
($core.List<$core.int> value) => $40.CreateOpenSearchTenantRequest.fromBuffer(value),
|
||||
($40.CreateOpenSearchTenantResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$40.CreateOpenSearchProjectRoleRequest, $40.CreateOpenSearchProjectRoleResponse>(
|
||||
'CreateProjectRole',
|
||||
createProjectRole_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $43.CreateOpenSearchProjectRoleRequest.fromBuffer(value),
|
||||
($43.CreateOpenSearchProjectRoleResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$43.DeleteOpenSearchProjectRequest, $43.DeleteOpenSearchProjectResponse>(
|
||||
($core.List<$core.int> value) => $40.CreateOpenSearchProjectRoleRequest.fromBuffer(value),
|
||||
($40.CreateOpenSearchProjectRoleResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$40.DeleteOpenSearchProjectRequest, $40.DeleteOpenSearchProjectResponse>(
|
||||
'DeleteProject',
|
||||
deleteProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $43.DeleteOpenSearchProjectRequest.fromBuffer(value),
|
||||
($43.DeleteOpenSearchProjectResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $40.DeleteOpenSearchProjectRequest.fromBuffer(value),
|
||||
($40.DeleteOpenSearchProjectResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$43.CreateOpenSearchUserResponse> createUser_Pre($grpc.ServiceCall $call, $async.Future<$43.CreateOpenSearchUserRequest> $request) async {
|
||||
$async.Future<$40.CreateOpenSearchUserResponse> createUser_Pre($grpc.ServiceCall $call, $async.Future<$40.CreateOpenSearchUserRequest> $request) async {
|
||||
return createUser($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$43.DeleteOpenSearchUserResponse> deleteUser_Pre($grpc.ServiceCall $call, $async.Future<$43.DeleteOpenSearchUserRequest> $request) async {
|
||||
$async.Future<$40.DeleteOpenSearchUserResponse> deleteUser_Pre($grpc.ServiceCall $call, $async.Future<$40.DeleteOpenSearchUserRequest> $request) async {
|
||||
return deleteUser($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$43.CreateOpenSearchTenantResponse> createTenant_Pre($grpc.ServiceCall $call, $async.Future<$43.CreateOpenSearchTenantRequest> $request) async {
|
||||
$async.Future<$40.CreateOpenSearchTenantResponse> createTenant_Pre($grpc.ServiceCall $call, $async.Future<$40.CreateOpenSearchTenantRequest> $request) async {
|
||||
return createTenant($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$43.CreateOpenSearchProjectRoleResponse> createProjectRole_Pre($grpc.ServiceCall $call, $async.Future<$43.CreateOpenSearchProjectRoleRequest> $request) async {
|
||||
$async.Future<$40.CreateOpenSearchProjectRoleResponse> createProjectRole_Pre($grpc.ServiceCall $call, $async.Future<$40.CreateOpenSearchProjectRoleRequest> $request) async {
|
||||
return createProjectRole($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$43.DeleteOpenSearchProjectResponse> deleteProject_Pre($grpc.ServiceCall $call, $async.Future<$43.DeleteOpenSearchProjectRequest> $request) async {
|
||||
$async.Future<$40.DeleteOpenSearchProjectResponse> deleteProject_Pre($grpc.ServiceCall $call, $async.Future<$40.DeleteOpenSearchProjectRequest> $request) async {
|
||||
return deleteProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$43.CreateOpenSearchUserResponse> createUser($grpc.ServiceCall call, $43.CreateOpenSearchUserRequest request);
|
||||
$async.Future<$43.DeleteOpenSearchUserResponse> deleteUser($grpc.ServiceCall call, $43.DeleteOpenSearchUserRequest request);
|
||||
$async.Future<$43.CreateOpenSearchTenantResponse> createTenant($grpc.ServiceCall call, $43.CreateOpenSearchTenantRequest request);
|
||||
$async.Future<$43.CreateOpenSearchProjectRoleResponse> createProjectRole($grpc.ServiceCall call, $43.CreateOpenSearchProjectRoleRequest request);
|
||||
$async.Future<$43.DeleteOpenSearchProjectResponse> deleteProject($grpc.ServiceCall call, $43.DeleteOpenSearchProjectRequest request);
|
||||
$async.Future<$40.CreateOpenSearchUserResponse> createUser($grpc.ServiceCall call, $40.CreateOpenSearchUserRequest request);
|
||||
$async.Future<$40.DeleteOpenSearchUserResponse> deleteUser($grpc.ServiceCall call, $40.DeleteOpenSearchUserRequest request);
|
||||
$async.Future<$40.CreateOpenSearchTenantResponse> createTenant($grpc.ServiceCall call, $40.CreateOpenSearchTenantRequest request);
|
||||
$async.Future<$40.CreateOpenSearchProjectRoleResponse> createProjectRole($grpc.ServiceCall call, $40.CreateOpenSearchProjectRoleRequest request);
|
||||
$async.Future<$40.DeleteOpenSearchProjectResponse> deleteProject($grpc.ServiceCall call, $40.DeleteOpenSearchProjectRequest request);
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user