@n3/ng-api-common
Advanced tools
Comparing version 0.0.524 to 0.0.525
@@ -757,2 +757,3 @@ /** | ||
this.identity = new Identity(json.identity); | ||
this.full_name = json.full_name || null; | ||
this.address = new MapPoint(json.address); | ||
@@ -759,0 +760,0 @@ this._isEmpty = this.isEmpty(this); |
@@ -816,2 +816,3 @@ /** | ||
_this.identity = new Identity(json.identity); | ||
_this.full_name = json.full_name || null; | ||
_this.address = new MapPoint(json.address); | ||
@@ -818,0 +819,0 @@ _this._isEmpty = _this.isEmpty(_this); |
{ | ||
"name": "@n3/ng-api-common", | ||
"version": "0.0.524", | ||
"version": "0.0.525", | ||
"description": "@n3/ng-api-common", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/ng-api-common.umd.js", |
@@ -10,4 +10,5 @@ /** | ||
identity: Identity; | ||
full_name: string; | ||
address: MapPoint; | ||
constructor(json?: any); | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1524257
11361