Skip to content

Commit 69bf30b

Browse files
authored
Merge pull request #9 from movemoveapp/Feature/Transferring_a_package_to_movemoveapp
Completing the transfer
2 parents e66d95d + 12cd78b commit 69bf30b

File tree

6 files changed

+54
-42
lines changed

6 files changed

+54
-42
lines changed

README.md

+33-33
Large diffs are not rendered by default.

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "movemove-io/laravel-dadata",
2+
"name": "movemoveapp/laravel-dadata",
33
"description": "Laravel SDK for working with the DaData.RU service API",
44
"keywords": [
5-
"movemove-io",
5+
"movemoveapp",
66
"dadata",
77
"laravel",
88
"sdk",
@@ -17,7 +17,7 @@
1717
],
1818
"type": "laravel-package",
1919
"license": "MIT",
20-
"version": "1.0.5",
20+
"version": "1.0.6",
2121
"authors": [
2222
{
2323
"name": "Dmitry Kovalev aka Pipisco",
@@ -50,3 +50,4 @@
5050
},
5151
"prefer-stable": true
5252
}
53+

config/dadata.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @see https://github.com/movemove-io/laravel-dadata
9+
* @see https://github.com/movemoveapp/laravel-dadata
1010
*/
1111
return [
1212
/*

tests/DaDataAddressTest.php

+7-2
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ public function IdAddressProvider() : array
364364
"block_type" => null,
365365
"block_type_full" => null,
366366
"block" => null,
367+
'flat_fias_id' => null,
367368
"flat_type" => null,
368369
"flat_type_full" => null,
369370
"flat" => null,
@@ -461,6 +462,7 @@ public function Ipv4AddressProvider() : array
461462
"block_type" => null,
462463
"block_type_full" => null,
463464
"block" => null,
465+
'flat_fias_id' => null,
464466
"flat_type" => null,
465467
"flat_type_full" => null,
466468
"flat" => null,
@@ -558,6 +560,7 @@ public function GeolocationAddressProvider() : array
558560
"block_type" => null,
559561
"block_type_full" => null,
560562
"block" => null,
563+
'flat_fias_id' => null,
561564
"flat_type" => null,
562565
"flat_type_full" => null,
563566
"flat" => null,
@@ -656,6 +659,7 @@ public function PromptAddressProvider() : array
656659
"block_type" => null,
657660
"block_type_full" => null,
658661
"block" => null,
662+
'flat_fias_id' => null,
659663
"flat_type" => null,
660664
"flat_type_full" => null,
661665
"flat" => null,
@@ -744,6 +748,7 @@ public function PromptAddressProvider() : array
744748
"block_type" => null,
745749
"block_type_full" => null,
746750
"block" => null,
751+
'flat_fias_id' => null,
747752
"flat_type" => null,
748753
"flat_type_full" => null,
749754
"flat" => null,
@@ -844,8 +849,8 @@ public function StandardizationAddressProvider() : array
844849
"flat_type_full" => "квартира",
845850
"flat" => "89",
846851
"flat_area" => "34.6",
847-
"square_meter_price" => "198113",
848-
"flat_price" => "6854710",
852+
"square_meter_price" => "208738",
853+
"flat_price" => "7222335",
849854
"postal_box" => null,
850855
"fias_id" => "5ee84ac0-eb9a-4b42-b814-2f5f7c27c255",
851856
"fias_code" => "77000000000000028360004",

tests/DaDataBankTest.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public function BankProvider() : array
6666
"payment_city" => "г Москва",
6767
"state" => [
6868
"status" => "ACTIVE",
69-
"actuality_date" => 1602720000000,
69+
'code' => null,
70+
"actuality_date" => 1610323200000,
7071
"registration_date" => 677376000000,
7172
"liquidation_date" => null,
7273
],
@@ -125,6 +126,7 @@ public function BankProvider() : array
125126
"block_type" => null,
126127
"block_type_full" => null,
127128
"block" => null,
129+
'flat_fias_id' => null,
128130
"flat_type" => null,
129131
"flat_type_full" => null,
130132
"flat" => null,

tests/DaDataCompanyTest.php

+6-2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ public function OrganizationProvider() : array
5656
],
5757
"founders" => null,
5858
"managers" => null,
59+
'predecessors' => null,
60+
'successors' => null,
5961
"branch_type" => "MAIN",
6062
"branch_count" => 88,
6163
"source" => null,
@@ -64,7 +66,8 @@ public function OrganizationProvider() : array
6466
"type" => "LEGAL",
6567
"state" => [
6668
"status" => "ACTIVE",
67-
"actuality_date" => 1601942400000,
69+
'code' => null,
70+
"actuality_date" => 1609459200000,
6871
"registration_date" => 677376000000,
6972
"liquidation_date" => null,
7073
],
@@ -148,6 +151,7 @@ public function OrganizationProvider() : array
148151
"block_type" => null,
149152
"block_type_full" => null,
150153
"block" => null,
154+
'flat_fias_id' => null,
151155
"flat_type" => null,
152156
"flat_type_full" => null,
153157
"flat" => null,
@@ -191,7 +195,7 @@ public function OrganizationProvider() : array
191195
"qc_house" => null,
192196
"history_values" => null,
193197
"unparsed_parts" => null,
194-
"source" => "117997, ГОРОД МОСКВА, УЛИЦА ВАВИЛОВА, 19",
198+
"source" => "117312, ГОРОД МОСКВА, УЛИЦА ВАВИЛОВА, 19",
195199
"qc" => "0",
196200
],
197201
],

0 commit comments

Comments
 (0)