Latest generation

This commit is contained in:
ci core model
2026-06-01 09:23:44 +00:00
parent 6a85c40689
commit 4f28bcc58c
4 changed files with 92 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ const AppointmentPayload$json = {
{'1': 'Attendees', '3': 27, '4': 3, '5': 9, '8': {}, '10': 'Attendees'},
{'1': 'RemovedAttendees', '3': 28, '4': 3, '5': 9, '8': {}, '10': 'RemovedAttendees'},
{'1': 'WMSCreated', '3': 31, '4': 1, '5': 8, '10': 'WMSCreated'},
{'1': 'ExternalAccess', '3': 32, '4': 1, '5': 11, '6': '.api.AppointmentExternalAccess', '10': 'ExternalAccess'},
],
'7': {},
};
@@ -159,7 +160,9 @@ final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode
'WSAQIIAfLBGA5BdHRlbmRlZXNBZGRlZNrCGAsKCQoBKhIEdXNlclIJQXR0ZW5kZWVzElQKEFJl'
'bW92ZWRBdHRlbmRlZXMYHCADKAlCKJJBAkAB8sEYEEF0dGVuZGVlc1JlbW92ZWTawhgLCgkKAS'
'oSBHVzZXJSEFJlbW92ZWRBdHRlbmRlZXMSHgoKV01TQ3JlYXRlZBgfIAEoCFIKV01TQ3JlYXRl'
'ZDonkkEkCiLSAQ9BcHBvaW50bWVudFR5cGXSAQ1TZWdtZW50YXRpb25z');
'ZBJGCg5FeHRlcm5hbEFjY2VzcxggIAEoCzIeLmFwaS5BcHBvaW50bWVudEV4dGVybmFsQWNjZX'
'NzUg5FeHRlcm5hbEFjY2VzczonkkEkCiLSAQ9BcHBvaW50bWVudFR5cGXSAQ1TZWdtZW50YXRp'
'b25z');
@$core.Deprecated('Use appointmentTripletDescriptor instead')
const AppointmentTriplet$json = {
@@ -177,3 +180,17 @@ final $typed_data.Uint8List appointmentTripletDescriptor = $convert.base64Decode
'IHQ3VycmVudBIsCghQcmV2aW91cxgCIAEoCzIQLmFwaS5BcHBvaW50bWVudFIIUHJldmlvdXMS'
'LgoJTGFzdEV2ZW50GAMgASgLMhAuYXBpLkFwcG9pbnRtZW50UglMYXN0RXZlbnQ=');
@$core.Deprecated('Use appointmentExternalAccessDescriptor instead')
const AppointmentExternalAccess$json = {
'1': 'AppointmentExternalAccess',
'2': [
{'1': 'Hash', '3': 1, '4': 1, '5': 9, '10': 'Hash'},
{'1': 'URL', '3': 2, '4': 1, '5': 9, '10': 'URL'},
],
};
/// Descriptor for `AppointmentExternalAccess`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List appointmentExternalAccessDescriptor = $convert.base64Decode(
'ChlBcHBvaW50bWVudEV4dGVybmFsQWNjZXNzEhIKBEhhc2gYASABKAlSBEhhc2gSEAoDVVJMGA'
'IgASgJUgNVUkw=');