feat: ✨ Created a mini nodeJS server with NewMan for testing without PostMan GUI.
This will mimic a run in a CD/CI environment or docker container.
This commit is contained in:
99
node_modules/faker/lib/locales/tr/phone_number/area_code.js
generated
vendored
Normal file
99
node_modules/faker/lib/locales/tr/phone_number/area_code.js
generated
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
module["exports"] = [
|
||||
"392",
|
||||
"510",
|
||||
"512",
|
||||
"522",
|
||||
"562",
|
||||
"564",
|
||||
"592",
|
||||
"594",
|
||||
"800",
|
||||
"811",
|
||||
"822",
|
||||
"850",
|
||||
"888",
|
||||
"898",
|
||||
"900",
|
||||
"322",
|
||||
"416",
|
||||
"272",
|
||||
"472",
|
||||
"382",
|
||||
"358",
|
||||
"312",
|
||||
"242",
|
||||
"478",
|
||||
"466",
|
||||
"256",
|
||||
"266",
|
||||
"378",
|
||||
"488",
|
||||
"458",
|
||||
"228",
|
||||
"426",
|
||||
"434",
|
||||
"374",
|
||||
"248",
|
||||
"224",
|
||||
"286",
|
||||
"376",
|
||||
"364",
|
||||
"258",
|
||||
"412",
|
||||
"380",
|
||||
"284",
|
||||
"424",
|
||||
"446",
|
||||
"442",
|
||||
"222",
|
||||
"342",
|
||||
"454",
|
||||
"456",
|
||||
"438",
|
||||
"326",
|
||||
"476",
|
||||
"246",
|
||||
"216",
|
||||
"212",
|
||||
"232",
|
||||
"344",
|
||||
"370",
|
||||
"338",
|
||||
"474",
|
||||
"366",
|
||||
"352",
|
||||
"318",
|
||||
"288",
|
||||
"386",
|
||||
"348",
|
||||
"262",
|
||||
"332",
|
||||
"274",
|
||||
"422",
|
||||
"236",
|
||||
"482",
|
||||
"324",
|
||||
"252",
|
||||
"436",
|
||||
"384",
|
||||
"388",
|
||||
"452",
|
||||
"328",
|
||||
"464",
|
||||
"264",
|
||||
"362",
|
||||
"484",
|
||||
"368",
|
||||
"346",
|
||||
"414",
|
||||
"486",
|
||||
"282",
|
||||
"356",
|
||||
"462",
|
||||
"428",
|
||||
"276",
|
||||
"432",
|
||||
"226",
|
||||
"354",
|
||||
"372"
|
||||
];
|
4
node_modules/faker/lib/locales/tr/phone_number/formats.js
generated
vendored
Normal file
4
node_modules/faker/lib/locales/tr/phone_number/formats.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
module["exports"] = [
|
||||
"+90-###-###-##-##",
|
||||
"+90-###-###-#-###"
|
||||
];
|
4
node_modules/faker/lib/locales/tr/phone_number/index.js
generated
vendored
Normal file
4
node_modules/faker/lib/locales/tr/phone_number/index.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
var phone_number = {};
|
||||
module['exports'] = phone_number;
|
||||
phone_number.area_code = require("./area_code");
|
||||
phone_number.formats = require("./formats");
|
Reference in New Issue
Block a user