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-251104100220
|
||||
Lib version: 1.12.0-SNAPSHOT-251105093941
|
||||
|
||||
@@ -2341,10 +2341,12 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
|
||||
factory CancelAppointmentRequest({
|
||||
$3.RequestProjectHeader? header,
|
||||
$core.String? appointmentID,
|
||||
$core.String? actorID,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2356,6 +2358,7 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CancelAppointmentRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestProjectHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOS(3, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2395,6 +2398,15 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasAppointmentID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearAppointmentID() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get actorID => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set actorID($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasActorID() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearActorID() => $_clearField(3);
|
||||
}
|
||||
|
||||
class CancelAppointmentResponse extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -582,6 +582,7 @@ const CancelAppointmentRequest$json = {
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'AppointmentID'},
|
||||
{'1': 'ActorID', '3': 3, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -590,8 +591,8 @@ const CancelAppointmentRequest$json = {
|
||||
final $typed_data.Uint8List cancelAppointmentRequestDescriptor = $convert.base64Decode(
|
||||
'ChhDYW5jZWxBcHBvaW50bWVudFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3'
|
||||
'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEi0KDUFwcG9pbnRtZW50SUQYAiABKAlC'
|
||||
'B/pCBHICEAFSDUFwcG9pbnRtZW50SUQ6HpJBGwoZ0gEGSGVhZGVy0gENQXBwb2ludG1lbnRJRA'
|
||||
'==');
|
||||
'B/pCBHICEAFSDUFwcG9pbnRtZW50SUQSGAoHQWN0b3JJRBgDIAEoCVIHQWN0b3JJRDoekkEbCh'
|
||||
'nSAQZIZWFkZXLSAQ1BcHBvaW50bWVudElE');
|
||||
|
||||
@$core.Deprecated('Use cancelAppointmentResponseDescriptor instead')
|
||||
const CancelAppointmentResponse$json = {
|
||||
|
||||
@@ -37,10 +37,10 @@ packages:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: crypto
|
||||
sha256: "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855"
|
||||
sha256: c8ea0233063ba03258fbcf2ca4d6dadfefe14f02fab57702265467a19f27fadf
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.0.6"
|
||||
version: "3.0.7"
|
||||
fixnum:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251104100220
|
||||
version: 1.12.0-SNAPSHOT-251105093941
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user