Latest generation

This commit is contained in:
ci core model
2026-01-28 10:58:43 +00:00
parent c6e7024d82
commit f1f26099a5
5 changed files with 34 additions and 18 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG # CHANGELOG
Lib version: 1.13.0-SNAPSHOT-260127152400 Lib version: 1.13.0-SNAPSHOT-260128105811

View File

@@ -2775,6 +2775,7 @@ class WMSUpdateAppointmentRequest extends $pb.GeneratedMessage {
$core.Iterable<$2.Slot>? slots, $core.Iterable<$2.Slot>? slots,
$core.Iterable<$2.WMSCommission>? commissions, $core.Iterable<$2.WMSCommission>? commissions,
$core.String? actorID, $core.String? actorID,
$core.String? reason,
$core.String? timeZone, $core.String? timeZone,
$core.Iterable<$3.CustomField>? customFields, $core.Iterable<$3.CustomField>? customFields,
}) { }) {
@@ -2784,6 +2785,7 @@ class WMSUpdateAppointmentRequest extends $pb.GeneratedMessage {
if (slots != null) result.slots.addAll(slots); if (slots != null) result.slots.addAll(slots);
if (commissions != null) result.commissions.addAll(commissions); if (commissions != null) result.commissions.addAll(commissions);
if (actorID != null) result.actorID = actorID; if (actorID != null) result.actorID = actorID;
if (reason != null) result.reason = reason;
if (timeZone != null) result.timeZone = timeZone; if (timeZone != null) result.timeZone = timeZone;
if (customFields != null) result.customFields.addAll(customFields); if (customFields != null) result.customFields.addAll(customFields);
return result; return result;
@@ -2800,6 +2802,7 @@ class WMSUpdateAppointmentRequest extends $pb.GeneratedMessage {
..pc<$2.Slot>(3, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create) ..pc<$2.Slot>(3, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
..pc<$2.WMSCommission>(4, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $2.WMSCommission.create) ..pc<$2.WMSCommission>(4, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $2.WMSCommission.create)
..aOS(5, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID') ..aOS(5, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..aOS(7, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
..aOS(8, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone') ..aOS(8, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
..pc<$3.CustomField>(9, _omitFieldNames ? '' : 'CustomFields', $pb.PbFieldType.PM, protoName: 'CustomFields', subBuilder: $3.CustomField.create) ..pc<$3.CustomField>(9, _omitFieldNames ? '' : 'CustomFields', $pb.PbFieldType.PM, protoName: 'CustomFields', subBuilder: $3.CustomField.create)
..hasRequiredFields = false ..hasRequiredFields = false
@@ -2859,18 +2862,28 @@ class WMSUpdateAppointmentRequest extends $pb.GeneratedMessage {
@$pb.TagNumber(5) @$pb.TagNumber(5)
void clearActorID() => $_clearField(5); void clearActorID() => $_clearField(5);
/// In case of no reference, The Reason for which the appointment has no commissions
@$pb.TagNumber(7)
$core.String get reason => $_getSZ(5);
@$pb.TagNumber(7)
set reason($core.String value) => $_setString(5, value);
@$pb.TagNumber(7)
$core.bool hasReason() => $_has(5);
@$pb.TagNumber(7)
void clearReason() => $_clearField(7);
/// time zone, useful only if a WMS send a message /// time zone, useful only if a WMS send a message
@$pb.TagNumber(8) @$pb.TagNumber(8)
$core.String get timeZone => $_getSZ(5); $core.String get timeZone => $_getSZ(6);
@$pb.TagNumber(8) @$pb.TagNumber(8)
set timeZone($core.String value) => $_setString(5, value); set timeZone($core.String value) => $_setString(6, value);
@$pb.TagNumber(8) @$pb.TagNumber(8)
$core.bool hasTimeZone() => $_has(5); $core.bool hasTimeZone() => $_has(6);
@$pb.TagNumber(8) @$pb.TagNumber(8)
void clearTimeZone() => $_clearField(8); void clearTimeZone() => $_clearField(8);
@$pb.TagNumber(9) @$pb.TagNumber(9)
$pb.PbList<$3.CustomField> get customFields => $_getList(6); $pb.PbList<$3.CustomField> get customFields => $_getList(7);
} }
class DeleteSettingsRequest extends $pb.GeneratedMessage { class DeleteSettingsRequest extends $pb.GeneratedMessage {

View File

@@ -733,6 +733,7 @@ const WMSUpdateAppointmentRequest$json = {
{'1': 'Slots', '3': 3, '4': 3, '5': 11, '6': '.api.Slot', '8': {}, '10': 'Slots'}, {'1': 'Slots', '3': 3, '4': 3, '5': 11, '6': '.api.Slot', '8': {}, '10': 'Slots'},
{'1': 'Commissions', '3': 4, '4': 3, '5': 11, '6': '.api.WMSCommission', '8': {}, '10': 'Commissions'}, {'1': 'Commissions', '3': 4, '4': 3, '5': 11, '6': '.api.WMSCommission', '8': {}, '10': 'Commissions'},
{'1': 'ActorID', '3': 5, '4': 1, '5': 9, '10': 'ActorID'}, {'1': 'ActorID', '3': 5, '4': 1, '5': 9, '10': 'ActorID'},
{'1': 'Reason', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'Reason'},
{'1': 'TimeZone', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'TimeZone'}, {'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'}, {'1': 'CustomFields', '3': 9, '4': 3, '5': 11, '6': '.api.CustomField', '8': {}, '10': 'CustomFields'},
], ],
@@ -745,16 +746,18 @@ final $typed_data.Uint8List wMSUpdateAppointmentRequestDescriptor = $convert.bas
'Vlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyElsKDUFwcG9pbnRtZW50SUQYAiAB' 'Vlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyElsKDUFwcG9pbnRtZW50SUQYAiAB'
'KAlCNZJBKDIPWW91ciBpZGVudGlmaWVyShUiWW91cl9BcHBvaW50bWVudF9JRCL6QgdyBRABGM' 'KAlCNZJBKDIPWW91ciBpZGVudGlmaWVyShUiWW91cl9BcHBvaW50bWVudF9JRCL6QgdyBRABGM'
'ABUg1BcHBvaW50bWVudElEEj8KBVNsb3RzGAMgAygLMgkuYXBpLlNsb3RCHpJBEzIRQXBwb2lu' 'ABUg1BcHBvaW50bWVudElEEj8KBVNsb3RzGAMgAygLMgkuYXBpLlNsb3RCHpJBEzIRQXBwb2lu'
'dG1lbnQgc2xvdHP6QgWSAQIIAVIFU2xvdHMSaAoLQ29tbWlzc2lvbnMYBCADKAsyEi5hcGkuV0' 'dG1lbnQgc2xvdHP6QgWSAQIIAVIFU2xvdHMSYAoLQ29tbWlzc2lvbnMYBCADKAsyEi5hcGkuV0'
'1TQ29tbWlzc2lvbkIykkEnMiVDb250ZW50IG9mIHRoZSBhcHBvaW50bWVudCBieSBwcm9qZWN0' '1TQ29tbWlzc2lvbkIqkkEnMiVDb250ZW50IG9mIHRoZSBhcHBvaW50bWVudCBieSBwcm9qZWN0'
'+kIFkgECCAFSC0NvbW1pc3Npb25zEhgKB0FjdG9ySUQYBSABKAlSB0FjdG9ySUQSUwoIVGltZV' 'UgtDb21taXNzaW9ucxIYCgdBY3RvcklEGAUgASgJUgdBY3RvcklEEl0KBlJlYXNvbhgHIAEoCU'
'pvbmUYCCABKAlCN5JBNDIyVGltZVpvbmUgaXMgcmVxdWlyZWQgb25seSB3aGVuIGEgV01TIGNh' 'JFkkFCMkBSZWFzb24gaXMgcmVxdWlyZWQgdG8gdXBkYXRlIGFwcG9pbnRtZW50IHdpdGhvdXQg'
'bGxzIHRoZSBBUElSCFRpbWVab25lEvIBCgxDdXN0b21GaWVsZHMYCSADKAsyEC5hcGkuQ3VzdG' 'b3JkZXIgcmVmZXJlbmNlUgZSZWFzb24SUwoIVGltZVpvbmUYCCABKAlCN5JBNDIyVGltZVpvbm'
'9tRmllbGRCuwGSQbcBMrQBQSBmcmVlLWZvcm0ga2V5L3ZhbHVlIG1hcCBwcm92aWRlZCBieSB0' 'UgaXMgcmVxdWlyZWQgb25seSB3aGVuIGEgV01TIGNhbGxzIHRoZSBBUElSCFRpbWVab25lEvIB'
'aGUgY2xpZW50LiBUaGUgQVBJIHN0b3JlcyBhbmQgcmV0dXJucyB0aGVzZSBmaWVsZHMgYXMtaX' 'CgxDdXN0b21GaWVsZHMYCSADKAsyEC5hcGkuQ3VzdG9tRmllbGRCuwGSQbcBMrQBQSBmcmVlLW'
'MuIEludGVuZGVkIHNvbGVseSBmb3IgY2xpZW50IHVzZTsgdGhlIEFQSSBkb2VzIG5vdCBpbnRl' 'Zvcm0ga2V5L3ZhbHVlIG1hcCBwcm92aWRlZCBieSB0aGUgY2xpZW50LiBUaGUgQVBJIHN0b3Jl'
'cnByZXQgb3IgdmFsaWRhdGUgdGhlIGNvbnRlbnQuUgxDdXN0b21GaWVsZHM6PpJBOwo50gEGSG' 'cyBhbmQgcmV0dXJucyB0aGVzZSBmaWVsZHMgYXMtaXMuIEludGVuZGVkIHNvbGVseSBmb3IgY2'
'VhZGVy0gENQXBwb2ludG1lbnRJRNIBBVNsb3Rz0gELQ29tbWlzc2lvbnPSAQdBY3RvcklE'); 'xpZW50IHVzZTsgdGhlIEFQSSBkb2VzIG5vdCBpbnRlcnByZXQgb3IgdmFsaWRhdGUgdGhlIGNv'
'bnRlbnQuUgxDdXN0b21GaWVsZHM6MJJBLQor0gEGSGVhZGVy0gENQXBwb2ludG1lbnRJRNIBBV'
'Nsb3Rz0gEHQWN0b3JJRA==');
@$core.Deprecated('Use deleteSettingsRequestDescriptor instead') @$core.Deprecated('Use deleteSettingsRequestDescriptor instead')
const DeleteSettingsRequest$json = { const DeleteSettingsRequest$json = {

View File

@@ -101,10 +101,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: meta name: meta
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349" sha256: "9f29b9bcc8ee287b1a31e0d01be0eae99a930dbffdaecf04b3f3d82a969f296f"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.18.0" version: "1.18.1"
path: path:
dependency: transitive dependency: transitive
description: description:

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk name: dart_core_sdk
description: dart libs from core model proto files description: dart libs from core model proto files
version: 1.13.0-SNAPSHOT-260127152400 version: 1.13.0-SNAPSHOT-260128105811
homepage: '' homepage: ''
publish_to: '' publish_to: ''
repository: '' repository: ''