private-thailand-address 1.0.13 → 1.0.15
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/data.json +47 -5
- package/package.json +3 -2
- package/converters/converted-to-old-structure.json +0 -62965
- package/converters/converter-reverse.js +0 -119
- package/converters/converter.js +0 -132
- package/converters/mapping.json +0 -141571
- package/converters/province_with_district_and_sub_district.json +0 -100478
- package/converters/unmapped.json +0 -1
- package/old-data.json +0 -63247
package/data.json
CHANGED
|
@@ -1837,7 +1837,30 @@
|
|
|
1837
1837
|
"districtId": "1103",
|
|
1838
1838
|
"provinceId": "2",
|
|
1839
1839
|
"subDistrictName": "หนองปรือ"
|
|
1840
|
+
}
|
|
1841
|
+
],
|
|
1842
|
+
"districtList": [
|
|
1843
|
+
{
|
|
1844
|
+
"districtId": "1103",
|
|
1845
|
+
"proviceId": "2",
|
|
1846
|
+
"districtName": "บางพลี"
|
|
1840
1847
|
},
|
|
1848
|
+
{
|
|
1849
|
+
"districtId": "1106",
|
|
1850
|
+
"proviceId": "2",
|
|
1851
|
+
"districtName": "บางเสาธง"
|
|
1852
|
+
}
|
|
1853
|
+
],
|
|
1854
|
+
"provinceList": [
|
|
1855
|
+
{
|
|
1856
|
+
"provinceId": "2",
|
|
1857
|
+
"provinceName": "สมุทรปราการ"
|
|
1858
|
+
}
|
|
1859
|
+
]
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"zipCode": "10570",
|
|
1863
|
+
"subDistrictList": [
|
|
1841
1864
|
{
|
|
1842
1865
|
"subDistrictId": "110601",
|
|
1843
1866
|
"districtId": "1106",
|
|
@@ -1858,11 +1881,6 @@
|
|
|
1858
1881
|
}
|
|
1859
1882
|
],
|
|
1860
1883
|
"districtList": [
|
|
1861
|
-
{
|
|
1862
|
-
"districtId": "1103",
|
|
1863
|
-
"proviceId": "2",
|
|
1864
|
-
"districtName": "บางพลี"
|
|
1865
|
-
},
|
|
1866
1884
|
{
|
|
1867
1885
|
"districtId": "1106",
|
|
1868
1886
|
"proviceId": "2",
|
|
@@ -55149,6 +55167,30 @@
|
|
|
55149
55167
|
}
|
|
55150
55168
|
]
|
|
55151
55169
|
},
|
|
55170
|
+
{
|
|
55171
|
+
"zipCode": "82210",
|
|
55172
|
+
"subDistrictList": [
|
|
55173
|
+
{
|
|
55174
|
+
"subDistrictId": "820806",
|
|
55175
|
+
"districtId": "8208",
|
|
55176
|
+
"provinceId": "65",
|
|
55177
|
+
"subDistrictName": "ลำแก่น"
|
|
55178
|
+
}
|
|
55179
|
+
],
|
|
55180
|
+
"districtList": [
|
|
55181
|
+
{
|
|
55182
|
+
"districtId": "8208",
|
|
55183
|
+
"proviceId": "65",
|
|
55184
|
+
"districtName": "ท้ายเหมือง"
|
|
55185
|
+
}
|
|
55186
|
+
],
|
|
55187
|
+
"provinceList": [
|
|
55188
|
+
{
|
|
55189
|
+
"provinceId": "65",
|
|
55190
|
+
"provinceName": "พังงา"
|
|
55191
|
+
}
|
|
55192
|
+
]
|
|
55193
|
+
},
|
|
55152
55194
|
{
|
|
55153
55195
|
"zipCode": "83130",
|
|
55154
55196
|
"subDistrictList": [
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "private-thailand-address",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "Private Thailand Address. Required node version 16 or later.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
+
"patch": "npm version patch && git add package.json && git commit -m \"Update patch version\" && git push"
|
|
8
9
|
},
|
|
9
10
|
"repository": {
|
|
10
11
|
"type": "git",
|