@snabcentr/common-lib 1.50.0 → 1.50.1
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/manifest.json +1 -1
- package/dist/release_notes.tmp +3 -3
- package/dist/sc-common-lib.js +1 -4
- package/dist/sc-common-lib.js.map +1 -1
- package/dist/sc-common-lib.umd.cjs +1 -1
- package/dist/sc-common-lib.umd.cjs.map +1 -1
- package/dist/src/clients/providers/client-data-provider.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
package/dist/release_notes.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## 1.50.
|
|
1
|
+
## 1.50.1 (2025-05-19)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### changed (1 change)
|
|
4
4
|
|
|
5
|
-
- [#
|
|
5
|
+
- [#11502: Доработаны данные о контрагенте-нерезиденте](web_soft/libs/ts/snabcentr-common-lib@c4aa03ff29bc43a205c65e1916e3ae84377714fe) ([merge request](web_soft/libs/ts/snabcentr-common-lib!83))
|
|
6
6
|
|
package/dist/sc-common-lib.js
CHANGED
|
@@ -3228,9 +3228,6 @@ class vt extends ye {
|
|
|
3228
3228
|
partner_group_id: (b = p.partnerGroup) == null ? void 0 : b.id,
|
|
3229
3229
|
manager_id: (_ = p.manager) == null ? void 0 : _.id,
|
|
3230
3230
|
comment: p.comment,
|
|
3231
|
-
inn: p.inn,
|
|
3232
|
-
kpp: p.kpp,
|
|
3233
|
-
okpo: p.okpo,
|
|
3234
3231
|
director_name: p.directorName,
|
|
3235
3232
|
director_position: p.directorPosition,
|
|
3236
3233
|
director_acts_on: p.directorActsOn,
|
|
@@ -3239,7 +3236,7 @@ class vt extends ye {
|
|
|
3239
3236
|
actual_address: p.actualAddress,
|
|
3240
3237
|
registration_country_id: p.registrationCountry.id,
|
|
3241
3238
|
registration_number: p.registrationNumber,
|
|
3242
|
-
tax_number: p.taxNumber
|
|
3239
|
+
tax_number: p.taxNumber || void 0
|
|
3243
3240
|
};
|
|
3244
3241
|
break;
|
|
3245
3242
|
default:
|