File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ message Type {
329329 ThingType.GetPlaysOverridden.Req thing_type_get_plays_overridden_req = 313 ; // TODO: reorder
330330 ThingType.SetPlays.Req thing_type_set_plays_req = 307 ;
331331 ThingType.UnsetPlays.Req thing_type_unset_plays_req = 308 ;
332- ThingType.Export .Req thing_type_export_req = 314 ; // TODO: reorder
332+ ThingType.Syntax .Req thing_type_syntax_req = 314 ; // TODO: reorder
333333
334334 // EntityType method requests
335335 EntityType.Create.Req entity_type_create_req = 400 ;
@@ -370,7 +370,7 @@ message Type {
370370 ThingType.GetPlaysOverridden.Res thing_type_get_plays_overridden_res = 307 ; // TODO: reorder
371371 ThingType.SetPlays.Res thing_type_set_plays_res = 304 ;
372372 ThingType.UnsetPlays.Res thing_type_unset_plays_res = 305 ;
373- ThingType.Export .Res thing_type_export_res = 308 ; // TODO: reorder
373+ ThingType.Syntax .Res thing_type_syntax_res = 308 ; // TODO: reorder
374374
375375 // EntityType method responses
376376 EntityType.Create.Res entity_type_create_res = 400 ;
@@ -626,7 +626,7 @@ message ThingType {
626626 message Res {}
627627 }
628628
629- message Export {
629+ message Syntax {
630630 message Req {}
631631 message Res {
632632 string schema = 1 ;
You can’t perform that action at this time.
0 commit comments