Skip to content

Commit db5ef54

Browse files
committed
feat qc-gateway: add future states
Tests: CI commit_hash:0267615c3348949e4ca5fdf751d0777611c2f359
1 parent 9b7d40b commit db5ef54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/proto_structs/models/options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class PluginOptions:
4040
'yandex.taxi.examples.service.v1.NotCondition.condition': {'should_box': True},
4141
'yandex.eunomia.control.v1.Difference.base': {'should_box': True},
4242
'yandex.eunomia.control.v1.Difference.subtract': {'should_box': True},
43+
# taxi/schemas/grpc/ddd/business/quality-control
44+
'yandex.business.quality_control.v1.models.Entity.ExamState.FutureState.state': {'should_box': True},
4345
}
4446

4547

0 commit comments

Comments
 (0)