-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
122 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
exports.canada = { | ||
'addressCity': "YOUR CITY", | ||
'addressPostalCode': "A1B 2C3", | ||
'addressState': "AB", | ||
'addressStreet': "2345 ANYWHERE STREET", | ||
'dateOfBirth': '2000/08/31', | ||
'dateOfExpiry': '2022/08/31', | ||
'documentNumber': "123456-123", | ||
'eyeColor': "green", | ||
'hairColor': "blond", | ||
'firstName': "M", | ||
'givenName': "M Motorist", | ||
'height': "175 cm", | ||
'weightLb': "73 kg", | ||
'weightRange': "4", | ||
'jurisdictionVehicleClass': "5", | ||
'jurisdictionRestrictionCodes': "A", | ||
'lastName': "MICHAEL", | ||
'middleName': "Motorist", | ||
'sex': "M", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
exports.default = require('./default').default; | ||
exports.default = require('./default').default; | ||
exports.canada = require('./canada').canada; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
exports.UsdlData3 = `@ | ||
ANSI 636001070002DL00410392ZN04330047DLDCANONE | ||
DCBNONE | ||
DCDNONE | ||
DBA08312013 | ||
DCSMichael | ||
DACM | ||
DADMotorist | ||
DBD08312013 | ||
DBB08312013 | ||
DBC9 | ||
DAYBRO | ||
DAU064 in | ||
DAG2345 ANYWHERE STREET | ||
DAIYOUR CITY | ||
DAJNY | ||
DAK123450000 | ||
DAQNONE | ||
DCFNONE | ||
DCGUSA | ||
DDEN | ||
DDFN | ||
DDGN | ||
ZNZNAMDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTIzNDU2Nzg5 | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
exports.UsdlData4 = `@ | ||
ANSI 990876030001DLÊDLDCSMICHAEL | ||
DCTM Motorist | ||
DABMICHAEL | ||
DACM | ||
DADMotorist | ||
DAG2345 ANYWHERE STREET | ||
DAQ123456-123 | ||
DAKA1B 2C3 | ||
DAIYOUR CITY | ||
DAJAB | ||
DBCM | ||
DBB20000831 | ||
DAR5 | ||
DATA | ||
DBA20220831 | ||
DAU175 cm | ||
DAW73 kg | ||
DCE4 | ||
DAZblond | ||
DAYgreen | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
exports.UsdlData1 = require('./data_1').UsdlData1; | ||
exports.UsdlData2 = require('./data_2').UsdlData2; | ||
exports.UsdlData3 = require('./data_3').UsdlData3; | ||
exports.UsdlData4 = require('./data_4').UsdlData4; | ||
exports.UsdlData_error = require('./data_error').UsdlData_error; | ||
exports.UsdlData_invalid_characters = require('./data_invalid_characters').UsdlData_invalid_characters; | ||
exports.UsdlData_invalid_characters_2 = require('./data_invalid_characters_2').UsdlData_invalid_characters_2; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters