From 3af6cbfd1834b906da8f50b377c8b43028c53a22 Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 19 Aug 2025 12:29:28 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/collabShared.pbenum.dart | 2 ++ lib/collabShared.pbjson.dart | 3 ++- lib/repositoryShared.pbenum.dart | 6 ++++++ lib/repositoryShared.pbjson.dart | 12 +++++++++--- lib/shared.pbenum.dart | 2 ++ lib/shared.pbjson.dart | 4 +++- lib/tradeShared.pbenum.dart | 4 ++++ lib/tradeShared.pbjson.dart | 8 ++++++-- lib/transportShared.pbenum.dart | 2 ++ lib/transportShared.pbjson.dart | 4 +++- lib/warehousingShared.pbenum.dart | 6 ++++++ lib/warehousingShared.pbjson.dart | 9 ++++++--- pubspec.yaml | 2 +- 14 files changed, 53 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd6f6a4..d6c3aa91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.11.0-SNAPSHOT-250819115833 +Lib version: 1.11.0-SNAPSHOT-250819122907 diff --git a/lib/collabShared.pbenum.dart b/lib/collabShared.pbenum.dart index a4642af7..09c59c30 100644 --- a/lib/collabShared.pbenum.dart +++ b/lib/collabShared.pbenum.dart @@ -60,6 +60,7 @@ class AppointmentStatusCode extends $pb.ProtobufEnum { static const AppointmentStatusCode APPOINTMENT_0900_EXPEDITION_LOADED = AppointmentStatusCode._(900, _omitEnumNames ? '' : 'APPOINTMENT_0900_EXPEDITION_LOADED'); static const AppointmentStatusCode APPOINTMENT_1000_CARRIER_DEPARTED = AppointmentStatusCode._(1000, _omitEnumNames ? '' : 'APPOINTMENT_1000_CARRIER_DEPARTED'); static const AppointmentStatusCode APPOINTMENT_1100_CANCELLED = AppointmentStatusCode._(1100, _omitEnumNames ? '' : 'APPOINTMENT_1100_CANCELLED'); + static const AppointmentStatusCode APPOINTMENT_9500_ANOMALY = AppointmentStatusCode._(9500, _omitEnumNames ? '' : 'APPOINTMENT_9500_ANOMALY'); static const $core.List values = [ APPOINTMENT_0000_STATUS_UNKNOWN, @@ -72,6 +73,7 @@ class AppointmentStatusCode extends $pb.ProtobufEnum { APPOINTMENT_0900_EXPEDITION_LOADED, APPOINTMENT_1000_CARRIER_DEPARTED, APPOINTMENT_1100_CANCELLED, + APPOINTMENT_9500_ANOMALY, ]; static final $core.Map<$core.int, AppointmentStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); diff --git a/lib/collabShared.pbjson.dart b/lib/collabShared.pbjson.dart index 7ded0044..b81ba2e0 100644 --- a/lib/collabShared.pbjson.dart +++ b/lib/collabShared.pbjson.dart @@ -54,6 +54,7 @@ const AppointmentStatusCode$json = { {'1': 'APPOINTMENT_0900_EXPEDITION_LOADED', '2': 900}, {'1': 'APPOINTMENT_1000_CARRIER_DEPARTED', '2': 1000}, {'1': 'APPOINTMENT_1100_CANCELLED', '2': 1100}, + {'1': 'APPOINTMENT_9500_ANOMALY', '2': 9500}, ], }; @@ -66,7 +67,7 @@ final $typed_data.Uint8List appointmentStatusCodeDescriptor = $convert.base64Dec 'VE1FTlRfMDcwMF9SRUNFUFRJT05fVU5MT0FERUQQvAUSKAojQVBQT0lOVE1FTlRfMDgwMF9FWF' 'BFRElUSU9OX0xPQURJTkcQoAYSJwoiQVBQT0lOVE1FTlRfMDkwMF9FWFBFRElUSU9OX0xPQURF' 'RBCEBxImCiFBUFBPSU5UTUVOVF8xMDAwX0NBUlJJRVJfREVQQVJURUQQ6AcSHwoaQVBQT0lOVE' - '1FTlRfMTEwMF9DQU5DRUxMRUQQzAg='); + '1FTlRfMTEwMF9DQU5DRUxMRUQQzAgSHQoYQVBQT0lOVE1FTlRfOTUwMF9BTk9NQUxZEJxK'); @$core.Deprecated('Use claimStatusDefDescriptor instead') const ClaimStatusDef$json = { diff --git a/lib/repositoryShared.pbenum.dart b/lib/repositoryShared.pbenum.dart index db1b4e94..31c73fc5 100644 --- a/lib/repositoryShared.pbenum.dart +++ b/lib/repositoryShared.pbenum.dart @@ -39,11 +39,13 @@ class PartnerStatusCode extends $pb.ProtobufEnum { static const PartnerStatusCode PARTNER_0000_UNKNOWN = PartnerStatusCode._(0, _omitEnumNames ? '' : 'PARTNER_0000_UNKNOWN'); static const PartnerStatusCode PARTNER_1000_ACTIVE = PartnerStatusCode._(1000, _omitEnumNames ? '' : 'PARTNER_1000_ACTIVE'); static const PartnerStatusCode PARTNER_9000_CANCELLED = PartnerStatusCode._(9000, _omitEnumNames ? '' : 'PARTNER_9000_CANCELLED'); + static const PartnerStatusCode PARTNER_9500_ANOMALY = PartnerStatusCode._(9500, _omitEnumNames ? '' : 'PARTNER_9500_ANOMALY'); static const $core.List values = [ PARTNER_0000_UNKNOWN, PARTNER_1000_ACTIVE, PARTNER_9000_CANCELLED, + PARTNER_9500_ANOMALY, ]; static final $core.Map<$core.int, PartnerStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); @@ -77,11 +79,13 @@ class ItemStatusCode extends $pb.ProtobufEnum { static const ItemStatusCode ITEM_0000_UNKNOWN = ItemStatusCode._(0, _omitEnumNames ? '' : 'ITEM_0000_UNKNOWN'); static const ItemStatusCode ITEM_1000_ACTIVE = ItemStatusCode._(1000, _omitEnumNames ? '' : 'ITEM_1000_ACTIVE'); static const ItemStatusCode ITEM_9000_CANCELLED = ItemStatusCode._(9000, _omitEnumNames ? '' : 'ITEM_9000_CANCELLED'); + static const ItemStatusCode ITEM_9500_ANOMALY = ItemStatusCode._(9500, _omitEnumNames ? '' : 'ITEM_9500_ANOMALY'); static const $core.List values = [ ITEM_0000_UNKNOWN, ITEM_1000_ACTIVE, ITEM_9000_CANCELLED, + ITEM_9500_ANOMALY, ]; static final $core.Map<$core.int, ItemStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); @@ -96,11 +100,13 @@ class FamilyStatusCode extends $pb.ProtobufEnum { static const FamilyStatusCode FAMILY_0000_UNKNOWN = FamilyStatusCode._(0, _omitEnumNames ? '' : 'FAMILY_0000_UNKNOWN'); static const FamilyStatusCode FAMILY_1000_ACTIVE = FamilyStatusCode._(1000, _omitEnumNames ? '' : 'FAMILY_1000_ACTIVE'); static const FamilyStatusCode FAMILY_9000_CANCELLED = FamilyStatusCode._(9000, _omitEnumNames ? '' : 'FAMILY_9000_CANCELLED'); + static const FamilyStatusCode FAMILY_9500_ANOMALY = FamilyStatusCode._(9500, _omitEnumNames ? '' : 'FAMILY_9500_ANOMALY'); static const $core.List values = [ FAMILY_0000_UNKNOWN, FAMILY_1000_ACTIVE, FAMILY_9000_CANCELLED, + FAMILY_9500_ANOMALY, ]; static final $core.Map<$core.int, FamilyStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); diff --git a/lib/repositoryShared.pbjson.dart b/lib/repositoryShared.pbjson.dart index 1ff8b5c7..dff25f62 100644 --- a/lib/repositoryShared.pbjson.dart +++ b/lib/repositoryShared.pbjson.dart @@ -36,13 +36,15 @@ const PartnerStatusCode$json = { {'1': 'PARTNER_0000_UNKNOWN', '2': 0}, {'1': 'PARTNER_1000_ACTIVE', '2': 1000}, {'1': 'PARTNER_9000_CANCELLED', '2': 9000}, + {'1': 'PARTNER_9500_ANOMALY', '2': 9500}, ], }; /// Descriptor for `PartnerStatusCode`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List partnerStatusCodeDescriptor = $convert.base64Decode( 'ChFQYXJ0bmVyU3RhdHVzQ29kZRIYChRQQVJUTkVSXzAwMDBfVU5LTk9XThAAEhgKE1BBUlRORV' - 'JfMTAwMF9BQ1RJVkUQ6AcSGwoWUEFSVE5FUl85MDAwX0NBTkNFTExFRBCoRg=='); + 'JfMTAwMF9BQ1RJVkUQ6AcSGwoWUEFSVE5FUl85MDAwX0NBTkNFTExFRBCoRhIZChRQQVJUTkVS' + 'Xzk1MDBfQU5PTUFMWRCcSg=='); @$core.Deprecated('Use partnerErrorCodeDescriptor instead') const PartnerErrorCode$json = { @@ -66,13 +68,15 @@ const ItemStatusCode$json = { {'1': 'ITEM_0000_UNKNOWN', '2': 0}, {'1': 'ITEM_1000_ACTIVE', '2': 1000}, {'1': 'ITEM_9000_CANCELLED', '2': 9000}, + {'1': 'ITEM_9500_ANOMALY', '2': 9500}, ], }; /// Descriptor for `ItemStatusCode`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List itemStatusCodeDescriptor = $convert.base64Decode( 'Cg5JdGVtU3RhdHVzQ29kZRIVChFJVEVNXzAwMDBfVU5LTk9XThAAEhUKEElURU1fMTAwMF9BQ1' - 'RJVkUQ6AcSGAoTSVRFTV85MDAwX0NBTkNFTExFRBCoRg=='); + 'RJVkUQ6AcSGAoTSVRFTV85MDAwX0NBTkNFTExFRBCoRhIWChFJVEVNXzk1MDBfQU5PTUFMWRCc' + 'Sg=='); @$core.Deprecated('Use familyStatusCodeDescriptor instead') const FamilyStatusCode$json = { @@ -81,13 +85,15 @@ const FamilyStatusCode$json = { {'1': 'FAMILY_0000_UNKNOWN', '2': 0}, {'1': 'FAMILY_1000_ACTIVE', '2': 1000}, {'1': 'FAMILY_9000_CANCELLED', '2': 9000}, + {'1': 'FAMILY_9500_ANOMALY', '2': 9500}, ], }; /// Descriptor for `FamilyStatusCode`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List familyStatusCodeDescriptor = $convert.base64Decode( 'ChBGYW1pbHlTdGF0dXNDb2RlEhcKE0ZBTUlMWV8wMDAwX1VOS05PV04QABIXChJGQU1JTFlfMT' - 'AwMF9BQ1RJVkUQ6AcSGgoVRkFNSUxZXzkwMDBfQ0FOQ0VMTEVEEKhG'); + 'AwMF9BQ1RJVkUQ6AcSGgoVRkFNSUxZXzkwMDBfQ0FOQ0VMTEVEEKhGEhgKE0ZBTUlMWV85NTAw' + 'X0FOT01BTFkQnEo='); @$core.Deprecated('Use idTypeDescriptor instead') const IdType$json = { diff --git a/lib/shared.pbenum.dart b/lib/shared.pbenum.dart index 265221bc..c8776022 100644 --- a/lib/shared.pbenum.dart +++ b/lib/shared.pbenum.dart @@ -354,6 +354,7 @@ class ClaimStatus extends $pb.ProtobufEnum { static const ClaimStatus CLAIM_STATUS_END_SOLVED = ClaimStatus._(401, _omitEnumNames ? '' : 'CLAIM_STATUS_END_SOLVED'); static const ClaimStatus CLAIM_STATUS_END_CLOSED = ClaimStatus._(402, _omitEnumNames ? '' : 'CLAIM_STATUS_END_CLOSED'); static const ClaimStatus CLAIM_STATUS_END_REJECTED = ClaimStatus._(403, _omitEnumNames ? '' : 'CLAIM_STATUS_END_REJECTED'); + static const ClaimStatus CLAIM_STATUS_ANOMALY = ClaimStatus._(9500, _omitEnumNames ? '' : 'CLAIM_STATUS_ANOMALY'); static const $core.List values = [ CLAIM_STATUS_UNKNOWN, @@ -367,6 +368,7 @@ class ClaimStatus extends $pb.ProtobufEnum { CLAIM_STATUS_END_SOLVED, CLAIM_STATUS_END_CLOSED, CLAIM_STATUS_END_REJECTED, + CLAIM_STATUS_ANOMALY, ]; static final $core.Map<$core.int, ClaimStatus> _byValue = $pb.ProtobufEnum.initByValue(values); diff --git a/lib/shared.pbjson.dart b/lib/shared.pbjson.dart index d1cd783f..5baf9020 100644 --- a/lib/shared.pbjson.dart +++ b/lib/shared.pbjson.dart @@ -281,6 +281,7 @@ const ClaimStatus$json = { {'1': 'CLAIM_STATUS_END_SOLVED', '2': 401}, {'1': 'CLAIM_STATUS_END_CLOSED', '2': 402}, {'1': 'CLAIM_STATUS_END_REJECTED', '2': 403}, + {'1': 'CLAIM_STATUS_ANOMALY', '2': 9500}, ], }; @@ -292,7 +293,8 @@ final $typed_data.Uint8List claimStatusDescriptor = $convert.base64Decode( 'NPTFVUSU9OEMkBEigKI0NMQUlNX1NUQVRVU19TVEFOREJZX1dBSVRJTkdGT1JJTkZPEKwCEh8K' 'GkNMQUlNX1NUQVRVU19TVEFOREJZX1BBVVNFEK0CEh8KGkNMQUlNX1NUQVRVU19FTkRfQ0FOQ0' 'VMTEVEEJADEhwKF0NMQUlNX1NUQVRVU19FTkRfU09MVkVEEJEDEhwKF0NMQUlNX1NUQVRVU19F' - 'TkRfQ0xPU0VEEJIDEh4KGUNMQUlNX1NUQVRVU19FTkRfUkVKRUNURUQQkwM='); + 'TkRfQ0xPU0VEEJIDEh4KGUNMQUlNX1NUQVRVU19FTkRfUkVKRUNURUQQkwMSGQoUQ0xBSU1fU1' + 'RBVFVTX0FOT01BTFkQnEo='); @$core.Deprecated('Use claimCriticalityDescriptor instead') const ClaimCriticality$json = { diff --git a/lib/tradeShared.pbenum.dart b/lib/tradeShared.pbenum.dart index c49dbcbf..26ea1e40 100644 --- a/lib/tradeShared.pbenum.dart +++ b/lib/tradeShared.pbenum.dart @@ -41,6 +41,7 @@ class OrderStatusCode extends $pb.ProtobufEnum { static const OrderStatusCode ORDER_7500_RECEPTION_COMPLETED = OrderStatusCode._(7500, _omitEnumNames ? '' : 'ORDER_7500_RECEPTION_COMPLETED'); static const OrderStatusCode ORDER_8000_COMPLETED = OrderStatusCode._(8000, _omitEnumNames ? '' : 'ORDER_8000_COMPLETED'); static const OrderStatusCode ORDER_8500_CANCELLED = OrderStatusCode._(8500, _omitEnumNames ? '' : 'ORDER_8500_CANCELLED'); + static const OrderStatusCode ORDER_9500_ANOMALY = OrderStatusCode._(9500, _omitEnumNames ? '' : 'ORDER_9500_ANOMALY'); static const $core.List values = [ ORDER_0000_UNKNOWN, @@ -63,6 +64,7 @@ class OrderStatusCode extends $pb.ProtobufEnum { ORDER_7500_RECEPTION_COMPLETED, ORDER_8000_COMPLETED, ORDER_8500_CANCELLED, + ORDER_9500_ANOMALY, ]; static final $core.Map<$core.int, OrderStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); @@ -101,6 +103,7 @@ class ExecutionflowStatusCode extends $pb.ProtobufEnum { static const ExecutionflowStatusCode EXECUTIONFLOW_7500_COMPLETED = ExecutionflowStatusCode._(7500, _omitEnumNames ? '' : 'EXECUTIONFLOW_7500_COMPLETED'); static const ExecutionflowStatusCode EXECUTIONFLOW_8000_CANCELLED = ExecutionflowStatusCode._(8000, _omitEnumNames ? '' : 'EXECUTIONFLOW_8000_CANCELLED'); static const ExecutionflowStatusCode EXECUTIONFLOW_9000_DELETED = ExecutionflowStatusCode._(9000, _omitEnumNames ? '' : 'EXECUTIONFLOW_9000_DELETED'); + static const ExecutionflowStatusCode EXECUTIONFLOW_9500_ANOMALY = ExecutionflowStatusCode._(9500, _omitEnumNames ? '' : 'EXECUTIONFLOW_9500_ANOMALY'); static const $core.List values = [ EXECUTIONFLOW_0000_UNKNOWN, @@ -124,6 +127,7 @@ class ExecutionflowStatusCode extends $pb.ProtobufEnum { EXECUTIONFLOW_7500_COMPLETED, EXECUTIONFLOW_8000_CANCELLED, EXECUTIONFLOW_9000_DELETED, + EXECUTIONFLOW_9500_ANOMALY, ]; static final $core.Map<$core.int, ExecutionflowStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); diff --git a/lib/tradeShared.pbjson.dart b/lib/tradeShared.pbjson.dart index f623d0c1..9c933577 100644 --- a/lib/tradeShared.pbjson.dart +++ b/lib/tradeShared.pbjson.dart @@ -38,6 +38,7 @@ const OrderStatusCode$json = { {'1': 'ORDER_7500_RECEPTION_COMPLETED', '2': 7500}, {'1': 'ORDER_8000_COMPLETED', '2': 8000}, {'1': 'ORDER_8500_CANCELLED', '2': 8500}, + {'1': 'ORDER_9500_ANOMALY', '2': 9500}, ], }; @@ -54,7 +55,8 @@ final $typed_data.Uint8List orderStatusCodeDescriptor = $convert.base64Decode( 'T1JERVJfNTUwMF9UUkFOU1BPUlRfQ09NUExFVEVEEPwqEiAKG09SREVSXzYwMDBfUkVBRFlfVE' '9fUkVDRUlWRRDwLhIfChpPUkRFUl82NTAwX1JFQ0VQVElPTl9FUlJPUhDkMhIZChRPUkRFUl83' 'MDAwX1JFQ0VJVklORxDYNhIjCh5PUkRFUl83NTAwX1JFQ0VQVElPTl9DT01QTEVURUQQzDoSGQ' - 'oUT1JERVJfODAwMF9DT01QTEVURUQQwD4SGQoUT1JERVJfODUwMF9DQU5DRUxMRUQQtEI='); + 'oUT1JERVJfODAwMF9DT01QTEVURUQQwD4SGQoUT1JERVJfODUwMF9DQU5DRUxMRUQQtEISFwoS' + 'T1JERVJfOTUwMF9BTk9NQUxZEJxK'); @$core.Deprecated('Use executionflowStatusCodeDescriptor instead') const ExecutionflowStatusCode$json = { @@ -81,6 +83,7 @@ const ExecutionflowStatusCode$json = { {'1': 'EXECUTIONFLOW_7500_COMPLETED', '2': 7500}, {'1': 'EXECUTIONFLOW_8000_CANCELLED', '2': 8000}, {'1': 'EXECUTIONFLOW_9000_DELETED', '2': 9000}, + {'1': 'EXECUTIONFLOW_9500_ANOMALY', '2': 9500}, ], }; @@ -101,7 +104,8 @@ final $typed_data.Uint8List executionflowStatusCodeDescriptor = $convert.base64D 'VElPTl9FUlJPUhDwLhIhChxFWEVDVVRJT05GTE9XXzY1MDBfUkVDRUlWSU5HEOQyEisKJkVYRU' 'NVVElPTkZMT1dfNzAwMF9SRUNFUFRJT05fQ09NUExFVEVEENg2EiEKHEVYRUNVVElPTkZMT1df' 'NzUwMF9DT01QTEVURUQQzDoSIQocRVhFQ1VUSU9ORkxPV184MDAwX0NBTkNFTExFRBDAPhIfCh' - 'pFWEVDVVRJT05GTE9XXzkwMDBfREVMRVRFRBCoRg=='); + 'pFWEVDVVRJT05GTE9XXzkwMDBfREVMRVRFRBCoRhIfChpFWEVDVVRJT05GTE9XXzk1MDBfQU5P' + 'TUFMWRCcSg=='); @$core.Deprecated('Use referencedIDDescriptor instead') const ReferencedID$json = { diff --git a/lib/transportShared.pbenum.dart b/lib/transportShared.pbenum.dart index eb38a206..49f643a5 100644 --- a/lib/transportShared.pbenum.dart +++ b/lib/transportShared.pbenum.dart @@ -34,6 +34,7 @@ class TrackingStatusCode extends $pb.ProtobufEnum { static const TrackingStatusCode TRACKINGSTATUS_4800_CARRIER_SWITCHED = TrackingStatusCode._(4800, _omitEnumNames ? '' : 'TRACKINGSTATUS_4800_CARRIER_SWITCHED'); static const TrackingStatusCode TRACKINGSTATUS_5000_DELIVERY_COMPLETED = TrackingStatusCode._(5000, _omitEnumNames ? '' : 'TRACKINGSTATUS_5000_DELIVERY_COMPLETED'); static const TrackingStatusCode TRACKINGSTATUS_5500_CANCELED = TrackingStatusCode._(5500, _omitEnumNames ? '' : 'TRACKINGSTATUS_5500_CANCELED'); + static const TrackingStatusCode TRACKINGSTATUS_9500_ANOMALY = TrackingStatusCode._(9500, _omitEnumNames ? '' : 'TRACKINGSTATUS_9500_ANOMALY'); static const $core.List values = [ TRACKINGSTATUS_0000_UNKNOWN, @@ -49,6 +50,7 @@ class TrackingStatusCode extends $pb.ProtobufEnum { TRACKINGSTATUS_4800_CARRIER_SWITCHED, TRACKINGSTATUS_5000_DELIVERY_COMPLETED, TRACKINGSTATUS_5500_CANCELED, + TRACKINGSTATUS_9500_ANOMALY, ]; static final $core.Map<$core.int, TrackingStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); diff --git a/lib/transportShared.pbjson.dart b/lib/transportShared.pbjson.dart index 24f1ec57..68d7e837 100644 --- a/lib/transportShared.pbjson.dart +++ b/lib/transportShared.pbjson.dart @@ -31,6 +31,7 @@ const TrackingStatusCode$json = { {'1': 'TRACKINGSTATUS_4800_CARRIER_SWITCHED', '2': 4800}, {'1': 'TRACKINGSTATUS_5000_DELIVERY_COMPLETED', '2': 5000}, {'1': 'TRACKINGSTATUS_5500_CANCELED', '2': 5500}, + {'1': 'TRACKINGSTATUS_9500_ANOMALY', '2': 9500}, ], }; @@ -45,7 +46,8 @@ final $typed_data.Uint8List trackingStatusCodeDescriptor = $convert.base64Decode 'rBsSJAofVFJBQ0tJTkdTVEFUVVNfNDAwMF9JTlRFUlJVUFRFRBCgHxIjCh5UUkFDS0lOR1NUQV' 'RVU180NTAwX0RFTElWRVJJTkcQlCMSKQokVFJBQ0tJTkdTVEFUVVNfNDgwMF9DQVJSSUVSX1NX' 'SVRDSEVEEMAlEisKJlRSQUNLSU5HU1RBVFVTXzUwMDBfREVMSVZFUllfQ09NUExFVEVEEIgnEi' - 'EKHFRSQUNLSU5HU1RBVFVTXzU1MDBfQ0FOQ0VMRUQQ/Co='); + 'EKHFRSQUNLSU5HU1RBVFVTXzU1MDBfQ0FOQ0VMRUQQ/CoSIAobVFJBQ0tJTkdTVEFUVVNfOTUw' + 'MF9BTk9NQUxZEJxK'); @$core.Deprecated('Use trackingEventCodeDescriptor instead') const TrackingEventCode$json = { diff --git a/lib/warehousingShared.pbenum.dart b/lib/warehousingShared.pbenum.dart index 5765a452..47967c13 100644 --- a/lib/warehousingShared.pbenum.dart +++ b/lib/warehousingShared.pbenum.dart @@ -32,6 +32,7 @@ class HandlingunitStatusCode extends $pb.ProtobufEnum { static const HandlingunitStatusCode HANDLINGUNIT_6500_FREED = HandlingunitStatusCode._(6500, _omitEnumNames ? '' : 'HANDLINGUNIT_6500_FREED'); static const HandlingunitStatusCode HANDLINGUNIT_7000_CANCELED = HandlingunitStatusCode._(7000, _omitEnumNames ? '' : 'HANDLINGUNIT_7000_CANCELED'); static const HandlingunitStatusCode HANDLINGUNIT_8000_DELETED = HandlingunitStatusCode._(8000, _omitEnumNames ? '' : 'HANDLINGUNIT_8000_DELETED'); + static const HandlingunitStatusCode HANDLINGUNIT_9500_ANOMALY = HandlingunitStatusCode._(9500, _omitEnumNames ? '' : 'HANDLINGUNIT_9500_ANOMALY'); static const $core.List values = [ HANDLINGUNIT_0000_UNKNOWN, @@ -51,6 +52,7 @@ class HandlingunitStatusCode extends $pb.ProtobufEnum { HANDLINGUNIT_6500_FREED, HANDLINGUNIT_7000_CANCELED, HANDLINGUNIT_8000_DELETED, + HANDLINGUNIT_9500_ANOMALY, ]; static final $core.Map<$core.int, HandlingunitStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); @@ -80,10 +82,12 @@ class IDType extends $pb.ProtobufEnum { class StockStatusCode extends $pb.ProtobufEnum { static const StockStatusCode STOCK_UNKNOWN = StockStatusCode._(0, _omitEnumNames ? '' : 'STOCK_UNKNOWN'); static const StockStatusCode STOCK_1000_ACTIVE = StockStatusCode._(1000, _omitEnumNames ? '' : 'STOCK_1000_ACTIVE'); + static const StockStatusCode STOCK_9500_ANOMALY = StockStatusCode._(9500, _omitEnumNames ? '' : 'STOCK_9500_ANOMALY'); static const $core.List values = [ STOCK_UNKNOWN, STOCK_1000_ACTIVE, + STOCK_9500_ANOMALY, ]; static final $core.Map<$core.int, StockStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); @@ -97,10 +101,12 @@ class StockStatusCode extends $pb.ProtobufEnum { class MovementStatusCode extends $pb.ProtobufEnum { static const MovementStatusCode MOVEMENT_UNKNOWN = MovementStatusCode._(0, _omitEnumNames ? '' : 'MOVEMENT_UNKNOWN'); static const MovementStatusCode MOVEMENT_1000_ACTIVE = MovementStatusCode._(1000, _omitEnumNames ? '' : 'MOVEMENT_1000_ACTIVE'); + static const MovementStatusCode MOVEMENT_9500_ANOMALY = MovementStatusCode._(9500, _omitEnumNames ? '' : 'MOVEMENT_9500_ANOMALY'); static const $core.List values = [ MOVEMENT_UNKNOWN, MOVEMENT_1000_ACTIVE, + MOVEMENT_9500_ANOMALY, ]; static final $core.Map<$core.int, MovementStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); diff --git a/lib/warehousingShared.pbjson.dart b/lib/warehousingShared.pbjson.dart index ab128650..4c53aa70 100644 --- a/lib/warehousingShared.pbjson.dart +++ b/lib/warehousingShared.pbjson.dart @@ -35,6 +35,7 @@ const HandlingunitStatusCode$json = { {'1': 'HANDLINGUNIT_6500_FREED', '2': 6500}, {'1': 'HANDLINGUNIT_7000_CANCELED', '2': 7000}, {'1': 'HANDLINGUNIT_8000_DELETED', '2': 8000}, + {'1': 'HANDLINGUNIT_9500_ANOMALY', '2': 9500}, ], }; @@ -51,7 +52,7 @@ final $typed_data.Uint8List handlingunitStatusCodeDescriptor = $convert.base64De 'REVMSVZFUklORxCIJxIpCiRIQU5ETElOR1VOSVRfNTUwMF9ERUxJVkVSWV9DT01QTEVURUQQ/C' 'oSIAobSEFORExJTkdVTklUXzYwMDBfVU5QQUNLSU5HEPAuEhwKF0hBTkRMSU5HVU5JVF82NTAw' 'X0ZSRUVEEOQyEh8KGkhBTkRMSU5HVU5JVF83MDAwX0NBTkNFTEVEENg2Eh4KGUhBTkRMSU5HVU' - '5JVF84MDAwX0RFTEVURUQQwD4='); + '5JVF84MDAwX0RFTEVURUQQwD4SHgoZSEFORExJTkdVTklUXzk1MDBfQU5PTUFMWRCcSg=='); @$core.Deprecated('Use iDTypeDescriptor instead') const IDType$json = { @@ -72,13 +73,14 @@ const StockStatusCode$json = { '2': [ {'1': 'STOCK_UNKNOWN', '2': 0}, {'1': 'STOCK_1000_ACTIVE', '2': 1000}, + {'1': 'STOCK_9500_ANOMALY', '2': 9500}, ], }; /// Descriptor for `StockStatusCode`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List stockStatusCodeDescriptor = $convert.base64Decode( 'Cg9TdG9ja1N0YXR1c0NvZGUSEQoNU1RPQ0tfVU5LTk9XThAAEhYKEVNUT0NLXzEwMDBfQUNUSV' - 'ZFEOgH'); + 'ZFEOgHEhcKElNUT0NLXzk1MDBfQU5PTUFMWRCcSg=='); @$core.Deprecated('Use movementStatusCodeDescriptor instead') const MovementStatusCode$json = { @@ -86,13 +88,14 @@ const MovementStatusCode$json = { '2': [ {'1': 'MOVEMENT_UNKNOWN', '2': 0}, {'1': 'MOVEMENT_1000_ACTIVE', '2': 1000}, + {'1': 'MOVEMENT_9500_ANOMALY', '2': 9500}, ], }; /// Descriptor for `MovementStatusCode`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List movementStatusCodeDescriptor = $convert.base64Decode( 'ChJNb3ZlbWVudFN0YXR1c0NvZGUSFAoQTU9WRU1FTlRfVU5LTk9XThAAEhkKFE1PVkVNRU5UXz' - 'EwMDBfQUNUSVZFEOgH'); + 'EwMDBfQUNUSVZFEOgHEhoKFU1PVkVNRU5UXzk1MDBfQU5PTUFMWRCcSg=='); @$core.Deprecated('Use goodsTrackingStatusCodeDescriptor instead') const GoodsTrackingStatusCode$json = { diff --git a/pubspec.yaml b/pubspec.yaml index 72614b1f..5a6640b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_core_sdk description: dart libs from core model proto files -version: 1.11.0-SNAPSHOT-250819115833 +version: 1.11.0-SNAPSHOT-250819122907 homepage: '' publish_to: '' repository: ''