You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -27,7 +27,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$75.Commission>? commissions,
|
||||
$core.Iterable<$70.QuantityByUnit>? quantitiesByUnits,
|
||||
$core.Iterable<$70.Segmentation>? segmentations,
|
||||
$core.Iterable<$70.CarrierInformation>? carrierInformation,
|
||||
$core.Iterable<$70.CarrierInformationWithValue>? carrierInformation,
|
||||
$70.Slot? slot,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
}) {
|
||||
@@ -64,7 +64,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
..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)
|
||||
..pc<$70.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $70.CarrierInformationWithValue.create)
|
||||
..aOM<$70.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $70.Slot.create)
|
||||
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..hasRequiredFields = false
|
||||
@@ -110,7 +110,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Required carrierInformation, some can be obligatory
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$70.CarrierInformation> get carrierInformation => $_getList(4);
|
||||
$pb.PbList<$70.CarrierInformationWithValue> get carrierInformation => $_getList(4);
|
||||
|
||||
/// The slot booked for the appointment
|
||||
@$pb.TagNumber(6)
|
||||
@@ -602,7 +602,7 @@ class AppointmentCanceledResponse extends $pb.GeneratedMessage {
|
||||
/// Event Payload
|
||||
class AppointmentCarrierInformationUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory AppointmentCarrierInformationUpdatedPayload({
|
||||
$core.Iterable<$70.CarrierInformation>? carrierInformation,
|
||||
$core.Iterable<$70.CarrierInformationWithValue>? carrierInformation,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (carrierInformation != null) {
|
||||
@@ -615,7 +615,7 @@ class AppointmentCarrierInformationUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory AppointmentCarrierInformationUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierInformationUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$70.CarrierInformation>(1, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $70.CarrierInformation.create)
|
||||
..pc<$70.CarrierInformationWithValue>(1, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $70.CarrierInformationWithValue.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -636,7 +636,7 @@ class AppointmentCarrierInformationUpdatedPayload extends $pb.GeneratedMessage {
|
||||
|
||||
/// Required carrierInformation, some can be obligatory
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$70.CarrierInformation> get carrierInformation => $_getList(0);
|
||||
$pb.PbList<$70.CarrierInformationWithValue> get carrierInformation => $_getList(0);
|
||||
}
|
||||
|
||||
/// Event message
|
||||
|
||||
Reference in New Issue
Block a user