@regulaforensics/document-reader-webclient 9.1.656-rc → 9.1.657-nightly
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +5 -5
- package/dist/index.d.ts +489 -4
- package/dist/index.js +573 -570
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1565,7 +1565,7 @@ export declare interface ContainerList {
|
|
|
1565
1565
|
* @type ContainerListListInner
|
|
1566
1566
|
* @export
|
|
1567
1567
|
*/
|
|
1568
|
-
export declare type ContainerListListInner = AuthenticityResult | BarcodePositionResult | ByteArrayResult | ChosenDocumentTypeResult | DocBarCodeInfo | DocumentBinaryInfoResult | DocumentImageResult | DocumentPositionResult | DocumentTypesCandidatesResult | EncryptedRCLResult | FaceDetectionResult | GraphicsResult | ImageQualityResult | ImagesResult | LexicalAnalysisResult | LicenseResult | MRZDetectorResult | MRZPositionResult | MRZTestQualityResult | RFIDGraphicsInfoResult | RFIDTextDataResult | StatusResult | TextDataResult | TextResult;
|
|
1568
|
+
export declare type ContainerListListInner = AuthenticityResult | BarcodePositionResult | ByteArrayResult | ChosenDocumentTypeResult | DocBarCodeInfo | DocumentBinaryInfoResult | DocumentImageResult | DocumentPositionResult | DocumentTypesCandidatesResult | EncryptedRCLResult | FaceDetectionResult | GraphicsResult | ImageQualityResult | ImagesResult | LexicalAnalysisResult | LicenseResult | MRZDetectorResult | MRZPositionResult | MRZTestQualityResult | RFIDGraphicsInfoResult | RFIDTextDataResult | StatusResult | TextDataResult | TextResult | VDSDataResult | VDSNCDataResult;
|
|
1569
1569
|
|
|
1570
1570
|
/**
|
|
1571
1571
|
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
@@ -1763,6 +1763,50 @@ export declare interface DataModule {
|
|
|
1763
1763
|
'mType': BarCodeModuleType;
|
|
1764
1764
|
}
|
|
1765
1765
|
|
|
1766
|
+
/**
|
|
1767
|
+
*
|
|
1768
|
+
* @export
|
|
1769
|
+
* @interface DetailsAge
|
|
1770
|
+
*/
|
|
1771
|
+
export declare interface DetailsAge {
|
|
1772
|
+
/**
|
|
1773
|
+
*
|
|
1774
|
+
* @type {number}
|
|
1775
|
+
* @memberof DetailsAge
|
|
1776
|
+
*/
|
|
1777
|
+
'threshold': number;
|
|
1778
|
+
/**
|
|
1779
|
+
*
|
|
1780
|
+
* @type {CheckResult}
|
|
1781
|
+
* @memberof DetailsAge
|
|
1782
|
+
*/
|
|
1783
|
+
'overThreshold': CheckResult;
|
|
1784
|
+
/**
|
|
1785
|
+
*
|
|
1786
|
+
* @type {CheckResult}
|
|
1787
|
+
* @memberof DetailsAge
|
|
1788
|
+
*/
|
|
1789
|
+
'over18': CheckResult;
|
|
1790
|
+
/**
|
|
1791
|
+
*
|
|
1792
|
+
* @type {CheckResult}
|
|
1793
|
+
* @memberof DetailsAge
|
|
1794
|
+
*/
|
|
1795
|
+
'over21': CheckResult;
|
|
1796
|
+
/**
|
|
1797
|
+
*
|
|
1798
|
+
* @type {CheckResult}
|
|
1799
|
+
* @memberof DetailsAge
|
|
1800
|
+
*/
|
|
1801
|
+
'over25': CheckResult;
|
|
1802
|
+
/**
|
|
1803
|
+
*
|
|
1804
|
+
* @type {CheckResult}
|
|
1805
|
+
* @memberof DetailsAge
|
|
1806
|
+
*/
|
|
1807
|
+
'over65': CheckResult;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1766
1810
|
/**
|
|
1767
1811
|
* Details on performed optical checks
|
|
1768
1812
|
* @export
|
|
@@ -2022,6 +2066,26 @@ export declare interface DocBarCodeInfoItem {
|
|
|
2022
2066
|
'DocBarCodeInfo': DocBarCodeInfoFieldsList;
|
|
2023
2067
|
}
|
|
2024
2068
|
|
|
2069
|
+
/**
|
|
2070
|
+
*
|
|
2071
|
+
* @export
|
|
2072
|
+
* @interface DocFeature
|
|
2073
|
+
*/
|
|
2074
|
+
export declare interface DocFeature {
|
|
2075
|
+
/**
|
|
2076
|
+
*
|
|
2077
|
+
* @type {number}
|
|
2078
|
+
* @memberof DocFeature
|
|
2079
|
+
*/
|
|
2080
|
+
'Type': number;
|
|
2081
|
+
/**
|
|
2082
|
+
*
|
|
2083
|
+
* @type {TrfFtBytes}
|
|
2084
|
+
* @memberof DocFeature
|
|
2085
|
+
*/
|
|
2086
|
+
'Data': TrfFtBytes;
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2025
2089
|
/**
|
|
2026
2090
|
*
|
|
2027
2091
|
* @export
|
|
@@ -5965,6 +6029,49 @@ export declare class LowLvlResponse implements ProcessResponse {
|
|
|
5965
6029
|
resultsByType(type: Result): ContainerList['List'];
|
|
5966
6030
|
}
|
|
5967
6031
|
|
|
6032
|
+
/**
|
|
6033
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
6034
|
+
* Do not edit the file manually.
|
|
6035
|
+
*/
|
|
6036
|
+
/**
|
|
6037
|
+
*
|
|
6038
|
+
* @export
|
|
6039
|
+
* @enum {number}
|
|
6040
|
+
*/
|
|
6041
|
+
export declare enum MDLDeviceEngagement {
|
|
6042
|
+
QR = 0,
|
|
6043
|
+
NFC = 1
|
|
6044
|
+
}
|
|
6045
|
+
|
|
6046
|
+
/**
|
|
6047
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
6048
|
+
* Do not edit the file manually.
|
|
6049
|
+
*/
|
|
6050
|
+
/**
|
|
6051
|
+
*
|
|
6052
|
+
* @export
|
|
6053
|
+
* @enum {number}
|
|
6054
|
+
*/
|
|
6055
|
+
export declare enum MDLDeviceRetrieval {
|
|
6056
|
+
NFC = 1,
|
|
6057
|
+
BLE = 2,
|
|
6058
|
+
WIFI_AWARE = 3
|
|
6059
|
+
}
|
|
6060
|
+
|
|
6061
|
+
/**
|
|
6062
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
6063
|
+
* Do not edit the file manually.
|
|
6064
|
+
*/
|
|
6065
|
+
/**
|
|
6066
|
+
*
|
|
6067
|
+
* @export
|
|
6068
|
+
* @enum {number}
|
|
6069
|
+
*/
|
|
6070
|
+
export declare enum MDLServerRetrieval {
|
|
6071
|
+
WEB_API = 0,
|
|
6072
|
+
OIDC = 1
|
|
6073
|
+
}
|
|
6074
|
+
|
|
5968
6075
|
/**
|
|
5969
6076
|
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
5970
6077
|
* Do not edit the file manually.
|
|
@@ -5985,6 +6092,32 @@ export declare enum MeasureSystem {
|
|
|
5985
6092
|
IMPERIAL = 1
|
|
5986
6093
|
}
|
|
5987
6094
|
|
|
6095
|
+
/**
|
|
6096
|
+
*
|
|
6097
|
+
* @export
|
|
6098
|
+
* @interface Message
|
|
6099
|
+
*/
|
|
6100
|
+
export declare interface Message {
|
|
6101
|
+
/**
|
|
6102
|
+
*
|
|
6103
|
+
* @type {PID}
|
|
6104
|
+
* @memberof Message
|
|
6105
|
+
*/
|
|
6106
|
+
'pid'?: PID;
|
|
6107
|
+
/**
|
|
6108
|
+
*
|
|
6109
|
+
* @type {string}
|
|
6110
|
+
* @memberof Message
|
|
6111
|
+
*/
|
|
6112
|
+
'uvci'?: string;
|
|
6113
|
+
/**
|
|
6114
|
+
*
|
|
6115
|
+
* @type {Array<VEItem>}
|
|
6116
|
+
* @memberof Message
|
|
6117
|
+
*/
|
|
6118
|
+
've'?: Array<VEItem>;
|
|
6119
|
+
}
|
|
6120
|
+
|
|
5988
6121
|
/**
|
|
5989
6122
|
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
5990
6123
|
* Do not edit the file manually.
|
|
@@ -8473,6 +8606,42 @@ export declare interface PhotoIdentItem {
|
|
|
8473
8606
|
*/
|
|
8474
8607
|
export declare type PhotoIdentResult = AuthenticityCheckResultItem & PhotoIdentItem;
|
|
8475
8608
|
|
|
8609
|
+
/**
|
|
8610
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
8611
|
+
* Do not edit the file manually.
|
|
8612
|
+
*/
|
|
8613
|
+
/**
|
|
8614
|
+
*
|
|
8615
|
+
* @export
|
|
8616
|
+
* @interface PID
|
|
8617
|
+
*/
|
|
8618
|
+
export declare interface PID {
|
|
8619
|
+
/**
|
|
8620
|
+
*
|
|
8621
|
+
* @type {string}
|
|
8622
|
+
* @memberof PID
|
|
8623
|
+
*/
|
|
8624
|
+
'dob'?: string;
|
|
8625
|
+
/**
|
|
8626
|
+
*
|
|
8627
|
+
* @type {string}
|
|
8628
|
+
* @memberof PID
|
|
8629
|
+
*/
|
|
8630
|
+
'i'?: string;
|
|
8631
|
+
/**
|
|
8632
|
+
*
|
|
8633
|
+
* @type {string}
|
|
8634
|
+
* @memberof PID
|
|
8635
|
+
*/
|
|
8636
|
+
'n'?: string;
|
|
8637
|
+
/**
|
|
8638
|
+
*
|
|
8639
|
+
* @type {string}
|
|
8640
|
+
* @memberof PID
|
|
8641
|
+
*/
|
|
8642
|
+
'sex'?: string;
|
|
8643
|
+
}
|
|
8644
|
+
|
|
8476
8645
|
/**
|
|
8477
8646
|
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
8478
8647
|
* Do not edit the file manually.
|
|
@@ -9445,7 +9614,31 @@ export declare enum Result {
|
|
|
9445
9614
|
/**
|
|
9446
9615
|
* Digital Travel Credential data
|
|
9447
9616
|
*/
|
|
9448
|
-
DTC_VC = 109
|
|
9617
|
+
DTC_VC = 109,
|
|
9618
|
+
/**
|
|
9619
|
+
* Contains mDL device raw response
|
|
9620
|
+
*/
|
|
9621
|
+
MDL_DEVICE_RAW_RESPONSE = 120,
|
|
9622
|
+
/**
|
|
9623
|
+
* Contains mDL device parsed response
|
|
9624
|
+
*/
|
|
9625
|
+
MDL_DEVICE_PARSED_RESPONSE = 121,
|
|
9626
|
+
/**
|
|
9627
|
+
* Contains mDL server raw response
|
|
9628
|
+
*/
|
|
9629
|
+
MDL_SERVER_RAW_RESPONSE = 122,
|
|
9630
|
+
/**
|
|
9631
|
+
* Contains mDL server parsed response
|
|
9632
|
+
*/
|
|
9633
|
+
MDL_SERVER_PARSED_RESPONSE = 123,
|
|
9634
|
+
/**
|
|
9635
|
+
* Contains result of VDS NC
|
|
9636
|
+
*/
|
|
9637
|
+
VDS_NC = 124,
|
|
9638
|
+
/**
|
|
9639
|
+
* Contains result of VDS
|
|
9640
|
+
*/
|
|
9641
|
+
VDS = 125
|
|
9449
9642
|
}
|
|
9450
9643
|
|
|
9451
9644
|
/**
|
|
@@ -12122,6 +12315,24 @@ export declare interface Status {
|
|
|
12122
12315
|
* @memberof Status
|
|
12123
12316
|
*/
|
|
12124
12317
|
'detailsOptical': DetailsOptical;
|
|
12318
|
+
/**
|
|
12319
|
+
*
|
|
12320
|
+
* @type {CheckResult}
|
|
12321
|
+
* @memberof Status
|
|
12322
|
+
*/
|
|
12323
|
+
'age': CheckResult;
|
|
12324
|
+
/**
|
|
12325
|
+
*
|
|
12326
|
+
* @type {DetailsAge}
|
|
12327
|
+
* @memberof Status
|
|
12328
|
+
*/
|
|
12329
|
+
'detailsAge': DetailsAge;
|
|
12330
|
+
/**
|
|
12331
|
+
*
|
|
12332
|
+
* @type {CheckResult}
|
|
12333
|
+
* @memberof Status
|
|
12334
|
+
*/
|
|
12335
|
+
'mDL': CheckResult;
|
|
12125
12336
|
}
|
|
12126
12337
|
|
|
12127
12338
|
/**
|
|
@@ -15341,7 +15552,19 @@ export declare enum TextFieldType {
|
|
|
15341
15552
|
/**
|
|
15342
15553
|
* First issue date checksum
|
|
15343
15554
|
*/
|
|
15344
|
-
FT_FIRST_ISSUE_DATE_CHECKSUM = 699
|
|
15555
|
+
FT_FIRST_ISSUE_DATE_CHECKSUM = 699,
|
|
15556
|
+
/**
|
|
15557
|
+
* Commercial indicator
|
|
15558
|
+
*/
|
|
15559
|
+
FT_COMMERCIAL_INDICATOR = 701,
|
|
15560
|
+
/**
|
|
15561
|
+
* Non domiciled indicator
|
|
15562
|
+
*/
|
|
15563
|
+
FT_NON_DOMICILED_INDICATOR = 702,
|
|
15564
|
+
/**
|
|
15565
|
+
* Jurisdiction specific data
|
|
15566
|
+
*/
|
|
15567
|
+
FT_JURISDICTION_SPECIFIC_DATA = 703
|
|
15345
15568
|
}
|
|
15346
15569
|
|
|
15347
15570
|
/**
|
|
@@ -15767,7 +15990,269 @@ export declare interface TrfFtString {
|
|
|
15767
15990
|
* @type {string}
|
|
15768
15991
|
* @memberof TrfFtString
|
|
15769
15992
|
*/
|
|
15770
|
-
'Data'
|
|
15993
|
+
'Data'?: string;
|
|
15994
|
+
}
|
|
15995
|
+
|
|
15996
|
+
/**
|
|
15997
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
15998
|
+
* Do not edit the file manually.
|
|
15999
|
+
*/
|
|
16000
|
+
/**
|
|
16001
|
+
*
|
|
16002
|
+
* @export
|
|
16003
|
+
* @interface VDItem
|
|
16004
|
+
*/
|
|
16005
|
+
export declare interface VDItem {
|
|
16006
|
+
/**
|
|
16007
|
+
*
|
|
16008
|
+
* @type {string}
|
|
16009
|
+
* @memberof VDItem
|
|
16010
|
+
*/
|
|
16011
|
+
'adm'?: string;
|
|
16012
|
+
/**
|
|
16013
|
+
*
|
|
16014
|
+
* @type {string}
|
|
16015
|
+
* @memberof VDItem
|
|
16016
|
+
*/
|
|
16017
|
+
'ctr'?: string;
|
|
16018
|
+
/**
|
|
16019
|
+
*
|
|
16020
|
+
* @type {string}
|
|
16021
|
+
* @memberof VDItem
|
|
16022
|
+
*/
|
|
16023
|
+
'dvc'?: string;
|
|
16024
|
+
/**
|
|
16025
|
+
*
|
|
16026
|
+
* @type {string}
|
|
16027
|
+
* @memberof VDItem
|
|
16028
|
+
*/
|
|
16029
|
+
'lot'?: string;
|
|
16030
|
+
/**
|
|
16031
|
+
*
|
|
16032
|
+
* @type {number}
|
|
16033
|
+
* @memberof VDItem
|
|
16034
|
+
*/
|
|
16035
|
+
'seq'?: number;
|
|
16036
|
+
}
|
|
16037
|
+
|
|
16038
|
+
/**
|
|
16039
|
+
*
|
|
16040
|
+
* @export
|
|
16041
|
+
* @interface VDSData
|
|
16042
|
+
*/
|
|
16043
|
+
export declare interface VDSData {
|
|
16044
|
+
/**
|
|
16045
|
+
*
|
|
16046
|
+
* @type {string}
|
|
16047
|
+
* @memberof VDSData
|
|
16048
|
+
*/
|
|
16049
|
+
'Certificate'?: string;
|
|
16050
|
+
/**
|
|
16051
|
+
*
|
|
16052
|
+
* @type {Array<RfidCertificateEx>}
|
|
16053
|
+
* @memberof VDSData
|
|
16054
|
+
*/
|
|
16055
|
+
'CertificateChain'?: Array<RfidCertificateEx>;
|
|
16056
|
+
/**
|
|
16057
|
+
*
|
|
16058
|
+
* @type {Array<DocFeature>}
|
|
16059
|
+
* @memberof VDSData
|
|
16060
|
+
*/
|
|
16061
|
+
'DocFeatures'?: Array<DocFeature>;
|
|
16062
|
+
/**
|
|
16063
|
+
*
|
|
16064
|
+
* @type {string}
|
|
16065
|
+
* @memberof VDSData
|
|
16066
|
+
*/
|
|
16067
|
+
'DocIssueDate'?: string;
|
|
16068
|
+
/**
|
|
16069
|
+
*
|
|
16070
|
+
* @type {number}
|
|
16071
|
+
* @memberof VDSData
|
|
16072
|
+
*/
|
|
16073
|
+
'DocType'?: number;
|
|
16074
|
+
/**
|
|
16075
|
+
*
|
|
16076
|
+
* @type {number}
|
|
16077
|
+
* @memberof VDSData
|
|
16078
|
+
*/
|
|
16079
|
+
'FeatureRef'?: number;
|
|
16080
|
+
/**
|
|
16081
|
+
*
|
|
16082
|
+
* @type {string}
|
|
16083
|
+
* @memberof VDSData
|
|
16084
|
+
*/
|
|
16085
|
+
'IssuingCountry'?: string;
|
|
16086
|
+
/**
|
|
16087
|
+
*
|
|
16088
|
+
* @type {Array<number>}
|
|
16089
|
+
* @memberof VDSData
|
|
16090
|
+
*/
|
|
16091
|
+
'Notifications'?: Array<number>;
|
|
16092
|
+
/**
|
|
16093
|
+
*
|
|
16094
|
+
* @type {TrfFtBytes}
|
|
16095
|
+
* @memberof VDSData
|
|
16096
|
+
*/
|
|
16097
|
+
'Signature'?: TrfFtBytes;
|
|
16098
|
+
/**
|
|
16099
|
+
*
|
|
16100
|
+
* @type {string}
|
|
16101
|
+
* @memberof VDSData
|
|
16102
|
+
*/
|
|
16103
|
+
'SignatureDate'?: string;
|
|
16104
|
+
/**
|
|
16105
|
+
*
|
|
16106
|
+
* @type {string}
|
|
16107
|
+
* @memberof VDSData
|
|
16108
|
+
*/
|
|
16109
|
+
'Signer'?: string;
|
|
16110
|
+
/**
|
|
16111
|
+
*
|
|
16112
|
+
* @type {number}
|
|
16113
|
+
* @memberof VDSData
|
|
16114
|
+
*/
|
|
16115
|
+
'Type'?: number;
|
|
16116
|
+
/**
|
|
16117
|
+
*
|
|
16118
|
+
* @type {number}
|
|
16119
|
+
* @memberof VDSData
|
|
16120
|
+
*/
|
|
16121
|
+
'Version'?: number;
|
|
16122
|
+
}
|
|
16123
|
+
|
|
16124
|
+
/**
|
|
16125
|
+
*
|
|
16126
|
+
* @export
|
|
16127
|
+
* @interface VDSDataItem
|
|
16128
|
+
*/
|
|
16129
|
+
export declare interface VDSDataItem {
|
|
16130
|
+
/**
|
|
16131
|
+
*
|
|
16132
|
+
* @type {VDSData}
|
|
16133
|
+
* @memberof VDSDataItem
|
|
16134
|
+
*/
|
|
16135
|
+
'dftVDS': VDSData;
|
|
16136
|
+
}
|
|
16137
|
+
|
|
16138
|
+
/**
|
|
16139
|
+
* @type VDSDataResult
|
|
16140
|
+
* @export
|
|
16141
|
+
*/
|
|
16142
|
+
export declare type VDSDataResult = ResultItem & VDSDataItem;
|
|
16143
|
+
|
|
16144
|
+
/**
|
|
16145
|
+
*
|
|
16146
|
+
* @export
|
|
16147
|
+
* @interface VDSNCData
|
|
16148
|
+
*/
|
|
16149
|
+
export declare interface VDSNCData {
|
|
16150
|
+
/**
|
|
16151
|
+
*
|
|
16152
|
+
* @type {TrfFtBytes}
|
|
16153
|
+
* @memberof VDSNCData
|
|
16154
|
+
*/
|
|
16155
|
+
'Certificate'?: TrfFtBytes;
|
|
16156
|
+
/**
|
|
16157
|
+
*
|
|
16158
|
+
* @type {Array<RfidCertificateEx>}
|
|
16159
|
+
* @memberof VDSNCData
|
|
16160
|
+
*/
|
|
16161
|
+
'CertificateChain'?: Array<RfidCertificateEx>;
|
|
16162
|
+
/**
|
|
16163
|
+
*
|
|
16164
|
+
* @type {string}
|
|
16165
|
+
* @memberof VDSNCData
|
|
16166
|
+
*/
|
|
16167
|
+
'IssuingCountry'?: string;
|
|
16168
|
+
/**
|
|
16169
|
+
*
|
|
16170
|
+
* @type {Message}
|
|
16171
|
+
* @memberof VDSNCData
|
|
16172
|
+
*/
|
|
16173
|
+
'Message'?: Message;
|
|
16174
|
+
/**
|
|
16175
|
+
*
|
|
16176
|
+
* @type {Array<number>}
|
|
16177
|
+
* @memberof VDSNCData
|
|
16178
|
+
*/
|
|
16179
|
+
'Notifications'?: Array<number>;
|
|
16180
|
+
/**
|
|
16181
|
+
*
|
|
16182
|
+
* @type {TrfFtBytes}
|
|
16183
|
+
* @memberof VDSNCData
|
|
16184
|
+
*/
|
|
16185
|
+
'Signature'?: TrfFtBytes;
|
|
16186
|
+
/**
|
|
16187
|
+
*
|
|
16188
|
+
* @type {string}
|
|
16189
|
+
* @memberof VDSNCData
|
|
16190
|
+
*/
|
|
16191
|
+
'SignatureAlg'?: string;
|
|
16192
|
+
/**
|
|
16193
|
+
*
|
|
16194
|
+
* @type {string}
|
|
16195
|
+
* @memberof VDSNCData
|
|
16196
|
+
*/
|
|
16197
|
+
'Type'?: string;
|
|
16198
|
+
/**
|
|
16199
|
+
*
|
|
16200
|
+
* @type {number}
|
|
16201
|
+
* @memberof VDSNCData
|
|
16202
|
+
*/
|
|
16203
|
+
'Version'?: number;
|
|
16204
|
+
}
|
|
16205
|
+
|
|
16206
|
+
/**
|
|
16207
|
+
*
|
|
16208
|
+
* @export
|
|
16209
|
+
* @interface VDSNCDataItem
|
|
16210
|
+
*/
|
|
16211
|
+
export declare interface VDSNCDataItem {
|
|
16212
|
+
/**
|
|
16213
|
+
*
|
|
16214
|
+
* @type {VDSNCData}
|
|
16215
|
+
* @memberof VDSNCDataItem
|
|
16216
|
+
*/
|
|
16217
|
+
'dftVDS_NC': VDSNCData;
|
|
16218
|
+
}
|
|
16219
|
+
|
|
16220
|
+
/**
|
|
16221
|
+
* @type VDSNCDataResult
|
|
16222
|
+
* @export
|
|
16223
|
+
*/
|
|
16224
|
+
export declare type VDSNCDataResult = ResultItem & VDSNCDataItem;
|
|
16225
|
+
|
|
16226
|
+
/**
|
|
16227
|
+
*
|
|
16228
|
+
* @export
|
|
16229
|
+
* @interface VEItem
|
|
16230
|
+
*/
|
|
16231
|
+
export declare interface VEItem {
|
|
16232
|
+
/**
|
|
16233
|
+
*
|
|
16234
|
+
* @type {string}
|
|
16235
|
+
* @memberof VEItem
|
|
16236
|
+
*/
|
|
16237
|
+
'des'?: string;
|
|
16238
|
+
/**
|
|
16239
|
+
*
|
|
16240
|
+
* @type {string}
|
|
16241
|
+
* @memberof VEItem
|
|
16242
|
+
*/
|
|
16243
|
+
'dis'?: string;
|
|
16244
|
+
/**
|
|
16245
|
+
*
|
|
16246
|
+
* @type {string}
|
|
16247
|
+
* @memberof VEItem
|
|
16248
|
+
*/
|
|
16249
|
+
'nam'?: string;
|
|
16250
|
+
/**
|
|
16251
|
+
*
|
|
16252
|
+
* @type {Array<VDItem>}
|
|
16253
|
+
* @memberof VEItem
|
|
16254
|
+
*/
|
|
16255
|
+
'vd'?: Array<VDItem>;
|
|
15771
16256
|
}
|
|
15772
16257
|
|
|
15773
16258
|
/**
|