You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.12.0-SNAPSHOT-251118164118
|
||||
Lib version: 1.12.0-SNAPSHOT-251119155251
|
||||
|
||||
@@ -2159,12 +2159,16 @@ class GetBookingContextResponse extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$2.SegmentationFilter>? segmentations,
|
||||
$core.Iterable<$4.PrjMetadata>? carrierInformation,
|
||||
$core.Iterable<$4.PrjMetadata>? metaData,
|
||||
$2.Instruction? instruction,
|
||||
$core.Iterable<$2.Document>? instructionDocuments,
|
||||
}) {
|
||||
final result = create();
|
||||
if (unitIDs != null) result.unitIDs.addAll(unitIDs);
|
||||
if (segmentations != null) result.segmentations.addAll(segmentations);
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
if (instruction != null) result.instruction = instruction;
|
||||
if (instructionDocuments != null) result.instructionDocuments.addAll(instructionDocuments);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2178,6 +2182,8 @@ class GetBookingContextResponse extends $pb.GeneratedMessage {
|
||||
..pc<$2.SegmentationFilter>(2, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: $2.SegmentationFilter.create)
|
||||
..pc<$4.PrjMetadata>(3, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $4.PrjMetadata.create)
|
||||
..pc<$4.PrjMetadata>(4, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $4.PrjMetadata.create)
|
||||
..aOM<$2.Instruction>(15, _omitFieldNames ? '' : 'Instruction', protoName: 'Instruction', subBuilder: $2.Instruction.create)
|
||||
..pc<$2.Document>(16, _omitFieldNames ? '' : 'InstructionDocuments', $pb.PbFieldType.PM, protoName: 'InstructionDocuments', subBuilder: $2.Document.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2209,6 +2215,20 @@ class GetBookingContextResponse extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$4.PrjMetadata> get metaData => $_getList(3);
|
||||
|
||||
@$pb.TagNumber(15)
|
||||
$2.Instruction get instruction => $_getN(4);
|
||||
@$pb.TagNumber(15)
|
||||
set instruction($2.Instruction value) => $_setField(15, value);
|
||||
@$pb.TagNumber(15)
|
||||
$core.bool hasInstruction() => $_has(4);
|
||||
@$pb.TagNumber(15)
|
||||
void clearInstruction() => $_clearField(15);
|
||||
@$pb.TagNumber(15)
|
||||
$2.Instruction ensureInstruction() => $_ensure(4);
|
||||
|
||||
@$pb.TagNumber(16)
|
||||
$pb.PbList<$2.Document> get instructionDocuments => $_getList(5);
|
||||
}
|
||||
|
||||
/// ForceBookAppointment
|
||||
|
||||
@@ -558,6 +558,8 @@ const GetBookingContextResponse$json = {
|
||||
{'1': 'Segmentations', '3': 2, '4': 3, '5': 11, '6': '.api.SegmentationFilter', '10': 'Segmentations'},
|
||||
{'1': 'CarrierInformation', '3': 3, '4': 3, '5': 11, '6': '.api.PrjMetadata', '10': 'CarrierInformation'},
|
||||
{'1': 'MetaData', '3': 4, '4': 3, '5': 11, '6': '.api.PrjMetadata', '10': 'MetaData'},
|
||||
{'1': 'Instruction', '3': 15, '4': 1, '5': 11, '6': '.api.Instruction', '10': 'Instruction'},
|
||||
{'1': 'InstructionDocuments', '3': 16, '4': 3, '5': 11, '6': '.api.Document', '10': 'InstructionDocuments'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -567,7 +569,9 @@ final $typed_data.Uint8List getBookingContextResponseDescriptor = $convert.base6
|
||||
'oNU2VnbWVudGF0aW9ucxgCIAMoCzIXLmFwaS5TZWdtZW50YXRpb25GaWx0ZXJSDVNlZ21lbnRh'
|
||||
'dGlvbnMSQAoSQ2FycmllckluZm9ybWF0aW9uGAMgAygLMhAuYXBpLlByak1ldGFkYXRhUhJDYX'
|
||||
'JyaWVySW5mb3JtYXRpb24SLAoITWV0YURhdGEYBCADKAsyEC5hcGkuUHJqTWV0YWRhdGFSCE1l'
|
||||
'dGFEYXRh');
|
||||
'dGFEYXRhEjIKC0luc3RydWN0aW9uGA8gASgLMhAuYXBpLkluc3RydWN0aW9uUgtJbnN0cnVjdG'
|
||||
'lvbhJBChRJbnN0cnVjdGlvbkRvY3VtZW50cxgQIAMoCzINLmFwaS5Eb2N1bWVudFIUSW5zdHJ1'
|
||||
'Y3Rpb25Eb2N1bWVudHM=');
|
||||
|
||||
@$core.Deprecated('Use forceBookAppointmentRequestDescriptor instead')
|
||||
const ForceBookAppointmentRequest$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251118164118
|
||||
version: 1.12.0-SNAPSHOT-251119155251
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user