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-251105155742
|
||||
Lib version: 1.12.0-SNAPSHOT-251106104414
|
||||
|
||||
@@ -1662,6 +1662,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.bool? instructionAck,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$3.MetadataElement>? carrierInformation,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -1676,6 +1677,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
if (instructionAck != null) result.instructionAck = instructionAck;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1697,6 +1699,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..aOB(12, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
|
||||
..aOS(13, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pc<$3.MetadataElement>(14, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$3.MetadataElement>(15, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1807,6 +1810,9 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
/// Carrier information metadata definition
|
||||
@$pb.TagNumber(14)
|
||||
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(11);
|
||||
|
||||
@$pb.TagNumber(15)
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(12);
|
||||
}
|
||||
|
||||
/// BookAppointmentNoReference
|
||||
@@ -1826,6 +1832,7 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
$core.bool? instructionAck,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$3.MetadataElement>? carrierInformation,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -1842,6 +1849,7 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
if (instructionAck != null) result.instructionAck = instructionAck;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1865,6 +1873,7 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
..aOB(13, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
|
||||
..aOS(14, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pc<$3.MetadataElement>(15, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$3.MetadataElement>(16, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1995,6 +2004,9 @@ class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
/// Carrier information metadata definition
|
||||
@$pb.TagNumber(15)
|
||||
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(13);
|
||||
|
||||
@$pb.TagNumber(16)
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(14);
|
||||
}
|
||||
|
||||
/// SiteActor: connection between an actor in a project and a Site
|
||||
@@ -2087,6 +2099,7 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$2.QuantityByUnit>? quantities,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$3.MetadataElement>? carrierInformation,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -2105,6 +2118,7 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2130,6 +2144,7 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..pc<$2.QuantityByUnit>(16, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
|
||||
..aOS(17, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pc<$3.MetadataElement>(18, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$3.MetadataElement>(19, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2274,6 +2289,9 @@ class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
/// Carrier information metadata definition
|
||||
@$pb.TagNumber(18)
|
||||
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(15);
|
||||
|
||||
@$pb.TagNumber(19)
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(16);
|
||||
}
|
||||
|
||||
class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -437,6 +437,7 @@ const BookAppointmentRequest$json = {
|
||||
{'1': 'AppointmentID', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'AppointmentID'},
|
||||
{'1': 'InstructionAck', '3': 12, '4': 1, '5': 8, '10': 'InstructionAck'},
|
||||
{'1': 'ActorID', '3': 13, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'MetaData', '3': 15, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -456,9 +457,13 @@ final $typed_data.Uint8List bookAppointmentRequestDescriptor = $convert.base64De
|
||||
'cgVgAfABAVIGRW1haWxzEhwKCUNhcnJpZXJJRBgJIAEoCVIJQ2FycmllcklEEiAKC0NhcnJpZX'
|
||||
'JOYW1lGAogASgJUgtDYXJyaWVyTmFtZRI7Cg1BcHBvaW50bWVudElEGAsgASgJQhWSQRKKAQ9e'
|
||||
'W2EtekEtWjAtOS1dKyRSDUFwcG9pbnRtZW50SUQSJgoOSW5zdHJ1Y3Rpb25BY2sYDCABKAhSDk'
|
||||
'luc3RydWN0aW9uQWNrEhgKB0FjdG9ySUQYDSABKAlSB0FjdG9ySUQ6XZJBWgpY0gEGSGVhZGVy'
|
||||
'0gEPQXBwb2ludG1lbnRUeXBl0gELQ29tbWlzc2lvbnPSAQ1TZWdtZW50YXRpb25z0gESQ2Fycm'
|
||||
'llckluZm9ybWF0aW9u0gEHQWN0b3JJRA==');
|
||||
'luc3RydWN0aW9uQWNrEhgKB0FjdG9ySUQYDSABKAlSB0FjdG9ySUQSxwEKCE1ldGFEYXRhGA8g'
|
||||
'AygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudEKUAZJBhQEyggFNZXRhZGF0YSBhcmUgY2hhcmFjdG'
|
||||
'VyaXN0aWNzIHNwZWNpZmljIHRvIHRoZSBzaXRlLiBUaGV5IGNhbiBiZSBvZiBzZXZlcmFsIGRh'
|
||||
'dGEgZm9ybSAoc3RyaW5nLCBpbnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBvciB0aW1lc3RhbXApwM'
|
||||
'EYAerBGANLZXlSCE1ldGFEYXRhOl2SQVoKWNIBBkhlYWRlctIBD0FwcG9pbnRtZW50VHlwZdIB'
|
||||
'C0NvbW1pc3Npb25z0gENU2VnbWVudGF0aW9uc9IBEkNhcnJpZXJJbmZvcm1hdGlvbtIBB0FjdG'
|
||||
'9ySUQ=');
|
||||
|
||||
@$core.Deprecated('Use bookAppointmentNoReferenceRequestDescriptor instead')
|
||||
const BookAppointmentNoReferenceRequest$json = {
|
||||
@@ -478,6 +483,7 @@ const BookAppointmentNoReferenceRequest$json = {
|
||||
{'1': 'Reason', '3': 12, '4': 1, '5': 9, '10': 'Reason'},
|
||||
{'1': 'InstructionAck', '3': 13, '4': 1, '5': 8, '10': 'InstructionAck'},
|
||||
{'1': 'ActorID', '3': 14, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'MetaData', '3': 16, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -498,9 +504,13 @@ final $typed_data.Uint8List bookAppointmentNoReferenceRequestDescriptor = $conve
|
||||
'AB8AEBUgZFbWFpbHMSHAoJQ2FycmllcklEGAkgASgJUglDYXJyaWVySUQSIAoLQ2Fycmllck5h'
|
||||
'bWUYCiABKAlSC0NhcnJpZXJOYW1lEiQKDUFwcG9pbnRtZW50SUQYCyABKAlSDUFwcG9pbnRtZW'
|
||||
'50SUQSFgoGUmVhc29uGAwgASgJUgZSZWFzb24SJgoOSW5zdHJ1Y3Rpb25BY2sYDSABKAhSDklu'
|
||||
'c3RydWN0aW9uQWNrEhgKB0FjdG9ySUQYDiABKAlSB0FjdG9ySUQ6aJJBZQpj0gEGSGVhZGVy0g'
|
||||
'EPQXBwb2ludG1lbnRUeXBl0gEJUHJvamVjdElE0gEKUXVhbnRpdGllc9IBDVNlZ21lbnRhdGlv'
|
||||
'bnPSARJDYXJyaWVySW5mb3JtYXRpb27SAQdBY3RvcklE');
|
||||
'c3RydWN0aW9uQWNrEhgKB0FjdG9ySUQYDiABKAlSB0FjdG9ySUQSxwEKCE1ldGFEYXRhGBAgAy'
|
||||
'gLMhQuYXBpLk1ldGFkYXRhRWxlbWVudEKUAZJBhQEyggFNZXRhZGF0YSBhcmUgY2hhcmFjdGVy'
|
||||
'aXN0aWNzIHNwZWNpZmljIHRvIHRoZSBzaXRlLiBUaGV5IGNhbiBiZSBvZiBzZXZlcmFsIGRhdG'
|
||||
'EgZm9ybSAoc3RyaW5nLCBpbnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBvciB0aW1lc3RhbXApwMEY'
|
||||
'AerBGANLZXlSCE1ldGFEYXRhOmiSQWUKY9IBBkhlYWRlctIBD0FwcG9pbnRtZW50VHlwZdIBCV'
|
||||
'Byb2plY3RJRNIBClF1YW50aXRpZXPSAQ1TZWdtZW50YXRpb25z0gESQ2FycmllckluZm9ybWF0'
|
||||
'aW9u0gEHQWN0b3JJRA==');
|
||||
|
||||
@$core.Deprecated('Use siteActorDescriptor instead')
|
||||
const SiteActor$json = {
|
||||
@@ -538,6 +548,7 @@ const ForceBookAppointmentRequest$json = {
|
||||
{'1': 'Reason', '3': 15, '4': 1, '5': 9, '10': 'Reason'},
|
||||
{'1': 'Quantities', '3': 16, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '10': 'Quantities'},
|
||||
{'1': 'ActorID', '3': 17, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'MetaData', '3': 19, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -559,8 +570,12 @@ final $typed_data.Uint8List forceBookAppointmentRequestDescriptor = $convert.bas
|
||||
'ZRIkCg1BcHBvaW50bWVudElEGAwgASgJUg1BcHBvaW50bWVudElEEiYKDkluc3RydWN0aW9uQW'
|
||||
'NrGA0gASgIUg5JbnN0cnVjdGlvbkFjaxIcCglQcm9qZWN0SUQYDiABKAlSCVByb2plY3RJRBIW'
|
||||
'CgZSZWFzb24YDyABKAlSBlJlYXNvbhIzCgpRdWFudGl0aWVzGBAgAygLMhMuYXBpLlF1YW50aX'
|
||||
'R5QnlVbml0UgpRdWFudGl0aWVzEhgKB0FjdG9ySUQYESABKAlSB0FjdG9ySUQ6OpJBNwo10gEG'
|
||||
'SGVhZGVy0gEPQXBwb2ludG1lbnRUeXBl0gENU2VnbWVudGF0aW9uc9IBB0FjdG9ySUQ=');
|
||||
'R5QnlVbml0UgpRdWFudGl0aWVzEhgKB0FjdG9ySUQYESABKAlSB0FjdG9ySUQSxwEKCE1ldGFE'
|
||||
'YXRhGBMgAygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudEKUAZJBhQEyggFNZXRhZGF0YSBhcmUgY2'
|
||||
'hhcmFjdGVyaXN0aWNzIHNwZWNpZmljIHRvIHRoZSBzaXRlLiBUaGV5IGNhbiBiZSBvZiBzZXZl'
|
||||
'cmFsIGRhdGEgZm9ybSAoc3RyaW5nLCBpbnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBvciB0aW1lc3'
|
||||
'RhbXApwMEYAerBGANLZXlSCE1ldGFEYXRhOjqSQTcKNdIBBkhlYWRlctIBD0FwcG9pbnRtZW50'
|
||||
'VHlwZdIBDVNlZ21lbnRhdGlvbnPSAQdBY3RvcklE');
|
||||
|
||||
@$core.Deprecated('Use bookAppointmentResponseDescriptor instead')
|
||||
const BookAppointmentResponse$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251105155742
|
||||
version: 1.12.0-SNAPSHOT-251106104414
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user