@@ -3101,10 +3101,10 @@ export interface DocumentProperties {
31013101 'address_lines'?: DocumentPropertiesAddressLines;
31023102 /**
31033103 *
3104- * @type {DocumentPropertiesBarcode }
3104+ * @type {Array<DocumentPropertiesBarcodeInner> }
31053105 * @memberof DocumentProperties
31063106 */
3107- 'barcode'?: DocumentPropertiesBarcode ;
3107+ 'barcode'?: Array<DocumentPropertiesBarcodeInner> ;
31083108 /**
31093109 *
31103110 * @type {DocumentPropertiesNfc}
@@ -3208,115 +3208,115 @@ export interface DocumentPropertiesAddressLines {
32083208/**
32093209 *
32103210 * @export
3211- * @interface DocumentPropertiesBarcode
3211+ * @interface DocumentPropertiesBarcodeInner
32123212 */
3213- export interface DocumentPropertiesBarcode {
3213+ export interface DocumentPropertiesBarcodeInner {
32143214 /**
32153215 *
32163216 * @type {string}
3217- * @memberof DocumentPropertiesBarcode
3217+ * @memberof DocumentPropertiesBarcodeInner
32183218 */
32193219 'first_name'?: string;
32203220 /**
32213221 *
32223222 * @type {string}
3223- * @memberof DocumentPropertiesBarcode
3223+ * @memberof DocumentPropertiesBarcodeInner
32243224 */
32253225 'middle_name'?: string;
32263226 /**
32273227 *
32283228 * @type {string}
3229- * @memberof DocumentPropertiesBarcode
3229+ * @memberof DocumentPropertiesBarcodeInner
32303230 */
32313231 'last_name'?: string;
32323232 /**
32333233 *
32343234 * @type {string}
3235- * @memberof DocumentPropertiesBarcode
3235+ * @memberof DocumentPropertiesBarcodeInner
32363236 */
32373237 'document_type'?: string;
32383238 /**
32393239 *
32403240 * @type {string}
3241- * @memberof DocumentPropertiesBarcode
3241+ * @memberof DocumentPropertiesBarcodeInner
32423242 */
32433243 'date_of_expiry'?: string;
32443244 /**
32453245 *
32463246 * @type {string}
3247- * @memberof DocumentPropertiesBarcode
3247+ * @memberof DocumentPropertiesBarcodeInner
32483248 */
32493249 'date_of_birth'?: string;
32503250 /**
32513251 *
32523252 * @type {string}
3253- * @memberof DocumentPropertiesBarcode
3253+ * @memberof DocumentPropertiesBarcodeInner
32543254 */
32553255 'issuing_date'?: string;
32563256 /**
32573257 *
32583258 * @type {string}
3259- * @memberof DocumentPropertiesBarcode
3259+ * @memberof DocumentPropertiesBarcodeInner
32603260 */
32613261 'address_line_1'?: string;
32623262 /**
32633263 *
32643264 * @type {string}
3265- * @memberof DocumentPropertiesBarcode
3265+ * @memberof DocumentPropertiesBarcodeInner
32663266 */
32673267 'address_line_2'?: string;
32683268 /**
32693269 *
32703270 * @type {string}
3271- * @memberof DocumentPropertiesBarcode
3271+ * @memberof DocumentPropertiesBarcodeInner
32723272 */
32733273 'address_line_3'?: string;
32743274 /**
32753275 *
32763276 * @type {string}
3277- * @memberof DocumentPropertiesBarcode
3277+ * @memberof DocumentPropertiesBarcodeInner
32783278 */
32793279 'address_line_4'?: string;
32803280 /**
32813281 *
32823282 * @type {string}
3283- * @memberof DocumentPropertiesBarcode
3283+ * @memberof DocumentPropertiesBarcodeInner
32843284 */
32853285 'address_line_5'?: string;
32863286 /**
32873287 *
32883288 * @type {string}
3289- * @memberof DocumentPropertiesBarcode
3289+ * @memberof DocumentPropertiesBarcodeInner
32903290 */
32913291 'issuing_state'?: string;
32923292 /**
32933293 *
32943294 * @type {string}
3295- * @memberof DocumentPropertiesBarcode
3295+ * @memberof DocumentPropertiesBarcodeInner
32963296 */
32973297 'class'?: string;
32983298 /**
32993299 *
33003300 * @type {string}
3301- * @memberof DocumentPropertiesBarcode
3301+ * @memberof DocumentPropertiesBarcodeInner
33023302 */
33033303 'gender'?: string;
33043304 /**
33053305 *
33063306 * @type {string}
3307- * @memberof DocumentPropertiesBarcode
3307+ * @memberof DocumentPropertiesBarcodeInner
33083308 */
33093309 'issuing_country'?: string;
33103310 /**
33113311 *
33123312 * @type {string}
3313- * @memberof DocumentPropertiesBarcode
3313+ * @memberof DocumentPropertiesBarcodeInner
33143314 */
33153315 'document_number'?: string;
33163316 /**
33173317 *
33183318 * @type {string}
3319- * @memberof DocumentPropertiesBarcode
3319+ * @memberof DocumentPropertiesBarcodeInner
33203320 */
33213321 'real_id_classification'?: string;
33223322}
@@ -4423,10 +4423,10 @@ export interface DocumentWithDriverVerificationReportAllOfProperties {
44234423 'address_lines'?: DocumentPropertiesAddressLines;
44244424 /**
44254425 *
4426- * @type {DocumentPropertiesBarcode }
4426+ * @type {Array<DocumentPropertiesBarcodeInner> }
44274427 * @memberof DocumentWithDriverVerificationReportAllOfProperties
44284428 */
4429- 'barcode'?: DocumentPropertiesBarcode ;
4429+ 'barcode'?: Array<DocumentPropertiesBarcodeInner> ;
44304430 /**
44314431 *
44324432 * @type {DocumentPropertiesNfc}
0 commit comments