@n3/ng-api-budget
Advanced tools
Comparing version 0.0.542 to 0.0.543
@@ -141,3 +141,6 @@ /** | ||
*/ | ||
constructor(json = {}) { | ||
constructor(json) { | ||
if (json === void 0 || json === null) { | ||
json = {}; | ||
} | ||
super(json); | ||
@@ -156,3 +159,6 @@ this._isEmpty = this.isEmpty(this); | ||
*/ | ||
constructor(json = {}) { | ||
constructor(json) { | ||
if (json === void 0 || json === null) { | ||
json = {}; | ||
} | ||
super(); | ||
@@ -176,3 +182,6 @@ this.identity = new Identity(json.identity); | ||
*/ | ||
constructor(json = {}) { | ||
constructor(json) { | ||
if (json === void 0 || json === null) { | ||
json = {}; | ||
} | ||
super(); | ||
@@ -196,3 +205,6 @@ this.identity = new Identity(json.identity); | ||
*/ | ||
constructor(json = {}) { | ||
constructor(json) { | ||
if (json === void 0 || json === null) { | ||
json = {}; | ||
} | ||
super(); | ||
@@ -199,0 +211,0 @@ this.identity = new Identity(json.identity); |
@@ -164,4 +164,7 @@ /** | ||
function PaymentDocument(json) { | ||
if (json === void 0) { json = {}; } | ||
var _this = _super.call(this, json) || this; | ||
var _this = this; | ||
if (json === void 0 || json === null) { | ||
json = {}; | ||
} | ||
_this = _super.call(this, json) || this; | ||
_this._isEmpty = _this.isEmpty(_this); | ||
@@ -180,4 +183,7 @@ return _this; | ||
function Contractor(json) { | ||
if (json === void 0) { json = {}; } | ||
var _this = _super.call(this) || this; | ||
var _this = this; | ||
if (json === void 0 || json === null) { | ||
json = {}; | ||
} | ||
_this = _super.call(this) || this; | ||
_this.identity = new Identity(json.identity); | ||
@@ -201,4 +207,7 @@ _this.entity_state = new EntityState(json.entity_state); | ||
function Unit(json) { | ||
if (json === void 0) { json = {}; } | ||
var _this = _super.call(this) || this; | ||
var _this = this; | ||
if (json === void 0 || json === null) { | ||
json = {}; | ||
} | ||
_this = _super.call(this) || this; | ||
_this.identity = new Identity(json.identity); | ||
@@ -222,4 +231,7 @@ _this.entity_state = new EntityState(json.entity_state); | ||
function Transaction(json) { | ||
if (json === void 0) { json = {}; } | ||
var _this = _super.call(this) || this; | ||
var _this = this; | ||
if (json === void 0 || json === null) { | ||
json = {}; | ||
} | ||
_this = _super.call(this) || this; | ||
_this.identity = new Identity(json.identity); | ||
@@ -226,0 +238,0 @@ _this.entity_state = new EntityState(json.entity_state); |
{ | ||
"name": "@n3/ng-api-budget", | ||
"version": "0.0.542", | ||
"version": "0.0.543", | ||
"description": "@n3/ng-api-budget", | ||
@@ -28,3 +28,3 @@ "main": "./bundles/ng-api-budget.umd.js", | ||
"dependencies": { | ||
"@n3/ng-api-common": "0.0.542", | ||
"@n3/ng-api-common": "0.0.543", | ||
"@n3/ng-api-base-kit": "latest", | ||
@@ -31,0 +31,0 @@ "tslib": "^1.7.1" |
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
838749
6017
+ Added@n3/ng-api-common@0.0.543(transitive)
- Removed@n3/ng-api-common@0.0.542(transitive)
Updated@n3/ng-api-common@0.0.543