/// // Generated code. Do not modify. // source: interpreter.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 InterpreterOrderState$json = const { '1': 'InterpreterOrderState', '2': const [ const {'1': 'Distributeing', '2': 1}, const {'1': 'Underway', '2': 2}, const {'1': 'Rescinded', '2': 3}, const {'1': 'Completed', '2': 4}, ], }; const IssueInterpreterOrderReq$json = const { '1': 'IssueInterpreterOrderReq', '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 IssueInterpreterOrderRes$json = const { '1': 'IssueInterpreterOrderRes', '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 ReceivingInterpreterOrderReq$json = const { '1': 'ReceivingInterpreterOrderReq', '2': const [ const {'1': 'OrderId', '3': 1, '4': 1, '5': 9, '10': 'OrderId'}, ], }; const ReceivingInterpreterOrderRes$json = const { '1': 'ReceivingInterpreterOrderRes', '2': const [ const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'}, ], }; const CancellationInterpreterOrderReq$json = const { '1': 'CancellationInterpreterOrderReq', '2': const [ const {'1': 'OrderId', '3': 1, '4': 1, '5': 9, '10': 'OrderId'}, ], }; const CancellationInterpreterOrderRes$json = const { '1': 'CancellationInterpreterOrderRes', '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 DeliveryInterpreterOrderPush$json = const { '1': 'DeliveryInterpreterOrderPush', '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'}, ], };