/// // Generated code. Do not modify. // source: transhousekeeper.proto // // @dart = 2.3 // ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type const TransHKOrderState$json = const { '1': 'TransHKOrderState', '2': const [ const {'1': 'Waiting', '2': 1}, const {'1': 'Distributeing', '2': 2}, const {'1': 'Underway', '2': 3}, const {'1': 'Rescinded', '2': 4}, const {'1': 'Completed', '2': 5}, ], }; const TransHKChatNoticeType$json = const { '1': 'TransHKChatNoticeType', '2': const [ const {'1': 'StartChat', '2': 1}, const {'1': 'EndChat', '2': 2}, ], }; const IssueTransHKOrderReq$json = const { '1': 'IssueTransHKOrderReq', '2': const [ const {'1': 'TLanguage', '3': 1, '4': 1, '5': 13, '10': 'TLanguage'}, const {'1': 'Scenes', '3': 2, '4': 1, '5': 5, '10': 'Scenes'}, const {'1': 'Desc', '3': 3, '4': 1, '5': 9, '10': 'Desc'}, ], }; const IssueTransHKOrderRes$json = const { '1': 'IssueTransHKOrderRes', '2': const [ const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'}, const {'1': 'OrderId', '3': 2, '4': 1, '5': 9, '10': 'OrderId'}, const {'1': 'WaitNum', '3': 3, '4': 1, '5': 5, '10': 'WaitNum'}, ], }; const ReceivingTransHKOrderReq$json = const { '1': 'ReceivingTransHKOrderReq', '2': const [ const {'1': 'OrderId', '3': 1, '4': 1, '5': 9, '10': 'OrderId'}, ], }; const ReceivingTransHKOrderRes$json = const { '1': 'ReceivingTransHKOrderRes', '2': const [ const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'}, ], }; const CancellationTransHKOrderReq$json = const { '1': 'CancellationTransHKOrderReq', '2': const [ const {'1': 'OrderId', '3': 1, '4': 1, '5': 9, '10': 'OrderId'}, ], }; const CancellationTransHKOrderRes$json = const { '1': 'CancellationTransHKOrderRes', '2': const [ const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'}, const {'1': 'OrderId', '3': 2, '4': 1, '5': 9, '10': 'OrderId'}, ], }; const DeliveryTransHKOrderPush$json = const { '1': 'DeliveryTransHKOrderPush', '2': const [ const {'1': 'OrderId', '3': 1, '4': 1, '5': 9, '10': 'OrderId'}, const {'1': 'CreateTime', '3': 2, '4': 1, '5': 3, '10': 'CreateTime'}, const {'1': 'TLanguage', '3': 3, '4': 1, '5': 13, '10': 'TLanguage'}, const {'1': 'Scenes', '3': 4, '4': 1, '5': 5, '10': 'Scenes'}, const {'1': 'Desc', '3': 5, '4': 1, '5': 9, '10': 'Desc'}, ], }; const CancellationTransHKOrderPush$json = const { '1': 'CancellationTransHKOrderPush', '2': const [ const {'1': 'OrderId', '3': 1, '4': 1, '5': 9, '10': 'OrderId'}, ], }; const TransHKChatNotice$json = const { '1': 'TransHKChatNotice', '2': const [ const {'1': 'NoticeType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.TransHKChatNoticeType', '10': 'NoticeType'}, const {'1': 'OperatuId', '3': 2, '4': 1, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'OperatuId'}, const {'1': 'OperateduId', '3': 3, '4': 3, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'OperateduId'}, ], };