@solibo/home-api 1.1.65 → 1.1.66
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/kotlin-kotlin-stdlib.mjs
CHANGED
|
@@ -37,6 +37,17 @@ if (typeof Array.prototype.fill === 'undefined') {
|
|
|
37
37
|
Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
|
+
if (typeof Math.trunc === 'undefined') {
|
|
41
|
+
Math.trunc = function (x) {
|
|
42
|
+
if (isNaN(x)) {
|
|
43
|
+
return NaN;
|
|
44
|
+
}
|
|
45
|
+
if (x > 0) {
|
|
46
|
+
return Math.floor(x);
|
|
47
|
+
}
|
|
48
|
+
return Math.ceil(x);
|
|
49
|
+
};
|
|
50
|
+
}
|
|
40
51
|
if (typeof Math.clz32 === 'undefined') {
|
|
41
52
|
Math.clz32 = function (log, LN2) {
|
|
42
53
|
return function (x) {
|
|
@@ -48,16 +59,11 @@ if (typeof Math.clz32 === 'undefined') {
|
|
|
48
59
|
};
|
|
49
60
|
}(Math.log, Math.LN2);
|
|
50
61
|
}
|
|
51
|
-
if (typeof
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
if (x > 0) {
|
|
57
|
-
return Math.floor(x);
|
|
58
|
-
}
|
|
59
|
-
return Math.ceil(x);
|
|
60
|
-
};
|
|
62
|
+
if (typeof String.prototype.startsWith === 'undefined') {
|
|
63
|
+
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
64
|
+
position = position || 0;
|
|
65
|
+
return this.lastIndexOf(searchString, position) === position;
|
|
66
|
+
}});
|
|
61
67
|
}
|
|
62
68
|
if (typeof String.prototype.endsWith === 'undefined') {
|
|
63
69
|
Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
|
|
@@ -70,12 +76,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
|
|
|
70
76
|
return lastIndex !== -1 && lastIndex === position;
|
|
71
77
|
}});
|
|
72
78
|
}
|
|
73
|
-
if (typeof String.prototype.startsWith === 'undefined') {
|
|
74
|
-
Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
|
|
75
|
-
position = position || 0;
|
|
76
|
-
return this.lastIndexOf(searchString, position) === position;
|
|
77
|
-
}});
|
|
78
|
-
}
|
|
79
79
|
//endregion
|
|
80
80
|
//region block: imports
|
|
81
81
|
var imul_0 = Math.imul;
|
package/package.json
CHANGED
|
@@ -8891,7 +8891,7 @@ function Companion_getInstance_34() {
|
|
|
8891
8891
|
}
|
|
8892
8892
|
function $serializer_28() {
|
|
8893
8893
|
$serializer_instance_28 = this;
|
|
8894
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('ClientUser', this, 4);
|
|
8894
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.common.auth.ClientUser', this, 4);
|
|
8895
8895
|
tmp0_serialDesc.h23('clientId', false);
|
|
8896
8896
|
tmp0_serialDesc.h23('id', false);
|
|
8897
8897
|
tmp0_serialDesc.h23('organizationId', true);
|
|
@@ -21878,7 +21878,7 @@ function Companion_getInstance_98() {
|
|
|
21878
21878
|
}
|
|
21879
21879
|
function $serializer_85() {
|
|
21880
21880
|
$serializer_instance_85 = this;
|
|
21881
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('CreateExternalOrganizationCustomerCommand', this, 6);
|
|
21881
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.economy.invoicing.command.CreateExternalOrganizationCustomerCommand', this, 6);
|
|
21882
21882
|
tmp0_serialDesc.h23('accountNumber', true);
|
|
21883
21883
|
tmp0_serialDesc.h23('businessAddress', true);
|
|
21884
21884
|
tmp0_serialDesc.h23('businessContact', true);
|
|
@@ -22109,7 +22109,7 @@ function Companion_getInstance_99() {
|
|
|
22109
22109
|
}
|
|
22110
22110
|
function $serializer_86() {
|
|
22111
22111
|
$serializer_instance_86 = this;
|
|
22112
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('CreateExternalPersonCustomerCommand', this, 9);
|
|
22112
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.economy.invoicing.command.CreateExternalPersonCustomerCommand', this, 9);
|
|
22113
22113
|
tmp0_serialDesc.h23('account', true);
|
|
22114
22114
|
tmp0_serialDesc.h23('address', true);
|
|
22115
22115
|
tmp0_serialDesc.h23('email', true);
|
|
@@ -26811,7 +26811,7 @@ function Companion_getInstance_122() {
|
|
|
26811
26811
|
}
|
|
26812
26812
|
function $serializer_109() {
|
|
26813
26813
|
$serializer_instance_109 = this;
|
|
26814
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('CreateOrganizationResidentCommand', this, 14);
|
|
26814
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.residents.command.CreateOrganizationResidentCommand', this, 14);
|
|
26815
26815
|
tmp0_serialDesc.h23('accountNumber', true);
|
|
26816
26816
|
tmp0_serialDesc.h23('invoiceRecipient', true);
|
|
26817
26817
|
tmp0_serialDesc.h23('nationality', true);
|
|
@@ -28651,7 +28651,7 @@ function Companion_getInstance_128() {
|
|
|
28651
28651
|
}
|
|
28652
28652
|
function $serializer_115() {
|
|
28653
28653
|
$serializer_instance_115 = this;
|
|
28654
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('CreatePersonResidentCommand', this, 15);
|
|
28654
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.residents.command.CreatePersonResidentCommand', this, 15);
|
|
28655
28655
|
tmp0_serialDesc.h23('accountNumber', true);
|
|
28656
28656
|
tmp0_serialDesc.h23('invoiceRecipient', true);
|
|
28657
28657
|
tmp0_serialDesc.h23('nationality', true);
|
|
@@ -82941,7 +82941,7 @@ function Companion_getInstance_359() {
|
|
|
82941
82941
|
}
|
|
82942
82942
|
function $serializer_300() {
|
|
82943
82943
|
$serializer_instance_300 = this;
|
|
82944
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('PersonUser', this, 11);
|
|
82944
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.common.auth.PersonUser', this, 11);
|
|
82945
82945
|
tmp0_serialDesc.h23('country', true);
|
|
82946
82946
|
tmp0_serialDesc.h23('email', true);
|
|
82947
82947
|
tmp0_serialDesc.h23('id', false);
|
|
@@ -105798,7 +105798,7 @@ function Companion_getInstance_456() {
|
|
|
105798
105798
|
}
|
|
105799
105799
|
function $serializer_381() {
|
|
105800
105800
|
$serializer_instance_381 = this;
|
|
105801
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('ThirdPartyInformationAltinnError', this, 1);
|
|
105801
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.thirdpartyinformation.query.domain.ThirdPartyInformationAltinnError', this, 1);
|
|
105802
105802
|
tmp0_serialDesc.h23('error', true);
|
|
105803
105803
|
this.i7w_1 = tmp0_serialDesc;
|
|
105804
105804
|
}
|
|
@@ -105911,7 +105911,7 @@ function Companion_getInstance_457() {
|
|
|
105911
105911
|
}
|
|
105912
105912
|
function $serializer_382() {
|
|
105913
105913
|
$serializer_instance_382 = this;
|
|
105914
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('ThirdPartyInformationEmailError', this, 3);
|
|
105914
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.thirdpartyinformation.query.domain.ThirdPartyInformationEmailError', this, 3);
|
|
105915
105915
|
tmp0_serialDesc.h23('eier', false);
|
|
105916
105916
|
tmp0_serialDesc.h23('eierId', false);
|
|
105917
105917
|
tmp0_serialDesc.h23('error', true);
|
|
@@ -107941,7 +107941,7 @@ function Companion_getInstance_469() {
|
|
|
107941
107941
|
}
|
|
107942
107942
|
function $serializer_393() {
|
|
107943
107943
|
$serializer_instance_393 = this;
|
|
107944
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('ThirdPartyInformationPostenError', this, 3);
|
|
107944
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.thirdpartyinformation.query.domain.ThirdPartyInformationPostenError', this, 3);
|
|
107945
107945
|
tmp0_serialDesc.h23('eier', false);
|
|
107946
107946
|
tmp0_serialDesc.h23('eierId', false);
|
|
107947
107947
|
tmp0_serialDesc.h23('error', true);
|
|
@@ -108251,7 +108251,7 @@ function Companion_getInstance_471() {
|
|
|
108251
108251
|
}
|
|
108252
108252
|
function $serializer_395() {
|
|
108253
108253
|
$serializer_instance_395 = this;
|
|
108254
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('ThirdPartyInformationProcessError', this, 1);
|
|
108254
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.thirdpartyinformation.query.domain.ThirdPartyInformationProcessError', this, 1);
|
|
108255
108255
|
tmp0_serialDesc.h23('error', true);
|
|
108256
108256
|
this.g7y_1 = tmp0_serialDesc;
|
|
108257
108257
|
}
|
|
@@ -119178,7 +119178,7 @@ function Companion_getInstance_526() {
|
|
|
119178
119178
|
}
|
|
119179
119179
|
function $serializer_449() {
|
|
119180
119180
|
$serializer_instance_449 = this;
|
|
119181
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('UpdateOrganizationResidentCommand', this, 4);
|
|
119181
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.residents.command.UpdateOrganizationResidentCommand', this, 4);
|
|
119182
119182
|
tmp0_serialDesc.h23('businessAddress', true);
|
|
119183
119183
|
tmp0_serialDesc.h23('businessContact', true);
|
|
119184
119184
|
tmp0_serialDesc.h23('nationality', true);
|
|
@@ -120349,7 +120349,7 @@ function Companion_getInstance_530() {
|
|
|
120349
120349
|
}
|
|
120350
120350
|
function $serializer_453() {
|
|
120351
120351
|
$serializer_instance_453 = this;
|
|
120352
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('UpdatePersonResidentCommand', this, 10);
|
|
120352
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.residents.command.UpdatePersonResidentCommand', this, 10);
|
|
120353
120353
|
tmp0_serialDesc.h23('address', true);
|
|
120354
120354
|
tmp0_serialDesc.h23('email', true);
|
|
120355
120355
|
tmp0_serialDesc.h23('invoicingEmail', true);
|