File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ message Type {
329
329
ThingType.GetPlaysOverridden.Req thing_type_get_plays_overridden_req = 313 ; // TODO: reorder
330
330
ThingType.SetPlays.Req thing_type_set_plays_req = 307 ;
331
331
ThingType.UnsetPlays.Req thing_type_unset_plays_req = 308 ;
332
+ ThingType.Export.Req thing_type_export_req = 314 ; // TODO: reorder
332
333
333
334
// EntityType method requests
334
335
EntityType.Create.Req entity_type_create_req = 400 ;
@@ -369,6 +370,7 @@ message Type {
369
370
ThingType.GetPlaysOverridden.Res thing_type_get_plays_overridden_res = 307 ; // TODO: reorder
370
371
ThingType.SetPlays.Res thing_type_set_plays_res = 304 ;
371
372
ThingType.UnsetPlays.Res thing_type_unset_plays_res = 305 ;
373
+ ThingType.Export.Res thing_type_export_res = 308 ; // TODO: reorder
372
374
373
375
// EntityType method responses
374
376
EntityType.Create.Res entity_type_create_res = 400 ;
@@ -623,6 +625,13 @@ message ThingType {
623
625
}
624
626
message Res {}
625
627
}
628
+
629
+ message Export {
630
+ message Req {}
631
+ message Res {
632
+ string schema = 1 ;
633
+ }
634
+ }
626
635
}
627
636
628
637
// EntityType methods
You can’t perform that action at this time.
0 commit comments