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-251124101352
|
||||
Lib version: 1.12.0-SNAPSHOT-251124131819
|
||||
|
||||
@@ -2807,6 +2807,7 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$2.Slot>? slots,
|
||||
$core.Iterable<$2.Commission>? commissions,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -2814,6 +2815,7 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
if (slots != null) result.slots.addAll(slots);
|
||||
if (commissions != null) result.commissions.addAll(commissions);
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2828,6 +2830,7 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..pc<$2.Slot>(3, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
|
||||
..pc<$2.Commission>(4, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $2.Commission.create)
|
||||
..aOS(5, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pPS(6, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2884,6 +2887,9 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasActorID() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearActorID() => $_clearField(5);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$core.String> get emails => $_getList(5);
|
||||
}
|
||||
|
||||
class UpdateAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
@@ -2895,6 +2901,7 @@ class UpdateAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$2.QuantityByUnit>? quantities,
|
||||
$core.String? reason,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -2904,6 +2911,7 @@ class UpdateAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (reason != null) result.reason = reason;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2920,6 +2928,7 @@ class UpdateAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
..pc<$2.QuantityByUnit>(5, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
|
||||
..aOS(6, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOS(7, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2996,6 +3005,9 @@ class UpdateAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasActorID() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearActorID() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$core.String> get emails => $_getList(7);
|
||||
}
|
||||
|
||||
class ForceUpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
@@ -3009,6 +3021,7 @@ class ForceUpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$2.QuantityByUnit>? quantities,
|
||||
$core.String? reason,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -3020,6 +3033,7 @@ class ForceUpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (reason != null) result.reason = reason;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -3038,6 +3052,7 @@ class ForceUpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..pc<$2.QuantityByUnit>(7, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
|
||||
..aOS(8, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOS(9, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pPS(10, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -3128,6 +3143,9 @@ class ForceUpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasActorID() => $_has(8);
|
||||
@$pb.TagNumber(9)
|
||||
void clearActorID() => $_clearField(9);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$pb.PbList<$core.String> get emails => $_getList(9);
|
||||
}
|
||||
|
||||
/// ListUserSites
|
||||
|
||||
@@ -731,6 +731,7 @@ const UpdateAppointmentRequest$json = {
|
||||
{'1': 'Slots', '3': 3, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
{'1': 'Commissions', '3': 4, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
|
||||
{'1': 'ActorID', '3': 5, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'Emails', '3': 6, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -741,8 +742,10 @@ final $typed_data.Uint8List updateAppointmentRequestDescriptor = $convert.base64
|
||||
'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEi0KDUFwcG9pbnRtZW50SUQYAiABKAlC'
|
||||
'B/pCBHICEAFSDUFwcG9pbnRtZW50SUQSHwoFU2xvdHMYAyADKAsyCS5hcGkuU2xvdFIFU2xvdH'
|
||||
'MSMQoLQ29tbWlzc2lvbnMYBCADKAsyDy5hcGkuQ29tbWlzc2lvblILQ29tbWlzc2lvbnMSGAoH'
|
||||
'QWN0b3JJRBgFIAEoCVIHQWN0b3JJRDowkkEtCivSAQZIZWFkZXLSAQ1BcHBvaW50bWVudElE0g'
|
||||
'EFU2xvdHPSAQdBY3RvcklE');
|
||||
'QWN0b3JJRBgFIAEoCVIHQWN0b3JJRBJcCgZFbWFpbHMYBiADKAlCRJJBMkowWyJKb2huLmRvZU'
|
||||
'ByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVmbGV4LmNvbSJd+kIMkgEJIgdyBWAB8AEBUgZF'
|
||||
'bWFpbHM6MJJBLQor0gEGSGVhZGVy0gENQXBwb2ludG1lbnRJRNIBBVNsb3Rz0gEHQWN0b3JJRA'
|
||||
'==');
|
||||
|
||||
@$core.Deprecated('Use updateAppointmentNoReferenceRequestDescriptor instead')
|
||||
const UpdateAppointmentNoReferenceRequest$json = {
|
||||
@@ -755,6 +758,7 @@ const UpdateAppointmentNoReferenceRequest$json = {
|
||||
{'1': 'Quantities', '3': 5, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '10': 'Quantities'},
|
||||
{'1': 'Reason', '3': 6, '4': 1, '5': 9, '10': 'Reason'},
|
||||
{'1': 'ActorID', '3': 7, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -766,8 +770,10 @@ final $typed_data.Uint8List updateAppointmentNoReferenceRequestDescriptor = $con
|
||||
'bnRJRBgCIAEoCUIH+kIEcgIQAVINQXBwb2ludG1lbnRJRBIfCgVTbG90cxgDIAMoCzIJLmFwaS'
|
||||
'5TbG90UgVTbG90cxIcCglQcm9qZWN0SUQYBCABKAlSCVByb2plY3RJRBIzCgpRdWFudGl0aWVz'
|
||||
'GAUgAygLMhMuYXBpLlF1YW50aXR5QnlVbml0UgpRdWFudGl0aWVzEhYKBlJlYXNvbhgGIAEoCV'
|
||||
'IGUmVhc29uEhgKB0FjdG9ySUQYByABKAlSB0FjdG9ySUQ6MJJBLQor0gEGSGVhZGVy0gENQXBw'
|
||||
'b2ludG1lbnRJRNIBBVNsb3Rz0gEHQWN0b3JJRA==');
|
||||
'IGUmVhc29uEhgKB0FjdG9ySUQYByABKAlSB0FjdG9ySUQSXAoGRW1haWxzGAggAygJQkSSQTJK'
|
||||
'MFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxleC5jb20iXfpCDJIBCS'
|
||||
'IHcgVgAfABAVIGRW1haWxzOjCSQS0KK9IBBkhlYWRlctIBDUFwcG9pbnRtZW50SUTSAQVTbG90'
|
||||
'c9IBB0FjdG9ySUQ=');
|
||||
|
||||
@$core.Deprecated('Use forceUpdateAppointmentRequestDescriptor instead')
|
||||
const ForceUpdateAppointmentRequest$json = {
|
||||
@@ -782,6 +788,7 @@ const ForceUpdateAppointmentRequest$json = {
|
||||
{'1': 'Quantities', '3': 7, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '10': 'Quantities'},
|
||||
{'1': 'Reason', '3': 8, '4': 1, '5': 9, '10': 'Reason'},
|
||||
{'1': 'ActorID', '3': 9, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'Emails', '3': 10, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -794,8 +801,10 @@ final $typed_data.Uint8List forceUpdateAppointmentRequestDescriptor = $convert.b
|
||||
'VTbG90cxIxCgtDb21taXNzaW9ucxgEIAMoCzIPLmFwaS5Db21taXNzaW9uUgtDb21taXNzaW9u'
|
||||
'cxIaCghUaW1lWm9uZRgFIAEoCVIIVGltZVpvbmUSHAoJUHJvamVjdElEGAYgASgJUglQcm9qZW'
|
||||
'N0SUQSMwoKUXVhbnRpdGllcxgHIAMoCzITLmFwaS5RdWFudGl0eUJ5VW5pdFIKUXVhbnRpdGll'
|
||||
'cxIWCgZSZWFzb24YCCABKAlSBlJlYXNvbhIYCgdBY3RvcklEGAkgASgJUgdBY3RvcklEOjCSQS'
|
||||
'0KK9IBBkhlYWRlctIBDUFwcG9pbnRtZW50SUTSAQVTbG90c9IBB0FjdG9ySUQ=');
|
||||
'cxIWCgZSZWFzb24YCCABKAlSBlJlYXNvbhIYCgdBY3RvcklEGAkgASgJUgdBY3RvcklEElwKBk'
|
||||
'VtYWlscxgKIAMoCUJEkkEySjBbIkpvaG4uZG9lQHJlZmxleC5jb20iLCAid2lsbC5zbWl0aEBy'
|
||||
'ZWZsZXguY29tIl36QgySAQkiB3IFYAHwAQFSBkVtYWlsczowkkEtCivSAQZIZWFkZXLSAQ1BcH'
|
||||
'BvaW50bWVudElE0gEFU2xvdHPSAQdBY3RvcklE');
|
||||
|
||||
@$core.Deprecated('Use listUserSitesRequestDescriptor instead')
|
||||
const ListUserSitesRequest$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251124101352
|
||||
version: 1.12.0-SNAPSHOT-251124131819
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user