Skip to content

Commit 1f050cc

Browse files
Merge pull request #307 from regulaforensics/feature/43841-mdl-parsed-response
43841 - unite MDL containers in ContainerType enum
2 parents 2f86e9b + 6e2c4c3 commit 1f050cc

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

rt.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ components:
4747
- 104
4848
- 105
4949
- 109
50-
- 120
5150
- 121
52-
- 122
53-
- 123
5451
- 124
5552
- 125
5653
x-enum-descriptions:
@@ -90,10 +87,7 @@ components:
9087
- "Contains RFID binary data"
9188
- "Contains RFID original graphics data"
9289
- "Digital Travel Credential data"
93-
- "Contains mDL device raw response"
94-
- "Contains mDL device parsed response"
95-
- "Contains mDL server raw response"
96-
- "Contains mDL server parsed response"
90+
- "Contains mDL parsed response"
9791
- "Contains result of VDS NC"
9892
- "Contains result of VDS"
9993
x-enum-varnames:
@@ -133,10 +127,7 @@ components:
133127
- "RFID_BINARY_DATA"
134128
- "RFID_ORIGINAL_GRAPHICS"
135129
- "DTC_VC"
136-
- "MDL_DEVICE_RAW_RESPONSE"
137-
- "MDL_DEVICE_PARSED_RESPONSE"
138-
- "MDL_SERVER_RAW_RESPONSE"
139-
- "MDL_SERVER_PARSED_RESPONSE"
130+
- "MDL_PARSED_RESPONSE"
140131
- "VDS_NC"
141132
- "VDS"
142133

0 commit comments

Comments
 (0)