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-251127093728
|
||||
Lib version: 1.12.0-SNAPSHOT-251127101055
|
||||
|
||||
@@ -1833,6 +1833,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$core.String? reason,
|
||||
$core.String? timeZone,
|
||||
$core.Iterable<$3.CustomField>? customFields,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -1848,6 +1849,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
if (reason != null) result.reason = reason;
|
||||
if (timeZone != null) result.timeZone = timeZone;
|
||||
if (customFields != null) result.customFields.addAll(customFields);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1870,6 +1872,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..pc<$3.MetadataElement>(15, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOS(16, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOS(17, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
|
||||
..pc<$3.CustomField>(18, _omitFieldNames ? '' : 'CustomFields', $pb.PbFieldType.PM, protoName: 'CustomFields', subBuilder: $3.CustomField.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1982,6 +1985,9 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasTimeZone() => $_has(12);
|
||||
@$pb.TagNumber(17)
|
||||
void clearTimeZone() => $_clearField(17);
|
||||
|
||||
@$pb.TagNumber(18)
|
||||
$pb.PbList<$3.CustomField> get customFields => $_getList(13);
|
||||
}
|
||||
|
||||
/// SiteActor: connection between an actor in a project and a Site
|
||||
@@ -2283,11 +2289,13 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$3.RequestProjectHeader? header,
|
||||
$core.String? appointmentID,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$3.CustomField>? customFields,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (customFields != null) result.customFields.addAll(customFields);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2300,6 +2308,7 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..aOM<$3.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestProjectHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOS(3, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pc<$3.CustomField>(4, _omitFieldNames ? '' : 'CustomFields', $pb.PbFieldType.PM, protoName: 'CustomFields', subBuilder: $3.CustomField.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2348,6 +2357,9 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasActorID() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearActorID() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$3.CustomField> get customFields => $_getList(3);
|
||||
}
|
||||
|
||||
class CancelAppointmentResponse extends $pb.GeneratedMessage {
|
||||
@@ -2487,6 +2499,7 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.String? reason,
|
||||
$core.String? timeZone,
|
||||
$core.Iterable<$3.CustomField>? customFields,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -2497,6 +2510,7 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (reason != null) result.reason = reason;
|
||||
if (timeZone != null) result.timeZone = timeZone;
|
||||
if (customFields != null) result.customFields.addAll(customFields);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2514,6 +2528,7 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..pPS(6, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..aOS(7, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOS(8, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
|
||||
..pc<$3.CustomField>(9, _omitFieldNames ? '' : 'CustomFields', $pb.PbFieldType.PM, protoName: 'CustomFields', subBuilder: $3.CustomField.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2593,6 +2608,9 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasTimeZone() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearTimeZone() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$3.CustomField> get customFields => $_getList(8);
|
||||
}
|
||||
|
||||
/// ListUserSites
|
||||
|
||||
@@ -481,6 +481,7 @@ const BookAppointmentRequest$json = {
|
||||
{'1': 'MetaData', '3': 15, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
|
||||
{'1': 'Reason', '3': 16, '4': 1, '5': 9, '8': {}, '10': 'Reason'},
|
||||
{'1': 'TimeZone', '3': 17, '4': 1, '5': 9, '8': {}, '10': 'TimeZone'},
|
||||
{'1': 'CustomFields', '3': 18, '4': 3, '5': 11, '6': '.api.CustomField', '8': {}, '10': 'CustomFields'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -510,9 +511,13 @@ final $typed_data.Uint8List bookAppointmentRequestDescriptor = $convert.base64De
|
||||
'dGFEYXRhElsKBlJlYXNvbhgQIAEoCUJDkkFAMj5SZWFzb24gaXMgcmVxdWlyZWQgdG8gYm9vay'
|
||||
'BhcHBvaW50bWVudCB3aXRob3V0IG9yZGVyIHJlZmVyZW5jZVIGUmVhc29uElMKCFRpbWVab25l'
|
||||
'GBEgASgJQjeSQTQyMlRpbWVab25lIGlzIHJlcXVpcmVkIG9ubHkgd2hlbiBhIFdNUyBjYWxscy'
|
||||
'B0aGUgQVBJUghUaW1lWm9uZTp3kkF0CnLSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSAQVT'
|
||||
'bG90c9IBC0NvbW1pc3Npb25z0gEWU2VnbWVudGF0aW9uU2VsZWN0aW9uc9IBEkNhcnJpZXJJbm'
|
||||
'Zvcm1hdGlvbtIBB0FjdG9ySUTSAQZFbWFpbHM=');
|
||||
'B0aGUgQVBJUghUaW1lWm9uZRLyAQoMQ3VzdG9tRmllbGRzGBIgAygLMhAuYXBpLkN1c3RvbUZp'
|
||||
'ZWxkQrsBkkG3ATK0AUEgZnJlZS1mb3JtIGtleS92YWx1ZSBtYXAgcHJvdmlkZWQgYnkgdGhlIG'
|
||||
'NsaWVudC4gVGhlIEFQSSBzdG9yZXMgYW5kIHJldHVybnMgdGhlc2UgZmllbGRzIGFzLWlzLiBJ'
|
||||
'bnRlbmRlZCBzb2xlbHkgZm9yIGNsaWVudCB1c2U7IHRoZSBBUEkgZG9lcyBub3QgaW50ZXJwcm'
|
||||
'V0IG9yIHZhbGlkYXRlIHRoZSBjb250ZW50LlIMQ3VzdG9tRmllbGRzOneSQXQKctIBBkhlYWRl'
|
||||
'ctIBD0FwcG9pbnRtZW50VHlwZdIBBVNsb3Rz0gELQ29tbWlzc2lvbnPSARZTZWdtZW50YXRpb2'
|
||||
'5TZWxlY3Rpb25z0gESQ2FycmllckluZm9ybWF0aW9u0gEHQWN0b3JJRNIBBkVtYWlscw==');
|
||||
|
||||
@$core.Deprecated('Use siteActorDescriptor instead')
|
||||
const SiteActor$json = {
|
||||
@@ -595,6 +600,7 @@ const CancelAppointmentRequest$json = {
|
||||
{'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'},
|
||||
{'1': 'CustomFields', '3': 4, '4': 3, '5': 11, '6': '.api.CustomField', '8': {}, '10': 'CustomFields'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -604,8 +610,12 @@ final $typed_data.Uint8List cancelAppointmentRequestDescriptor = $convert.base64
|
||||
'ChhDYW5jZWxBcHBvaW50bWVudFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3'
|
||||
'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyElsKDUFwcG9pbnRtZW50SUQYAiABKAlC'
|
||||
'NZJBKDIPWW91ciBpZGVudGlmaWVyShUiWW91cl9BcHBvaW50bWVudF9JRCL6QgdyBRABGMABUg'
|
||||
'1BcHBvaW50bWVudElEEhgKB0FjdG9ySUQYAyABKAlSB0FjdG9ySUQ6HpJBGwoZ0gEGSGVhZGVy'
|
||||
'0gENQXBwb2ludG1lbnRJRA==');
|
||||
'1BcHBvaW50bWVudElEEhgKB0FjdG9ySUQYAyABKAlSB0FjdG9ySUQS8gEKDEN1c3RvbUZpZWxk'
|
||||
'cxgEIAMoCzIQLmFwaS5DdXN0b21GaWVsZEK7AZJBtwEytAFBIGZyZWUtZm9ybSBrZXkvdmFsdW'
|
||||
'UgbWFwIHByb3ZpZGVkIGJ5IHRoZSBjbGllbnQuIFRoZSBBUEkgc3RvcmVzIGFuZCByZXR1cm5z'
|
||||
'IHRoZXNlIGZpZWxkcyBhcy1pcy4gSW50ZW5kZWQgc29sZWx5IGZvciBjbGllbnQgdXNlOyB0aG'
|
||||
'UgQVBJIGRvZXMgbm90IGludGVycHJldCBvciB2YWxpZGF0ZSB0aGUgY29udGVudC5SDEN1c3Rv'
|
||||
'bUZpZWxkczoekkEbChnSAQZIZWFkZXLSAQ1BcHBvaW50bWVudElE');
|
||||
|
||||
@$core.Deprecated('Use cancelAppointmentResponseDescriptor instead')
|
||||
const CancelAppointmentResponse$json = {
|
||||
@@ -652,6 +662,7 @@ const UpdateAppointmentRequest$json = {
|
||||
{'1': 'Emails', '3': 6, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
{'1': 'Reason', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'Reason'},
|
||||
{'1': 'TimeZone', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'TimeZone'},
|
||||
{'1': 'CustomFields', '3': 9, '4': 3, '5': 11, '6': '.api.CustomField', '8': {}, '10': 'CustomFields'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -671,8 +682,13 @@ final $typed_data.Uint8List updateAppointmentRequestDescriptor = $convert.base64
|
||||
'B3IFYAHwAQFSBkVtYWlscxJbCgZSZWFzb24YByABKAlCQ5JBQDI+UmVhc29uIGlzIHJlcXVpcm'
|
||||
'VkIHRvIGJvb2sgYXBwb2ludG1lbnQgd2l0aG91dCBvcmRlciByZWZlcmVuY2VSBlJlYXNvbhJT'
|
||||
'CghUaW1lWm9uZRgIIAEoCUI3kkE0MjJUaW1lWm9uZSBpcyByZXF1aXJlZCBvbmx5IHdoZW4gYS'
|
||||
'BXTVMgY2FsbHMgdGhlIEFQSVIIVGltZVpvbmU6R5JBRApC0gEGSGVhZGVy0gENQXBwb2ludG1l'
|
||||
'bnRJRNIBBVNsb3Rz0gELQ29tbWlzc2lvbnPSAQdBY3RvcklE0gEGRW1haWxz');
|
||||
'BXTVMgY2FsbHMgdGhlIEFQSVIIVGltZVpvbmUS8gEKDEN1c3RvbUZpZWxkcxgJIAMoCzIQLmFw'
|
||||
'aS5DdXN0b21GaWVsZEK7AZJBtwEytAFBIGZyZWUtZm9ybSBrZXkvdmFsdWUgbWFwIHByb3ZpZG'
|
||||
'VkIGJ5IHRoZSBjbGllbnQuIFRoZSBBUEkgc3RvcmVzIGFuZCByZXR1cm5zIHRoZXNlIGZpZWxk'
|
||||
'cyBhcy1pcy4gSW50ZW5kZWQgc29sZWx5IGZvciBjbGllbnQgdXNlOyB0aGUgQVBJIGRvZXMgbm'
|
||||
'90IGludGVycHJldCBvciB2YWxpZGF0ZSB0aGUgY29udGVudC5SDEN1c3RvbUZpZWxkczpHkkFE'
|
||||
'CkLSAQZIZWFkZXLSAQ1BcHBvaW50bWVudElE0gEFU2xvdHPSAQtDb21taXNzaW9uc9IBB0FjdG'
|
||||
'9ySUTSAQZFbWFpbHM=');
|
||||
|
||||
@$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-251127093728
|
||||
version: 1.12.0-SNAPSHOT-251127101055
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user