@solibo/home-api 1.1.113 → 1.1.114
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 +16 -16
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +7 -7
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +3 -2
- package/solibo-sdk-sdk-home-api.mjs +725 -693
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
|
@@ -34358,16 +34358,21 @@ protoOf(CreateTokensCommand).equals = function (other) {
|
|
|
34358
34358
|
return true;
|
|
34359
34359
|
};
|
|
34360
34360
|
function CreditInvoiceCommand$Companion$$childSerializers$_anonymous__v6x9jh() {
|
|
34361
|
+
return new ArrayListSerializer($serializer_getInstance_194());
|
|
34362
|
+
}
|
|
34363
|
+
function CreditInvoiceCommand$Companion$$childSerializers$_anonymous__v6x9jh_0() {
|
|
34361
34364
|
return new ArrayListSerializer($serializer_getInstance_195());
|
|
34362
34365
|
}
|
|
34363
34366
|
function Companion_146() {
|
|
34364
34367
|
Companion_instance_146 = this;
|
|
34365
34368
|
var tmp = this;
|
|
34366
34369
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
34370
|
+
var tmp_1 = lazy(tmp_0, CreditInvoiceCommand$Companion$$childSerializers$_anonymous__v6x9jh);
|
|
34371
|
+
var tmp_2 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
34367
34372
|
// Inline function 'kotlin.arrayOf' call
|
|
34368
34373
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
34369
34374
|
// Inline function 'kotlin.js.asDynamic' call
|
|
34370
|
-
tmp.x69_1 = [null, lazy(
|
|
34375
|
+
tmp.x69_1 = [null, tmp_1, lazy(tmp_2, CreditInvoiceCommand$Companion$$childSerializers$_anonymous__v6x9jh_0), null];
|
|
34371
34376
|
}
|
|
34372
34377
|
var Companion_instance_146;
|
|
34373
34378
|
function Companion_getInstance_149() {
|
|
@@ -34377,8 +34382,9 @@ function Companion_getInstance_149() {
|
|
|
34377
34382
|
}
|
|
34378
34383
|
function $serializer_135() {
|
|
34379
34384
|
$serializer_instance_135 = this;
|
|
34380
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.CreditInvoiceCommand', this,
|
|
34385
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.CreditInvoiceCommand', this, 4);
|
|
34381
34386
|
tmp0_serialDesc.z22('description', true);
|
|
34387
|
+
tmp0_serialDesc.z22('lineGroups', true);
|
|
34382
34388
|
tmp0_serialDesc.z22('lines', true);
|
|
34383
34389
|
tmp0_serialDesc.z22('overrideCreditDate', true);
|
|
34384
34390
|
this.y69_1 = tmp0_serialDesc;
|
|
@@ -34390,11 +34396,14 @@ protoOf($serializer_135).z69 = function (encoder, value) {
|
|
|
34390
34396
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.description == null)) {
|
|
34391
34397
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.description);
|
|
34392
34398
|
}
|
|
34393
|
-
if (tmp1_output.g1x(tmp0_desc, 1) ? true : !(value.
|
|
34394
|
-
tmp1_output.c1x(tmp0_desc, 1, tmp2_cached[1].m1(), value.
|
|
34399
|
+
if (tmp1_output.g1x(tmp0_desc, 1) ? true : !(value.lineGroups == null)) {
|
|
34400
|
+
tmp1_output.c1x(tmp0_desc, 1, tmp2_cached[1].m1(), value.lineGroups);
|
|
34401
|
+
}
|
|
34402
|
+
if (tmp1_output.g1x(tmp0_desc, 2) ? true : !(value.lines == null)) {
|
|
34403
|
+
tmp1_output.c1x(tmp0_desc, 2, tmp2_cached[2].m1(), value.lines);
|
|
34395
34404
|
}
|
|
34396
|
-
if (tmp1_output.g1x(tmp0_desc,
|
|
34397
|
-
tmp1_output.c1x(tmp0_desc,
|
|
34405
|
+
if (tmp1_output.g1x(tmp0_desc, 3) ? true : !(value.overrideCreditDate == null)) {
|
|
34406
|
+
tmp1_output.c1x(tmp0_desc, 3, InstantSerializer_getInstance(), value.overrideCreditDate);
|
|
34398
34407
|
}
|
|
34399
34408
|
tmp1_output.m1v(tmp0_desc);
|
|
34400
34409
|
};
|
|
@@ -34409,40 +34418,47 @@ protoOf($serializer_135).k1s = function (decoder) {
|
|
|
34409
34418
|
var tmp4_local0 = null;
|
|
34410
34419
|
var tmp5_local1 = null;
|
|
34411
34420
|
var tmp6_local2 = null;
|
|
34412
|
-
var
|
|
34413
|
-
var
|
|
34414
|
-
|
|
34415
|
-
|
|
34421
|
+
var tmp7_local3 = null;
|
|
34422
|
+
var tmp8_input = decoder.l1v(tmp0_desc);
|
|
34423
|
+
var tmp9_cached = Companion_getInstance_149().x69_1;
|
|
34424
|
+
if (tmp8_input.a1w()) {
|
|
34425
|
+
tmp4_local0 = tmp8_input.z1v(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
34416
34426
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
34417
|
-
tmp5_local1 =
|
|
34427
|
+
tmp5_local1 = tmp8_input.z1v(tmp0_desc, 1, tmp9_cached[1].m1(), tmp5_local1);
|
|
34418
34428
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
34419
|
-
tmp6_local2 =
|
|
34429
|
+
tmp6_local2 = tmp8_input.z1v(tmp0_desc, 2, tmp9_cached[2].m1(), tmp6_local2);
|
|
34420
34430
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
34431
|
+
tmp7_local3 = tmp8_input.z1v(tmp0_desc, 3, InstantSerializer_getInstance(), tmp7_local3);
|
|
34432
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
34421
34433
|
} else
|
|
34422
34434
|
while (tmp1_flag) {
|
|
34423
|
-
tmp2_index =
|
|
34435
|
+
tmp2_index = tmp8_input.b1w(tmp0_desc);
|
|
34424
34436
|
switch (tmp2_index) {
|
|
34425
34437
|
case -1:
|
|
34426
34438
|
tmp1_flag = false;
|
|
34427
34439
|
break;
|
|
34428
34440
|
case 0:
|
|
34429
|
-
tmp4_local0 =
|
|
34441
|
+
tmp4_local0 = tmp8_input.z1v(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
34430
34442
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
34431
34443
|
break;
|
|
34432
34444
|
case 1:
|
|
34433
|
-
tmp5_local1 =
|
|
34445
|
+
tmp5_local1 = tmp8_input.z1v(tmp0_desc, 1, tmp9_cached[1].m1(), tmp5_local1);
|
|
34434
34446
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
34435
34447
|
break;
|
|
34436
34448
|
case 2:
|
|
34437
|
-
tmp6_local2 =
|
|
34449
|
+
tmp6_local2 = tmp8_input.z1v(tmp0_desc, 2, tmp9_cached[2].m1(), tmp6_local2);
|
|
34438
34450
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
34439
34451
|
break;
|
|
34452
|
+
case 3:
|
|
34453
|
+
tmp7_local3 = tmp8_input.z1v(tmp0_desc, 3, InstantSerializer_getInstance(), tmp7_local3);
|
|
34454
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
34455
|
+
break;
|
|
34440
34456
|
default:
|
|
34441
34457
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
34442
34458
|
}
|
|
34443
34459
|
}
|
|
34444
|
-
|
|
34445
|
-
return CreditInvoiceCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
34460
|
+
tmp8_input.m1v(tmp0_desc);
|
|
34461
|
+
return CreditInvoiceCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
34446
34462
|
};
|
|
34447
34463
|
protoOf($serializer_135).w1r = function () {
|
|
34448
34464
|
return this.y69_1;
|
|
@@ -34452,7 +34468,7 @@ protoOf($serializer_135).q23 = function () {
|
|
|
34452
34468
|
// Inline function 'kotlin.arrayOf' call
|
|
34453
34469
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
34454
34470
|
// Inline function 'kotlin.js.asDynamic' call
|
|
34455
|
-
return [get_nullable(StringSerializer_getInstance()), get_nullable(tmp0_cached[1].m1()), get_nullable(InstantSerializer_getInstance())];
|
|
34471
|
+
return [get_nullable(StringSerializer_getInstance()), get_nullable(tmp0_cached[1].m1()), get_nullable(tmp0_cached[2].m1()), get_nullable(InstantSerializer_getInstance())];
|
|
34456
34472
|
};
|
|
34457
34473
|
var $serializer_instance_135;
|
|
34458
34474
|
function $serializer_getInstance_135() {
|
|
@@ -34460,7 +34476,7 @@ function $serializer_getInstance_135() {
|
|
|
34460
34476
|
new $serializer_135();
|
|
34461
34477
|
return $serializer_instance_135;
|
|
34462
34478
|
}
|
|
34463
|
-
function CreditInvoiceCommand_init_$Init$(seen0, description, lines, overrideCreditDate, serializationConstructorMarker, $this) {
|
|
34479
|
+
function CreditInvoiceCommand_init_$Init$(seen0, description, lineGroups, lines, overrideCreditDate, serializationConstructorMarker, $this) {
|
|
34464
34480
|
if (!(0 === (0 & seen0))) {
|
|
34465
34481
|
throwMissingFieldException(seen0, 0, $serializer_getInstance_135().y69_1);
|
|
34466
34482
|
}
|
|
@@ -34469,59 +34485,73 @@ function CreditInvoiceCommand_init_$Init$(seen0, description, lines, overrideCre
|
|
|
34469
34485
|
else
|
|
34470
34486
|
$this.description = description;
|
|
34471
34487
|
if (0 === (seen0 & 2))
|
|
34488
|
+
$this.lineGroups = null;
|
|
34489
|
+
else
|
|
34490
|
+
$this.lineGroups = lineGroups;
|
|
34491
|
+
if (0 === (seen0 & 4))
|
|
34472
34492
|
$this.lines = null;
|
|
34473
34493
|
else
|
|
34474
34494
|
$this.lines = lines;
|
|
34475
|
-
if (0 === (seen0 &
|
|
34495
|
+
if (0 === (seen0 & 8))
|
|
34476
34496
|
$this.overrideCreditDate = null;
|
|
34477
34497
|
else
|
|
34478
34498
|
$this.overrideCreditDate = overrideCreditDate;
|
|
34479
34499
|
return $this;
|
|
34480
34500
|
}
|
|
34481
|
-
function CreditInvoiceCommand_init_$Create$(seen0, description, lines, overrideCreditDate, serializationConstructorMarker) {
|
|
34482
|
-
return CreditInvoiceCommand_init_$Init$(seen0, description, lines, overrideCreditDate, serializationConstructorMarker, objectCreate(protoOf(CreditInvoiceCommand)));
|
|
34501
|
+
function CreditInvoiceCommand_init_$Create$(seen0, description, lineGroups, lines, overrideCreditDate, serializationConstructorMarker) {
|
|
34502
|
+
return CreditInvoiceCommand_init_$Init$(seen0, description, lineGroups, lines, overrideCreditDate, serializationConstructorMarker, objectCreate(protoOf(CreditInvoiceCommand)));
|
|
34483
34503
|
}
|
|
34484
|
-
function CreditInvoiceCommand(description, lines, overrideCreditDate) {
|
|
34504
|
+
function CreditInvoiceCommand(description, lineGroups, lines, overrideCreditDate) {
|
|
34485
34505
|
Companion_getInstance_149();
|
|
34486
34506
|
description = description === VOID ? null : description;
|
|
34507
|
+
lineGroups = lineGroups === VOID ? null : lineGroups;
|
|
34487
34508
|
lines = lines === VOID ? null : lines;
|
|
34488
34509
|
overrideCreditDate = overrideCreditDate === VOID ? null : overrideCreditDate;
|
|
34489
34510
|
this.description = description;
|
|
34511
|
+
this.lineGroups = lineGroups;
|
|
34490
34512
|
this.lines = lines;
|
|
34491
34513
|
this.overrideCreditDate = overrideCreditDate;
|
|
34492
34514
|
}
|
|
34493
34515
|
protoOf(CreditInvoiceCommand).m5c = function () {
|
|
34494
34516
|
return this.description;
|
|
34495
34517
|
};
|
|
34518
|
+
protoOf(CreditInvoiceCommand).a6a = function () {
|
|
34519
|
+
return this.lineGroups;
|
|
34520
|
+
};
|
|
34496
34521
|
protoOf(CreditInvoiceCommand).k5f = function () {
|
|
34497
34522
|
return this.lines;
|
|
34498
34523
|
};
|
|
34499
|
-
protoOf(CreditInvoiceCommand).
|
|
34524
|
+
protoOf(CreditInvoiceCommand).b6a = function () {
|
|
34500
34525
|
return this.overrideCreditDate;
|
|
34501
34526
|
};
|
|
34502
34527
|
protoOf(CreditInvoiceCommand).oe = function () {
|
|
34503
34528
|
return this.description;
|
|
34504
34529
|
};
|
|
34505
34530
|
protoOf(CreditInvoiceCommand).pe = function () {
|
|
34506
|
-
return this.
|
|
34531
|
+
return this.lineGroups;
|
|
34507
34532
|
};
|
|
34508
34533
|
protoOf(CreditInvoiceCommand).p5c = function () {
|
|
34534
|
+
return this.lines;
|
|
34535
|
+
};
|
|
34536
|
+
protoOf(CreditInvoiceCommand).q5c = function () {
|
|
34509
34537
|
return this.overrideCreditDate;
|
|
34510
34538
|
};
|
|
34511
|
-
protoOf(CreditInvoiceCommand).
|
|
34512
|
-
return new CreditInvoiceCommand(description, lines, overrideCreditDate);
|
|
34539
|
+
protoOf(CreditInvoiceCommand).c6a = function (description, lineGroups, lines, overrideCreditDate) {
|
|
34540
|
+
return new CreditInvoiceCommand(description, lineGroups, lines, overrideCreditDate);
|
|
34513
34541
|
};
|
|
34514
|
-
protoOf(CreditInvoiceCommand).copy = function (description, lines, overrideCreditDate, $super) {
|
|
34542
|
+
protoOf(CreditInvoiceCommand).copy = function (description, lineGroups, lines, overrideCreditDate, $super) {
|
|
34515
34543
|
description = description === VOID ? this.description : description;
|
|
34544
|
+
lineGroups = lineGroups === VOID ? this.lineGroups : lineGroups;
|
|
34516
34545
|
lines = lines === VOID ? this.lines : lines;
|
|
34517
34546
|
overrideCreditDate = overrideCreditDate === VOID ? this.overrideCreditDate : overrideCreditDate;
|
|
34518
|
-
return $super === VOID ? this.
|
|
34547
|
+
return $super === VOID ? this.c6a(description, lineGroups, lines, overrideCreditDate) : $super.c6a.call(this, description, lineGroups, lines, overrideCreditDate);
|
|
34519
34548
|
};
|
|
34520
34549
|
protoOf(CreditInvoiceCommand).toString = function () {
|
|
34521
|
-
return 'CreditInvoiceCommand(description=' + this.description + ', lines=' + toString_0(this.lines) + ', overrideCreditDate=' + toString_0(this.overrideCreditDate) + ')';
|
|
34550
|
+
return 'CreditInvoiceCommand(description=' + this.description + ', lineGroups=' + toString_0(this.lineGroups) + ', lines=' + toString_0(this.lines) + ', overrideCreditDate=' + toString_0(this.overrideCreditDate) + ')';
|
|
34522
34551
|
};
|
|
34523
34552
|
protoOf(CreditInvoiceCommand).hashCode = function () {
|
|
34524
34553
|
var result = this.description == null ? 0 : getStringHashCode(this.description);
|
|
34554
|
+
result = imul(result, 31) + (this.lineGroups == null ? 0 : hashCode(this.lineGroups)) | 0;
|
|
34525
34555
|
result = imul(result, 31) + (this.lines == null ? 0 : hashCode(this.lines)) | 0;
|
|
34526
34556
|
result = imul(result, 31) + (this.overrideCreditDate == null ? 0 : this.overrideCreditDate.hashCode()) | 0;
|
|
34527
34557
|
return result;
|
|
@@ -34533,6 +34563,8 @@ protoOf(CreditInvoiceCommand).equals = function (other) {
|
|
|
34533
34563
|
return false;
|
|
34534
34564
|
if (!(this.description == other.description))
|
|
34535
34565
|
return false;
|
|
34566
|
+
if (!equals(this.lineGroups, other.lineGroups))
|
|
34567
|
+
return false;
|
|
34536
34568
|
if (!equals(this.lines, other.lines))
|
|
34537
34569
|
return false;
|
|
34538
34570
|
if (!equals(this.overrideCreditDate, other.overrideCreditDate))
|
|
@@ -34540,7 +34572,7 @@ protoOf(CreditInvoiceCommand).equals = function (other) {
|
|
|
34540
34572
|
return true;
|
|
34541
34573
|
};
|
|
34542
34574
|
function _get_$cachedSerializer__te6jhj_10($this) {
|
|
34543
|
-
return $this.
|
|
34575
|
+
return $this.d6a_1.m1();
|
|
34544
34576
|
}
|
|
34545
34577
|
function Customer$Companion$_anonymous__t72khd() {
|
|
34546
34578
|
var tmp = getKClass(Customer);
|
|
@@ -34562,7 +34594,7 @@ function Companion_147() {
|
|
|
34562
34594
|
Companion_instance_147 = this;
|
|
34563
34595
|
var tmp = this;
|
|
34564
34596
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
34565
|
-
tmp.
|
|
34597
|
+
tmp.d6a_1 = lazy(tmp_0, Customer$Companion$_anonymous__t72khd);
|
|
34566
34598
|
}
|
|
34567
34599
|
protoOf(Companion_147).i4r = function () {
|
|
34568
34600
|
return _get_$cachedSerializer__te6jhj_10(this);
|
|
@@ -34583,7 +34615,7 @@ function Customer() {
|
|
|
34583
34615
|
Companion_getInstance_150();
|
|
34584
34616
|
}
|
|
34585
34617
|
function _get_$cachedSerializer__te6jhj_11($this) {
|
|
34586
|
-
return $this.
|
|
34618
|
+
return $this.j6a_1.m1();
|
|
34587
34619
|
}
|
|
34588
34620
|
function CustomerClassification$Companion$_anonymous__lnjbjf() {
|
|
34589
34621
|
var tmp = values_7();
|
|
@@ -34613,13 +34645,13 @@ function Companion_148() {
|
|
|
34613
34645
|
var tmp$ret$2 = element.value;
|
|
34614
34646
|
destination.s2(tmp$ret$2, element);
|
|
34615
34647
|
}
|
|
34616
|
-
tmp.
|
|
34648
|
+
tmp.i6a_1 = destination;
|
|
34617
34649
|
var tmp_0 = this;
|
|
34618
34650
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
34619
|
-
tmp_0.
|
|
34651
|
+
tmp_0.j6a_1 = lazy(tmp_1, CustomerClassification$Companion$_anonymous__lnjbjf);
|
|
34620
34652
|
}
|
|
34621
34653
|
protoOf(Companion_148).fromValue = function (value) {
|
|
34622
|
-
return this.
|
|
34654
|
+
return this.i6a_1.z2(value);
|
|
34623
34655
|
};
|
|
34624
34656
|
protoOf(Companion_148).i4r = function () {
|
|
34625
34657
|
return _get_$cachedSerializer__te6jhj_11(this);
|
|
@@ -34697,10 +34729,10 @@ function $serializer_136() {
|
|
|
34697
34729
|
tmp0_serialDesc.z22('id', false);
|
|
34698
34730
|
tmp0_serialDesc.z22('organizationId', true);
|
|
34699
34731
|
tmp0_serialDesc.z22('personId', true);
|
|
34700
|
-
this.
|
|
34732
|
+
this.m6a_1 = tmp0_serialDesc;
|
|
34701
34733
|
}
|
|
34702
|
-
protoOf($serializer_136).
|
|
34703
|
-
var tmp0_desc = this.
|
|
34734
|
+
protoOf($serializer_136).n6a = function (encoder, value) {
|
|
34735
|
+
var tmp0_desc = this.m6a_1;
|
|
34704
34736
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
34705
34737
|
tmp1_output.z1w(tmp0_desc, 0, value.content);
|
|
34706
34738
|
tmp1_output.b1x(tmp0_desc, 1, InstantSerializer_getInstance(), value.createdAt);
|
|
@@ -34715,10 +34747,10 @@ protoOf($serializer_136).m6a = function (encoder, value) {
|
|
|
34715
34747
|
tmp1_output.m1v(tmp0_desc);
|
|
34716
34748
|
};
|
|
34717
34749
|
protoOf($serializer_136).j1s = function (encoder, value) {
|
|
34718
|
-
return this.
|
|
34750
|
+
return this.n6a(encoder, value instanceof CustomerComment ? value : THROW_CCE());
|
|
34719
34751
|
};
|
|
34720
34752
|
protoOf($serializer_136).k1s = function (decoder) {
|
|
34721
|
-
var tmp0_desc = this.
|
|
34753
|
+
var tmp0_desc = this.m6a_1;
|
|
34722
34754
|
var tmp1_flag = true;
|
|
34723
34755
|
var tmp2_index = 0;
|
|
34724
34756
|
var tmp3_bitMask0 = 0;
|
|
@@ -34781,7 +34813,7 @@ protoOf($serializer_136).k1s = function (decoder) {
|
|
|
34781
34813
|
return CustomerComment_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
|
|
34782
34814
|
};
|
|
34783
34815
|
protoOf($serializer_136).w1r = function () {
|
|
34784
|
-
return this.
|
|
34816
|
+
return this.m6a_1;
|
|
34785
34817
|
};
|
|
34786
34818
|
protoOf($serializer_136).q23 = function () {
|
|
34787
34819
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -34797,7 +34829,7 @@ function $serializer_getInstance_136() {
|
|
|
34797
34829
|
}
|
|
34798
34830
|
function CustomerComment_init_$Init$(seen0, content, createdAt, createdBy, id, organizationId, personId, serializationConstructorMarker, $this) {
|
|
34799
34831
|
if (!(15 === (15 & seen0))) {
|
|
34800
|
-
throwMissingFieldException(seen0, 15, $serializer_getInstance_136().
|
|
34832
|
+
throwMissingFieldException(seen0, 15, $serializer_getInstance_136().m6a_1);
|
|
34801
34833
|
}
|
|
34802
34834
|
$this.content = content;
|
|
34803
34835
|
$this.createdAt = createdAt;
|
|
@@ -34862,7 +34894,7 @@ protoOf(CustomerComment).r5c = function () {
|
|
|
34862
34894
|
protoOf(CustomerComment).s5c = function () {
|
|
34863
34895
|
return this.personId;
|
|
34864
34896
|
};
|
|
34865
|
-
protoOf(CustomerComment).
|
|
34897
|
+
protoOf(CustomerComment).o6a = function (content, createdAt, createdBy, id, organizationId, personId) {
|
|
34866
34898
|
return new CustomerComment(content, createdAt, createdBy, id, organizationId, personId);
|
|
34867
34899
|
};
|
|
34868
34900
|
protoOf(CustomerComment).copy = function (content, createdAt, createdBy, id, organizationId, personId, $super) {
|
|
@@ -34872,7 +34904,7 @@ protoOf(CustomerComment).copy = function (content, createdAt, createdBy, id, org
|
|
|
34872
34904
|
id = id === VOID ? this.id : id;
|
|
34873
34905
|
organizationId = organizationId === VOID ? this.organizationId : organizationId;
|
|
34874
34906
|
personId = personId === VOID ? this.personId : personId;
|
|
34875
|
-
return $super === VOID ? this.
|
|
34907
|
+
return $super === VOID ? this.o6a(content, createdAt, createdBy, id, organizationId, personId) : $super.o6a.call(this, content, createdAt, createdBy, id, organizationId, personId);
|
|
34876
34908
|
};
|
|
34877
34909
|
protoOf(CustomerComment).toString = function () {
|
|
34878
34910
|
return 'CustomerComment(content=' + this.content + ', createdAt=' + this.createdAt.toString() + ', createdBy=' + this.createdBy.toString() + ', id=' + this.id.toString() + ', organizationId=' + toString_0(this.organizationId) + ', personId=' + toString_0(this.personId) + ')';
|
|
@@ -34919,10 +34951,10 @@ function $serializer_137() {
|
|
|
34919
34951
|
tmp0_serialDesc.z22('id', false);
|
|
34920
34952
|
tmp0_serialDesc.z22('lastName', false);
|
|
34921
34953
|
tmp0_serialDesc.z22('mobile', true);
|
|
34922
|
-
this.
|
|
34954
|
+
this.p6a_1 = tmp0_serialDesc;
|
|
34923
34955
|
}
|
|
34924
|
-
protoOf($serializer_137).
|
|
34925
|
-
var tmp0_desc = this.
|
|
34956
|
+
protoOf($serializer_137).q6a = function (encoder, value) {
|
|
34957
|
+
var tmp0_desc = this.p6a_1;
|
|
34926
34958
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
34927
34959
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.email == null)) {
|
|
34928
34960
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.email);
|
|
@@ -34936,10 +34968,10 @@ protoOf($serializer_137).p6a = function (encoder, value) {
|
|
|
34936
34968
|
tmp1_output.m1v(tmp0_desc);
|
|
34937
34969
|
};
|
|
34938
34970
|
protoOf($serializer_137).j1s = function (encoder, value) {
|
|
34939
|
-
return this.
|
|
34971
|
+
return this.q6a(encoder, value instanceof CustomerCommentCreatedBy ? value : THROW_CCE());
|
|
34940
34972
|
};
|
|
34941
34973
|
protoOf($serializer_137).k1s = function (decoder) {
|
|
34942
|
-
var tmp0_desc = this.
|
|
34974
|
+
var tmp0_desc = this.p6a_1;
|
|
34943
34975
|
var tmp1_flag = true;
|
|
34944
34976
|
var tmp2_index = 0;
|
|
34945
34977
|
var tmp3_bitMask0 = 0;
|
|
@@ -34995,7 +35027,7 @@ protoOf($serializer_137).k1s = function (decoder) {
|
|
|
34995
35027
|
return CustomerCommentCreatedBy_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
34996
35028
|
};
|
|
34997
35029
|
protoOf($serializer_137).w1r = function () {
|
|
34998
|
-
return this.
|
|
35030
|
+
return this.p6a_1;
|
|
34999
35031
|
};
|
|
35000
35032
|
protoOf($serializer_137).q23 = function () {
|
|
35001
35033
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -35011,7 +35043,7 @@ function $serializer_getInstance_137() {
|
|
|
35011
35043
|
}
|
|
35012
35044
|
function CustomerCommentCreatedBy_init_$Init$(seen0, email, firstName, id, lastName, mobile, serializationConstructorMarker, $this) {
|
|
35013
35045
|
if (!(14 === (14 & seen0))) {
|
|
35014
|
-
throwMissingFieldException(seen0, 14, $serializer_getInstance_137().
|
|
35046
|
+
throwMissingFieldException(seen0, 14, $serializer_getInstance_137().p6a_1);
|
|
35015
35047
|
}
|
|
35016
35048
|
if (0 === (seen0 & 1))
|
|
35017
35049
|
$this.email = null;
|
|
@@ -35041,13 +35073,13 @@ function CustomerCommentCreatedBy(email, firstName, id, lastName, mobile) {
|
|
|
35041
35073
|
protoOf(CustomerCommentCreatedBy).c5g = function () {
|
|
35042
35074
|
return this.email;
|
|
35043
35075
|
};
|
|
35044
|
-
protoOf(CustomerCommentCreatedBy).
|
|
35076
|
+
protoOf(CustomerCommentCreatedBy).r6a = function () {
|
|
35045
35077
|
return this.firstName;
|
|
35046
35078
|
};
|
|
35047
35079
|
protoOf(CustomerCommentCreatedBy).n5c = function () {
|
|
35048
35080
|
return this.id;
|
|
35049
35081
|
};
|
|
35050
|
-
protoOf(CustomerCommentCreatedBy).
|
|
35082
|
+
protoOf(CustomerCommentCreatedBy).s6a = function () {
|
|
35051
35083
|
return this.lastName;
|
|
35052
35084
|
};
|
|
35053
35085
|
protoOf(CustomerCommentCreatedBy).d5g = function () {
|
|
@@ -35068,7 +35100,7 @@ protoOf(CustomerCommentCreatedBy).q5c = function () {
|
|
|
35068
35100
|
protoOf(CustomerCommentCreatedBy).r5c = function () {
|
|
35069
35101
|
return this.mobile;
|
|
35070
35102
|
};
|
|
35071
|
-
protoOf(CustomerCommentCreatedBy).
|
|
35103
|
+
protoOf(CustomerCommentCreatedBy).t6a = function (email, firstName, id, lastName, mobile) {
|
|
35072
35104
|
return new CustomerCommentCreatedBy(email, firstName, id, lastName, mobile);
|
|
35073
35105
|
};
|
|
35074
35106
|
protoOf(CustomerCommentCreatedBy).copy = function (email, firstName, id, lastName, mobile, $super) {
|
|
@@ -35077,7 +35109,7 @@ protoOf(CustomerCommentCreatedBy).copy = function (email, firstName, id, lastNam
|
|
|
35077
35109
|
id = id === VOID ? this.id : id;
|
|
35078
35110
|
lastName = lastName === VOID ? this.lastName : lastName;
|
|
35079
35111
|
mobile = mobile === VOID ? this.mobile : mobile;
|
|
35080
|
-
return $super === VOID ? this.
|
|
35112
|
+
return $super === VOID ? this.t6a(email, firstName, id, lastName, mobile) : $super.t6a.call(this, email, firstName, id, lastName, mobile);
|
|
35081
35113
|
};
|
|
35082
35114
|
protoOf(CustomerCommentCreatedBy).toString = function () {
|
|
35083
35115
|
return 'CustomerCommentCreatedBy(email=' + this.email + ', firstName=' + this.firstName + ', id=' + this.id.toString() + ', lastName=' + this.lastName + ', mobile=' + this.mobile + ')';
|
|
@@ -35117,7 +35149,7 @@ function Companion_151() {
|
|
|
35117
35149
|
// Inline function 'kotlin.arrayOf' call
|
|
35118
35150
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
35119
35151
|
// Inline function 'kotlin.js.asDynamic' call
|
|
35120
|
-
tmp.
|
|
35152
|
+
tmp.w6a_1 = [null, null, null, null, lazy(tmp_0, CustomerMetadata$Companion$$childSerializers$_anonymous__q1lslf), null, null, null];
|
|
35121
35153
|
}
|
|
35122
35154
|
var Companion_instance_151;
|
|
35123
35155
|
function Companion_getInstance_154() {
|
|
@@ -35136,12 +35168,12 @@ function $serializer_138() {
|
|
|
35136
35168
|
tmp0_serialDesc.z22('groupInvoices', false);
|
|
35137
35169
|
tmp0_serialDesc.z22('id', false);
|
|
35138
35170
|
tmp0_serialDesc.z22('overdueProcessing', false);
|
|
35139
|
-
this.
|
|
35171
|
+
this.x6a_1 = tmp0_serialDesc;
|
|
35140
35172
|
}
|
|
35141
|
-
protoOf($serializer_138).
|
|
35142
|
-
var tmp0_desc = this.
|
|
35173
|
+
protoOf($serializer_138).y6a = function (encoder, value) {
|
|
35174
|
+
var tmp0_desc = this.x6a_1;
|
|
35143
35175
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
35144
|
-
var tmp2_cached = Companion_getInstance_154().
|
|
35176
|
+
var tmp2_cached = Companion_getInstance_154().w6a_1;
|
|
35145
35177
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.alternateEHFReference == null)) {
|
|
35146
35178
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.alternateEHFReference);
|
|
35147
35179
|
}
|
|
@@ -35157,10 +35189,10 @@ protoOf($serializer_138).x6a = function (encoder, value) {
|
|
|
35157
35189
|
tmp1_output.m1v(tmp0_desc);
|
|
35158
35190
|
};
|
|
35159
35191
|
protoOf($serializer_138).j1s = function (encoder, value) {
|
|
35160
|
-
return this.
|
|
35192
|
+
return this.y6a(encoder, value instanceof CustomerMetadata ? value : THROW_CCE());
|
|
35161
35193
|
};
|
|
35162
35194
|
protoOf($serializer_138).k1s = function (decoder) {
|
|
35163
|
-
var tmp0_desc = this.
|
|
35195
|
+
var tmp0_desc = this.x6a_1;
|
|
35164
35196
|
var tmp1_flag = true;
|
|
35165
35197
|
var tmp2_index = 0;
|
|
35166
35198
|
var tmp3_bitMask0 = 0;
|
|
@@ -35173,7 +35205,7 @@ protoOf($serializer_138).k1s = function (decoder) {
|
|
|
35173
35205
|
var tmp10_local6 = 0n;
|
|
35174
35206
|
var tmp11_local7 = false;
|
|
35175
35207
|
var tmp12_input = decoder.l1v(tmp0_desc);
|
|
35176
|
-
var tmp13_cached = Companion_getInstance_154().
|
|
35208
|
+
var tmp13_cached = Companion_getInstance_154().w6a_1;
|
|
35177
35209
|
if (tmp12_input.a1w()) {
|
|
35178
35210
|
tmp4_local0 = tmp12_input.z1v(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
35179
35211
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -35238,10 +35270,10 @@ protoOf($serializer_138).k1s = function (decoder) {
|
|
|
35238
35270
|
return CustomerMetadata_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, null);
|
|
35239
35271
|
};
|
|
35240
35272
|
protoOf($serializer_138).w1r = function () {
|
|
35241
|
-
return this.
|
|
35273
|
+
return this.x6a_1;
|
|
35242
35274
|
};
|
|
35243
35275
|
protoOf($serializer_138).q23 = function () {
|
|
35244
|
-
var tmp0_cached = Companion_getInstance_154().
|
|
35276
|
+
var tmp0_cached = Companion_getInstance_154().w6a_1;
|
|
35245
35277
|
// Inline function 'kotlin.arrayOf' call
|
|
35246
35278
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
35247
35279
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -35255,7 +35287,7 @@ function $serializer_getInstance_138() {
|
|
|
35255
35287
|
}
|
|
35256
35288
|
function CustomerMetadata_init_$Init$(seen0, alternateEHFReference, companyId, customerId, customerReference, customerType, groupInvoices, id, overdueProcessing, serializationConstructorMarker, $this) {
|
|
35257
35289
|
if (!(246 === (246 & seen0))) {
|
|
35258
|
-
throwMissingFieldException(seen0, 246, $serializer_getInstance_138().
|
|
35290
|
+
throwMissingFieldException(seen0, 246, $serializer_getInstance_138().x6a_1);
|
|
35259
35291
|
}
|
|
35260
35292
|
if (0 === (seen0 & 1))
|
|
35261
35293
|
$this.alternateEHFReference = null;
|
|
@@ -35289,28 +35321,28 @@ function CustomerMetadata(alternateEHFReference, companyId, customerId, customer
|
|
|
35289
35321
|
this.id = id;
|
|
35290
35322
|
this.overdueProcessing = overdueProcessing;
|
|
35291
35323
|
}
|
|
35292
|
-
protoOf(CustomerMetadata).
|
|
35324
|
+
protoOf(CustomerMetadata).z6a = function () {
|
|
35293
35325
|
return this.alternateEHFReference;
|
|
35294
35326
|
};
|
|
35295
35327
|
protoOf(CustomerMetadata).q5d = function () {
|
|
35296
35328
|
return this.companyId;
|
|
35297
35329
|
};
|
|
35298
|
-
protoOf(CustomerMetadata).
|
|
35330
|
+
protoOf(CustomerMetadata).a6b = function () {
|
|
35299
35331
|
return this.customerId;
|
|
35300
35332
|
};
|
|
35301
|
-
protoOf(CustomerMetadata).
|
|
35333
|
+
protoOf(CustomerMetadata).b6b = function () {
|
|
35302
35334
|
return this.customerReference;
|
|
35303
35335
|
};
|
|
35304
|
-
protoOf(CustomerMetadata).
|
|
35336
|
+
protoOf(CustomerMetadata).c6b = function () {
|
|
35305
35337
|
return this.customerType;
|
|
35306
35338
|
};
|
|
35307
|
-
protoOf(CustomerMetadata).
|
|
35339
|
+
protoOf(CustomerMetadata).f6a = function () {
|
|
35308
35340
|
return this.groupInvoices;
|
|
35309
35341
|
};
|
|
35310
35342
|
protoOf(CustomerMetadata).n5c = function () {
|
|
35311
35343
|
return this.id;
|
|
35312
35344
|
};
|
|
35313
|
-
protoOf(CustomerMetadata).
|
|
35345
|
+
protoOf(CustomerMetadata).d6b = function () {
|
|
35314
35346
|
return this.overdueProcessing;
|
|
35315
35347
|
};
|
|
35316
35348
|
protoOf(CustomerMetadata).oe = function () {
|
|
@@ -35337,7 +35369,7 @@ protoOf(CustomerMetadata).t5c = function () {
|
|
|
35337
35369
|
protoOf(CustomerMetadata).a5e = function () {
|
|
35338
35370
|
return this.overdueProcessing;
|
|
35339
35371
|
};
|
|
35340
|
-
protoOf(CustomerMetadata).
|
|
35372
|
+
protoOf(CustomerMetadata).e6b = function (alternateEHFReference, companyId, customerId, customerReference, customerType, groupInvoices, id, overdueProcessing) {
|
|
35341
35373
|
return new CustomerMetadata(alternateEHFReference, companyId, customerId, customerReference, customerType, groupInvoices, id, overdueProcessing);
|
|
35342
35374
|
};
|
|
35343
35375
|
protoOf(CustomerMetadata).copy = function (alternateEHFReference, companyId, customerId, customerReference, customerType, groupInvoices, id, overdueProcessing, $super) {
|
|
@@ -35349,7 +35381,7 @@ protoOf(CustomerMetadata).copy = function (alternateEHFReference, companyId, cus
|
|
|
35349
35381
|
groupInvoices = groupInvoices === VOID ? this.groupInvoices : groupInvoices;
|
|
35350
35382
|
id = id === VOID ? this.id : id;
|
|
35351
35383
|
overdueProcessing = overdueProcessing === VOID ? this.overdueProcessing : overdueProcessing;
|
|
35352
|
-
return $super === VOID ? this.
|
|
35384
|
+
return $super === VOID ? this.e6b(alternateEHFReference, companyId, customerId, customerReference, customerType, groupInvoices, id, overdueProcessing) : $super.e6b.call(this, alternateEHFReference, companyId, customerId, customerReference, customerType, groupInvoices, id, overdueProcessing);
|
|
35353
35385
|
};
|
|
35354
35386
|
protoOf(CustomerMetadata).toString = function () {
|
|
35355
35387
|
return 'CustomerMetadata(alternateEHFReference=' + this.alternateEHFReference + ', companyId=' + this.companyId.toString() + ', customerId=' + this.customerId.toString() + ', customerReference=' + this.customerReference + ', customerType=' + this.customerType.toString() + ', groupInvoices=' + this.groupInvoices + ', id=' + this.id.toString() + ', overdueProcessing=' + this.overdueProcessing + ')';
|
|
@@ -35389,7 +35421,7 @@ protoOf(CustomerMetadata).equals = function (other) {
|
|
|
35389
35421
|
return true;
|
|
35390
35422
|
};
|
|
35391
35423
|
function _get_$cachedSerializer__te6jhj_12($this) {
|
|
35392
|
-
return $this.
|
|
35424
|
+
return $this.v6a_1.m1();
|
|
35393
35425
|
}
|
|
35394
35426
|
function CustomerType$Companion$_anonymous__1memy1() {
|
|
35395
35427
|
var tmp = values_8();
|
|
@@ -35419,13 +35451,13 @@ function Companion_152() {
|
|
|
35419
35451
|
var tmp$ret$2 = element.value;
|
|
35420
35452
|
destination.s2(tmp$ret$2, element);
|
|
35421
35453
|
}
|
|
35422
|
-
tmp.
|
|
35454
|
+
tmp.u6a_1 = destination;
|
|
35423
35455
|
var tmp_0 = this;
|
|
35424
35456
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
35425
|
-
tmp_0.
|
|
35457
|
+
tmp_0.v6a_1 = lazy(tmp_1, CustomerType$Companion$_anonymous__1memy1);
|
|
35426
35458
|
}
|
|
35427
35459
|
protoOf(Companion_152).fromValue = function (value) {
|
|
35428
|
-
return this.
|
|
35460
|
+
return this.u6a_1.z2(value);
|
|
35429
35461
|
};
|
|
35430
35462
|
protoOf(Companion_152).i4r = function () {
|
|
35431
35463
|
return _get_$cachedSerializer__te6jhj_12(this);
|
|
@@ -35498,7 +35530,7 @@ function Companion_153() {
|
|
|
35498
35530
|
// Inline function 'kotlin.arrayOf' call
|
|
35499
35531
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
35500
35532
|
// Inline function 'kotlin.js.asDynamic' call
|
|
35501
|
-
tmp.
|
|
35533
|
+
tmp.j6b_1 = [lazy(tmp_0, Device$Companion$$childSerializers$_anonymous__alms6k), null];
|
|
35502
35534
|
}
|
|
35503
35535
|
var Companion_instance_153;
|
|
35504
35536
|
function Companion_getInstance_156() {
|
|
@@ -35511,12 +35543,12 @@ function $serializer_139() {
|
|
|
35511
35543
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.Device', this, 2);
|
|
35512
35544
|
tmp0_serialDesc.z22('fcmDeviceType', true);
|
|
35513
35545
|
tmp0_serialDesc.z22('fcmToken', true);
|
|
35514
|
-
this.
|
|
35546
|
+
this.k6b_1 = tmp0_serialDesc;
|
|
35515
35547
|
}
|
|
35516
|
-
protoOf($serializer_139).
|
|
35517
|
-
var tmp0_desc = this.
|
|
35548
|
+
protoOf($serializer_139).l6b = function (encoder, value) {
|
|
35549
|
+
var tmp0_desc = this.k6b_1;
|
|
35518
35550
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
35519
|
-
var tmp2_cached = Companion_getInstance_156().
|
|
35551
|
+
var tmp2_cached = Companion_getInstance_156().j6b_1;
|
|
35520
35552
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.fcmDeviceType == null)) {
|
|
35521
35553
|
tmp1_output.c1x(tmp0_desc, 0, tmp2_cached[0].m1(), value.fcmDeviceType);
|
|
35522
35554
|
}
|
|
@@ -35526,17 +35558,17 @@ protoOf($serializer_139).k6b = function (encoder, value) {
|
|
|
35526
35558
|
tmp1_output.m1v(tmp0_desc);
|
|
35527
35559
|
};
|
|
35528
35560
|
protoOf($serializer_139).j1s = function (encoder, value) {
|
|
35529
|
-
return this.
|
|
35561
|
+
return this.l6b(encoder, value instanceof Device ? value : THROW_CCE());
|
|
35530
35562
|
};
|
|
35531
35563
|
protoOf($serializer_139).k1s = function (decoder) {
|
|
35532
|
-
var tmp0_desc = this.
|
|
35564
|
+
var tmp0_desc = this.k6b_1;
|
|
35533
35565
|
var tmp1_flag = true;
|
|
35534
35566
|
var tmp2_index = 0;
|
|
35535
35567
|
var tmp3_bitMask0 = 0;
|
|
35536
35568
|
var tmp4_local0 = null;
|
|
35537
35569
|
var tmp5_local1 = null;
|
|
35538
35570
|
var tmp6_input = decoder.l1v(tmp0_desc);
|
|
35539
|
-
var tmp7_cached = Companion_getInstance_156().
|
|
35571
|
+
var tmp7_cached = Companion_getInstance_156().j6b_1;
|
|
35540
35572
|
if (tmp6_input.a1w()) {
|
|
35541
35573
|
tmp4_local0 = tmp6_input.z1v(tmp0_desc, 0, tmp7_cached[0].m1(), tmp4_local0);
|
|
35542
35574
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -35565,10 +35597,10 @@ protoOf($serializer_139).k1s = function (decoder) {
|
|
|
35565
35597
|
return Device_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
35566
35598
|
};
|
|
35567
35599
|
protoOf($serializer_139).w1r = function () {
|
|
35568
|
-
return this.
|
|
35600
|
+
return this.k6b_1;
|
|
35569
35601
|
};
|
|
35570
35602
|
protoOf($serializer_139).q23 = function () {
|
|
35571
|
-
var tmp0_cached = Companion_getInstance_156().
|
|
35603
|
+
var tmp0_cached = Companion_getInstance_156().j6b_1;
|
|
35572
35604
|
// Inline function 'kotlin.arrayOf' call
|
|
35573
35605
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
35574
35606
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -35582,7 +35614,7 @@ function $serializer_getInstance_139() {
|
|
|
35582
35614
|
}
|
|
35583
35615
|
function Device_init_$Init$(seen0, fcmDeviceType, fcmToken, serializationConstructorMarker, $this) {
|
|
35584
35616
|
if (!(0 === (0 & seen0))) {
|
|
35585
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_139().
|
|
35617
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_139().k6b_1);
|
|
35586
35618
|
}
|
|
35587
35619
|
if (0 === (seen0 & 1))
|
|
35588
35620
|
$this.fcmDeviceType = null;
|
|
@@ -35604,10 +35636,10 @@ function Device(fcmDeviceType, fcmToken) {
|
|
|
35604
35636
|
this.fcmDeviceType = fcmDeviceType;
|
|
35605
35637
|
this.fcmToken = fcmToken;
|
|
35606
35638
|
}
|
|
35607
|
-
protoOf(Device).
|
|
35639
|
+
protoOf(Device).m6b = function () {
|
|
35608
35640
|
return this.fcmDeviceType;
|
|
35609
35641
|
};
|
|
35610
|
-
protoOf(Device).
|
|
35642
|
+
protoOf(Device).n6b = function () {
|
|
35611
35643
|
return this.fcmToken;
|
|
35612
35644
|
};
|
|
35613
35645
|
protoOf(Device).oe = function () {
|
|
@@ -35616,13 +35648,13 @@ protoOf(Device).oe = function () {
|
|
|
35616
35648
|
protoOf(Device).pe = function () {
|
|
35617
35649
|
return this.fcmToken;
|
|
35618
35650
|
};
|
|
35619
|
-
protoOf(Device).
|
|
35651
|
+
protoOf(Device).o6b = function (fcmDeviceType, fcmToken) {
|
|
35620
35652
|
return new Device(fcmDeviceType, fcmToken);
|
|
35621
35653
|
};
|
|
35622
35654
|
protoOf(Device).copy = function (fcmDeviceType, fcmToken, $super) {
|
|
35623
35655
|
fcmDeviceType = fcmDeviceType === VOID ? this.fcmDeviceType : fcmDeviceType;
|
|
35624
35656
|
fcmToken = fcmToken === VOID ? this.fcmToken : fcmToken;
|
|
35625
|
-
return $super === VOID ? this.
|
|
35657
|
+
return $super === VOID ? this.o6b(fcmDeviceType, fcmToken) : $super.o6b.call(this, fcmDeviceType, fcmToken);
|
|
35626
35658
|
};
|
|
35627
35659
|
protoOf(Device).toString = function () {
|
|
35628
35660
|
return 'Device(fcmDeviceType=' + toString_0(this.fcmDeviceType) + ', fcmToken=' + this.fcmToken + ')';
|
|
@@ -35659,10 +35691,10 @@ function $serializer_140() {
|
|
|
35659
35691
|
tmp0_serialDesc.z22('mobile', true);
|
|
35660
35692
|
tmp0_serialDesc.z22('session', false);
|
|
35661
35693
|
tmp0_serialDesc.z22('srpA', false);
|
|
35662
|
-
this.
|
|
35694
|
+
this.p6b_1 = tmp0_serialDesc;
|
|
35663
35695
|
}
|
|
35664
|
-
protoOf($serializer_140).
|
|
35665
|
-
var tmp0_desc = this.
|
|
35696
|
+
protoOf($serializer_140).q6b = function (encoder, value) {
|
|
35697
|
+
var tmp0_desc = this.p6b_1;
|
|
35666
35698
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
35667
35699
|
tmp1_output.z1w(tmp0_desc, 0, value.clientId);
|
|
35668
35700
|
if (tmp1_output.g1x(tmp0_desc, 1) ? true : !(value.deviceKey == null)) {
|
|
@@ -35680,10 +35712,10 @@ protoOf($serializer_140).p6b = function (encoder, value) {
|
|
|
35680
35712
|
tmp1_output.m1v(tmp0_desc);
|
|
35681
35713
|
};
|
|
35682
35714
|
protoOf($serializer_140).j1s = function (encoder, value) {
|
|
35683
|
-
return this.
|
|
35715
|
+
return this.q6b(encoder, value instanceof DeviceSrpCommand ? value : THROW_CCE());
|
|
35684
35716
|
};
|
|
35685
35717
|
protoOf($serializer_140).k1s = function (decoder) {
|
|
35686
|
-
var tmp0_desc = this.
|
|
35718
|
+
var tmp0_desc = this.p6b_1;
|
|
35687
35719
|
var tmp1_flag = true;
|
|
35688
35720
|
var tmp2_index = 0;
|
|
35689
35721
|
var tmp3_bitMask0 = 0;
|
|
@@ -35753,7 +35785,7 @@ protoOf($serializer_140).k1s = function (decoder) {
|
|
|
35753
35785
|
return DeviceSrpCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
35754
35786
|
};
|
|
35755
35787
|
protoOf($serializer_140).w1r = function () {
|
|
35756
|
-
return this.
|
|
35788
|
+
return this.p6b_1;
|
|
35757
35789
|
};
|
|
35758
35790
|
protoOf($serializer_140).q23 = function () {
|
|
35759
35791
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -35769,7 +35801,7 @@ function $serializer_getInstance_140() {
|
|
|
35769
35801
|
}
|
|
35770
35802
|
function DeviceSrpCommand_init_$Init$(seen0, clientId, deviceKey, email, fingerprint, mobile, session, srpA, serializationConstructorMarker, $this) {
|
|
35771
35803
|
if (!(105 === (105 & seen0))) {
|
|
35772
|
-
throwMissingFieldException(seen0, 105, $serializer_getInstance_140().
|
|
35804
|
+
throwMissingFieldException(seen0, 105, $serializer_getInstance_140().p6b_1);
|
|
35773
35805
|
}
|
|
35774
35806
|
$this.clientId = clientId;
|
|
35775
35807
|
if (0 === (seen0 & 2))
|
|
@@ -35846,7 +35878,7 @@ protoOf(DeviceSrpCommand).s5c = function () {
|
|
|
35846
35878
|
protoOf(DeviceSrpCommand).t5c = function () {
|
|
35847
35879
|
return this.srpA;
|
|
35848
35880
|
};
|
|
35849
|
-
protoOf(DeviceSrpCommand).
|
|
35881
|
+
protoOf(DeviceSrpCommand).r6b = function (clientId, deviceKey, email, fingerprint, mobile, session, srpA) {
|
|
35850
35882
|
return new DeviceSrpCommand(clientId, deviceKey, email, fingerprint, mobile, session, srpA);
|
|
35851
35883
|
};
|
|
35852
35884
|
protoOf(DeviceSrpCommand).copy = function (clientId, deviceKey, email, fingerprint, mobile, session, srpA, $super) {
|
|
@@ -35857,7 +35889,7 @@ protoOf(DeviceSrpCommand).copy = function (clientId, deviceKey, email, fingerpri
|
|
|
35857
35889
|
mobile = mobile === VOID ? this.mobile : mobile;
|
|
35858
35890
|
session = session === VOID ? this.session : session;
|
|
35859
35891
|
srpA = srpA === VOID ? this.srpA : srpA;
|
|
35860
|
-
return $super === VOID ? this.
|
|
35892
|
+
return $super === VOID ? this.r6b(clientId, deviceKey, email, fingerprint, mobile, session, srpA) : $super.r6b.call(this, clientId, deviceKey, email, fingerprint, mobile, session, srpA);
|
|
35861
35893
|
};
|
|
35862
35894
|
protoOf(DeviceSrpCommand).toString = function () {
|
|
35863
35895
|
return 'DeviceSrpCommand(clientId=' + this.clientId + ', deviceKey=' + this.deviceKey + ', email=' + this.email + ', fingerprint=' + this.fingerprint + ', mobile=' + this.mobile + ', session=' + this.session + ', srpA=' + this.srpA + ')';
|
|
@@ -35911,10 +35943,10 @@ function $serializer_141() {
|
|
|
35911
35943
|
tmp0_serialDesc.z22('secretBlock', false);
|
|
35912
35944
|
tmp0_serialDesc.z22('session', false);
|
|
35913
35945
|
tmp0_serialDesc.z22('timestamp', false);
|
|
35914
|
-
this.
|
|
35946
|
+
this.s6b_1 = tmp0_serialDesc;
|
|
35915
35947
|
}
|
|
35916
|
-
protoOf($serializer_141).
|
|
35917
|
-
var tmp0_desc = this.
|
|
35948
|
+
protoOf($serializer_141).t6b = function (encoder, value) {
|
|
35949
|
+
var tmp0_desc = this.s6b_1;
|
|
35918
35950
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
35919
35951
|
tmp1_output.z1w(tmp0_desc, 0, value.clientId);
|
|
35920
35952
|
if (tmp1_output.g1x(tmp0_desc, 1) ? true : !(value.deviceKey == null)) {
|
|
@@ -35934,10 +35966,10 @@ protoOf($serializer_141).s6b = function (encoder, value) {
|
|
|
35934
35966
|
tmp1_output.m1v(tmp0_desc);
|
|
35935
35967
|
};
|
|
35936
35968
|
protoOf($serializer_141).j1s = function (encoder, value) {
|
|
35937
|
-
return this.
|
|
35969
|
+
return this.t6b(encoder, value instanceof DeviceVerifySrpCommand ? value : THROW_CCE());
|
|
35938
35970
|
};
|
|
35939
35971
|
protoOf($serializer_141).k1s = function (decoder) {
|
|
35940
|
-
var tmp0_desc = this.
|
|
35972
|
+
var tmp0_desc = this.s6b_1;
|
|
35941
35973
|
var tmp1_flag = true;
|
|
35942
35974
|
var tmp2_index = 0;
|
|
35943
35975
|
var tmp3_bitMask0 = 0;
|
|
@@ -36021,7 +36053,7 @@ protoOf($serializer_141).k1s = function (decoder) {
|
|
|
36021
36053
|
return DeviceVerifySrpCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
36022
36054
|
};
|
|
36023
36055
|
protoOf($serializer_141).w1r = function () {
|
|
36024
|
-
return this.
|
|
36056
|
+
return this.s6b_1;
|
|
36025
36057
|
};
|
|
36026
36058
|
protoOf($serializer_141).q23 = function () {
|
|
36027
36059
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -36037,7 +36069,7 @@ function $serializer_getInstance_141() {
|
|
|
36037
36069
|
}
|
|
36038
36070
|
function DeviceVerifySrpCommand_init_$Init$(seen0, clientId, deviceKey, email, fingerprint, mobile, passwordSignature, secretBlock, session, timestamp, serializationConstructorMarker, $this) {
|
|
36039
36071
|
if (!(489 === (489 & seen0))) {
|
|
36040
|
-
throwMissingFieldException(seen0, 489, $serializer_getInstance_141().
|
|
36072
|
+
throwMissingFieldException(seen0, 489, $serializer_getInstance_141().s6b_1);
|
|
36041
36073
|
}
|
|
36042
36074
|
$this.clientId = clientId;
|
|
36043
36075
|
if (0 === (seen0 & 2))
|
|
@@ -36091,16 +36123,16 @@ protoOf(DeviceVerifySrpCommand).z5q = function () {
|
|
|
36091
36123
|
protoOf(DeviceVerifySrpCommand).d5g = function () {
|
|
36092
36124
|
return this.mobile;
|
|
36093
36125
|
};
|
|
36094
|
-
protoOf(DeviceVerifySrpCommand).
|
|
36126
|
+
protoOf(DeviceVerifySrpCommand).u6b = function () {
|
|
36095
36127
|
return this.passwordSignature;
|
|
36096
36128
|
};
|
|
36097
|
-
protoOf(DeviceVerifySrpCommand).
|
|
36129
|
+
protoOf(DeviceVerifySrpCommand).v6b = function () {
|
|
36098
36130
|
return this.secretBlock;
|
|
36099
36131
|
};
|
|
36100
36132
|
protoOf(DeviceVerifySrpCommand).b5h = function () {
|
|
36101
36133
|
return this.session;
|
|
36102
36134
|
};
|
|
36103
|
-
protoOf(DeviceVerifySrpCommand).
|
|
36135
|
+
protoOf(DeviceVerifySrpCommand).w6b = function () {
|
|
36104
36136
|
return this.timestamp;
|
|
36105
36137
|
};
|
|
36106
36138
|
protoOf(DeviceVerifySrpCommand).oe = function () {
|
|
@@ -36130,7 +36162,7 @@ protoOf(DeviceVerifySrpCommand).a5e = function () {
|
|
|
36130
36162
|
protoOf(DeviceVerifySrpCommand).b5e = function () {
|
|
36131
36163
|
return this.timestamp;
|
|
36132
36164
|
};
|
|
36133
|
-
protoOf(DeviceVerifySrpCommand).
|
|
36165
|
+
protoOf(DeviceVerifySrpCommand).x6b = function (clientId, deviceKey, email, fingerprint, mobile, passwordSignature, secretBlock, session, timestamp) {
|
|
36134
36166
|
return new DeviceVerifySrpCommand(clientId, deviceKey, email, fingerprint, mobile, passwordSignature, secretBlock, session, timestamp);
|
|
36135
36167
|
};
|
|
36136
36168
|
protoOf(DeviceVerifySrpCommand).copy = function (clientId, deviceKey, email, fingerprint, mobile, passwordSignature, secretBlock, session, timestamp, $super) {
|
|
@@ -36143,7 +36175,7 @@ protoOf(DeviceVerifySrpCommand).copy = function (clientId, deviceKey, email, fin
|
|
|
36143
36175
|
secretBlock = secretBlock === VOID ? this.secretBlock : secretBlock;
|
|
36144
36176
|
session = session === VOID ? this.session : session;
|
|
36145
36177
|
timestamp = timestamp === VOID ? this.timestamp : timestamp;
|
|
36146
|
-
return $super === VOID ? this.
|
|
36178
|
+
return $super === VOID ? this.x6b(clientId, deviceKey, email, fingerprint, mobile, passwordSignature, secretBlock, session, timestamp) : $super.x6b.call(this, clientId, deviceKey, email, fingerprint, mobile, passwordSignature, secretBlock, session, timestamp);
|
|
36147
36179
|
};
|
|
36148
36180
|
protoOf(DeviceVerifySrpCommand).toString = function () {
|
|
36149
36181
|
return 'DeviceVerifySrpCommand(clientId=' + this.clientId + ', deviceKey=' + this.deviceKey + ', email=' + this.email + ', fingerprint=' + this.fingerprint + ', mobile=' + this.mobile + ', passwordSignature=' + this.passwordSignature + ', secretBlock=' + this.secretBlock + ', session=' + this.session + ', timestamp=' + this.timestamp + ')';
|
|
@@ -36186,7 +36218,7 @@ protoOf(DeviceVerifySrpCommand).equals = function (other) {
|
|
|
36186
36218
|
return true;
|
|
36187
36219
|
};
|
|
36188
36220
|
function _get_$cachedSerializer__te6jhj_13($this) {
|
|
36189
|
-
return $this.
|
|
36221
|
+
return $this.z6b_1.m1();
|
|
36190
36222
|
}
|
|
36191
36223
|
function DialogActivityType$Companion$_anonymous__5xht6m() {
|
|
36192
36224
|
var tmp = values_9();
|
|
@@ -36227,13 +36259,13 @@ function Companion_156() {
|
|
|
36227
36259
|
var tmp$ret$2 = element.value;
|
|
36228
36260
|
destination.s2(tmp$ret$2, element);
|
|
36229
36261
|
}
|
|
36230
|
-
tmp.
|
|
36262
|
+
tmp.y6b_1 = destination;
|
|
36231
36263
|
var tmp_0 = this;
|
|
36232
36264
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
36233
|
-
tmp_0.
|
|
36265
|
+
tmp_0.z6b_1 = lazy(tmp_1, DialogActivityType$Companion$_anonymous__5xht6m);
|
|
36234
36266
|
}
|
|
36235
36267
|
protoOf(Companion_156).fromValue = function (value) {
|
|
36236
|
-
return this.
|
|
36268
|
+
return this.y6b_1.z2(value);
|
|
36237
36269
|
};
|
|
36238
36270
|
protoOf(Companion_156).i4r = function () {
|
|
36239
36271
|
return _get_$cachedSerializer__te6jhj_13(this);
|
|
@@ -36374,7 +36406,7 @@ function DialogActivityType_SENT_TO_PAYMENT_getInstance() {
|
|
|
36374
36406
|
return DialogActivityType_SENT_TO_PAYMENT_instance;
|
|
36375
36407
|
}
|
|
36376
36408
|
function _get_$cachedSerializer__te6jhj_14($this) {
|
|
36377
|
-
return $this.
|
|
36409
|
+
return $this.d6c_1.m1();
|
|
36378
36410
|
}
|
|
36379
36411
|
function DialogStatus$Companion$_anonymous__c8esej() {
|
|
36380
36412
|
var tmp = values_10();
|
|
@@ -36408,13 +36440,13 @@ function Companion_157() {
|
|
|
36408
36440
|
var tmp$ret$2 = element.value;
|
|
36409
36441
|
destination.s2(tmp$ret$2, element);
|
|
36410
36442
|
}
|
|
36411
|
-
tmp.
|
|
36443
|
+
tmp.c6c_1 = destination;
|
|
36412
36444
|
var tmp_0 = this;
|
|
36413
36445
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
36414
|
-
tmp_0.
|
|
36446
|
+
tmp_0.d6c_1 = lazy(tmp_1, DialogStatus$Companion$_anonymous__c8esej);
|
|
36415
36447
|
}
|
|
36416
36448
|
protoOf(Companion_157).fromValue = function (value) {
|
|
36417
|
-
return this.
|
|
36449
|
+
return this.c6c_1.z2(value);
|
|
36418
36450
|
};
|
|
36419
36451
|
protoOf(Companion_157).i4r = function () {
|
|
36420
36452
|
return _get_$cachedSerializer__te6jhj_14(this);
|
|
@@ -36506,7 +36538,7 @@ function DialogStatus_AWAITING_getInstance() {
|
|
|
36506
36538
|
return DialogStatus_AWAITING_instance;
|
|
36507
36539
|
}
|
|
36508
36540
|
function _get_$cachedSerializer__te6jhj_15($this) {
|
|
36509
|
-
return $this.
|
|
36541
|
+
return $this.h6c_1.m1();
|
|
36510
36542
|
}
|
|
36511
36543
|
function DialogSystemLabel$Companion$_anonymous__uwh242() {
|
|
36512
36544
|
var tmp = values_11();
|
|
@@ -36541,13 +36573,13 @@ function Companion_158() {
|
|
|
36541
36573
|
var tmp$ret$2 = element.value;
|
|
36542
36574
|
destination.s2(tmp$ret$2, element);
|
|
36543
36575
|
}
|
|
36544
|
-
tmp.
|
|
36576
|
+
tmp.g6c_1 = destination;
|
|
36545
36577
|
var tmp_0 = this;
|
|
36546
36578
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
36547
|
-
tmp_0.
|
|
36579
|
+
tmp_0.h6c_1 = lazy(tmp_1, DialogSystemLabel$Companion$_anonymous__uwh242);
|
|
36548
36580
|
}
|
|
36549
36581
|
protoOf(Companion_158).fromValue = function (value) {
|
|
36550
|
-
return this.
|
|
36582
|
+
return this.g6c_1.z2(value);
|
|
36551
36583
|
};
|
|
36552
36584
|
protoOf(Companion_158).i4r = function () {
|
|
36553
36585
|
return _get_$cachedSerializer__te6jhj_15(this);
|
|
@@ -36665,7 +36697,7 @@ function Companion_159() {
|
|
|
36665
36697
|
// Inline function 'kotlin.arrayOf' call
|
|
36666
36698
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
36667
36699
|
// Inline function 'kotlin.js.asDynamic' call
|
|
36668
|
-
tmp.
|
|
36700
|
+
tmp.m6c_1 = [null, tmp_1, null, null, null, null, null, null, null, null, null, tmp_3, null, null, null, null, lazy(tmp_4, Document$Companion$$childSerializers$_anonymous__mhwhe7_1), null, null, null];
|
|
36669
36701
|
}
|
|
36670
36702
|
var Companion_instance_159;
|
|
36671
36703
|
function Companion_getInstance_162() {
|
|
@@ -36696,12 +36728,12 @@ function $serializer_142() {
|
|
|
36696
36728
|
tmp0_serialDesc.z22('updatedAt', true);
|
|
36697
36729
|
tmp0_serialDesc.z22('updatedBy', true);
|
|
36698
36730
|
tmp0_serialDesc.z22('updatedByName', true);
|
|
36699
|
-
this.
|
|
36731
|
+
this.n6c_1 = tmp0_serialDesc;
|
|
36700
36732
|
}
|
|
36701
|
-
protoOf($serializer_142).
|
|
36702
|
-
var tmp0_desc = this.
|
|
36733
|
+
protoOf($serializer_142).o6c = function (encoder, value) {
|
|
36734
|
+
var tmp0_desc = this.n6c_1;
|
|
36703
36735
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
36704
|
-
var tmp2_cached = Companion_getInstance_162().
|
|
36736
|
+
var tmp2_cached = Companion_getInstance_162().m6c_1;
|
|
36705
36737
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.belongsToId == null)) {
|
|
36706
36738
|
tmp1_output.c1x(tmp0_desc, 0, LongSerializer_getInstance(), value.belongsToId);
|
|
36707
36739
|
}
|
|
@@ -36753,10 +36785,10 @@ protoOf($serializer_142).n6c = function (encoder, value) {
|
|
|
36753
36785
|
tmp1_output.m1v(tmp0_desc);
|
|
36754
36786
|
};
|
|
36755
36787
|
protoOf($serializer_142).j1s = function (encoder, value) {
|
|
36756
|
-
return this.
|
|
36788
|
+
return this.o6c(encoder, value instanceof Document ? value : THROW_CCE());
|
|
36757
36789
|
};
|
|
36758
36790
|
protoOf($serializer_142).k1s = function (decoder) {
|
|
36759
|
-
var tmp0_desc = this.
|
|
36791
|
+
var tmp0_desc = this.n6c_1;
|
|
36760
36792
|
var tmp1_flag = true;
|
|
36761
36793
|
var tmp2_index = 0;
|
|
36762
36794
|
var tmp3_bitMask0 = 0;
|
|
@@ -36781,7 +36813,7 @@ protoOf($serializer_142).k1s = function (decoder) {
|
|
|
36781
36813
|
var tmp22_local18 = null;
|
|
36782
36814
|
var tmp23_local19 = null;
|
|
36783
36815
|
var tmp24_input = decoder.l1v(tmp0_desc);
|
|
36784
|
-
var tmp25_cached = Companion_getInstance_162().
|
|
36816
|
+
var tmp25_cached = Companion_getInstance_162().m6c_1;
|
|
36785
36817
|
if (tmp24_input.a1w()) {
|
|
36786
36818
|
tmp4_local0 = tmp24_input.z1v(tmp0_desc, 0, LongSerializer_getInstance(), tmp4_local0);
|
|
36787
36819
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -36918,10 +36950,10 @@ protoOf($serializer_142).k1s = function (decoder) {
|
|
|
36918
36950
|
return Document_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, null);
|
|
36919
36951
|
};
|
|
36920
36952
|
protoOf($serializer_142).w1r = function () {
|
|
36921
|
-
return this.
|
|
36953
|
+
return this.n6c_1;
|
|
36922
36954
|
};
|
|
36923
36955
|
protoOf($serializer_142).q23 = function () {
|
|
36924
|
-
var tmp0_cached = Companion_getInstance_162().
|
|
36956
|
+
var tmp0_cached = Companion_getInstance_162().m6c_1;
|
|
36925
36957
|
// Inline function 'kotlin.arrayOf' call
|
|
36926
36958
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
36927
36959
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -36935,7 +36967,7 @@ function $serializer_getInstance_142() {
|
|
|
36935
36967
|
}
|
|
36936
36968
|
function Document_init_$Init$(seen0, belongsToId, children, companyId, createdAt, createdBy, createdByName, deletedAt, deletedBy, deletedByName, fileName, historicPath, historicType, id, isDirectory, ownedByUser, parentId, type, updatedAt, updatedBy, updatedByName, serializationConstructorMarker, $this) {
|
|
36937
36969
|
if (!(70172 === (70172 & seen0))) {
|
|
36938
|
-
throwMissingFieldException(seen0, 70172, $serializer_getInstance_142().
|
|
36970
|
+
throwMissingFieldException(seen0, 70172, $serializer_getInstance_142().n6c_1);
|
|
36939
36971
|
}
|
|
36940
36972
|
if (0 === (seen0 & 1))
|
|
36941
36973
|
$this.belongsToId = null;
|
|
@@ -37041,10 +37073,10 @@ function Document(belongsToId, children, companyId, createdAt, createdBy, create
|
|
|
37041
37073
|
this.updatedBy = updatedBy;
|
|
37042
37074
|
this.updatedByName = updatedByName;
|
|
37043
37075
|
}
|
|
37044
|
-
protoOf(Document).
|
|
37076
|
+
protoOf(Document).p6c = function () {
|
|
37045
37077
|
return this.belongsToId;
|
|
37046
37078
|
};
|
|
37047
|
-
protoOf(Document).
|
|
37079
|
+
protoOf(Document).q6c = function () {
|
|
37048
37080
|
return this.children;
|
|
37049
37081
|
};
|
|
37050
37082
|
protoOf(Document).q5d = function () {
|
|
@@ -37056,34 +37088,34 @@ protoOf(Document).r5d = function () {
|
|
|
37056
37088
|
protoOf(Document).s5d = function () {
|
|
37057
37089
|
return this.createdBy;
|
|
37058
37090
|
};
|
|
37059
|
-
protoOf(Document).
|
|
37091
|
+
protoOf(Document).r6c = function () {
|
|
37060
37092
|
return this.createdByName;
|
|
37061
37093
|
};
|
|
37062
|
-
protoOf(Document).
|
|
37094
|
+
protoOf(Document).s6c = function () {
|
|
37063
37095
|
return this.deletedAt;
|
|
37064
37096
|
};
|
|
37065
|
-
protoOf(Document).
|
|
37097
|
+
protoOf(Document).t6c = function () {
|
|
37066
37098
|
return this.deletedBy;
|
|
37067
37099
|
};
|
|
37068
|
-
protoOf(Document).
|
|
37100
|
+
protoOf(Document).u6c = function () {
|
|
37069
37101
|
return this.deletedByName;
|
|
37070
37102
|
};
|
|
37071
|
-
protoOf(Document).
|
|
37103
|
+
protoOf(Document).v6c = function () {
|
|
37072
37104
|
return this.fileName;
|
|
37073
37105
|
};
|
|
37074
|
-
protoOf(Document).
|
|
37106
|
+
protoOf(Document).w6c = function () {
|
|
37075
37107
|
return this.historicPath;
|
|
37076
37108
|
};
|
|
37077
|
-
protoOf(Document).
|
|
37109
|
+
protoOf(Document).x6c = function () {
|
|
37078
37110
|
return this.historicType;
|
|
37079
37111
|
};
|
|
37080
37112
|
protoOf(Document).n5c = function () {
|
|
37081
37113
|
return this.id;
|
|
37082
37114
|
};
|
|
37083
|
-
protoOf(Document).
|
|
37115
|
+
protoOf(Document).y6c = function () {
|
|
37084
37116
|
return this.isDirectory;
|
|
37085
37117
|
};
|
|
37086
|
-
protoOf(Document).
|
|
37118
|
+
protoOf(Document).z6c = function () {
|
|
37087
37119
|
return this.ownedByUser;
|
|
37088
37120
|
};
|
|
37089
37121
|
protoOf(Document).e5u = function () {
|
|
@@ -37098,7 +37130,7 @@ protoOf(Document).y5d = function () {
|
|
|
37098
37130
|
protoOf(Document).z5d = function () {
|
|
37099
37131
|
return this.updatedBy;
|
|
37100
37132
|
};
|
|
37101
|
-
protoOf(Document).
|
|
37133
|
+
protoOf(Document).a6d = function () {
|
|
37102
37134
|
return this.updatedByName;
|
|
37103
37135
|
};
|
|
37104
37136
|
protoOf(Document).oe = function () {
|
|
@@ -37161,7 +37193,7 @@ protoOf(Document).b5f = function () {
|
|
|
37161
37193
|
protoOf(Document).c5f = function () {
|
|
37162
37194
|
return this.updatedByName;
|
|
37163
37195
|
};
|
|
37164
|
-
protoOf(Document).
|
|
37196
|
+
protoOf(Document).b6d = function (belongsToId, children, companyId, createdAt, createdBy, createdByName, deletedAt, deletedBy, deletedByName, fileName, historicPath, historicType, id, isDirectory, ownedByUser, parentId, type, updatedAt, updatedBy, updatedByName) {
|
|
37165
37197
|
return new Document(belongsToId, children, companyId, createdAt, createdBy, createdByName, deletedAt, deletedBy, deletedByName, fileName, historicPath, historicType, id, isDirectory, ownedByUser, parentId, type, updatedAt, updatedBy, updatedByName);
|
|
37166
37198
|
};
|
|
37167
37199
|
protoOf(Document).copy = function (belongsToId, children, companyId, createdAt, createdBy, createdByName, deletedAt, deletedBy, deletedByName, fileName, historicPath, historicType, id, isDirectory, ownedByUser, parentId, type, updatedAt, updatedBy, updatedByName, $super) {
|
|
@@ -37185,7 +37217,7 @@ protoOf(Document).copy = function (belongsToId, children, companyId, createdAt,
|
|
|
37185
37217
|
updatedAt = updatedAt === VOID ? this.updatedAt : updatedAt;
|
|
37186
37218
|
updatedBy = updatedBy === VOID ? this.updatedBy : updatedBy;
|
|
37187
37219
|
updatedByName = updatedByName === VOID ? this.updatedByName : updatedByName;
|
|
37188
|
-
return $super === VOID ? this.
|
|
37220
|
+
return $super === VOID ? this.b6d(belongsToId, children, companyId, createdAt, createdBy, createdByName, deletedAt, deletedBy, deletedByName, fileName, historicPath, historicType, id, isDirectory, ownedByUser, parentId, type, updatedAt, updatedBy, updatedByName) : $super.b6d.call(this, belongsToId, children, companyId, createdAt, createdBy, createdByName, deletedAt, deletedBy, deletedByName, fileName, historicPath, historicType, id, isDirectory, ownedByUser, parentId, type, updatedAt, updatedBy, updatedByName);
|
|
37189
37221
|
};
|
|
37190
37222
|
protoOf(Document).toString = function () {
|
|
37191
37223
|
return 'Document(belongsToId=' + toString_0(this.belongsToId) + ', children=' + toString_0(this.children) + ', companyId=' + this.companyId.toString() + ', createdAt=' + this.createdAt.toString() + ', createdBy=' + this.createdBy.toString() + ', createdByName=' + this.createdByName + ', deletedAt=' + toString_0(this.deletedAt) + ', deletedBy=' + toString_0(this.deletedBy) + ', deletedByName=' + this.deletedByName + ', fileName=' + this.fileName + ', historicPath=' + this.historicPath + ', historicType=' + toString_0(this.historicType) + ', id=' + this.id.toString() + ', isDirectory=' + this.isDirectory + ', ownedByUser=' + this.ownedByUser + ', parentId=' + toString_0(this.parentId) + ', type=' + this.type.toString() + ', updatedAt=' + toString_0(this.updatedAt) + ', updatedBy=' + toString_0(this.updatedBy) + ', updatedByName=' + this.updatedByName + ')';
|
|
@@ -37261,7 +37293,7 @@ protoOf(Document).equals = function (other) {
|
|
|
37261
37293
|
return true;
|
|
37262
37294
|
};
|
|
37263
37295
|
function _get_$cachedSerializer__te6jhj_16($this) {
|
|
37264
|
-
return $this.
|
|
37296
|
+
return $this.l6c_1.m1();
|
|
37265
37297
|
}
|
|
37266
37298
|
function DocumentType$Companion$_anonymous__zi0asm() {
|
|
37267
37299
|
var tmp = values_12();
|
|
@@ -37318,13 +37350,13 @@ function Companion_160() {
|
|
|
37318
37350
|
var tmp$ret$2 = element.value;
|
|
37319
37351
|
destination.s2(tmp$ret$2, element);
|
|
37320
37352
|
}
|
|
37321
|
-
tmp.
|
|
37353
|
+
tmp.k6c_1 = destination;
|
|
37322
37354
|
var tmp_0 = this;
|
|
37323
37355
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
37324
|
-
tmp_0.
|
|
37356
|
+
tmp_0.l6c_1 = lazy(tmp_1, DocumentType$Companion$_anonymous__zi0asm);
|
|
37325
37357
|
}
|
|
37326
37358
|
protoOf(Companion_160).fromValue = function (value) {
|
|
37327
|
-
return this.
|
|
37359
|
+
return this.k6c_1.z2(value);
|
|
37328
37360
|
};
|
|
37329
37361
|
protoOf(Companion_160).i4r = function () {
|
|
37330
37362
|
return _get_$cachedSerializer__te6jhj_16(this);
|
|
@@ -37588,10 +37620,10 @@ function $serializer_143() {
|
|
|
37588
37620
|
tmp0_serialDesc.z22('id', false);
|
|
37589
37621
|
tmp0_serialDesc.z22('orgNr', false);
|
|
37590
37622
|
tmp0_serialDesc.z22('result', false);
|
|
37591
|
-
this.
|
|
37623
|
+
this.e6d_1 = tmp0_serialDesc;
|
|
37592
37624
|
}
|
|
37593
|
-
protoOf($serializer_143).
|
|
37594
|
-
var tmp0_desc = this.
|
|
37625
|
+
protoOf($serializer_143).f6d = function (encoder, value) {
|
|
37626
|
+
var tmp0_desc = this.e6d_1;
|
|
37595
37627
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
37596
37628
|
tmp1_output.v1w(tmp0_desc, 0, value.id);
|
|
37597
37629
|
tmp1_output.z1w(tmp0_desc, 1, value.orgNr);
|
|
@@ -37599,10 +37631,10 @@ protoOf($serializer_143).e6d = function (encoder, value) {
|
|
|
37599
37631
|
tmp1_output.m1v(tmp0_desc);
|
|
37600
37632
|
};
|
|
37601
37633
|
protoOf($serializer_143).j1s = function (encoder, value) {
|
|
37602
|
-
return this.
|
|
37634
|
+
return this.f6d(encoder, value instanceof DraftCompany ? value : THROW_CCE());
|
|
37603
37635
|
};
|
|
37604
37636
|
protoOf($serializer_143).k1s = function (decoder) {
|
|
37605
|
-
var tmp0_desc = this.
|
|
37637
|
+
var tmp0_desc = this.e6d_1;
|
|
37606
37638
|
var tmp1_flag = true;
|
|
37607
37639
|
var tmp2_index = 0;
|
|
37608
37640
|
var tmp3_bitMask0 = 0;
|
|
@@ -37644,7 +37676,7 @@ protoOf($serializer_143).k1s = function (decoder) {
|
|
|
37644
37676
|
return DraftCompany_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
37645
37677
|
};
|
|
37646
37678
|
protoOf($serializer_143).w1r = function () {
|
|
37647
|
-
return this.
|
|
37679
|
+
return this.e6d_1;
|
|
37648
37680
|
};
|
|
37649
37681
|
protoOf($serializer_143).q23 = function () {
|
|
37650
37682
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -37660,7 +37692,7 @@ function $serializer_getInstance_143() {
|
|
|
37660
37692
|
}
|
|
37661
37693
|
function DraftCompany_init_$Init$(seen0, id, orgNr, result, serializationConstructorMarker, $this) {
|
|
37662
37694
|
if (!(7 === (7 & seen0))) {
|
|
37663
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_143().
|
|
37695
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_143().e6d_1);
|
|
37664
37696
|
}
|
|
37665
37697
|
$this.id = id;
|
|
37666
37698
|
$this.orgNr = orgNr;
|
|
@@ -37681,7 +37713,7 @@ protoOf(DraftCompany).n5c = function () {
|
|
|
37681
37713
|
protoOf(DraftCompany).z5i = function () {
|
|
37682
37714
|
return this.orgNr;
|
|
37683
37715
|
};
|
|
37684
|
-
protoOf(DraftCompany).
|
|
37716
|
+
protoOf(DraftCompany).g6d = function () {
|
|
37685
37717
|
return this.result;
|
|
37686
37718
|
};
|
|
37687
37719
|
protoOf(DraftCompany).oe = function () {
|
|
@@ -37693,14 +37725,14 @@ protoOf(DraftCompany).pe = function () {
|
|
|
37693
37725
|
protoOf(DraftCompany).p5c = function () {
|
|
37694
37726
|
return this.result;
|
|
37695
37727
|
};
|
|
37696
|
-
protoOf(DraftCompany).
|
|
37728
|
+
protoOf(DraftCompany).h6d = function (id, orgNr, result) {
|
|
37697
37729
|
return new DraftCompany(id, orgNr, result);
|
|
37698
37730
|
};
|
|
37699
37731
|
protoOf(DraftCompany).copy = function (id, orgNr, result, $super) {
|
|
37700
37732
|
id = id === VOID ? this.id : id;
|
|
37701
37733
|
orgNr = orgNr === VOID ? this.orgNr : orgNr;
|
|
37702
37734
|
result = result === VOID ? this.result : result;
|
|
37703
|
-
return $super === VOID ? this.
|
|
37735
|
+
return $super === VOID ? this.h6d(id, orgNr, result) : $super.h6d.call(this, id, orgNr, result);
|
|
37704
37736
|
};
|
|
37705
37737
|
protoOf(DraftCompany).toString = function () {
|
|
37706
37738
|
return 'DraftCompany(id=' + this.id.toString() + ', orgNr=' + this.orgNr + ', result=' + this.result.toString() + ')';
|
|
@@ -37734,7 +37766,7 @@ function Companion_162() {
|
|
|
37734
37766
|
// Inline function 'kotlin.arrayOf' call
|
|
37735
37767
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37736
37768
|
// Inline function 'kotlin.js.asDynamic' call
|
|
37737
|
-
tmp.
|
|
37769
|
+
tmp.k6d_1 = [null, null, null, lazy(tmp_0, DraftOverview$Companion$$childSerializers$_anonymous__v6g5ao)];
|
|
37738
37770
|
}
|
|
37739
37771
|
var Companion_instance_162;
|
|
37740
37772
|
function Companion_getInstance_165() {
|
|
@@ -37749,12 +37781,12 @@ function $serializer_144() {
|
|
|
37749
37781
|
tmp0_serialDesc.z22('name', false);
|
|
37750
37782
|
tmp0_serialDesc.z22('orgNr', false);
|
|
37751
37783
|
tmp0_serialDesc.z22('state', false);
|
|
37752
|
-
this.
|
|
37784
|
+
this.l6d_1 = tmp0_serialDesc;
|
|
37753
37785
|
}
|
|
37754
|
-
protoOf($serializer_144).
|
|
37755
|
-
var tmp0_desc = this.
|
|
37786
|
+
protoOf($serializer_144).m6d = function (encoder, value) {
|
|
37787
|
+
var tmp0_desc = this.l6d_1;
|
|
37756
37788
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
37757
|
-
var tmp2_cached = Companion_getInstance_165().
|
|
37789
|
+
var tmp2_cached = Companion_getInstance_165().k6d_1;
|
|
37758
37790
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.id == null)) {
|
|
37759
37791
|
tmp1_output.c1x(tmp0_desc, 0, LongSerializer_getInstance(), value.id);
|
|
37760
37792
|
}
|
|
@@ -37764,10 +37796,10 @@ protoOf($serializer_144).l6d = function (encoder, value) {
|
|
|
37764
37796
|
tmp1_output.m1v(tmp0_desc);
|
|
37765
37797
|
};
|
|
37766
37798
|
protoOf($serializer_144).j1s = function (encoder, value) {
|
|
37767
|
-
return this.
|
|
37799
|
+
return this.m6d(encoder, value instanceof DraftOverview ? value : THROW_CCE());
|
|
37768
37800
|
};
|
|
37769
37801
|
protoOf($serializer_144).k1s = function (decoder) {
|
|
37770
|
-
var tmp0_desc = this.
|
|
37802
|
+
var tmp0_desc = this.l6d_1;
|
|
37771
37803
|
var tmp1_flag = true;
|
|
37772
37804
|
var tmp2_index = 0;
|
|
37773
37805
|
var tmp3_bitMask0 = 0;
|
|
@@ -37776,7 +37808,7 @@ protoOf($serializer_144).k1s = function (decoder) {
|
|
|
37776
37808
|
var tmp6_local2 = null;
|
|
37777
37809
|
var tmp7_local3 = null;
|
|
37778
37810
|
var tmp8_input = decoder.l1v(tmp0_desc);
|
|
37779
|
-
var tmp9_cached = Companion_getInstance_165().
|
|
37811
|
+
var tmp9_cached = Companion_getInstance_165().k6d_1;
|
|
37780
37812
|
if (tmp8_input.a1w()) {
|
|
37781
37813
|
tmp4_local0 = tmp8_input.z1v(tmp0_desc, 0, LongSerializer_getInstance(), tmp4_local0);
|
|
37782
37814
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -37817,10 +37849,10 @@ protoOf($serializer_144).k1s = function (decoder) {
|
|
|
37817
37849
|
return DraftOverview_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
37818
37850
|
};
|
|
37819
37851
|
protoOf($serializer_144).w1r = function () {
|
|
37820
|
-
return this.
|
|
37852
|
+
return this.l6d_1;
|
|
37821
37853
|
};
|
|
37822
37854
|
protoOf($serializer_144).q23 = function () {
|
|
37823
|
-
var tmp0_cached = Companion_getInstance_165().
|
|
37855
|
+
var tmp0_cached = Companion_getInstance_165().k6d_1;
|
|
37824
37856
|
// Inline function 'kotlin.arrayOf' call
|
|
37825
37857
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37826
37858
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -37834,7 +37866,7 @@ function $serializer_getInstance_144() {
|
|
|
37834
37866
|
}
|
|
37835
37867
|
function DraftOverview_init_$Init$(seen0, id, name, orgNr, state, serializationConstructorMarker, $this) {
|
|
37836
37868
|
if (!(14 === (14 & seen0))) {
|
|
37837
|
-
throwMissingFieldException(seen0, 14, $serializer_getInstance_144().
|
|
37869
|
+
throwMissingFieldException(seen0, 14, $serializer_getInstance_144().l6d_1);
|
|
37838
37870
|
}
|
|
37839
37871
|
if (0 === (seen0 & 1))
|
|
37840
37872
|
$this.id = null;
|
|
@@ -37865,7 +37897,7 @@ protoOf(DraftOverview).m = function () {
|
|
|
37865
37897
|
protoOf(DraftOverview).z5i = function () {
|
|
37866
37898
|
return this.orgNr;
|
|
37867
37899
|
};
|
|
37868
|
-
protoOf(DraftOverview).
|
|
37900
|
+
protoOf(DraftOverview).n6d = function () {
|
|
37869
37901
|
return this.state;
|
|
37870
37902
|
};
|
|
37871
37903
|
protoOf(DraftOverview).oe = function () {
|
|
@@ -37880,7 +37912,7 @@ protoOf(DraftOverview).p5c = function () {
|
|
|
37880
37912
|
protoOf(DraftOverview).q5c = function () {
|
|
37881
37913
|
return this.state;
|
|
37882
37914
|
};
|
|
37883
|
-
protoOf(DraftOverview).
|
|
37915
|
+
protoOf(DraftOverview).o6d = function (id, name, orgNr, state) {
|
|
37884
37916
|
return new DraftOverview(id, name, orgNr, state);
|
|
37885
37917
|
};
|
|
37886
37918
|
protoOf(DraftOverview).copy = function (id, name, orgNr, state, $super) {
|
|
@@ -37888,7 +37920,7 @@ protoOf(DraftOverview).copy = function (id, name, orgNr, state, $super) {
|
|
|
37888
37920
|
name = name === VOID ? this.name : name;
|
|
37889
37921
|
orgNr = orgNr === VOID ? this.orgNr : orgNr;
|
|
37890
37922
|
state = state === VOID ? this.state : state;
|
|
37891
|
-
return $super === VOID ? this.
|
|
37923
|
+
return $super === VOID ? this.o6d(id, name, orgNr, state) : $super.o6d.call(this, id, name, orgNr, state);
|
|
37892
37924
|
};
|
|
37893
37925
|
protoOf(DraftOverview).toString = function () {
|
|
37894
37926
|
return 'DraftOverview(id=' + toString_0(this.id) + ', name=' + this.name + ', orgNr=' + this.orgNr + ', state=' + this.state.toString() + ')';
|
|
@@ -37925,7 +37957,7 @@ function Companion_163() {
|
|
|
37925
37957
|
// Inline function 'kotlin.arrayOf' call
|
|
37926
37958
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
37927
37959
|
// Inline function 'kotlin.js.asDynamic' call
|
|
37928
|
-
tmp.
|
|
37960
|
+
tmp.r6d_1 = [null, null, null, null, null, null, null, null, null, null, lazy(tmp_0, EconomicReport$Companion$$childSerializers$_anonymous__35deu7)];
|
|
37929
37961
|
}
|
|
37930
37962
|
var Companion_instance_163;
|
|
37931
37963
|
function Companion_getInstance_166() {
|
|
@@ -37947,12 +37979,12 @@ function $serializer_145() {
|
|
|
37947
37979
|
tmp0_serialDesc.z22('projectDocumentId', true);
|
|
37948
37980
|
tmp0_serialDesc.z22('reportDocumentId', true);
|
|
37949
37981
|
tmp0_serialDesc.z22('status', false);
|
|
37950
|
-
this.
|
|
37982
|
+
this.s6d_1 = tmp0_serialDesc;
|
|
37951
37983
|
}
|
|
37952
|
-
protoOf($serializer_145).
|
|
37953
|
-
var tmp0_desc = this.
|
|
37984
|
+
protoOf($serializer_145).t6d = function (encoder, value) {
|
|
37985
|
+
var tmp0_desc = this.s6d_1;
|
|
37954
37986
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
37955
|
-
var tmp2_cached = Companion_getInstance_166().
|
|
37987
|
+
var tmp2_cached = Companion_getInstance_166().r6d_1;
|
|
37956
37988
|
tmp1_output.v1w(tmp0_desc, 0, value.companyId);
|
|
37957
37989
|
tmp1_output.r1w(tmp0_desc, 1, value.departmentDocumentEnabled);
|
|
37958
37990
|
if (tmp1_output.g1x(tmp0_desc, 2) ? true : !(value.departmentDocumentId == null)) {
|
|
@@ -37975,10 +38007,10 @@ protoOf($serializer_145).s6d = function (encoder, value) {
|
|
|
37975
38007
|
tmp1_output.m1v(tmp0_desc);
|
|
37976
38008
|
};
|
|
37977
38009
|
protoOf($serializer_145).j1s = function (encoder, value) {
|
|
37978
|
-
return this.
|
|
38010
|
+
return this.t6d(encoder, value instanceof EconomicReport ? value : THROW_CCE());
|
|
37979
38011
|
};
|
|
37980
38012
|
protoOf($serializer_145).k1s = function (decoder) {
|
|
37981
|
-
var tmp0_desc = this.
|
|
38013
|
+
var tmp0_desc = this.s6d_1;
|
|
37982
38014
|
var tmp1_flag = true;
|
|
37983
38015
|
var tmp2_index = 0;
|
|
37984
38016
|
var tmp3_bitMask0 = 0;
|
|
@@ -37994,7 +38026,7 @@ protoOf($serializer_145).k1s = function (decoder) {
|
|
|
37994
38026
|
var tmp13_local9 = null;
|
|
37995
38027
|
var tmp14_local10 = null;
|
|
37996
38028
|
var tmp15_input = decoder.l1v(tmp0_desc);
|
|
37997
|
-
var tmp16_cached = Companion_getInstance_166().
|
|
38029
|
+
var tmp16_cached = Companion_getInstance_166().r6d_1;
|
|
37998
38030
|
if (tmp15_input.a1w()) {
|
|
37999
38031
|
tmp4_local0 = tmp15_input.r1v(tmp0_desc, 0);
|
|
38000
38032
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -38077,10 +38109,10 @@ protoOf($serializer_145).k1s = function (decoder) {
|
|
|
38077
38109
|
return EconomicReport_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, null);
|
|
38078
38110
|
};
|
|
38079
38111
|
protoOf($serializer_145).w1r = function () {
|
|
38080
|
-
return this.
|
|
38112
|
+
return this.s6d_1;
|
|
38081
38113
|
};
|
|
38082
38114
|
protoOf($serializer_145).q23 = function () {
|
|
38083
|
-
var tmp0_cached = Companion_getInstance_166().
|
|
38115
|
+
var tmp0_cached = Companion_getInstance_166().r6d_1;
|
|
38084
38116
|
// Inline function 'kotlin.arrayOf' call
|
|
38085
38117
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
38086
38118
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -38094,7 +38126,7 @@ function $serializer_getInstance_145() {
|
|
|
38094
38126
|
}
|
|
38095
38127
|
function EconomicReport_init_$Init$(seen0, companyId, departmentDocumentEnabled, departmentDocumentId, forPeriod, id, orderedAt, orderedById, projectDocumentEnabled, projectDocumentId, reportDocumentId, status, serializationConstructorMarker, $this) {
|
|
38096
38128
|
if (!(1267 === (1267 & seen0))) {
|
|
38097
|
-
throwMissingFieldException(seen0, 1267, $serializer_getInstance_145().
|
|
38129
|
+
throwMissingFieldException(seen0, 1267, $serializer_getInstance_145().s6d_1);
|
|
38098
38130
|
}
|
|
38099
38131
|
$this.companyId = companyId;
|
|
38100
38132
|
$this.departmentDocumentEnabled = departmentDocumentEnabled;
|
|
@@ -38145,31 +38177,31 @@ function EconomicReport(companyId, departmentDocumentEnabled, departmentDocument
|
|
|
38145
38177
|
protoOf(EconomicReport).q5d = function () {
|
|
38146
38178
|
return this.companyId;
|
|
38147
38179
|
};
|
|
38148
|
-
protoOf(EconomicReport).
|
|
38180
|
+
protoOf(EconomicReport).u6d = function () {
|
|
38149
38181
|
return this.departmentDocumentEnabled;
|
|
38150
38182
|
};
|
|
38151
|
-
protoOf(EconomicReport).
|
|
38183
|
+
protoOf(EconomicReport).v6d = function () {
|
|
38152
38184
|
return this.departmentDocumentId;
|
|
38153
38185
|
};
|
|
38154
|
-
protoOf(EconomicReport).
|
|
38186
|
+
protoOf(EconomicReport).w6d = function () {
|
|
38155
38187
|
return this.forPeriod;
|
|
38156
38188
|
};
|
|
38157
38189
|
protoOf(EconomicReport).n5c = function () {
|
|
38158
38190
|
return this.id;
|
|
38159
38191
|
};
|
|
38160
|
-
protoOf(EconomicReport).
|
|
38192
|
+
protoOf(EconomicReport).x6d = function () {
|
|
38161
38193
|
return this.orderedAt;
|
|
38162
38194
|
};
|
|
38163
|
-
protoOf(EconomicReport).
|
|
38195
|
+
protoOf(EconomicReport).y6d = function () {
|
|
38164
38196
|
return this.orderedById;
|
|
38165
38197
|
};
|
|
38166
|
-
protoOf(EconomicReport).
|
|
38198
|
+
protoOf(EconomicReport).z6d = function () {
|
|
38167
38199
|
return this.projectDocumentEnabled;
|
|
38168
38200
|
};
|
|
38169
|
-
protoOf(EconomicReport).
|
|
38201
|
+
protoOf(EconomicReport).a6e = function () {
|
|
38170
38202
|
return this.projectDocumentId;
|
|
38171
38203
|
};
|
|
38172
|
-
protoOf(EconomicReport).
|
|
38204
|
+
protoOf(EconomicReport).b6e = function () {
|
|
38173
38205
|
return this.reportDocumentId;
|
|
38174
38206
|
};
|
|
38175
38207
|
protoOf(EconomicReport).i3h = function () {
|
|
@@ -38208,7 +38240,7 @@ protoOf(EconomicReport).c5e = function () {
|
|
|
38208
38240
|
protoOf(EconomicReport).d5e = function () {
|
|
38209
38241
|
return this.status;
|
|
38210
38242
|
};
|
|
38211
|
-
protoOf(EconomicReport).
|
|
38243
|
+
protoOf(EconomicReport).c6e = function (companyId, departmentDocumentEnabled, departmentDocumentId, forPeriod, id, orderedAt, orderedById, projectDocumentEnabled, projectDocumentId, reportDocumentId, status) {
|
|
38212
38244
|
return new EconomicReport(companyId, departmentDocumentEnabled, departmentDocumentId, forPeriod, id, orderedAt, orderedById, projectDocumentEnabled, projectDocumentId, reportDocumentId, status);
|
|
38213
38245
|
};
|
|
38214
38246
|
protoOf(EconomicReport).copy = function (companyId, departmentDocumentEnabled, departmentDocumentId, forPeriod, id, orderedAt, orderedById, projectDocumentEnabled, projectDocumentId, reportDocumentId, status, $super) {
|
|
@@ -38223,7 +38255,7 @@ protoOf(EconomicReport).copy = function (companyId, departmentDocumentEnabled, d
|
|
|
38223
38255
|
projectDocumentId = projectDocumentId === VOID ? this.projectDocumentId : projectDocumentId;
|
|
38224
38256
|
reportDocumentId = reportDocumentId === VOID ? this.reportDocumentId : reportDocumentId;
|
|
38225
38257
|
status = status === VOID ? this.status : status;
|
|
38226
|
-
return $super === VOID ? this.
|
|
38258
|
+
return $super === VOID ? this.c6e(companyId, departmentDocumentEnabled, departmentDocumentId, forPeriod, id, orderedAt, orderedById, projectDocumentEnabled, projectDocumentId, reportDocumentId, status) : $super.c6e.call(this, companyId, departmentDocumentEnabled, departmentDocumentId, forPeriod, id, orderedAt, orderedById, projectDocumentEnabled, projectDocumentId, reportDocumentId, status);
|
|
38227
38259
|
};
|
|
38228
38260
|
protoOf(EconomicReport).toString = function () {
|
|
38229
38261
|
return 'EconomicReport(companyId=' + this.companyId.toString() + ', departmentDocumentEnabled=' + this.departmentDocumentEnabled + ', departmentDocumentId=' + toString_0(this.departmentDocumentId) + ', forPeriod=' + toString_0(this.forPeriod) + ', id=' + this.id.toString() + ', orderedAt=' + this.orderedAt.toString() + ', orderedById=' + this.orderedById.toString() + ', projectDocumentEnabled=' + this.projectDocumentEnabled + ', projectDocumentId=' + toString_0(this.projectDocumentId) + ', reportDocumentId=' + toString_0(this.reportDocumentId) + ', status=' + this.status.toString() + ')';
|
|
@@ -38281,7 +38313,7 @@ function Companion_164() {
|
|
|
38281
38313
|
// Inline function 'kotlin.arrayOf' call
|
|
38282
38314
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
38283
38315
|
// Inline function 'kotlin.js.asDynamic' call
|
|
38284
|
-
tmp.
|
|
38316
|
+
tmp.d6e_1 = [lazy(tmp_0, EconomicReportResponse$Companion$$childSerializers$_anonymous__toas00), null];
|
|
38285
38317
|
}
|
|
38286
38318
|
var Companion_instance_164;
|
|
38287
38319
|
function Companion_getInstance_167() {
|
|
@@ -38294,28 +38326,28 @@ function $serializer_146() {
|
|
|
38294
38326
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.EconomicReportResponse', this, 2);
|
|
38295
38327
|
tmp0_serialDesc.z22('reports', false);
|
|
38296
38328
|
tmp0_serialDesc.z22('reportsIncluded', false);
|
|
38297
|
-
this.
|
|
38329
|
+
this.e6e_1 = tmp0_serialDesc;
|
|
38298
38330
|
}
|
|
38299
|
-
protoOf($serializer_146).
|
|
38300
|
-
var tmp0_desc = this.
|
|
38331
|
+
protoOf($serializer_146).f6e = function (encoder, value) {
|
|
38332
|
+
var tmp0_desc = this.e6e_1;
|
|
38301
38333
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
38302
|
-
var tmp2_cached = Companion_getInstance_167().
|
|
38334
|
+
var tmp2_cached = Companion_getInstance_167().d6e_1;
|
|
38303
38335
|
tmp1_output.b1x(tmp0_desc, 0, tmp2_cached[0].m1(), value.reports);
|
|
38304
38336
|
tmp1_output.v1w(tmp0_desc, 1, value.reportsIncluded);
|
|
38305
38337
|
tmp1_output.m1v(tmp0_desc);
|
|
38306
38338
|
};
|
|
38307
38339
|
protoOf($serializer_146).j1s = function (encoder, value) {
|
|
38308
|
-
return this.
|
|
38340
|
+
return this.f6e(encoder, value instanceof EconomicReportResponse ? value : THROW_CCE());
|
|
38309
38341
|
};
|
|
38310
38342
|
protoOf($serializer_146).k1s = function (decoder) {
|
|
38311
|
-
var tmp0_desc = this.
|
|
38343
|
+
var tmp0_desc = this.e6e_1;
|
|
38312
38344
|
var tmp1_flag = true;
|
|
38313
38345
|
var tmp2_index = 0;
|
|
38314
38346
|
var tmp3_bitMask0 = 0;
|
|
38315
38347
|
var tmp4_local0 = null;
|
|
38316
38348
|
var tmp5_local1 = 0n;
|
|
38317
38349
|
var tmp6_input = decoder.l1v(tmp0_desc);
|
|
38318
|
-
var tmp7_cached = Companion_getInstance_167().
|
|
38350
|
+
var tmp7_cached = Companion_getInstance_167().d6e_1;
|
|
38319
38351
|
if (tmp6_input.a1w()) {
|
|
38320
38352
|
tmp4_local0 = tmp6_input.x1v(tmp0_desc, 0, tmp7_cached[0].m1(), tmp4_local0);
|
|
38321
38353
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -38344,13 +38376,13 @@ protoOf($serializer_146).k1s = function (decoder) {
|
|
|
38344
38376
|
return EconomicReportResponse_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
38345
38377
|
};
|
|
38346
38378
|
protoOf($serializer_146).w1r = function () {
|
|
38347
|
-
return this.
|
|
38379
|
+
return this.e6e_1;
|
|
38348
38380
|
};
|
|
38349
38381
|
protoOf($serializer_146).q23 = function () {
|
|
38350
38382
|
// Inline function 'kotlin.arrayOf' call
|
|
38351
38383
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
38352
38384
|
// Inline function 'kotlin.js.asDynamic' call
|
|
38353
|
-
return [Companion_getInstance_167().
|
|
38385
|
+
return [Companion_getInstance_167().d6e_1[0].m1(), LongSerializer_getInstance()];
|
|
38354
38386
|
};
|
|
38355
38387
|
var $serializer_instance_146;
|
|
38356
38388
|
function $serializer_getInstance_146() {
|
|
@@ -38360,7 +38392,7 @@ function $serializer_getInstance_146() {
|
|
|
38360
38392
|
}
|
|
38361
38393
|
function EconomicReportResponse_init_$Init$(seen0, reports, reportsIncluded, serializationConstructorMarker, $this) {
|
|
38362
38394
|
if (!(3 === (3 & seen0))) {
|
|
38363
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_146().
|
|
38395
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_146().e6e_1);
|
|
38364
38396
|
}
|
|
38365
38397
|
$this.reports = reports;
|
|
38366
38398
|
$this.reportsIncluded = reportsIncluded;
|
|
@@ -38374,10 +38406,10 @@ function EconomicReportResponse(reports, reportsIncluded) {
|
|
|
38374
38406
|
this.reports = reports;
|
|
38375
38407
|
this.reportsIncluded = reportsIncluded;
|
|
38376
38408
|
}
|
|
38377
|
-
protoOf(EconomicReportResponse).
|
|
38409
|
+
protoOf(EconomicReportResponse).g6e = function () {
|
|
38378
38410
|
return this.reports;
|
|
38379
38411
|
};
|
|
38380
|
-
protoOf(EconomicReportResponse).
|
|
38412
|
+
protoOf(EconomicReportResponse).h6e = function () {
|
|
38381
38413
|
return this.reportsIncluded;
|
|
38382
38414
|
};
|
|
38383
38415
|
protoOf(EconomicReportResponse).oe = function () {
|
|
@@ -38386,13 +38418,13 @@ protoOf(EconomicReportResponse).oe = function () {
|
|
|
38386
38418
|
protoOf(EconomicReportResponse).pe = function () {
|
|
38387
38419
|
return this.reportsIncluded;
|
|
38388
38420
|
};
|
|
38389
|
-
protoOf(EconomicReportResponse).
|
|
38421
|
+
protoOf(EconomicReportResponse).i6e = function (reports, reportsIncluded) {
|
|
38390
38422
|
return new EconomicReportResponse(reports, reportsIncluded);
|
|
38391
38423
|
};
|
|
38392
38424
|
protoOf(EconomicReportResponse).copy = function (reports, reportsIncluded, $super) {
|
|
38393
38425
|
reports = reports === VOID ? this.reports : reports;
|
|
38394
38426
|
reportsIncluded = reportsIncluded === VOID ? this.reportsIncluded : reportsIncluded;
|
|
38395
|
-
return $super === VOID ? this.
|
|
38427
|
+
return $super === VOID ? this.i6e(reports, reportsIncluded) : $super.i6e.call(this, reports, reportsIncluded);
|
|
38396
38428
|
};
|
|
38397
38429
|
protoOf(EconomicReportResponse).toString = function () {
|
|
38398
38430
|
return 'EconomicReportResponse(reports=' + toString(this.reports) + ', reportsIncluded=' + this.reportsIncluded.toString() + ')';
|
|
@@ -38414,7 +38446,7 @@ protoOf(EconomicReportResponse).equals = function (other) {
|
|
|
38414
38446
|
return true;
|
|
38415
38447
|
};
|
|
38416
38448
|
function _get_$cachedSerializer__te6jhj_17($this) {
|
|
38417
|
-
return $this.
|
|
38449
|
+
return $this.q6d_1.m1();
|
|
38418
38450
|
}
|
|
38419
38451
|
function EconomicReportStatus$Companion$_anonymous__tm5w5o() {
|
|
38420
38452
|
var tmp = values_13();
|
|
@@ -38444,13 +38476,13 @@ function Companion_165() {
|
|
|
38444
38476
|
var tmp$ret$2 = element.value;
|
|
38445
38477
|
destination.s2(tmp$ret$2, element);
|
|
38446
38478
|
}
|
|
38447
|
-
tmp.
|
|
38479
|
+
tmp.p6d_1 = destination;
|
|
38448
38480
|
var tmp_0 = this;
|
|
38449
38481
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
38450
|
-
tmp_0.
|
|
38482
|
+
tmp_0.q6d_1 = lazy(tmp_1, EconomicReportStatus$Companion$_anonymous__tm5w5o);
|
|
38451
38483
|
}
|
|
38452
38484
|
protoOf(Companion_165).fromValue = function (value) {
|
|
38453
|
-
return this.
|
|
38485
|
+
return this.p6d_1.z2(value);
|
|
38454
38486
|
};
|
|
38455
38487
|
protoOf(Companion_165).i4r = function () {
|
|
38456
38488
|
return _get_$cachedSerializer__te6jhj_17(this);
|
|
@@ -38523,7 +38555,7 @@ function Companion_166() {
|
|
|
38523
38555
|
// Inline function 'kotlin.arrayOf' call
|
|
38524
38556
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
38525
38557
|
// Inline function 'kotlin.js.asDynamic' call
|
|
38526
|
-
tmp.
|
|
38558
|
+
tmp.n6e_1 = [lazy(tmp_0, EditResidencyCommand$Companion$$childSerializers$_anonymous__ytfxzl), null, null, null];
|
|
38527
38559
|
}
|
|
38528
38560
|
var Companion_instance_166;
|
|
38529
38561
|
function Companion_getInstance_169() {
|
|
@@ -38538,12 +38570,12 @@ function $serializer_147() {
|
|
|
38538
38570
|
tmp0_serialDesc.z22('sectionId', false);
|
|
38539
38571
|
tmp0_serialDesc.z22('validFrom', false);
|
|
38540
38572
|
tmp0_serialDesc.z22('validTo', true);
|
|
38541
|
-
this.
|
|
38573
|
+
this.o6e_1 = tmp0_serialDesc;
|
|
38542
38574
|
}
|
|
38543
|
-
protoOf($serializer_147).
|
|
38544
|
-
var tmp0_desc = this.
|
|
38575
|
+
protoOf($serializer_147).p6e = function (encoder, value) {
|
|
38576
|
+
var tmp0_desc = this.o6e_1;
|
|
38545
38577
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
38546
|
-
var tmp2_cached = Companion_getInstance_169().
|
|
38578
|
+
var tmp2_cached = Companion_getInstance_169().n6e_1;
|
|
38547
38579
|
tmp1_output.b1x(tmp0_desc, 0, tmp2_cached[0].m1(), value.roleType);
|
|
38548
38580
|
tmp1_output.v1w(tmp0_desc, 1, value.sectionId);
|
|
38549
38581
|
tmp1_output.b1x(tmp0_desc, 2, InstantSerializer_getInstance(), value.validFrom);
|
|
@@ -38553,10 +38585,10 @@ protoOf($serializer_147).o6e = function (encoder, value) {
|
|
|
38553
38585
|
tmp1_output.m1v(tmp0_desc);
|
|
38554
38586
|
};
|
|
38555
38587
|
protoOf($serializer_147).j1s = function (encoder, value) {
|
|
38556
|
-
return this.
|
|
38588
|
+
return this.p6e(encoder, value instanceof EditResidencyCommand ? value : THROW_CCE());
|
|
38557
38589
|
};
|
|
38558
38590
|
protoOf($serializer_147).k1s = function (decoder) {
|
|
38559
|
-
var tmp0_desc = this.
|
|
38591
|
+
var tmp0_desc = this.o6e_1;
|
|
38560
38592
|
var tmp1_flag = true;
|
|
38561
38593
|
var tmp2_index = 0;
|
|
38562
38594
|
var tmp3_bitMask0 = 0;
|
|
@@ -38565,7 +38597,7 @@ protoOf($serializer_147).k1s = function (decoder) {
|
|
|
38565
38597
|
var tmp6_local2 = null;
|
|
38566
38598
|
var tmp7_local3 = null;
|
|
38567
38599
|
var tmp8_input = decoder.l1v(tmp0_desc);
|
|
38568
|
-
var tmp9_cached = Companion_getInstance_169().
|
|
38600
|
+
var tmp9_cached = Companion_getInstance_169().n6e_1;
|
|
38569
38601
|
if (tmp8_input.a1w()) {
|
|
38570
38602
|
tmp4_local0 = tmp8_input.x1v(tmp0_desc, 0, tmp9_cached[0].m1(), tmp4_local0);
|
|
38571
38603
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -38606,13 +38638,13 @@ protoOf($serializer_147).k1s = function (decoder) {
|
|
|
38606
38638
|
return EditResidencyCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
38607
38639
|
};
|
|
38608
38640
|
protoOf($serializer_147).w1r = function () {
|
|
38609
|
-
return this.
|
|
38641
|
+
return this.o6e_1;
|
|
38610
38642
|
};
|
|
38611
38643
|
protoOf($serializer_147).q23 = function () {
|
|
38612
38644
|
// Inline function 'kotlin.arrayOf' call
|
|
38613
38645
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
38614
38646
|
// Inline function 'kotlin.js.asDynamic' call
|
|
38615
|
-
return [Companion_getInstance_169().
|
|
38647
|
+
return [Companion_getInstance_169().n6e_1[0].m1(), LongSerializer_getInstance(), InstantSerializer_getInstance(), get_nullable(InstantSerializer_getInstance())];
|
|
38616
38648
|
};
|
|
38617
38649
|
var $serializer_instance_147;
|
|
38618
38650
|
function $serializer_getInstance_147() {
|
|
@@ -38622,7 +38654,7 @@ function $serializer_getInstance_147() {
|
|
|
38622
38654
|
}
|
|
38623
38655
|
function EditResidencyCommand_init_$Init$(seen0, roleType, sectionId, validFrom, validTo, serializationConstructorMarker, $this) {
|
|
38624
38656
|
if (!(7 === (7 & seen0))) {
|
|
38625
|
-
throwMissingFieldException(seen0, 7, $serializer_getInstance_147().
|
|
38657
|
+
throwMissingFieldException(seen0, 7, $serializer_getInstance_147().o6e_1);
|
|
38626
38658
|
}
|
|
38627
38659
|
$this.roleType = roleType;
|
|
38628
38660
|
$this.sectionId = sectionId;
|
|
@@ -38644,7 +38676,7 @@ function EditResidencyCommand(roleType, sectionId, validFrom, validTo) {
|
|
|
38644
38676
|
this.validFrom = validFrom;
|
|
38645
38677
|
this.validTo = validTo;
|
|
38646
38678
|
}
|
|
38647
|
-
protoOf(EditResidencyCommand).
|
|
38679
|
+
protoOf(EditResidencyCommand).q6e = function () {
|
|
38648
38680
|
return this.roleType;
|
|
38649
38681
|
};
|
|
38650
38682
|
protoOf(EditResidencyCommand).u5e = function () {
|
|
@@ -38668,7 +38700,7 @@ protoOf(EditResidencyCommand).p5c = function () {
|
|
|
38668
38700
|
protoOf(EditResidencyCommand).q5c = function () {
|
|
38669
38701
|
return this.validTo;
|
|
38670
38702
|
};
|
|
38671
|
-
protoOf(EditResidencyCommand).
|
|
38703
|
+
protoOf(EditResidencyCommand).r6e = function (roleType, sectionId, validFrom, validTo) {
|
|
38672
38704
|
return new EditResidencyCommand(roleType, sectionId, validFrom, validTo);
|
|
38673
38705
|
};
|
|
38674
38706
|
protoOf(EditResidencyCommand).copy = function (roleType, sectionId, validFrom, validTo, $super) {
|
|
@@ -38676,7 +38708,7 @@ protoOf(EditResidencyCommand).copy = function (roleType, sectionId, validFrom, v
|
|
|
38676
38708
|
sectionId = sectionId === VOID ? this.sectionId : sectionId;
|
|
38677
38709
|
validFrom = validFrom === VOID ? this.validFrom : validFrom;
|
|
38678
38710
|
validTo = validTo === VOID ? this.validTo : validTo;
|
|
38679
|
-
return $super === VOID ? this.
|
|
38711
|
+
return $super === VOID ? this.r6e(roleType, sectionId, validFrom, validTo) : $super.r6e.call(this, roleType, sectionId, validFrom, validTo);
|
|
38680
38712
|
};
|
|
38681
38713
|
protoOf(EditResidencyCommand).toString = function () {
|
|
38682
38714
|
return 'EditResidencyCommand(roleType=' + this.roleType.toString() + ', sectionId=' + this.sectionId.toString() + ', validFrom=' + this.validFrom.toString() + ', validTo=' + toString_0(this.validTo) + ')';
|
|
@@ -38714,20 +38746,20 @@ function $serializer_148() {
|
|
|
38714
38746
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.EmailInlineConfirmCommand', this, 2);
|
|
38715
38747
|
tmp0_serialDesc.z22('fingerprint', false);
|
|
38716
38748
|
tmp0_serialDesc.z22('session', false);
|
|
38717
|
-
this.
|
|
38749
|
+
this.s6e_1 = tmp0_serialDesc;
|
|
38718
38750
|
}
|
|
38719
|
-
protoOf($serializer_148).
|
|
38720
|
-
var tmp0_desc = this.
|
|
38751
|
+
protoOf($serializer_148).t6e = function (encoder, value) {
|
|
38752
|
+
var tmp0_desc = this.s6e_1;
|
|
38721
38753
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
38722
38754
|
tmp1_output.z1w(tmp0_desc, 0, value.fingerprint);
|
|
38723
38755
|
tmp1_output.z1w(tmp0_desc, 1, value.session);
|
|
38724
38756
|
tmp1_output.m1v(tmp0_desc);
|
|
38725
38757
|
};
|
|
38726
38758
|
protoOf($serializer_148).j1s = function (encoder, value) {
|
|
38727
|
-
return this.
|
|
38759
|
+
return this.t6e(encoder, value instanceof EmailInlineConfirmCommand ? value : THROW_CCE());
|
|
38728
38760
|
};
|
|
38729
38761
|
protoOf($serializer_148).k1s = function (decoder) {
|
|
38730
|
-
var tmp0_desc = this.
|
|
38762
|
+
var tmp0_desc = this.s6e_1;
|
|
38731
38763
|
var tmp1_flag = true;
|
|
38732
38764
|
var tmp2_index = 0;
|
|
38733
38765
|
var tmp3_bitMask0 = 0;
|
|
@@ -38762,7 +38794,7 @@ protoOf($serializer_148).k1s = function (decoder) {
|
|
|
38762
38794
|
return EmailInlineConfirmCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
38763
38795
|
};
|
|
38764
38796
|
protoOf($serializer_148).w1r = function () {
|
|
38765
|
-
return this.
|
|
38797
|
+
return this.s6e_1;
|
|
38766
38798
|
};
|
|
38767
38799
|
protoOf($serializer_148).q23 = function () {
|
|
38768
38800
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -38778,7 +38810,7 @@ function $serializer_getInstance_148() {
|
|
|
38778
38810
|
}
|
|
38779
38811
|
function EmailInlineConfirmCommand_init_$Init$(seen0, fingerprint, session, serializationConstructorMarker, $this) {
|
|
38780
38812
|
if (!(3 === (3 & seen0))) {
|
|
38781
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_148().
|
|
38813
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_148().s6e_1);
|
|
38782
38814
|
}
|
|
38783
38815
|
$this.fingerprint = fingerprint;
|
|
38784
38816
|
$this.session = session;
|
|
@@ -38844,25 +38876,25 @@ function $serializer_149() {
|
|
|
38844
38876
|
tmp0_serialDesc.z22('name', false);
|
|
38845
38877
|
tmp0_serialDesc.z22('participantId', false);
|
|
38846
38878
|
tmp0_serialDesc.z22('employee', true);
|
|
38847
|
-
this.
|
|
38879
|
+
this.u6e_1 = tmp0_serialDesc;
|
|
38848
38880
|
}
|
|
38849
|
-
protoOf($serializer_149).
|
|
38850
|
-
var tmp0_desc = this.
|
|
38881
|
+
protoOf($serializer_149).v6e = function (encoder, value) {
|
|
38882
|
+
var tmp0_desc = this.u6e_1;
|
|
38851
38883
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
38852
|
-
tmp1_output.r1w(tmp0_desc, 0, value.
|
|
38853
|
-
tmp1_output.v1w(tmp0_desc, 1, value.
|
|
38854
|
-
tmp1_output.z1w(tmp0_desc, 2, value.
|
|
38855
|
-
tmp1_output.v1w(tmp0_desc, 3, value.
|
|
38884
|
+
tmp1_output.r1w(tmp0_desc, 0, value.w6e_1);
|
|
38885
|
+
tmp1_output.v1w(tmp0_desc, 1, value.x6e_1);
|
|
38886
|
+
tmp1_output.z1w(tmp0_desc, 2, value.y6e_1);
|
|
38887
|
+
tmp1_output.v1w(tmp0_desc, 3, value.z6e_1);
|
|
38856
38888
|
if (tmp1_output.g1x(tmp0_desc, 4) ? true : !(value.employee == null)) {
|
|
38857
38889
|
tmp1_output.c1x(tmp0_desc, 4, $serializer_getInstance_272(), value.employee);
|
|
38858
38890
|
}
|
|
38859
38891
|
tmp1_output.m1v(tmp0_desc);
|
|
38860
38892
|
};
|
|
38861
38893
|
protoOf($serializer_149).j1s = function (encoder, value) {
|
|
38862
|
-
return this.
|
|
38894
|
+
return this.v6e(encoder, value instanceof EmployeeParticipant ? value : THROW_CCE());
|
|
38863
38895
|
};
|
|
38864
38896
|
protoOf($serializer_149).k1s = function (decoder) {
|
|
38865
|
-
var tmp0_desc = this.
|
|
38897
|
+
var tmp0_desc = this.u6e_1;
|
|
38866
38898
|
var tmp1_flag = true;
|
|
38867
38899
|
var tmp2_index = 0;
|
|
38868
38900
|
var tmp3_bitMask0 = 0;
|
|
@@ -38918,7 +38950,7 @@ protoOf($serializer_149).k1s = function (decoder) {
|
|
|
38918
38950
|
return EmployeeParticipant_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
38919
38951
|
};
|
|
38920
38952
|
protoOf($serializer_149).w1r = function () {
|
|
38921
|
-
return this.
|
|
38953
|
+
return this.u6e_1;
|
|
38922
38954
|
};
|
|
38923
38955
|
protoOf($serializer_149).q23 = function () {
|
|
38924
38956
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -38934,13 +38966,13 @@ function $serializer_getInstance_149() {
|
|
|
38934
38966
|
}
|
|
38935
38967
|
function EmployeeParticipant_init_$Init$(seen0, active, id, name, participantId, employee, serializationConstructorMarker, $this) {
|
|
38936
38968
|
if (!(15 === (15 & seen0))) {
|
|
38937
|
-
throwMissingFieldException(seen0, 15, $serializer_getInstance_149().
|
|
38969
|
+
throwMissingFieldException(seen0, 15, $serializer_getInstance_149().u6e_1);
|
|
38938
38970
|
}
|
|
38939
38971
|
Participant_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
38940
|
-
$this.
|
|
38941
|
-
$this.
|
|
38942
|
-
$this.
|
|
38943
|
-
$this.
|
|
38972
|
+
$this.w6e_1 = active;
|
|
38973
|
+
$this.x6e_1 = id;
|
|
38974
|
+
$this.y6e_1 = name;
|
|
38975
|
+
$this.z6e_1 = participantId;
|
|
38944
38976
|
if (0 === (seen0 & 16))
|
|
38945
38977
|
$this.employee = null;
|
|
38946
38978
|
else
|
|
@@ -38953,61 +38985,61 @@ function EmployeeParticipant_init_$Create$(seen0, active, id, name, participantI
|
|
|
38953
38985
|
function EmployeeParticipant(active, id, name, participantId, employee) {
|
|
38954
38986
|
employee = employee === VOID ? null : employee;
|
|
38955
38987
|
Participant.call(this);
|
|
38956
|
-
this.
|
|
38957
|
-
this.
|
|
38958
|
-
this.
|
|
38959
|
-
this.
|
|
38988
|
+
this.w6e_1 = active;
|
|
38989
|
+
this.x6e_1 = id;
|
|
38990
|
+
this.y6e_1 = name;
|
|
38991
|
+
this.z6e_1 = participantId;
|
|
38960
38992
|
this.employee = employee;
|
|
38961
38993
|
}
|
|
38962
38994
|
protoOf(EmployeeParticipant).l68 = function () {
|
|
38963
|
-
return this.
|
|
38995
|
+
return this.w6e_1;
|
|
38964
38996
|
};
|
|
38965
38997
|
protoOf(EmployeeParticipant).n5c = function () {
|
|
38966
|
-
return this.
|
|
38998
|
+
return this.x6e_1;
|
|
38967
38999
|
};
|
|
38968
39000
|
protoOf(EmployeeParticipant).m = function () {
|
|
38969
|
-
return this.
|
|
39001
|
+
return this.y6e_1;
|
|
38970
39002
|
};
|
|
38971
39003
|
protoOf(EmployeeParticipant).a5v = function () {
|
|
38972
|
-
return this.
|
|
39004
|
+
return this.z6e_1;
|
|
38973
39005
|
};
|
|
38974
|
-
protoOf(EmployeeParticipant).
|
|
39006
|
+
protoOf(EmployeeParticipant).a6f = function () {
|
|
38975
39007
|
return this.employee;
|
|
38976
39008
|
};
|
|
38977
39009
|
protoOf(EmployeeParticipant).oe = function () {
|
|
38978
|
-
return this.
|
|
39010
|
+
return this.w6e_1;
|
|
38979
39011
|
};
|
|
38980
39012
|
protoOf(EmployeeParticipant).pe = function () {
|
|
38981
|
-
return this.
|
|
39013
|
+
return this.x6e_1;
|
|
38982
39014
|
};
|
|
38983
39015
|
protoOf(EmployeeParticipant).p5c = function () {
|
|
38984
|
-
return this.
|
|
39016
|
+
return this.y6e_1;
|
|
38985
39017
|
};
|
|
38986
39018
|
protoOf(EmployeeParticipant).q5c = function () {
|
|
38987
|
-
return this.
|
|
39019
|
+
return this.z6e_1;
|
|
38988
39020
|
};
|
|
38989
39021
|
protoOf(EmployeeParticipant).r5c = function () {
|
|
38990
39022
|
return this.employee;
|
|
38991
39023
|
};
|
|
38992
|
-
protoOf(EmployeeParticipant).
|
|
39024
|
+
protoOf(EmployeeParticipant).b6f = function (active, id, name, participantId, employee) {
|
|
38993
39025
|
return new EmployeeParticipant(active, id, name, participantId, employee);
|
|
38994
39026
|
};
|
|
38995
39027
|
protoOf(EmployeeParticipant).copy = function (active, id, name, participantId, employee, $super) {
|
|
38996
|
-
active = active === VOID ? this.
|
|
38997
|
-
id = id === VOID ? this.
|
|
38998
|
-
name = name === VOID ? this.
|
|
38999
|
-
participantId = participantId === VOID ? this.
|
|
39028
|
+
active = active === VOID ? this.w6e_1 : active;
|
|
39029
|
+
id = id === VOID ? this.x6e_1 : id;
|
|
39030
|
+
name = name === VOID ? this.y6e_1 : name;
|
|
39031
|
+
participantId = participantId === VOID ? this.z6e_1 : participantId;
|
|
39000
39032
|
employee = employee === VOID ? this.employee : employee;
|
|
39001
|
-
return $super === VOID ? this.
|
|
39033
|
+
return $super === VOID ? this.b6f(active, id, name, participantId, employee) : $super.b6f.call(this, active, id, name, participantId, employee);
|
|
39002
39034
|
};
|
|
39003
39035
|
protoOf(EmployeeParticipant).toString = function () {
|
|
39004
|
-
return 'EmployeeParticipant(active=' + this.
|
|
39036
|
+
return 'EmployeeParticipant(active=' + this.w6e_1 + ', id=' + this.x6e_1.toString() + ', name=' + this.y6e_1 + ', participantId=' + this.z6e_1.toString() + ', employee=' + toString_0(this.employee) + ')';
|
|
39005
39037
|
};
|
|
39006
39038
|
protoOf(EmployeeParticipant).hashCode = function () {
|
|
39007
|
-
var result = getBooleanHashCode(this.
|
|
39008
|
-
result = imul(result, 31) + getBigIntHashCode(this.
|
|
39009
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
39010
|
-
result = imul(result, 31) + getBigIntHashCode(this.
|
|
39039
|
+
var result = getBooleanHashCode(this.w6e_1);
|
|
39040
|
+
result = imul(result, 31) + getBigIntHashCode(this.x6e_1) | 0;
|
|
39041
|
+
result = imul(result, 31) + getStringHashCode(this.y6e_1) | 0;
|
|
39042
|
+
result = imul(result, 31) + getBigIntHashCode(this.z6e_1) | 0;
|
|
39011
39043
|
result = imul(result, 31) + (this.employee == null ? 0 : this.employee.hashCode()) | 0;
|
|
39012
39044
|
return result;
|
|
39013
39045
|
};
|
|
@@ -39016,14 +39048,14 @@ protoOf(EmployeeParticipant).equals = function (other) {
|
|
|
39016
39048
|
return true;
|
|
39017
39049
|
if (!(other instanceof EmployeeParticipant))
|
|
39018
39050
|
return false;
|
|
39019
|
-
if (!(this.v6e_1 === other.v6e_1))
|
|
39020
|
-
return false;
|
|
39021
39051
|
if (!(this.w6e_1 === other.w6e_1))
|
|
39022
39052
|
return false;
|
|
39023
39053
|
if (!(this.x6e_1 === other.x6e_1))
|
|
39024
39054
|
return false;
|
|
39025
39055
|
if (!(this.y6e_1 === other.y6e_1))
|
|
39026
39056
|
return false;
|
|
39057
|
+
if (!(this.z6e_1 === other.z6e_1))
|
|
39058
|
+
return false;
|
|
39027
39059
|
if (!equals(this.employee, other.employee))
|
|
39028
39060
|
return false;
|
|
39029
39061
|
return true;
|
|
@@ -39043,7 +39075,7 @@ function Companion_169() {
|
|
|
39043
39075
|
// Inline function 'kotlin.arrayOf' call
|
|
39044
39076
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
39045
39077
|
// Inline function 'kotlin.js.asDynamic' call
|
|
39046
|
-
tmp.
|
|
39078
|
+
tmp.e6f_1 = [null, null, null, null, null, null, tmp_1, null, null, null, lazy(tmp_2, Expense$Companion$$childSerializers$_anonymous__8xw4q6_0)];
|
|
39047
39079
|
}
|
|
39048
39080
|
var Companion_instance_169;
|
|
39049
39081
|
function Companion_getInstance_172() {
|
|
@@ -39065,12 +39097,12 @@ function $serializer_150() {
|
|
|
39065
39097
|
tmp0_serialDesc.z22('id', false);
|
|
39066
39098
|
tmp0_serialDesc.z22('payableTo', true);
|
|
39067
39099
|
tmp0_serialDesc.z22('status', false);
|
|
39068
|
-
this.
|
|
39100
|
+
this.f6f_1 = tmp0_serialDesc;
|
|
39069
39101
|
}
|
|
39070
|
-
protoOf($serializer_150).
|
|
39071
|
-
var tmp0_desc = this.
|
|
39102
|
+
protoOf($serializer_150).g6f = function (encoder, value) {
|
|
39103
|
+
var tmp0_desc = this.f6f_1;
|
|
39072
39104
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
39073
|
-
var tmp2_cached = Companion_getInstance_172().
|
|
39105
|
+
var tmp2_cached = Companion_getInstance_172().e6f_1;
|
|
39074
39106
|
tmp1_output.z1w(tmp0_desc, 0, value.account);
|
|
39075
39107
|
tmp1_output.x1w(tmp0_desc, 1, value.amount);
|
|
39076
39108
|
tmp1_output.b1x(tmp0_desc, 2, InstantSerializer_getInstance(), value.createdAt);
|
|
@@ -39091,10 +39123,10 @@ protoOf($serializer_150).f6f = function (encoder, value) {
|
|
|
39091
39123
|
tmp1_output.m1v(tmp0_desc);
|
|
39092
39124
|
};
|
|
39093
39125
|
protoOf($serializer_150).j1s = function (encoder, value) {
|
|
39094
|
-
return this.
|
|
39126
|
+
return this.g6f(encoder, value instanceof Expense ? value : THROW_CCE());
|
|
39095
39127
|
};
|
|
39096
39128
|
protoOf($serializer_150).k1s = function (decoder) {
|
|
39097
|
-
var tmp0_desc = this.
|
|
39129
|
+
var tmp0_desc = this.f6f_1;
|
|
39098
39130
|
var tmp1_flag = true;
|
|
39099
39131
|
var tmp2_index = 0;
|
|
39100
39132
|
var tmp3_bitMask0 = 0;
|
|
@@ -39110,7 +39142,7 @@ protoOf($serializer_150).k1s = function (decoder) {
|
|
|
39110
39142
|
var tmp13_local9 = null;
|
|
39111
39143
|
var tmp14_local10 = null;
|
|
39112
39144
|
var tmp15_input = decoder.l1v(tmp0_desc);
|
|
39113
|
-
var tmp16_cached = Companion_getInstance_172().
|
|
39145
|
+
var tmp16_cached = Companion_getInstance_172().e6f_1;
|
|
39114
39146
|
if (tmp15_input.a1w()) {
|
|
39115
39147
|
tmp4_local0 = tmp15_input.v1v(tmp0_desc, 0);
|
|
39116
39148
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -39193,10 +39225,10 @@ protoOf($serializer_150).k1s = function (decoder) {
|
|
|
39193
39225
|
return Expense_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, null);
|
|
39194
39226
|
};
|
|
39195
39227
|
protoOf($serializer_150).w1r = function () {
|
|
39196
|
-
return this.
|
|
39228
|
+
return this.f6f_1;
|
|
39197
39229
|
};
|
|
39198
39230
|
protoOf($serializer_150).q23 = function () {
|
|
39199
|
-
var tmp0_cached = Companion_getInstance_172().
|
|
39231
|
+
var tmp0_cached = Companion_getInstance_172().e6f_1;
|
|
39200
39232
|
// Inline function 'kotlin.arrayOf' call
|
|
39201
39233
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
39202
39234
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -39210,7 +39242,7 @@ function $serializer_getInstance_150() {
|
|
|
39210
39242
|
}
|
|
39211
39243
|
function Expense_init_$Init$(seen0, account, amount, createdAt, createdBy, dateOfPurchase, description, expenseProcessing, expenseType, id, payableTo, status, serializationConstructorMarker, $this) {
|
|
39212
39244
|
if (!(1439 === (1439 & seen0))) {
|
|
39213
|
-
throwMissingFieldException(seen0, 1439, $serializer_getInstance_150().
|
|
39245
|
+
throwMissingFieldException(seen0, 1439, $serializer_getInstance_150().f6f_1);
|
|
39214
39246
|
}
|
|
39215
39247
|
$this.account = account;
|
|
39216
39248
|
$this.amount = amount;
|
|
@@ -39272,10 +39304,10 @@ protoOf(Expense).w5x = function () {
|
|
|
39272
39304
|
protoOf(Expense).m5c = function () {
|
|
39273
39305
|
return this.description;
|
|
39274
39306
|
};
|
|
39275
|
-
protoOf(Expense).
|
|
39307
|
+
protoOf(Expense).h6f = function () {
|
|
39276
39308
|
return this.expenseProcessing;
|
|
39277
39309
|
};
|
|
39278
|
-
protoOf(Expense).
|
|
39310
|
+
protoOf(Expense).i6f = function () {
|
|
39279
39311
|
return this.expenseType;
|
|
39280
39312
|
};
|
|
39281
39313
|
protoOf(Expense).n5c = function () {
|
|
@@ -39320,7 +39352,7 @@ protoOf(Expense).c5e = function () {
|
|
|
39320
39352
|
protoOf(Expense).d5e = function () {
|
|
39321
39353
|
return this.status;
|
|
39322
39354
|
};
|
|
39323
|
-
protoOf(Expense).
|
|
39355
|
+
protoOf(Expense).j6f = function (account, amount, createdAt, createdBy, dateOfPurchase, description, expenseProcessing, expenseType, id, payableTo, status) {
|
|
39324
39356
|
return new Expense(account, amount, createdAt, createdBy, dateOfPurchase, description, expenseProcessing, expenseType, id, payableTo, status);
|
|
39325
39357
|
};
|
|
39326
39358
|
protoOf(Expense).copy = function (account, amount, createdAt, createdBy, dateOfPurchase, description, expenseProcessing, expenseType, id, payableTo, status, $super) {
|
|
@@ -39335,7 +39367,7 @@ protoOf(Expense).copy = function (account, amount, createdAt, createdBy, dateOfP
|
|
|
39335
39367
|
id = id === VOID ? this.id : id;
|
|
39336
39368
|
payableTo = payableTo === VOID ? this.payableTo : payableTo;
|
|
39337
39369
|
status = status === VOID ? this.status : status;
|
|
39338
|
-
return $super === VOID ? this.
|
|
39370
|
+
return $super === VOID ? this.j6f(account, amount, createdAt, createdBy, dateOfPurchase, description, expenseProcessing, expenseType, id, payableTo, status) : $super.j6f.call(this, account, amount, createdAt, createdBy, dateOfPurchase, description, expenseProcessing, expenseType, id, payableTo, status);
|
|
39339
39371
|
};
|
|
39340
39372
|
protoOf(Expense).toString = function () {
|
|
39341
39373
|
return 'Expense(account=' + this.account + ', amount=' + this.amount + ', createdAt=' + this.createdAt.toString() + ', createdBy=' + this.createdBy.toString() + ', dateOfPurchase=' + this.dateOfPurchase.toString() + ', description=' + this.description + ', expenseProcessing=' + toString_0(this.expenseProcessing) + ', expenseType=' + this.expenseType + ', id=' + this.id.toString() + ', payableTo=' + toString_0(this.payableTo) + ', status=' + this.status.toString() + ')';
|
|
@@ -39393,19 +39425,19 @@ function $serializer_151() {
|
|
|
39393
39425
|
$serializer_instance_151 = this;
|
|
39394
39426
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.ExpenseCount', this, 1);
|
|
39395
39427
|
tmp0_serialDesc.z22('count', false);
|
|
39396
|
-
this.
|
|
39428
|
+
this.k6f_1 = tmp0_serialDesc;
|
|
39397
39429
|
}
|
|
39398
|
-
protoOf($serializer_151).
|
|
39399
|
-
var tmp0_desc = this.
|
|
39430
|
+
protoOf($serializer_151).l6f = function (encoder, value) {
|
|
39431
|
+
var tmp0_desc = this.k6f_1;
|
|
39400
39432
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
39401
39433
|
tmp1_output.v1w(tmp0_desc, 0, value.count);
|
|
39402
39434
|
tmp1_output.m1v(tmp0_desc);
|
|
39403
39435
|
};
|
|
39404
39436
|
protoOf($serializer_151).j1s = function (encoder, value) {
|
|
39405
|
-
return this.
|
|
39437
|
+
return this.l6f(encoder, value instanceof ExpenseCount ? value : THROW_CCE());
|
|
39406
39438
|
};
|
|
39407
39439
|
protoOf($serializer_151).k1s = function (decoder) {
|
|
39408
|
-
var tmp0_desc = this.
|
|
39440
|
+
var tmp0_desc = this.k6f_1;
|
|
39409
39441
|
var tmp1_flag = true;
|
|
39410
39442
|
var tmp2_index = 0;
|
|
39411
39443
|
var tmp3_bitMask0 = 0;
|
|
@@ -39433,7 +39465,7 @@ protoOf($serializer_151).k1s = function (decoder) {
|
|
|
39433
39465
|
return ExpenseCount_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
39434
39466
|
};
|
|
39435
39467
|
protoOf($serializer_151).w1r = function () {
|
|
39436
|
-
return this.
|
|
39468
|
+
return this.k6f_1;
|
|
39437
39469
|
};
|
|
39438
39470
|
protoOf($serializer_151).q23 = function () {
|
|
39439
39471
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -39449,7 +39481,7 @@ function $serializer_getInstance_151() {
|
|
|
39449
39481
|
}
|
|
39450
39482
|
function ExpenseCount_init_$Init$(seen0, count, serializationConstructorMarker, $this) {
|
|
39451
39483
|
if (!(1 === (1 & seen0))) {
|
|
39452
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_151().
|
|
39484
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_151().k6f_1);
|
|
39453
39485
|
}
|
|
39454
39486
|
$this.count = count;
|
|
39455
39487
|
return $this;
|
|
@@ -39498,7 +39530,7 @@ function Companion_171() {
|
|
|
39498
39530
|
// Inline function 'kotlin.arrayOf' call
|
|
39499
39531
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
39500
39532
|
// Inline function 'kotlin.js.asDynamic' call
|
|
39501
|
-
tmp.
|
|
39533
|
+
tmp.o6f_1 = [null, null, null, null, lazy(tmp_0, ExpenseProcessing$Companion$$childSerializers$_anonymous__w844dd)];
|
|
39502
39534
|
}
|
|
39503
39535
|
var Companion_instance_171;
|
|
39504
39536
|
function Companion_getInstance_174() {
|
|
@@ -39514,12 +39546,12 @@ function $serializer_152() {
|
|
|
39514
39546
|
tmp0_serialDesc.z22('performedById', true);
|
|
39515
39547
|
tmp0_serialDesc.z22('rejectionReason', true);
|
|
39516
39548
|
tmp0_serialDesc.z22('result', false);
|
|
39517
|
-
this.
|
|
39549
|
+
this.p6f_1 = tmp0_serialDesc;
|
|
39518
39550
|
}
|
|
39519
|
-
protoOf($serializer_152).
|
|
39520
|
-
var tmp0_desc = this.
|
|
39551
|
+
protoOf($serializer_152).q6f = function (encoder, value) {
|
|
39552
|
+
var tmp0_desc = this.p6f_1;
|
|
39521
39553
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
39522
|
-
var tmp2_cached = Companion_getInstance_174().
|
|
39554
|
+
var tmp2_cached = Companion_getInstance_174().o6f_1;
|
|
39523
39555
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.performedAt == null)) {
|
|
39524
39556
|
tmp1_output.c1x(tmp0_desc, 0, InstantSerializer_getInstance(), value.performedAt);
|
|
39525
39557
|
}
|
|
@@ -39536,10 +39568,10 @@ protoOf($serializer_152).p6f = function (encoder, value) {
|
|
|
39536
39568
|
tmp1_output.m1v(tmp0_desc);
|
|
39537
39569
|
};
|
|
39538
39570
|
protoOf($serializer_152).j1s = function (encoder, value) {
|
|
39539
|
-
return this.
|
|
39571
|
+
return this.q6f(encoder, value instanceof ExpenseProcessing ? value : THROW_CCE());
|
|
39540
39572
|
};
|
|
39541
39573
|
protoOf($serializer_152).k1s = function (decoder) {
|
|
39542
|
-
var tmp0_desc = this.
|
|
39574
|
+
var tmp0_desc = this.p6f_1;
|
|
39543
39575
|
var tmp1_flag = true;
|
|
39544
39576
|
var tmp2_index = 0;
|
|
39545
39577
|
var tmp3_bitMask0 = 0;
|
|
@@ -39549,7 +39581,7 @@ protoOf($serializer_152).k1s = function (decoder) {
|
|
|
39549
39581
|
var tmp7_local3 = null;
|
|
39550
39582
|
var tmp8_local4 = null;
|
|
39551
39583
|
var tmp9_input = decoder.l1v(tmp0_desc);
|
|
39552
|
-
var tmp10_cached = Companion_getInstance_174().
|
|
39584
|
+
var tmp10_cached = Companion_getInstance_174().o6f_1;
|
|
39553
39585
|
if (tmp9_input.a1w()) {
|
|
39554
39586
|
tmp4_local0 = tmp9_input.z1v(tmp0_desc, 0, InstantSerializer_getInstance(), tmp4_local0);
|
|
39555
39587
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -39596,10 +39628,10 @@ protoOf($serializer_152).k1s = function (decoder) {
|
|
|
39596
39628
|
return ExpenseProcessing_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
39597
39629
|
};
|
|
39598
39630
|
protoOf($serializer_152).w1r = function () {
|
|
39599
|
-
return this.
|
|
39631
|
+
return this.p6f_1;
|
|
39600
39632
|
};
|
|
39601
39633
|
protoOf($serializer_152).q23 = function () {
|
|
39602
|
-
var tmp0_cached = Companion_getInstance_174().
|
|
39634
|
+
var tmp0_cached = Companion_getInstance_174().o6f_1;
|
|
39603
39635
|
// Inline function 'kotlin.arrayOf' call
|
|
39604
39636
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
39605
39637
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -39613,7 +39645,7 @@ function $serializer_getInstance_152() {
|
|
|
39613
39645
|
}
|
|
39614
39646
|
function ExpenseProcessing_init_$Init$(seen0, performedAt, performedBy, performedById, rejectionReason, result, serializationConstructorMarker, $this) {
|
|
39615
39647
|
if (!(16 === (16 & seen0))) {
|
|
39616
|
-
throwMissingFieldException(seen0, 16, $serializer_getInstance_152().
|
|
39648
|
+
throwMissingFieldException(seen0, 16, $serializer_getInstance_152().p6f_1);
|
|
39617
39649
|
}
|
|
39618
39650
|
if (0 === (seen0 & 1))
|
|
39619
39651
|
$this.performedAt = null;
|
|
@@ -39658,10 +39690,10 @@ protoOf(ExpenseProcessing).r5t = function () {
|
|
|
39658
39690
|
protoOf(ExpenseProcessing).s5t = function () {
|
|
39659
39691
|
return this.performedById;
|
|
39660
39692
|
};
|
|
39661
|
-
protoOf(ExpenseProcessing).
|
|
39693
|
+
protoOf(ExpenseProcessing).r6f = function () {
|
|
39662
39694
|
return this.rejectionReason;
|
|
39663
39695
|
};
|
|
39664
|
-
protoOf(ExpenseProcessing).
|
|
39696
|
+
protoOf(ExpenseProcessing).g6d = function () {
|
|
39665
39697
|
return this.result;
|
|
39666
39698
|
};
|
|
39667
39699
|
protoOf(ExpenseProcessing).oe = function () {
|
|
@@ -39679,7 +39711,7 @@ protoOf(ExpenseProcessing).q5c = function () {
|
|
|
39679
39711
|
protoOf(ExpenseProcessing).r5c = function () {
|
|
39680
39712
|
return this.result;
|
|
39681
39713
|
};
|
|
39682
|
-
protoOf(ExpenseProcessing).
|
|
39714
|
+
protoOf(ExpenseProcessing).s6f = function (performedAt, performedBy, performedById, rejectionReason, result) {
|
|
39683
39715
|
return new ExpenseProcessing(performedAt, performedBy, performedById, rejectionReason, result);
|
|
39684
39716
|
};
|
|
39685
39717
|
protoOf(ExpenseProcessing).copy = function (performedAt, performedBy, performedById, rejectionReason, result, $super) {
|
|
@@ -39688,7 +39720,7 @@ protoOf(ExpenseProcessing).copy = function (performedAt, performedBy, performedB
|
|
|
39688
39720
|
performedById = performedById === VOID ? this.performedById : performedById;
|
|
39689
39721
|
rejectionReason = rejectionReason === VOID ? this.rejectionReason : rejectionReason;
|
|
39690
39722
|
result = result === VOID ? this.result : result;
|
|
39691
|
-
return $super === VOID ? this.
|
|
39723
|
+
return $super === VOID ? this.s6f(performedAt, performedBy, performedById, rejectionReason, result) : $super.s6f.call(this, performedAt, performedBy, performedById, rejectionReason, result);
|
|
39692
39724
|
};
|
|
39693
39725
|
protoOf(ExpenseProcessing).toString = function () {
|
|
39694
39726
|
return 'ExpenseProcessing(performedAt=' + toString_0(this.performedAt) + ', performedBy=' + toString_0(this.performedBy) + ', performedById=' + toString_0(this.performedById) + ', rejectionReason=' + this.rejectionReason + ', result=' + this.result.toString() + ')';
|
|
@@ -39719,7 +39751,7 @@ protoOf(ExpenseProcessing).equals = function (other) {
|
|
|
39719
39751
|
return true;
|
|
39720
39752
|
};
|
|
39721
39753
|
function _get_$cachedSerializer__te6jhj_18($this) {
|
|
39722
|
-
return $this.
|
|
39754
|
+
return $this.n6f_1.m1();
|
|
39723
39755
|
}
|
|
39724
39756
|
function ExpenseProcessingResult$Companion$_anonymous__witemf() {
|
|
39725
39757
|
var tmp = values_14();
|
|
@@ -39749,13 +39781,13 @@ function Companion_172() {
|
|
|
39749
39781
|
var tmp$ret$2 = element.value;
|
|
39750
39782
|
destination.s2(tmp$ret$2, element);
|
|
39751
39783
|
}
|
|
39752
|
-
tmp.
|
|
39784
|
+
tmp.m6f_1 = destination;
|
|
39753
39785
|
var tmp_0 = this;
|
|
39754
39786
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
39755
|
-
tmp_0.
|
|
39787
|
+
tmp_0.n6f_1 = lazy(tmp_1, ExpenseProcessingResult$Companion$_anonymous__witemf);
|
|
39756
39788
|
}
|
|
39757
39789
|
protoOf(Companion_172).fromValue = function (value) {
|
|
39758
|
-
return this.
|
|
39790
|
+
return this.m6f_1.z2(value);
|
|
39759
39791
|
};
|
|
39760
39792
|
protoOf(Companion_172).i4r = function () {
|
|
39761
39793
|
return _get_$cachedSerializer__te6jhj_18(this);
|
|
@@ -39819,7 +39851,7 @@ function ExpenseProcessingResult_REJECTED_getInstance() {
|
|
|
39819
39851
|
return ExpenseProcessingResult_REJECTED_instance;
|
|
39820
39852
|
}
|
|
39821
39853
|
function _get_$cachedSerializer__te6jhj_19($this) {
|
|
39822
|
-
return $this.
|
|
39854
|
+
return $this.d6f_1.m1();
|
|
39823
39855
|
}
|
|
39824
39856
|
function ExpenseStatus$Companion$_anonymous__ja4gdh() {
|
|
39825
39857
|
var tmp = values_15();
|
|
@@ -39850,13 +39882,13 @@ function Companion_173() {
|
|
|
39850
39882
|
var tmp$ret$2 = element.value;
|
|
39851
39883
|
destination.s2(tmp$ret$2, element);
|
|
39852
39884
|
}
|
|
39853
|
-
tmp.
|
|
39885
|
+
tmp.c6f_1 = destination;
|
|
39854
39886
|
var tmp_0 = this;
|
|
39855
39887
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
39856
|
-
tmp_0.
|
|
39888
|
+
tmp_0.d6f_1 = lazy(tmp_1, ExpenseStatus$Companion$_anonymous__ja4gdh);
|
|
39857
39889
|
}
|
|
39858
39890
|
protoOf(Companion_173).fromValue = function (value) {
|
|
39859
|
-
return this.
|
|
39891
|
+
return this.c6f_1.z2(value);
|
|
39860
39892
|
};
|
|
39861
39893
|
protoOf(Companion_173).i4r = function () {
|
|
39862
39894
|
return _get_$cachedSerializer__te6jhj_19(this);
|
|
@@ -39939,10 +39971,10 @@ function $serializer_153() {
|
|
|
39939
39971
|
tmp0_serialDesc.z22('id', false);
|
|
39940
39972
|
tmp0_serialDesc.z22('name', false);
|
|
39941
39973
|
tmp0_serialDesc.z22('tripletexId', true);
|
|
39942
|
-
this.
|
|
39974
|
+
this.x6f_1 = tmp0_serialDesc;
|
|
39943
39975
|
}
|
|
39944
|
-
protoOf($serializer_153).
|
|
39945
|
-
var tmp0_desc = this.
|
|
39976
|
+
protoOf($serializer_153).y6f = function (encoder, value) {
|
|
39977
|
+
var tmp0_desc = this.x6f_1;
|
|
39946
39978
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
39947
39979
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.description == null)) {
|
|
39948
39980
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.description);
|
|
@@ -39955,10 +39987,10 @@ protoOf($serializer_153).x6f = function (encoder, value) {
|
|
|
39955
39987
|
tmp1_output.m1v(tmp0_desc);
|
|
39956
39988
|
};
|
|
39957
39989
|
protoOf($serializer_153).j1s = function (encoder, value) {
|
|
39958
|
-
return this.
|
|
39990
|
+
return this.y6f(encoder, value instanceof ExpenseType ? value : THROW_CCE());
|
|
39959
39991
|
};
|
|
39960
39992
|
protoOf($serializer_153).k1s = function (decoder) {
|
|
39961
|
-
var tmp0_desc = this.
|
|
39993
|
+
var tmp0_desc = this.x6f_1;
|
|
39962
39994
|
var tmp1_flag = true;
|
|
39963
39995
|
var tmp2_index = 0;
|
|
39964
39996
|
var tmp3_bitMask0 = 0;
|
|
@@ -40007,7 +40039,7 @@ protoOf($serializer_153).k1s = function (decoder) {
|
|
|
40007
40039
|
return ExpenseType_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
40008
40040
|
};
|
|
40009
40041
|
protoOf($serializer_153).w1r = function () {
|
|
40010
|
-
return this.
|
|
40042
|
+
return this.x6f_1;
|
|
40011
40043
|
};
|
|
40012
40044
|
protoOf($serializer_153).q23 = function () {
|
|
40013
40045
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -40023,7 +40055,7 @@ function $serializer_getInstance_153() {
|
|
|
40023
40055
|
}
|
|
40024
40056
|
function ExpenseType_init_$Init$(seen0, description, id, name, tripletexId, serializationConstructorMarker, $this) {
|
|
40025
40057
|
if (!(6 === (6 & seen0))) {
|
|
40026
|
-
throwMissingFieldException(seen0, 6, $serializer_getInstance_153().
|
|
40058
|
+
throwMissingFieldException(seen0, 6, $serializer_getInstance_153().x6f_1);
|
|
40027
40059
|
}
|
|
40028
40060
|
if (0 === (seen0 & 1))
|
|
40029
40061
|
$this.description = null;
|
|
@@ -40057,7 +40089,7 @@ protoOf(ExpenseType).n5c = function () {
|
|
|
40057
40089
|
protoOf(ExpenseType).m = function () {
|
|
40058
40090
|
return this.name;
|
|
40059
40091
|
};
|
|
40060
|
-
protoOf(ExpenseType).
|
|
40092
|
+
protoOf(ExpenseType).z6f = function () {
|
|
40061
40093
|
return this.tripletexId;
|
|
40062
40094
|
};
|
|
40063
40095
|
protoOf(ExpenseType).oe = function () {
|
|
@@ -40072,7 +40104,7 @@ protoOf(ExpenseType).p5c = function () {
|
|
|
40072
40104
|
protoOf(ExpenseType).q5c = function () {
|
|
40073
40105
|
return this.tripletexId;
|
|
40074
40106
|
};
|
|
40075
|
-
protoOf(ExpenseType).
|
|
40107
|
+
protoOf(ExpenseType).a6g = function (description, id, name, tripletexId) {
|
|
40076
40108
|
return new ExpenseType(description, id, name, tripletexId);
|
|
40077
40109
|
};
|
|
40078
40110
|
protoOf(ExpenseType).copy = function (description, id, name, tripletexId, $super) {
|
|
@@ -40080,7 +40112,7 @@ protoOf(ExpenseType).copy = function (description, id, name, tripletexId, $super
|
|
|
40080
40112
|
id = id === VOID ? this.id : id;
|
|
40081
40113
|
name = name === VOID ? this.name : name;
|
|
40082
40114
|
tripletexId = tripletexId === VOID ? this.tripletexId : tripletexId;
|
|
40083
|
-
return $super === VOID ? this.
|
|
40115
|
+
return $super === VOID ? this.a6g(description, id, name, tripletexId) : $super.a6g.call(this, description, id, name, tripletexId);
|
|
40084
40116
|
};
|
|
40085
40117
|
protoOf(ExpenseType).toString = function () {
|
|
40086
40118
|
return 'ExpenseType(description=' + this.description + ', id=' + this.id.toString() + ', name=' + this.name + ', tripletexId=' + this.tripletexId + ')';
|
|
@@ -40108,7 +40140,7 @@ protoOf(ExpenseType).equals = function (other) {
|
|
|
40108
40140
|
return true;
|
|
40109
40141
|
};
|
|
40110
40142
|
function _get_$cachedSerializer__te6jhj_20($this) {
|
|
40111
|
-
return $this.
|
|
40143
|
+
return $this.c6g_1.m1();
|
|
40112
40144
|
}
|
|
40113
40145
|
function ExpiredType$Companion$_anonymous__tth240() {
|
|
40114
40146
|
var tmp = values_16();
|
|
@@ -40139,13 +40171,13 @@ function Companion_175() {
|
|
|
40139
40171
|
var tmp$ret$2 = element.value;
|
|
40140
40172
|
destination.s2(tmp$ret$2, element);
|
|
40141
40173
|
}
|
|
40142
|
-
tmp.
|
|
40174
|
+
tmp.b6g_1 = destination;
|
|
40143
40175
|
var tmp_0 = this;
|
|
40144
40176
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
40145
|
-
tmp_0.
|
|
40177
|
+
tmp_0.c6g_1 = lazy(tmp_1, ExpiredType$Companion$_anonymous__tth240);
|
|
40146
40178
|
}
|
|
40147
40179
|
protoOf(Companion_175).fromValue = function (value) {
|
|
40148
|
-
return this.
|
|
40180
|
+
return this.b6g_1.z2(value);
|
|
40149
40181
|
};
|
|
40150
40182
|
protoOf(Companion_175).i4r = function () {
|
|
40151
40183
|
return _get_$cachedSerializer__te6jhj_20(this);
|
|
@@ -40225,19 +40257,19 @@ function $serializer_154() {
|
|
|
40225
40257
|
$serializer_instance_154 = this;
|
|
40226
40258
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.ExternalConversationParticipant', this, 1);
|
|
40227
40259
|
tmp0_serialDesc.z22('email', false);
|
|
40228
|
-
this.
|
|
40260
|
+
this.f6g_1 = tmp0_serialDesc;
|
|
40229
40261
|
}
|
|
40230
|
-
protoOf($serializer_154).
|
|
40231
|
-
var tmp0_desc = this.
|
|
40262
|
+
protoOf($serializer_154).g6g = function (encoder, value) {
|
|
40263
|
+
var tmp0_desc = this.f6g_1;
|
|
40232
40264
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
40233
40265
|
tmp1_output.z1w(tmp0_desc, 0, value.email);
|
|
40234
40266
|
tmp1_output.m1v(tmp0_desc);
|
|
40235
40267
|
};
|
|
40236
40268
|
protoOf($serializer_154).j1s = function (encoder, value) {
|
|
40237
|
-
return this.
|
|
40269
|
+
return this.g6g(encoder, value instanceof ExternalConversationParticipant ? value : THROW_CCE());
|
|
40238
40270
|
};
|
|
40239
40271
|
protoOf($serializer_154).k1s = function (decoder) {
|
|
40240
|
-
var tmp0_desc = this.
|
|
40272
|
+
var tmp0_desc = this.f6g_1;
|
|
40241
40273
|
var tmp1_flag = true;
|
|
40242
40274
|
var tmp2_index = 0;
|
|
40243
40275
|
var tmp3_bitMask0 = 0;
|
|
@@ -40265,7 +40297,7 @@ protoOf($serializer_154).k1s = function (decoder) {
|
|
|
40265
40297
|
return ExternalConversationParticipant_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
40266
40298
|
};
|
|
40267
40299
|
protoOf($serializer_154).w1r = function () {
|
|
40268
|
-
return this.
|
|
40300
|
+
return this.f6g_1;
|
|
40269
40301
|
};
|
|
40270
40302
|
protoOf($serializer_154).q23 = function () {
|
|
40271
40303
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -40281,7 +40313,7 @@ function $serializer_getInstance_154() {
|
|
|
40281
40313
|
}
|
|
40282
40314
|
function ExternalConversationParticipant_init_$Init$(seen0, email, serializationConstructorMarker, $this) {
|
|
40283
40315
|
if (!(1 === (1 & seen0))) {
|
|
40284
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_154().
|
|
40316
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_154().f6g_1);
|
|
40285
40317
|
}
|
|
40286
40318
|
$this.email = email;
|
|
40287
40319
|
return $this;
|
|
@@ -40335,10 +40367,10 @@ function $serializer_155() {
|
|
|
40335
40367
|
tmp0_serialDesc.z22('id', false);
|
|
40336
40368
|
tmp0_serialDesc.z22('mobile', true);
|
|
40337
40369
|
tmp0_serialDesc.z22('name', false);
|
|
40338
|
-
this.
|
|
40370
|
+
this.h6g_1 = tmp0_serialDesc;
|
|
40339
40371
|
}
|
|
40340
|
-
protoOf($serializer_155).
|
|
40341
|
-
var tmp0_desc = this.
|
|
40372
|
+
protoOf($serializer_155).i6g = function (encoder, value) {
|
|
40373
|
+
var tmp0_desc = this.h6g_1;
|
|
40342
40374
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
40343
40375
|
tmp1_output.r1w(tmp0_desc, 0, value.attended);
|
|
40344
40376
|
if (tmp1_output.g1x(tmp0_desc, 1) ? true : !(value.comment == null)) {
|
|
@@ -40353,10 +40385,10 @@ protoOf($serializer_155).h6g = function (encoder, value) {
|
|
|
40353
40385
|
tmp1_output.m1v(tmp0_desc);
|
|
40354
40386
|
};
|
|
40355
40387
|
protoOf($serializer_155).j1s = function (encoder, value) {
|
|
40356
|
-
return this.
|
|
40388
|
+
return this.i6g(encoder, value instanceof ExternalMeetingParticipant ? value : THROW_CCE());
|
|
40357
40389
|
};
|
|
40358
40390
|
protoOf($serializer_155).k1s = function (decoder) {
|
|
40359
|
-
var tmp0_desc = this.
|
|
40391
|
+
var tmp0_desc = this.h6g_1;
|
|
40360
40392
|
var tmp1_flag = true;
|
|
40361
40393
|
var tmp2_index = 0;
|
|
40362
40394
|
var tmp3_bitMask0 = 0;
|
|
@@ -40419,7 +40451,7 @@ protoOf($serializer_155).k1s = function (decoder) {
|
|
|
40419
40451
|
return ExternalMeetingParticipant_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
|
|
40420
40452
|
};
|
|
40421
40453
|
protoOf($serializer_155).w1r = function () {
|
|
40422
|
-
return this.
|
|
40454
|
+
return this.h6g_1;
|
|
40423
40455
|
};
|
|
40424
40456
|
protoOf($serializer_155).q23 = function () {
|
|
40425
40457
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -40435,7 +40467,7 @@ function $serializer_getInstance_155() {
|
|
|
40435
40467
|
}
|
|
40436
40468
|
function ExternalMeetingParticipant_init_$Init$(seen0, attended, comment, email, id, mobile, name, serializationConstructorMarker, $this) {
|
|
40437
40469
|
if (!(45 === (45 & seen0))) {
|
|
40438
|
-
throwMissingFieldException(seen0, 45, $serializer_getInstance_155().
|
|
40470
|
+
throwMissingFieldException(seen0, 45, $serializer_getInstance_155().h6g_1);
|
|
40439
40471
|
}
|
|
40440
40472
|
$this.attended = attended;
|
|
40441
40473
|
if (0 === (seen0 & 2))
|
|
@@ -40464,7 +40496,7 @@ function ExternalMeetingParticipant(attended, comment, email, id, mobile, name)
|
|
|
40464
40496
|
this.mobile = mobile;
|
|
40465
40497
|
this.name = name;
|
|
40466
40498
|
}
|
|
40467
|
-
protoOf(ExternalMeetingParticipant).
|
|
40499
|
+
protoOf(ExternalMeetingParticipant).j6g = function () {
|
|
40468
40500
|
return this.attended;
|
|
40469
40501
|
};
|
|
40470
40502
|
protoOf(ExternalMeetingParticipant).g62 = function () {
|
|
@@ -40500,7 +40532,7 @@ protoOf(ExternalMeetingParticipant).r5c = function () {
|
|
|
40500
40532
|
protoOf(ExternalMeetingParticipant).s5c = function () {
|
|
40501
40533
|
return this.name;
|
|
40502
40534
|
};
|
|
40503
|
-
protoOf(ExternalMeetingParticipant).
|
|
40535
|
+
protoOf(ExternalMeetingParticipant).k6g = function (attended, comment, email, id, mobile, name) {
|
|
40504
40536
|
return new ExternalMeetingParticipant(attended, comment, email, id, mobile, name);
|
|
40505
40537
|
};
|
|
40506
40538
|
protoOf(ExternalMeetingParticipant).copy = function (attended, comment, email, id, mobile, name, $super) {
|
|
@@ -40510,7 +40542,7 @@ protoOf(ExternalMeetingParticipant).copy = function (attended, comment, email, i
|
|
|
40510
40542
|
id = id === VOID ? this.id : id;
|
|
40511
40543
|
mobile = mobile === VOID ? this.mobile : mobile;
|
|
40512
40544
|
name = name === VOID ? this.name : name;
|
|
40513
|
-
return $super === VOID ? this.
|
|
40545
|
+
return $super === VOID ? this.k6g(attended, comment, email, id, mobile, name) : $super.k6g.call(this, attended, comment, email, id, mobile, name);
|
|
40514
40546
|
};
|
|
40515
40547
|
protoOf(ExternalMeetingParticipant).toString = function () {
|
|
40516
40548
|
return 'ExternalMeetingParticipant(attended=' + this.attended + ', comment=' + this.comment + ', email=' + this.email + ', id=' + this.id.toString() + ', mobile=' + this.mobile + ', name=' + this.name.toString() + ')';
|
|
@@ -40557,10 +40589,10 @@ function $serializer_156() {
|
|
|
40557
40589
|
tmp0_serialDesc.z22('id', true);
|
|
40558
40590
|
tmp0_serialDesc.z22('mobile', true);
|
|
40559
40591
|
tmp0_serialDesc.z22('name', false);
|
|
40560
|
-
this.
|
|
40592
|
+
this.l6g_1 = tmp0_serialDesc;
|
|
40561
40593
|
}
|
|
40562
|
-
protoOf($serializer_156).
|
|
40563
|
-
var tmp0_desc = this.
|
|
40594
|
+
protoOf($serializer_156).m6g = function (encoder, value) {
|
|
40595
|
+
var tmp0_desc = this.l6g_1;
|
|
40564
40596
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
40565
40597
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.comment == null)) {
|
|
40566
40598
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.comment);
|
|
@@ -40576,10 +40608,10 @@ protoOf($serializer_156).l6g = function (encoder, value) {
|
|
|
40576
40608
|
tmp1_output.m1v(tmp0_desc);
|
|
40577
40609
|
};
|
|
40578
40610
|
protoOf($serializer_156).j1s = function (encoder, value) {
|
|
40579
|
-
return this.
|
|
40611
|
+
return this.m6g(encoder, value instanceof ExternalParticipantCommand ? value : THROW_CCE());
|
|
40580
40612
|
};
|
|
40581
40613
|
protoOf($serializer_156).k1s = function (decoder) {
|
|
40582
|
-
var tmp0_desc = this.
|
|
40614
|
+
var tmp0_desc = this.l6g_1;
|
|
40583
40615
|
var tmp1_flag = true;
|
|
40584
40616
|
var tmp2_index = 0;
|
|
40585
40617
|
var tmp3_bitMask0 = 0;
|
|
@@ -40635,7 +40667,7 @@ protoOf($serializer_156).k1s = function (decoder) {
|
|
|
40635
40667
|
return ExternalParticipantCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, null);
|
|
40636
40668
|
};
|
|
40637
40669
|
protoOf($serializer_156).w1r = function () {
|
|
40638
|
-
return this.
|
|
40670
|
+
return this.l6g_1;
|
|
40639
40671
|
};
|
|
40640
40672
|
protoOf($serializer_156).q23 = function () {
|
|
40641
40673
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -40651,7 +40683,7 @@ function $serializer_getInstance_156() {
|
|
|
40651
40683
|
}
|
|
40652
40684
|
function ExternalParticipantCommand_init_$Init$(seen0, comment, email, id, mobile, name, serializationConstructorMarker, $this) {
|
|
40653
40685
|
if (!(18 === (18 & seen0))) {
|
|
40654
|
-
throwMissingFieldException(seen0, 18, $serializer_getInstance_156().
|
|
40686
|
+
throwMissingFieldException(seen0, 18, $serializer_getInstance_156().l6g_1);
|
|
40655
40687
|
}
|
|
40656
40688
|
if (0 === (seen0 & 1))
|
|
40657
40689
|
$this.comment = null;
|
|
@@ -40712,7 +40744,7 @@ protoOf(ExternalParticipantCommand).q5c = function () {
|
|
|
40712
40744
|
protoOf(ExternalParticipantCommand).r5c = function () {
|
|
40713
40745
|
return this.name;
|
|
40714
40746
|
};
|
|
40715
|
-
protoOf(ExternalParticipantCommand).
|
|
40747
|
+
protoOf(ExternalParticipantCommand).n6g = function (comment, email, id, mobile, name) {
|
|
40716
40748
|
return new ExternalParticipantCommand(comment, email, id, mobile, name);
|
|
40717
40749
|
};
|
|
40718
40750
|
protoOf(ExternalParticipantCommand).copy = function (comment, email, id, mobile, name, $super) {
|
|
@@ -40721,7 +40753,7 @@ protoOf(ExternalParticipantCommand).copy = function (comment, email, id, mobile,
|
|
|
40721
40753
|
id = id === VOID ? this.id : id;
|
|
40722
40754
|
mobile = mobile === VOID ? this.mobile : mobile;
|
|
40723
40755
|
name = name === VOID ? this.name : name;
|
|
40724
|
-
return $super === VOID ? this.
|
|
40756
|
+
return $super === VOID ? this.n6g(comment, email, id, mobile, name) : $super.n6g.call(this, comment, email, id, mobile, name);
|
|
40725
40757
|
};
|
|
40726
40758
|
protoOf(ExternalParticipantCommand).toString = function () {
|
|
40727
40759
|
return 'ExternalParticipantCommand(comment=' + this.comment + ', email=' + this.email + ', id=' + toString_0(this.id) + ', mobile=' + this.mobile + ', name=' + this.name.toString() + ')';
|
|
@@ -40752,7 +40784,7 @@ protoOf(ExternalParticipantCommand).equals = function (other) {
|
|
|
40752
40784
|
return true;
|
|
40753
40785
|
};
|
|
40754
40786
|
function _get_$cachedSerializer__te6jhj_21($this) {
|
|
40755
|
-
return $this.
|
|
40787
|
+
return $this.i6b_1.m1();
|
|
40756
40788
|
}
|
|
40757
40789
|
function FcmDeviceType$Companion$_anonymous__el3kup() {
|
|
40758
40790
|
var tmp = values_17();
|
|
@@ -40784,13 +40816,13 @@ function Companion_179() {
|
|
|
40784
40816
|
var tmp$ret$2 = element.value;
|
|
40785
40817
|
destination.s2(tmp$ret$2, element);
|
|
40786
40818
|
}
|
|
40787
|
-
tmp.
|
|
40819
|
+
tmp.h6b_1 = destination;
|
|
40788
40820
|
var tmp_0 = this;
|
|
40789
40821
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
40790
|
-
tmp_0.
|
|
40822
|
+
tmp_0.i6b_1 = lazy(tmp_1, FcmDeviceType$Companion$_anonymous__el3kup);
|
|
40791
40823
|
}
|
|
40792
40824
|
protoOf(Companion_179).fromValue = function (value) {
|
|
40793
|
-
return this.
|
|
40825
|
+
return this.h6b_1.z2(value);
|
|
40794
40826
|
};
|
|
40795
40827
|
protoOf(Companion_179).i4r = function () {
|
|
40796
40828
|
return _get_$cachedSerializer__te6jhj_21(this);
|
|
@@ -40878,10 +40910,10 @@ function $serializer_157() {
|
|
|
40878
40910
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.FilesDownload', this, 2);
|
|
40879
40911
|
tmp0_serialDesc.z22('file', true);
|
|
40880
40912
|
tmp0_serialDesc.z22('url', true);
|
|
40881
|
-
this.
|
|
40913
|
+
this.q6g_1 = tmp0_serialDesc;
|
|
40882
40914
|
}
|
|
40883
|
-
protoOf($serializer_157).
|
|
40884
|
-
var tmp0_desc = this.
|
|
40915
|
+
protoOf($serializer_157).r6g = function (encoder, value) {
|
|
40916
|
+
var tmp0_desc = this.q6g_1;
|
|
40885
40917
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
40886
40918
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.file == null)) {
|
|
40887
40919
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.file);
|
|
@@ -40892,10 +40924,10 @@ protoOf($serializer_157).q6g = function (encoder, value) {
|
|
|
40892
40924
|
tmp1_output.m1v(tmp0_desc);
|
|
40893
40925
|
};
|
|
40894
40926
|
protoOf($serializer_157).j1s = function (encoder, value) {
|
|
40895
|
-
return this.
|
|
40927
|
+
return this.r6g(encoder, value instanceof FilesDownload ? value : THROW_CCE());
|
|
40896
40928
|
};
|
|
40897
40929
|
protoOf($serializer_157).k1s = function (decoder) {
|
|
40898
|
-
var tmp0_desc = this.
|
|
40930
|
+
var tmp0_desc = this.q6g_1;
|
|
40899
40931
|
var tmp1_flag = true;
|
|
40900
40932
|
var tmp2_index = 0;
|
|
40901
40933
|
var tmp3_bitMask0 = 0;
|
|
@@ -40930,7 +40962,7 @@ protoOf($serializer_157).k1s = function (decoder) {
|
|
|
40930
40962
|
return FilesDownload_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
40931
40963
|
};
|
|
40932
40964
|
protoOf($serializer_157).w1r = function () {
|
|
40933
|
-
return this.
|
|
40965
|
+
return this.q6g_1;
|
|
40934
40966
|
};
|
|
40935
40967
|
protoOf($serializer_157).q23 = function () {
|
|
40936
40968
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -40946,7 +40978,7 @@ function $serializer_getInstance_157() {
|
|
|
40946
40978
|
}
|
|
40947
40979
|
function FilesDownload_init_$Init$(seen0, file, url, serializationConstructorMarker, $this) {
|
|
40948
40980
|
if (!(0 === (0 & seen0))) {
|
|
40949
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_157().
|
|
40981
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_157().q6g_1);
|
|
40950
40982
|
}
|
|
40951
40983
|
if (0 === (seen0 & 1))
|
|
40952
40984
|
$this.file = null;
|
|
@@ -40967,7 +40999,7 @@ function FilesDownload(file, url) {
|
|
|
40967
40999
|
this.file = file;
|
|
40968
41000
|
this.url = url;
|
|
40969
41001
|
}
|
|
40970
|
-
protoOf(FilesDownload).
|
|
41002
|
+
protoOf(FilesDownload).s6g = function () {
|
|
40971
41003
|
return this.file;
|
|
40972
41004
|
};
|
|
40973
41005
|
protoOf(FilesDownload).a3h = function () {
|
|
@@ -41016,19 +41048,19 @@ function $serializer_158() {
|
|
|
41016
41048
|
$serializer_instance_158 = this;
|
|
41017
41049
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.FindResidentByOrgNrCommand', this, 1);
|
|
41018
41050
|
tmp0_serialDesc.z22('orgNr', false);
|
|
41019
|
-
this.
|
|
41051
|
+
this.t6g_1 = tmp0_serialDesc;
|
|
41020
41052
|
}
|
|
41021
|
-
protoOf($serializer_158).
|
|
41022
|
-
var tmp0_desc = this.
|
|
41053
|
+
protoOf($serializer_158).u6g = function (encoder, value) {
|
|
41054
|
+
var tmp0_desc = this.t6g_1;
|
|
41023
41055
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
41024
41056
|
tmp1_output.z1w(tmp0_desc, 0, value.orgNr);
|
|
41025
41057
|
tmp1_output.m1v(tmp0_desc);
|
|
41026
41058
|
};
|
|
41027
41059
|
protoOf($serializer_158).j1s = function (encoder, value) {
|
|
41028
|
-
return this.
|
|
41060
|
+
return this.u6g(encoder, value instanceof FindResidentByOrgNrCommand ? value : THROW_CCE());
|
|
41029
41061
|
};
|
|
41030
41062
|
protoOf($serializer_158).k1s = function (decoder) {
|
|
41031
|
-
var tmp0_desc = this.
|
|
41063
|
+
var tmp0_desc = this.t6g_1;
|
|
41032
41064
|
var tmp1_flag = true;
|
|
41033
41065
|
var tmp2_index = 0;
|
|
41034
41066
|
var tmp3_bitMask0 = 0;
|
|
@@ -41056,7 +41088,7 @@ protoOf($serializer_158).k1s = function (decoder) {
|
|
|
41056
41088
|
return FindResidentByOrgNrCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
41057
41089
|
};
|
|
41058
41090
|
protoOf($serializer_158).w1r = function () {
|
|
41059
|
-
return this.
|
|
41091
|
+
return this.t6g_1;
|
|
41060
41092
|
};
|
|
41061
41093
|
protoOf($serializer_158).q23 = function () {
|
|
41062
41094
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -41072,7 +41104,7 @@ function $serializer_getInstance_158() {
|
|
|
41072
41104
|
}
|
|
41073
41105
|
function FindResidentByOrgNrCommand_init_$Init$(seen0, orgNr, serializationConstructorMarker, $this) {
|
|
41074
41106
|
if (!(1 === (1 & seen0))) {
|
|
41075
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_158().
|
|
41107
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_158().t6g_1);
|
|
41076
41108
|
}
|
|
41077
41109
|
$this.orgNr = orgNr;
|
|
41078
41110
|
return $this;
|
|
@@ -41122,20 +41154,20 @@ function $serializer_159() {
|
|
|
41122
41154
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.FindResidentByPersonalIdentityNumberCommand', this, 2);
|
|
41123
41155
|
tmp0_serialDesc.z22('name', false);
|
|
41124
41156
|
tmp0_serialDesc.z22('personnummer', false);
|
|
41125
|
-
this.
|
|
41157
|
+
this.v6g_1 = tmp0_serialDesc;
|
|
41126
41158
|
}
|
|
41127
|
-
protoOf($serializer_159).
|
|
41128
|
-
var tmp0_desc = this.
|
|
41159
|
+
protoOf($serializer_159).w6g = function (encoder, value) {
|
|
41160
|
+
var tmp0_desc = this.v6g_1;
|
|
41129
41161
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
41130
41162
|
tmp1_output.b1x(tmp0_desc, 0, $serializer_getInstance_259(), value.name);
|
|
41131
41163
|
tmp1_output.z1w(tmp0_desc, 1, value.personnummer);
|
|
41132
41164
|
tmp1_output.m1v(tmp0_desc);
|
|
41133
41165
|
};
|
|
41134
41166
|
protoOf($serializer_159).j1s = function (encoder, value) {
|
|
41135
|
-
return this.
|
|
41167
|
+
return this.w6g(encoder, value instanceof FindResidentByPersonalIdentityNumberCommand ? value : THROW_CCE());
|
|
41136
41168
|
};
|
|
41137
41169
|
protoOf($serializer_159).k1s = function (decoder) {
|
|
41138
|
-
var tmp0_desc = this.
|
|
41170
|
+
var tmp0_desc = this.v6g_1;
|
|
41139
41171
|
var tmp1_flag = true;
|
|
41140
41172
|
var tmp2_index = 0;
|
|
41141
41173
|
var tmp3_bitMask0 = 0;
|
|
@@ -41170,7 +41202,7 @@ protoOf($serializer_159).k1s = function (decoder) {
|
|
|
41170
41202
|
return FindResidentByPersonalIdentityNumberCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
41171
41203
|
};
|
|
41172
41204
|
protoOf($serializer_159).w1r = function () {
|
|
41173
|
-
return this.
|
|
41205
|
+
return this.v6g_1;
|
|
41174
41206
|
};
|
|
41175
41207
|
protoOf($serializer_159).q23 = function () {
|
|
41176
41208
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -41186,7 +41218,7 @@ function $serializer_getInstance_159() {
|
|
|
41186
41218
|
}
|
|
41187
41219
|
function FindResidentByPersonalIdentityNumberCommand_init_$Init$(seen0, name, personnummer, serializationConstructorMarker, $this) {
|
|
41188
41220
|
if (!(3 === (3 & seen0))) {
|
|
41189
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_159().
|
|
41221
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_159().v6g_1);
|
|
41190
41222
|
}
|
|
41191
41223
|
$this.name = name;
|
|
41192
41224
|
$this.personnummer = personnummer;
|
|
@@ -41211,13 +41243,13 @@ protoOf(FindResidentByPersonalIdentityNumberCommand).oe = function () {
|
|
|
41211
41243
|
protoOf(FindResidentByPersonalIdentityNumberCommand).pe = function () {
|
|
41212
41244
|
return this.personnummer;
|
|
41213
41245
|
};
|
|
41214
|
-
protoOf(FindResidentByPersonalIdentityNumberCommand).
|
|
41246
|
+
protoOf(FindResidentByPersonalIdentityNumberCommand).x6g = function (name, personnummer) {
|
|
41215
41247
|
return new FindResidentByPersonalIdentityNumberCommand(name, personnummer);
|
|
41216
41248
|
};
|
|
41217
41249
|
protoOf(FindResidentByPersonalIdentityNumberCommand).copy = function (name, personnummer, $super) {
|
|
41218
41250
|
name = name === VOID ? this.name : name;
|
|
41219
41251
|
personnummer = personnummer === VOID ? this.personnummer : personnummer;
|
|
41220
|
-
return $super === VOID ? this.
|
|
41252
|
+
return $super === VOID ? this.x6g(name, personnummer) : $super.x6g.call(this, name, personnummer);
|
|
41221
41253
|
};
|
|
41222
41254
|
protoOf(FindResidentByPersonalIdentityNumberCommand).toString = function () {
|
|
41223
41255
|
return 'FindResidentByPersonalIdentityNumberCommand(name=' + this.name.toString() + ', personnummer=' + this.personnummer + ')';
|
|
@@ -41263,7 +41295,7 @@ function Companion_183() {
|
|
|
41263
41295
|
// Inline function 'kotlin.arrayOf' call
|
|
41264
41296
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
41265
41297
|
// Inline function 'kotlin.js.asDynamic' call
|
|
41266
|
-
tmp.
|
|
41298
|
+
tmp.y6g_1 = [null, null, null, null, null, null, null, tmp_1, null, null, null, null, null, null, null, null, tmp_3, null, null, null, null, null, tmp_5, lazy(tmp_6, FindResidentResult$Companion$$childSerializers$_anonymous__xjhe9w_2), null, null];
|
|
41267
41299
|
}
|
|
41268
41300
|
var Companion_instance_183;
|
|
41269
41301
|
function Companion_getInstance_186() {
|
|
@@ -41300,12 +41332,12 @@ function $serializer_160() {
|
|
|
41300
41332
|
tmp0_serialDesc.z22('storageRooms', true);
|
|
41301
41333
|
tmp0_serialDesc.z22('title', true);
|
|
41302
41334
|
tmp0_serialDesc.z22('userId', true);
|
|
41303
|
-
this.
|
|
41335
|
+
this.z6g_1 = tmp0_serialDesc;
|
|
41304
41336
|
}
|
|
41305
|
-
protoOf($serializer_160).
|
|
41306
|
-
var tmp0_desc = this.
|
|
41337
|
+
protoOf($serializer_160).a6h = function (encoder, value) {
|
|
41338
|
+
var tmp0_desc = this.z6g_1;
|
|
41307
41339
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
41308
|
-
var tmp2_cached = Companion_getInstance_186().
|
|
41340
|
+
var tmp2_cached = Companion_getInstance_186().y6g_1;
|
|
41309
41341
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.accountNumber == null)) {
|
|
41310
41342
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.accountNumber);
|
|
41311
41343
|
}
|
|
@@ -41381,10 +41413,10 @@ protoOf($serializer_160).z6g = function (encoder, value) {
|
|
|
41381
41413
|
tmp1_output.m1v(tmp0_desc);
|
|
41382
41414
|
};
|
|
41383
41415
|
protoOf($serializer_160).j1s = function (encoder, value) {
|
|
41384
|
-
return this.
|
|
41416
|
+
return this.a6h(encoder, value instanceof FindResidentResult ? value : THROW_CCE());
|
|
41385
41417
|
};
|
|
41386
41418
|
protoOf($serializer_160).k1s = function (decoder) {
|
|
41387
|
-
var tmp0_desc = this.
|
|
41419
|
+
var tmp0_desc = this.z6g_1;
|
|
41388
41420
|
var tmp1_flag = true;
|
|
41389
41421
|
var tmp2_index = 0;
|
|
41390
41422
|
var tmp3_bitMask0 = 0;
|
|
@@ -41415,7 +41447,7 @@ protoOf($serializer_160).k1s = function (decoder) {
|
|
|
41415
41447
|
var tmp28_local24 = null;
|
|
41416
41448
|
var tmp29_local25 = null;
|
|
41417
41449
|
var tmp30_input = decoder.l1v(tmp0_desc);
|
|
41418
|
-
var tmp31_cached = Companion_getInstance_186().
|
|
41450
|
+
var tmp31_cached = Companion_getInstance_186().y6g_1;
|
|
41419
41451
|
if (tmp30_input.a1w()) {
|
|
41420
41452
|
tmp4_local0 = tmp30_input.z1v(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
41421
41453
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -41588,10 +41620,10 @@ protoOf($serializer_160).k1s = function (decoder) {
|
|
|
41588
41620
|
return FindResidentResult_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, null);
|
|
41589
41621
|
};
|
|
41590
41622
|
protoOf($serializer_160).w1r = function () {
|
|
41591
|
-
return this.
|
|
41623
|
+
return this.z6g_1;
|
|
41592
41624
|
};
|
|
41593
41625
|
protoOf($serializer_160).q23 = function () {
|
|
41594
|
-
var tmp0_cached = Companion_getInstance_186().
|
|
41626
|
+
var tmp0_cached = Companion_getInstance_186().y6g_1;
|
|
41595
41627
|
// Inline function 'kotlin.arrayOf' call
|
|
41596
41628
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
41597
41629
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -41605,7 +41637,7 @@ function $serializer_getInstance_160() {
|
|
|
41605
41637
|
}
|
|
41606
41638
|
function FindResidentResult_init_$Init$(seen0, accountNumber, address, birthDay, completeMobile, country, email, folkeregisteret, historicRoles, id, invoicingEmail, isUser, mobile, mobileCountryCode, name, nationality, note, parkingSpaces, personnummerId, preferredLanguage, profileUrl, reservedEmail, reservedSMS, roles, storageRooms, title, userId, serializationConstructorMarker, $this) {
|
|
41607
41639
|
if (!(17424 === (17424 & seen0))) {
|
|
41608
|
-
throwMissingFieldException(seen0, 17424, $serializer_getInstance_160().
|
|
41640
|
+
throwMissingFieldException(seen0, 17424, $serializer_getInstance_160().z6g_1);
|
|
41609
41641
|
}
|
|
41610
41642
|
if (0 === (seen0 & 1))
|
|
41611
41643
|
$this.accountNumber = null;
|
|
@@ -41768,7 +41800,7 @@ protoOf(FindResidentResult).l5g = function () {
|
|
|
41768
41800
|
protoOf(FindResidentResult).p64 = function () {
|
|
41769
41801
|
return this.birthDay;
|
|
41770
41802
|
};
|
|
41771
|
-
protoOf(FindResidentResult).
|
|
41803
|
+
protoOf(FindResidentResult).b6h = function () {
|
|
41772
41804
|
return this.completeMobile;
|
|
41773
41805
|
};
|
|
41774
41806
|
protoOf(FindResidentResult).e5j = function () {
|
|
@@ -41777,10 +41809,10 @@ protoOf(FindResidentResult).e5j = function () {
|
|
|
41777
41809
|
protoOf(FindResidentResult).c5g = function () {
|
|
41778
41810
|
return this.email;
|
|
41779
41811
|
};
|
|
41780
|
-
protoOf(FindResidentResult).
|
|
41812
|
+
protoOf(FindResidentResult).c6h = function () {
|
|
41781
41813
|
return this.folkeregisteret;
|
|
41782
41814
|
};
|
|
41783
|
-
protoOf(FindResidentResult).
|
|
41815
|
+
protoOf(FindResidentResult).d6h = function () {
|
|
41784
41816
|
return this.historicRoles;
|
|
41785
41817
|
};
|
|
41786
41818
|
protoOf(FindResidentResult).n5c = function () {
|
|
@@ -41789,13 +41821,13 @@ protoOf(FindResidentResult).n5c = function () {
|
|
|
41789
41821
|
protoOf(FindResidentResult).c5n = function () {
|
|
41790
41822
|
return this.invoicingEmail;
|
|
41791
41823
|
};
|
|
41792
|
-
protoOf(FindResidentResult).
|
|
41824
|
+
protoOf(FindResidentResult).e6h = function () {
|
|
41793
41825
|
return this.isUser;
|
|
41794
41826
|
};
|
|
41795
41827
|
protoOf(FindResidentResult).d5g = function () {
|
|
41796
41828
|
return this.mobile;
|
|
41797
41829
|
};
|
|
41798
|
-
protoOf(FindResidentResult).
|
|
41830
|
+
protoOf(FindResidentResult).f6h = function () {
|
|
41799
41831
|
return this.mobileCountryCode;
|
|
41800
41832
|
};
|
|
41801
41833
|
protoOf(FindResidentResult).m = function () {
|
|
@@ -41810,13 +41842,13 @@ protoOf(FindResidentResult).o5n = function () {
|
|
|
41810
41842
|
protoOf(FindResidentResult).t5w = function () {
|
|
41811
41843
|
return this.parkingSpaces;
|
|
41812
41844
|
};
|
|
41813
|
-
protoOf(FindResidentResult).
|
|
41845
|
+
protoOf(FindResidentResult).g6h = function () {
|
|
41814
41846
|
return this.personnummerId;
|
|
41815
41847
|
};
|
|
41816
41848
|
protoOf(FindResidentResult).k5y = function () {
|
|
41817
41849
|
return this.preferredLanguage;
|
|
41818
41850
|
};
|
|
41819
|
-
protoOf(FindResidentResult).
|
|
41851
|
+
protoOf(FindResidentResult).h6h = function () {
|
|
41820
41852
|
return this.profileUrl;
|
|
41821
41853
|
};
|
|
41822
41854
|
protoOf(FindResidentResult).s64 = function () {
|
|
@@ -41909,13 +41941,13 @@ protoOf(FindResidentResult).u5p = function () {
|
|
|
41909
41941
|
protoOf(FindResidentResult).v5p = function () {
|
|
41910
41942
|
return this.storageRooms;
|
|
41911
41943
|
};
|
|
41912
|
-
protoOf(FindResidentResult).
|
|
41944
|
+
protoOf(FindResidentResult).i6h = function () {
|
|
41913
41945
|
return this.title;
|
|
41914
41946
|
};
|
|
41915
|
-
protoOf(FindResidentResult).
|
|
41947
|
+
protoOf(FindResidentResult).j6h = function () {
|
|
41916
41948
|
return this.userId;
|
|
41917
41949
|
};
|
|
41918
|
-
protoOf(FindResidentResult).
|
|
41950
|
+
protoOf(FindResidentResult).k6h = function (accountNumber, address, birthDay, completeMobile, country, email, folkeregisteret, historicRoles, id, invoicingEmail, isUser, mobile, mobileCountryCode, name, nationality, note, parkingSpaces, personnummerId, preferredLanguage, profileUrl, reservedEmail, reservedSMS, roles, storageRooms, title, userId) {
|
|
41919
41951
|
return new FindResidentResult(accountNumber, address, birthDay, completeMobile, country, email, folkeregisteret, historicRoles, id, invoicingEmail, isUser, mobile, mobileCountryCode, name, nationality, note, parkingSpaces, personnummerId, preferredLanguage, profileUrl, reservedEmail, reservedSMS, roles, storageRooms, title, userId);
|
|
41920
41952
|
};
|
|
41921
41953
|
protoOf(FindResidentResult).copy = function (accountNumber, address, birthDay, completeMobile, country, email, folkeregisteret, historicRoles, id, invoicingEmail, isUser, mobile, mobileCountryCode, name, nationality, note, parkingSpaces, personnummerId, preferredLanguage, profileUrl, reservedEmail, reservedSMS, roles, storageRooms, title, userId, $super) {
|
|
@@ -41945,7 +41977,7 @@ protoOf(FindResidentResult).copy = function (accountNumber, address, birthDay, c
|
|
|
41945
41977
|
storageRooms = storageRooms === VOID ? this.storageRooms : storageRooms;
|
|
41946
41978
|
title = title === VOID ? this.title : title;
|
|
41947
41979
|
userId = userId === VOID ? this.userId : userId;
|
|
41948
|
-
return $super === VOID ? this.
|
|
41980
|
+
return $super === VOID ? this.k6h(accountNumber, address, birthDay, completeMobile, country, email, folkeregisteret, historicRoles, id, invoicingEmail, isUser, mobile, mobileCountryCode, name, nationality, note, parkingSpaces, personnummerId, preferredLanguage, profileUrl, reservedEmail, reservedSMS, roles, storageRooms, title, userId) : $super.k6h.call(this, accountNumber, address, birthDay, completeMobile, country, email, folkeregisteret, historicRoles, id, invoicingEmail, isUser, mobile, mobileCountryCode, name, nationality, note, parkingSpaces, personnummerId, preferredLanguage, profileUrl, reservedEmail, reservedSMS, roles, storageRooms, title, userId);
|
|
41949
41981
|
};
|
|
41950
41982
|
protoOf(FindResidentResult).toString = function () {
|
|
41951
41983
|
return 'FindResidentResult(accountNumber=' + this.accountNumber + ', address=' + toString_0(this.address) + ', birthDay=' + this.birthDay + ', completeMobile=' + this.completeMobile + ', country=' + this.country + ', email=' + this.email + ', folkeregisteret=' + toString_0(this.folkeregisteret) + ', historicRoles=' + toString_0(this.historicRoles) + ', id=' + toString_0(this.id) + ', invoicingEmail=' + this.invoicingEmail + ', isUser=' + this.isUser + ', mobile=' + this.mobile + ', mobileCountryCode=' + this.mobileCountryCode + ', name=' + toString_0(this.name) + ', nationality=' + this.nationality.toString() + ', note=' + this.note + ', parkingSpaces=' + toString_0(this.parkingSpaces) + ', personnummerId=' + this.personnummerId + ', preferredLanguage=' + toString_0(this.preferredLanguage) + ', profileUrl=' + this.profileUrl + ', reservedEmail=' + this.reservedEmail + ', reservedSMS=' + this.reservedSMS + ', roles=' + toString_0(this.roles) + ', storageRooms=' + toString_0(this.storageRooms) + ', title=' + this.title + ', userId=' + this.userId + ')';
|
|
@@ -42050,10 +42082,10 @@ function $serializer_161() {
|
|
|
42050
42082
|
tmp0_serialDesc.z22('area', true);
|
|
42051
42083
|
tmp0_serialDesc.z22('streetAddress', true);
|
|
42052
42084
|
tmp0_serialDesc.z22('zipCode', true);
|
|
42053
|
-
this.
|
|
42085
|
+
this.l6h_1 = tmp0_serialDesc;
|
|
42054
42086
|
}
|
|
42055
|
-
protoOf($serializer_161).
|
|
42056
|
-
var tmp0_desc = this.
|
|
42087
|
+
protoOf($serializer_161).m6h = function (encoder, value) {
|
|
42088
|
+
var tmp0_desc = this.l6h_1;
|
|
42057
42089
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
42058
42090
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.area == null)) {
|
|
42059
42091
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.area);
|
|
@@ -42067,10 +42099,10 @@ protoOf($serializer_161).l6h = function (encoder, value) {
|
|
|
42067
42099
|
tmp1_output.m1v(tmp0_desc);
|
|
42068
42100
|
};
|
|
42069
42101
|
protoOf($serializer_161).j1s = function (encoder, value) {
|
|
42070
|
-
return this.
|
|
42102
|
+
return this.m6h(encoder, value instanceof Folkeregisteret ? value : THROW_CCE());
|
|
42071
42103
|
};
|
|
42072
42104
|
protoOf($serializer_161).k1s = function (decoder) {
|
|
42073
|
-
var tmp0_desc = this.
|
|
42105
|
+
var tmp0_desc = this.l6h_1;
|
|
42074
42106
|
var tmp1_flag = true;
|
|
42075
42107
|
var tmp2_index = 0;
|
|
42076
42108
|
var tmp3_bitMask0 = 0;
|
|
@@ -42112,7 +42144,7 @@ protoOf($serializer_161).k1s = function (decoder) {
|
|
|
42112
42144
|
return Folkeregisteret_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
42113
42145
|
};
|
|
42114
42146
|
protoOf($serializer_161).w1r = function () {
|
|
42115
|
-
return this.
|
|
42147
|
+
return this.l6h_1;
|
|
42116
42148
|
};
|
|
42117
42149
|
protoOf($serializer_161).q23 = function () {
|
|
42118
42150
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -42128,7 +42160,7 @@ function $serializer_getInstance_161() {
|
|
|
42128
42160
|
}
|
|
42129
42161
|
function Folkeregisteret_init_$Init$(seen0, area, streetAddress, zipCode, serializationConstructorMarker, $this) {
|
|
42130
42162
|
if (!(0 === (0 & seen0))) {
|
|
42131
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_161().
|
|
42163
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_161().l6h_1);
|
|
42132
42164
|
}
|
|
42133
42165
|
if (0 === (seen0 & 1))
|
|
42134
42166
|
$this.area = null;
|
|
@@ -42173,14 +42205,14 @@ protoOf(Folkeregisteret).pe = function () {
|
|
|
42173
42205
|
protoOf(Folkeregisteret).p5c = function () {
|
|
42174
42206
|
return this.zipCode;
|
|
42175
42207
|
};
|
|
42176
|
-
protoOf(Folkeregisteret).
|
|
42208
|
+
protoOf(Folkeregisteret).n6h = function (area, streetAddress, zipCode) {
|
|
42177
42209
|
return new Folkeregisteret(area, streetAddress, zipCode);
|
|
42178
42210
|
};
|
|
42179
42211
|
protoOf(Folkeregisteret).copy = function (area, streetAddress, zipCode, $super) {
|
|
42180
42212
|
area = area === VOID ? this.area : area;
|
|
42181
42213
|
streetAddress = streetAddress === VOID ? this.streetAddress : streetAddress;
|
|
42182
42214
|
zipCode = zipCode === VOID ? this.zipCode : zipCode;
|
|
42183
|
-
return $super === VOID ? this.
|
|
42215
|
+
return $super === VOID ? this.n6h(area, streetAddress, zipCode) : $super.n6h.call(this, area, streetAddress, zipCode);
|
|
42184
42216
|
};
|
|
42185
42217
|
protoOf(Folkeregisteret).toString = function () {
|
|
42186
42218
|
return 'Folkeregisteret(area=' + this.area + ', streetAddress=' + this.streetAddress + ', zipCode=' + this.zipCode + ')';
|
|
@@ -42214,19 +42246,19 @@ function $serializer_162() {
|
|
|
42214
42246
|
$serializer_instance_162 = this;
|
|
42215
42247
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.FollowUpIssueLaterCommand', this, 1);
|
|
42216
42248
|
tmp0_serialDesc.z22('shouldFollowUp', false);
|
|
42217
|
-
this.
|
|
42249
|
+
this.o6h_1 = tmp0_serialDesc;
|
|
42218
42250
|
}
|
|
42219
|
-
protoOf($serializer_162).
|
|
42220
|
-
var tmp0_desc = this.
|
|
42251
|
+
protoOf($serializer_162).p6h = function (encoder, value) {
|
|
42252
|
+
var tmp0_desc = this.o6h_1;
|
|
42221
42253
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
42222
42254
|
tmp1_output.r1w(tmp0_desc, 0, value.shouldFollowUp);
|
|
42223
42255
|
tmp1_output.m1v(tmp0_desc);
|
|
42224
42256
|
};
|
|
42225
42257
|
protoOf($serializer_162).j1s = function (encoder, value) {
|
|
42226
|
-
return this.
|
|
42258
|
+
return this.p6h(encoder, value instanceof FollowUpIssueLaterCommand ? value : THROW_CCE());
|
|
42227
42259
|
};
|
|
42228
42260
|
protoOf($serializer_162).k1s = function (decoder) {
|
|
42229
|
-
var tmp0_desc = this.
|
|
42261
|
+
var tmp0_desc = this.o6h_1;
|
|
42230
42262
|
var tmp1_flag = true;
|
|
42231
42263
|
var tmp2_index = 0;
|
|
42232
42264
|
var tmp3_bitMask0 = 0;
|
|
@@ -42254,7 +42286,7 @@ protoOf($serializer_162).k1s = function (decoder) {
|
|
|
42254
42286
|
return FollowUpIssueLaterCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
42255
42287
|
};
|
|
42256
42288
|
protoOf($serializer_162).w1r = function () {
|
|
42257
|
-
return this.
|
|
42289
|
+
return this.o6h_1;
|
|
42258
42290
|
};
|
|
42259
42291
|
protoOf($serializer_162).q23 = function () {
|
|
42260
42292
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -42270,7 +42302,7 @@ function $serializer_getInstance_162() {
|
|
|
42270
42302
|
}
|
|
42271
42303
|
function FollowUpIssueLaterCommand_init_$Init$(seen0, shouldFollowUp, serializationConstructorMarker, $this) {
|
|
42272
42304
|
if (!(1 === (1 & seen0))) {
|
|
42273
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_162().
|
|
42305
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_162().o6h_1);
|
|
42274
42306
|
}
|
|
42275
42307
|
$this.shouldFollowUp = shouldFollowUp;
|
|
42276
42308
|
return $this;
|
|
@@ -42281,7 +42313,7 @@ function FollowUpIssueLaterCommand_init_$Create$(seen0, shouldFollowUp, serializ
|
|
|
42281
42313
|
function FollowUpIssueLaterCommand(shouldFollowUp) {
|
|
42282
42314
|
this.shouldFollowUp = shouldFollowUp;
|
|
42283
42315
|
}
|
|
42284
|
-
protoOf(FollowUpIssueLaterCommand).
|
|
42316
|
+
protoOf(FollowUpIssueLaterCommand).q6h = function () {
|
|
42285
42317
|
return this.shouldFollowUp;
|
|
42286
42318
|
};
|
|
42287
42319
|
protoOf(FollowUpIssueLaterCommand).oe = function () {
|
|
@@ -42319,7 +42351,7 @@ function Companion_186() {
|
|
|
42319
42351
|
// Inline function 'kotlin.arrayOf' call
|
|
42320
42352
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
42321
42353
|
// Inline function 'kotlin.js.asDynamic' call
|
|
42322
|
-
tmp.
|
|
42354
|
+
tmp.t6h_1 = [null, null, null, null, null, lazy(tmp_0, FractionRecipient$Companion$$childSerializers$_anonymous__i3x619)];
|
|
42323
42355
|
}
|
|
42324
42356
|
var Companion_instance_186;
|
|
42325
42357
|
function Companion_getInstance_189() {
|
|
@@ -42336,12 +42368,12 @@ function $serializer_163() {
|
|
|
42336
42368
|
tmp0_serialDesc.z22('postnummer', true);
|
|
42337
42369
|
tmp0_serialDesc.z22('poststed', true);
|
|
42338
42370
|
tmp0_serialDesc.z22('type', false);
|
|
42339
|
-
this.
|
|
42371
|
+
this.u6h_1 = tmp0_serialDesc;
|
|
42340
42372
|
}
|
|
42341
|
-
protoOf($serializer_163).
|
|
42342
|
-
var tmp0_desc = this.
|
|
42373
|
+
protoOf($serializer_163).v6h = function (encoder, value) {
|
|
42374
|
+
var tmp0_desc = this.u6h_1;
|
|
42343
42375
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
42344
|
-
var tmp2_cached = Companion_getInstance_189().
|
|
42376
|
+
var tmp2_cached = Companion_getInstance_189().t6h_1;
|
|
42345
42377
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.gateadresse == null)) {
|
|
42346
42378
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.gateadresse);
|
|
42347
42379
|
}
|
|
@@ -42357,10 +42389,10 @@ protoOf($serializer_163).u6h = function (encoder, value) {
|
|
|
42357
42389
|
tmp1_output.m1v(tmp0_desc);
|
|
42358
42390
|
};
|
|
42359
42391
|
protoOf($serializer_163).j1s = function (encoder, value) {
|
|
42360
|
-
return this.
|
|
42392
|
+
return this.v6h(encoder, value instanceof FractionRecipient ? value : THROW_CCE());
|
|
42361
42393
|
};
|
|
42362
42394
|
protoOf($serializer_163).k1s = function (decoder) {
|
|
42363
|
-
var tmp0_desc = this.
|
|
42395
|
+
var tmp0_desc = this.u6h_1;
|
|
42364
42396
|
var tmp1_flag = true;
|
|
42365
42397
|
var tmp2_index = 0;
|
|
42366
42398
|
var tmp3_bitMask0 = 0;
|
|
@@ -42371,7 +42403,7 @@ protoOf($serializer_163).k1s = function (decoder) {
|
|
|
42371
42403
|
var tmp8_local4 = null;
|
|
42372
42404
|
var tmp9_local5 = null;
|
|
42373
42405
|
var tmp10_input = decoder.l1v(tmp0_desc);
|
|
42374
|
-
var tmp11_cached = Companion_getInstance_189().
|
|
42406
|
+
var tmp11_cached = Companion_getInstance_189().t6h_1;
|
|
42375
42407
|
if (tmp10_input.a1w()) {
|
|
42376
42408
|
tmp4_local0 = tmp10_input.z1v(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
42377
42409
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -42424,10 +42456,10 @@ protoOf($serializer_163).k1s = function (decoder) {
|
|
|
42424
42456
|
return FractionRecipient_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, null);
|
|
42425
42457
|
};
|
|
42426
42458
|
protoOf($serializer_163).w1r = function () {
|
|
42427
|
-
return this.
|
|
42459
|
+
return this.u6h_1;
|
|
42428
42460
|
};
|
|
42429
42461
|
protoOf($serializer_163).q23 = function () {
|
|
42430
|
-
var tmp0_cached = Companion_getInstance_189().
|
|
42462
|
+
var tmp0_cached = Companion_getInstance_189().t6h_1;
|
|
42431
42463
|
// Inline function 'kotlin.arrayOf' call
|
|
42432
42464
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
42433
42465
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -42441,7 +42473,7 @@ function $serializer_getInstance_163() {
|
|
|
42441
42473
|
}
|
|
42442
42474
|
function FractionRecipient_init_$Init$(seen0, gateadresse, id, name, postnummer, poststed, type, serializationConstructorMarker, $this) {
|
|
42443
42475
|
if (!(38 === (38 & seen0))) {
|
|
42444
|
-
throwMissingFieldException(seen0, 38, $serializer_getInstance_163().
|
|
42476
|
+
throwMissingFieldException(seen0, 38, $serializer_getInstance_163().u6h_1);
|
|
42445
42477
|
}
|
|
42446
42478
|
if (0 === (seen0 & 1))
|
|
42447
42479
|
$this.gateadresse = null;
|
|
@@ -42475,7 +42507,7 @@ function FractionRecipient(gateadresse, id, name, postnummer, poststed, type) {
|
|
|
42475
42507
|
this.poststed = poststed;
|
|
42476
42508
|
this.type = type;
|
|
42477
42509
|
}
|
|
42478
|
-
protoOf(FractionRecipient).
|
|
42510
|
+
protoOf(FractionRecipient).w6h = function () {
|
|
42479
42511
|
return this.gateadresse;
|
|
42480
42512
|
};
|
|
42481
42513
|
protoOf(FractionRecipient).n5c = function () {
|
|
@@ -42484,10 +42516,10 @@ protoOf(FractionRecipient).n5c = function () {
|
|
|
42484
42516
|
protoOf(FractionRecipient).m = function () {
|
|
42485
42517
|
return this.name;
|
|
42486
42518
|
};
|
|
42487
|
-
protoOf(FractionRecipient).
|
|
42519
|
+
protoOf(FractionRecipient).x6h = function () {
|
|
42488
42520
|
return this.postnummer;
|
|
42489
42521
|
};
|
|
42490
|
-
protoOf(FractionRecipient).
|
|
42522
|
+
protoOf(FractionRecipient).y6h = function () {
|
|
42491
42523
|
return this.poststed;
|
|
42492
42524
|
};
|
|
42493
42525
|
protoOf(FractionRecipient).u5h = function () {
|
|
@@ -42511,7 +42543,7 @@ protoOf(FractionRecipient).r5c = function () {
|
|
|
42511
42543
|
protoOf(FractionRecipient).s5c = function () {
|
|
42512
42544
|
return this.type;
|
|
42513
42545
|
};
|
|
42514
|
-
protoOf(FractionRecipient).
|
|
42546
|
+
protoOf(FractionRecipient).z6h = function (gateadresse, id, name, postnummer, poststed, type) {
|
|
42515
42547
|
return new FractionRecipient(gateadresse, id, name, postnummer, poststed, type);
|
|
42516
42548
|
};
|
|
42517
42549
|
protoOf(FractionRecipient).copy = function (gateadresse, id, name, postnummer, poststed, type, $super) {
|
|
@@ -42521,7 +42553,7 @@ protoOf(FractionRecipient).copy = function (gateadresse, id, name, postnummer, p
|
|
|
42521
42553
|
postnummer = postnummer === VOID ? this.postnummer : postnummer;
|
|
42522
42554
|
poststed = poststed === VOID ? this.poststed : poststed;
|
|
42523
42555
|
type = type === VOID ? this.type : type;
|
|
42524
|
-
return $super === VOID ? this.
|
|
42556
|
+
return $super === VOID ? this.z6h(gateadresse, id, name, postnummer, poststed, type) : $super.z6h.call(this, gateadresse, id, name, postnummer, poststed, type);
|
|
42525
42557
|
};
|
|
42526
42558
|
protoOf(FractionRecipient).toString = function () {
|
|
42527
42559
|
return 'FractionRecipient(gateadresse=' + this.gateadresse + ', id=' + this.id.toString() + ', name=' + this.name + ', postnummer=' + this.postnummer + ', poststed=' + this.poststed + ', type=' + this.type.toString() + ')';
|
|
@@ -42555,7 +42587,7 @@ protoOf(FractionRecipient).equals = function (other) {
|
|
|
42555
42587
|
return true;
|
|
42556
42588
|
};
|
|
42557
42589
|
function _get_$cachedSerializer__te6jhj_22($this) {
|
|
42558
|
-
return $this.
|
|
42590
|
+
return $this.s6h_1.m1();
|
|
42559
42591
|
}
|
|
42560
42592
|
function FractionRecipientType$Companion$_anonymous__qznvcu() {
|
|
42561
42593
|
var tmp = values_18();
|
|
@@ -42585,13 +42617,13 @@ function Companion_187() {
|
|
|
42585
42617
|
var tmp$ret$2 = element.value;
|
|
42586
42618
|
destination.s2(tmp$ret$2, element);
|
|
42587
42619
|
}
|
|
42588
|
-
tmp.
|
|
42620
|
+
tmp.r6h_1 = destination;
|
|
42589
42621
|
var tmp_0 = this;
|
|
42590
42622
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
42591
|
-
tmp_0.
|
|
42623
|
+
tmp_0.s6h_1 = lazy(tmp_1, FractionRecipientType$Companion$_anonymous__qznvcu);
|
|
42592
42624
|
}
|
|
42593
42625
|
protoOf(Companion_187).fromValue = function (value) {
|
|
42594
|
-
return this.
|
|
42626
|
+
return this.r6h_1.z2(value);
|
|
42595
42627
|
};
|
|
42596
42628
|
protoOf(Companion_187).i4r = function () {
|
|
42597
42629
|
return _get_$cachedSerializer__te6jhj_22(this);
|
|
@@ -42655,7 +42687,7 @@ function FractionRecipientType_ORGANIZATION_getInstance() {
|
|
|
42655
42687
|
return FractionRecipientType_ORGANIZATION_instance;
|
|
42656
42688
|
}
|
|
42657
42689
|
function _get_$cachedSerializer__te6jhj_23($this) {
|
|
42658
|
-
return $this.
|
|
42690
|
+
return $this.d6i_1.m1();
|
|
42659
42691
|
}
|
|
42660
42692
|
function FractionType$Companion$_anonymous__cq46a5() {
|
|
42661
42693
|
var tmp = values_19();
|
|
@@ -42690,13 +42722,13 @@ function Companion_188() {
|
|
|
42690
42722
|
var tmp$ret$2 = element.value;
|
|
42691
42723
|
destination.s2(tmp$ret$2, element);
|
|
42692
42724
|
}
|
|
42693
|
-
tmp.
|
|
42725
|
+
tmp.c6i_1 = destination;
|
|
42694
42726
|
var tmp_0 = this;
|
|
42695
42727
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
42696
|
-
tmp_0.
|
|
42728
|
+
tmp_0.d6i_1 = lazy(tmp_1, FractionType$Companion$_anonymous__cq46a5);
|
|
42697
42729
|
}
|
|
42698
42730
|
protoOf(Companion_188).fromValue = function (value) {
|
|
42699
|
-
return this.
|
|
42731
|
+
return this.c6i_1.z2(value);
|
|
42700
42732
|
};
|
|
42701
42733
|
protoOf(Companion_188).i4r = function () {
|
|
42702
42734
|
return _get_$cachedSerializer__te6jhj_23(this);
|
|
@@ -42804,7 +42836,7 @@ function Companion_189() {
|
|
|
42804
42836
|
// Inline function 'kotlin.arrayOf' call
|
|
42805
42837
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
42806
42838
|
// Inline function 'kotlin.js.asDynamic' call
|
|
42807
|
-
tmp.
|
|
42839
|
+
tmp.g6i_1 = [null, null, null, null, null, null, lazy(tmp_0, GenerateThirdPartyInformationCommand$Companion$$childSerializers$_anonymous__qg7k3b), null, null];
|
|
42808
42840
|
}
|
|
42809
42841
|
var Companion_instance_189;
|
|
42810
42842
|
function Companion_getInstance_192() {
|
|
@@ -42824,12 +42856,12 @@ function $serializer_164() {
|
|
|
42824
42856
|
tmp0_serialDesc.z22('periods', true);
|
|
42825
42857
|
tmp0_serialDesc.z22('taxAssessedValues', true);
|
|
42826
42858
|
tmp0_serialDesc.z22('wealth', true);
|
|
42827
|
-
this.
|
|
42859
|
+
this.h6i_1 = tmp0_serialDesc;
|
|
42828
42860
|
}
|
|
42829
|
-
protoOf($serializer_164).
|
|
42830
|
-
var tmp0_desc = this.
|
|
42861
|
+
protoOf($serializer_164).i6i = function (encoder, value) {
|
|
42862
|
+
var tmp0_desc = this.h6i_1;
|
|
42831
42863
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
42832
|
-
var tmp2_cached = Companion_getInstance_192().
|
|
42864
|
+
var tmp2_cached = Companion_getInstance_192().g6i_1;
|
|
42833
42865
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.debt == null)) {
|
|
42834
42866
|
tmp1_output.c1x(tmp0_desc, 0, DoubleSerializer_getInstance(), value.debt);
|
|
42835
42867
|
}
|
|
@@ -42860,10 +42892,10 @@ protoOf($serializer_164).h6i = function (encoder, value) {
|
|
|
42860
42892
|
tmp1_output.m1v(tmp0_desc);
|
|
42861
42893
|
};
|
|
42862
42894
|
protoOf($serializer_164).j1s = function (encoder, value) {
|
|
42863
|
-
return this.
|
|
42895
|
+
return this.i6i(encoder, value instanceof GenerateThirdPartyInformationCommand ? value : THROW_CCE());
|
|
42864
42896
|
};
|
|
42865
42897
|
protoOf($serializer_164).k1s = function (decoder) {
|
|
42866
|
-
var tmp0_desc = this.
|
|
42898
|
+
var tmp0_desc = this.h6i_1;
|
|
42867
42899
|
var tmp1_flag = true;
|
|
42868
42900
|
var tmp2_index = 0;
|
|
42869
42901
|
var tmp3_bitMask0 = 0;
|
|
@@ -42877,7 +42909,7 @@ protoOf($serializer_164).k1s = function (decoder) {
|
|
|
42877
42909
|
var tmp11_local7 = null;
|
|
42878
42910
|
var tmp12_local8 = null;
|
|
42879
42911
|
var tmp13_input = decoder.l1v(tmp0_desc);
|
|
42880
|
-
var tmp14_cached = Companion_getInstance_192().
|
|
42912
|
+
var tmp14_cached = Companion_getInstance_192().g6i_1;
|
|
42881
42913
|
if (tmp13_input.a1w()) {
|
|
42882
42914
|
tmp4_local0 = tmp13_input.z1v(tmp0_desc, 0, DoubleSerializer_getInstance(), tmp4_local0);
|
|
42883
42915
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -42948,10 +42980,10 @@ protoOf($serializer_164).k1s = function (decoder) {
|
|
|
42948
42980
|
return GenerateThirdPartyInformationCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
42949
42981
|
};
|
|
42950
42982
|
protoOf($serializer_164).w1r = function () {
|
|
42951
|
-
return this.
|
|
42983
|
+
return this.h6i_1;
|
|
42952
42984
|
};
|
|
42953
42985
|
protoOf($serializer_164).q23 = function () {
|
|
42954
|
-
var tmp0_cached = Companion_getInstance_192().
|
|
42986
|
+
var tmp0_cached = Companion_getInstance_192().g6i_1;
|
|
42955
42987
|
// Inline function 'kotlin.arrayOf' call
|
|
42956
42988
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
42957
42989
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -42965,7 +42997,7 @@ function $serializer_getInstance_164() {
|
|
|
42965
42997
|
}
|
|
42966
42998
|
function GenerateThirdPartyInformationCommand_init_$Init$(seen0, debt, inFourDebt, inOneDebt, inThreeDebt, inTwoDebt, leaseFeeAsPartOfDebt, periods, taxAssessedValues, wealth, serializationConstructorMarker, $this) {
|
|
42967
42999
|
if (!(0 === (0 & seen0))) {
|
|
42968
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_164().
|
|
43000
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_164().h6i_1);
|
|
42969
43001
|
}
|
|
42970
43002
|
if (0 === (seen0 & 1))
|
|
42971
43003
|
$this.debt = null;
|
|
@@ -43029,31 +43061,31 @@ function GenerateThirdPartyInformationCommand(debt, inFourDebt, inOneDebt, inThr
|
|
|
43029
43061
|
this.taxAssessedValues = taxAssessedValues;
|
|
43030
43062
|
this.wealth = wealth;
|
|
43031
43063
|
}
|
|
43032
|
-
protoOf(GenerateThirdPartyInformationCommand).
|
|
43064
|
+
protoOf(GenerateThirdPartyInformationCommand).j6i = function () {
|
|
43033
43065
|
return this.debt;
|
|
43034
43066
|
};
|
|
43035
|
-
protoOf(GenerateThirdPartyInformationCommand).
|
|
43067
|
+
protoOf(GenerateThirdPartyInformationCommand).k6i = function () {
|
|
43036
43068
|
return this.inFourDebt;
|
|
43037
43069
|
};
|
|
43038
|
-
protoOf(GenerateThirdPartyInformationCommand).
|
|
43070
|
+
protoOf(GenerateThirdPartyInformationCommand).l6i = function () {
|
|
43039
43071
|
return this.inOneDebt;
|
|
43040
43072
|
};
|
|
43041
|
-
protoOf(GenerateThirdPartyInformationCommand).
|
|
43073
|
+
protoOf(GenerateThirdPartyInformationCommand).m6i = function () {
|
|
43042
43074
|
return this.inThreeDebt;
|
|
43043
43075
|
};
|
|
43044
|
-
protoOf(GenerateThirdPartyInformationCommand).
|
|
43076
|
+
protoOf(GenerateThirdPartyInformationCommand).n6i = function () {
|
|
43045
43077
|
return this.inTwoDebt;
|
|
43046
43078
|
};
|
|
43047
|
-
protoOf(GenerateThirdPartyInformationCommand).
|
|
43079
|
+
protoOf(GenerateThirdPartyInformationCommand).o6i = function () {
|
|
43048
43080
|
return this.leaseFeeAsPartOfDebt;
|
|
43049
43081
|
};
|
|
43050
|
-
protoOf(GenerateThirdPartyInformationCommand).
|
|
43082
|
+
protoOf(GenerateThirdPartyInformationCommand).p6i = function () {
|
|
43051
43083
|
return this.periods;
|
|
43052
43084
|
};
|
|
43053
|
-
protoOf(GenerateThirdPartyInformationCommand).
|
|
43085
|
+
protoOf(GenerateThirdPartyInformationCommand).q6i = function () {
|
|
43054
43086
|
return this.taxAssessedValues;
|
|
43055
43087
|
};
|
|
43056
|
-
protoOf(GenerateThirdPartyInformationCommand).
|
|
43088
|
+
protoOf(GenerateThirdPartyInformationCommand).r6i = function () {
|
|
43057
43089
|
return this.wealth;
|
|
43058
43090
|
};
|
|
43059
43091
|
protoOf(GenerateThirdPartyInformationCommand).oe = function () {
|
|
@@ -43083,7 +43115,7 @@ protoOf(GenerateThirdPartyInformationCommand).a5e = function () {
|
|
|
43083
43115
|
protoOf(GenerateThirdPartyInformationCommand).b5e = function () {
|
|
43084
43116
|
return this.wealth;
|
|
43085
43117
|
};
|
|
43086
|
-
protoOf(GenerateThirdPartyInformationCommand).
|
|
43118
|
+
protoOf(GenerateThirdPartyInformationCommand).s6i = function (debt, inFourDebt, inOneDebt, inThreeDebt, inTwoDebt, leaseFeeAsPartOfDebt, periods, taxAssessedValues, wealth) {
|
|
43087
43119
|
return new GenerateThirdPartyInformationCommand(debt, inFourDebt, inOneDebt, inThreeDebt, inTwoDebt, leaseFeeAsPartOfDebt, periods, taxAssessedValues, wealth);
|
|
43088
43120
|
};
|
|
43089
43121
|
protoOf(GenerateThirdPartyInformationCommand).copy = function (debt, inFourDebt, inOneDebt, inThreeDebt, inTwoDebt, leaseFeeAsPartOfDebt, periods, taxAssessedValues, wealth, $super) {
|
|
@@ -43096,7 +43128,7 @@ protoOf(GenerateThirdPartyInformationCommand).copy = function (debt, inFourDebt,
|
|
|
43096
43128
|
periods = periods === VOID ? this.periods : periods;
|
|
43097
43129
|
taxAssessedValues = taxAssessedValues === VOID ? this.taxAssessedValues : taxAssessedValues;
|
|
43098
43130
|
wealth = wealth === VOID ? this.wealth : wealth;
|
|
43099
|
-
return $super === VOID ? this.
|
|
43131
|
+
return $super === VOID ? this.s6i(debt, inFourDebt, inOneDebt, inThreeDebt, inTwoDebt, leaseFeeAsPartOfDebt, periods, taxAssessedValues, wealth) : $super.s6i.call(this, debt, inFourDebt, inOneDebt, inThreeDebt, inTwoDebt, leaseFeeAsPartOfDebt, periods, taxAssessedValues, wealth);
|
|
43100
43132
|
};
|
|
43101
43133
|
protoOf(GenerateThirdPartyInformationCommand).toString = function () {
|
|
43102
43134
|
return 'GenerateThirdPartyInformationCommand(debt=' + this.debt + ', inFourDebt=' + this.inFourDebt + ', inOneDebt=' + this.inOneDebt + ', inThreeDebt=' + this.inThreeDebt + ', inTwoDebt=' + this.inTwoDebt + ', leaseFeeAsPartOfDebt=' + this.leaseFeeAsPartOfDebt + ', periods=' + toString_0(this.periods) + ', taxAssessedValues=' + this.taxAssessedValues + ', wealth=' + this.wealth + ')';
|
|
@@ -43151,10 +43183,10 @@ function $serializer_165() {
|
|
|
43151
43183
|
tmp0_serialDesc.z22('landkode', true);
|
|
43152
43184
|
tmp0_serialDesc.z22('postnummer', true);
|
|
43153
43185
|
tmp0_serialDesc.z22('poststedsnavn', true);
|
|
43154
|
-
this.
|
|
43186
|
+
this.t6i_1 = tmp0_serialDesc;
|
|
43155
43187
|
}
|
|
43156
|
-
protoOf($serializer_165).
|
|
43157
|
-
var tmp0_desc = this.
|
|
43188
|
+
protoOf($serializer_165).u6i = function (encoder, value) {
|
|
43189
|
+
var tmp0_desc = this.t6i_1;
|
|
43158
43190
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
43159
43191
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.adressetekst == null)) {
|
|
43160
43192
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.adressetekst);
|
|
@@ -43171,10 +43203,10 @@ protoOf($serializer_165).t6i = function (encoder, value) {
|
|
|
43171
43203
|
tmp1_output.m1v(tmp0_desc);
|
|
43172
43204
|
};
|
|
43173
43205
|
protoOf($serializer_165).j1s = function (encoder, value) {
|
|
43174
|
-
return this.
|
|
43206
|
+
return this.u6i(encoder, value instanceof GenerellAdresse ? value : THROW_CCE());
|
|
43175
43207
|
};
|
|
43176
43208
|
protoOf($serializer_165).k1s = function (decoder) {
|
|
43177
|
-
var tmp0_desc = this.
|
|
43209
|
+
var tmp0_desc = this.t6i_1;
|
|
43178
43210
|
var tmp1_flag = true;
|
|
43179
43211
|
var tmp2_index = 0;
|
|
43180
43212
|
var tmp3_bitMask0 = 0;
|
|
@@ -43223,7 +43255,7 @@ protoOf($serializer_165).k1s = function (decoder) {
|
|
|
43223
43255
|
return GenerellAdresse_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
43224
43256
|
};
|
|
43225
43257
|
protoOf($serializer_165).w1r = function () {
|
|
43226
|
-
return this.
|
|
43258
|
+
return this.t6i_1;
|
|
43227
43259
|
};
|
|
43228
43260
|
protoOf($serializer_165).q23 = function () {
|
|
43229
43261
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -43239,7 +43271,7 @@ function $serializer_getInstance_165() {
|
|
|
43239
43271
|
}
|
|
43240
43272
|
function GenerellAdresse_init_$Init$(seen0, adressetekst, landkode, postnummer, poststedsnavn, serializationConstructorMarker, $this) {
|
|
43241
43273
|
if (!(0 === (0 & seen0))) {
|
|
43242
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_165().
|
|
43274
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_165().t6i_1);
|
|
43243
43275
|
}
|
|
43244
43276
|
if (0 === (seen0 & 1))
|
|
43245
43277
|
$this.adressetekst = null;
|
|
@@ -43272,16 +43304,16 @@ function GenerellAdresse(adressetekst, landkode, postnummer, poststedsnavn) {
|
|
|
43272
43304
|
this.postnummer = postnummer;
|
|
43273
43305
|
this.poststedsnavn = poststedsnavn;
|
|
43274
43306
|
}
|
|
43275
|
-
protoOf(GenerellAdresse).
|
|
43307
|
+
protoOf(GenerellAdresse).v6i = function () {
|
|
43276
43308
|
return this.adressetekst;
|
|
43277
43309
|
};
|
|
43278
|
-
protoOf(GenerellAdresse).
|
|
43310
|
+
protoOf(GenerellAdresse).w6i = function () {
|
|
43279
43311
|
return this.landkode;
|
|
43280
43312
|
};
|
|
43281
|
-
protoOf(GenerellAdresse).
|
|
43313
|
+
protoOf(GenerellAdresse).x6h = function () {
|
|
43282
43314
|
return this.postnummer;
|
|
43283
43315
|
};
|
|
43284
|
-
protoOf(GenerellAdresse).
|
|
43316
|
+
protoOf(GenerellAdresse).x6i = function () {
|
|
43285
43317
|
return this.poststedsnavn;
|
|
43286
43318
|
};
|
|
43287
43319
|
protoOf(GenerellAdresse).oe = function () {
|
|
@@ -43296,7 +43328,7 @@ protoOf(GenerellAdresse).p5c = function () {
|
|
|
43296
43328
|
protoOf(GenerellAdresse).q5c = function () {
|
|
43297
43329
|
return this.poststedsnavn;
|
|
43298
43330
|
};
|
|
43299
|
-
protoOf(GenerellAdresse).
|
|
43331
|
+
protoOf(GenerellAdresse).y6i = function (adressetekst, landkode, postnummer, poststedsnavn) {
|
|
43300
43332
|
return new GenerellAdresse(adressetekst, landkode, postnummer, poststedsnavn);
|
|
43301
43333
|
};
|
|
43302
43334
|
protoOf(GenerellAdresse).copy = function (adressetekst, landkode, postnummer, poststedsnavn, $super) {
|
|
@@ -43304,7 +43336,7 @@ protoOf(GenerellAdresse).copy = function (adressetekst, landkode, postnummer, po
|
|
|
43304
43336
|
landkode = landkode === VOID ? this.landkode : landkode;
|
|
43305
43337
|
postnummer = postnummer === VOID ? this.postnummer : postnummer;
|
|
43306
43338
|
poststedsnavn = poststedsnavn === VOID ? this.poststedsnavn : poststedsnavn;
|
|
43307
|
-
return $super === VOID ? this.
|
|
43339
|
+
return $super === VOID ? this.y6i(adressetekst, landkode, postnummer, poststedsnavn) : $super.y6i.call(this, adressetekst, landkode, postnummer, poststedsnavn);
|
|
43308
43340
|
};
|
|
43309
43341
|
protoOf(GenerellAdresse).toString = function () {
|
|
43310
43342
|
return 'GenerellAdresse(adressetekst=' + this.adressetekst + ', landkode=' + this.landkode + ', postnummer=' + this.postnummer + ', poststedsnavn=' + this.poststedsnavn + ')';
|
|
@@ -43341,19 +43373,19 @@ function $serializer_166() {
|
|
|
43341
43373
|
$serializer_instance_166 = this;
|
|
43342
43374
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('solibo.common.infrastructure.websockets.GenericPayload', this, 1);
|
|
43343
43375
|
tmp0_serialDesc.z22('message', false);
|
|
43344
|
-
this.
|
|
43376
|
+
this.z6i_1 = tmp0_serialDesc;
|
|
43345
43377
|
}
|
|
43346
|
-
protoOf($serializer_166).
|
|
43347
|
-
var tmp0_desc = this.
|
|
43378
|
+
protoOf($serializer_166).a6j = function (encoder, value) {
|
|
43379
|
+
var tmp0_desc = this.z6i_1;
|
|
43348
43380
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
43349
43381
|
tmp1_output.z1w(tmp0_desc, 0, value.message);
|
|
43350
43382
|
tmp1_output.m1v(tmp0_desc);
|
|
43351
43383
|
};
|
|
43352
43384
|
protoOf($serializer_166).j1s = function (encoder, value) {
|
|
43353
|
-
return this.
|
|
43385
|
+
return this.a6j(encoder, value instanceof GenericPayload ? value : THROW_CCE());
|
|
43354
43386
|
};
|
|
43355
43387
|
protoOf($serializer_166).k1s = function (decoder) {
|
|
43356
|
-
var tmp0_desc = this.
|
|
43388
|
+
var tmp0_desc = this.z6i_1;
|
|
43357
43389
|
var tmp1_flag = true;
|
|
43358
43390
|
var tmp2_index = 0;
|
|
43359
43391
|
var tmp3_bitMask0 = 0;
|
|
@@ -43381,7 +43413,7 @@ protoOf($serializer_166).k1s = function (decoder) {
|
|
|
43381
43413
|
return GenericPayload_init_$Create$(tmp3_bitMask0, tmp4_local0, null);
|
|
43382
43414
|
};
|
|
43383
43415
|
protoOf($serializer_166).w1r = function () {
|
|
43384
|
-
return this.
|
|
43416
|
+
return this.z6i_1;
|
|
43385
43417
|
};
|
|
43386
43418
|
protoOf($serializer_166).q23 = function () {
|
|
43387
43419
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -43397,7 +43429,7 @@ function $serializer_getInstance_166() {
|
|
|
43397
43429
|
}
|
|
43398
43430
|
function GenericPayload_init_$Init$(seen0, message, serializationConstructorMarker, $this) {
|
|
43399
43431
|
if (!(1 === (1 & seen0))) {
|
|
43400
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_166().
|
|
43432
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_166().z6i_1);
|
|
43401
43433
|
}
|
|
43402
43434
|
WebSocketPayload_init_$Init$(seen0, serializationConstructorMarker, $this);
|
|
43403
43435
|
$this.message = message;
|
|
@@ -43456,10 +43488,10 @@ function $serializer_167() {
|
|
|
43456
43488
|
tmp0_serialDesc.z22('orgnr', true);
|
|
43457
43489
|
tmp0_serialDesc.z22('soliboManaged', false);
|
|
43458
43490
|
tmp0_serialDesc.z22('type', false);
|
|
43459
|
-
this.
|
|
43491
|
+
this.b6j_1 = tmp0_serialDesc;
|
|
43460
43492
|
}
|
|
43461
|
-
protoOf($serializer_167).
|
|
43462
|
-
var tmp0_desc = this.
|
|
43493
|
+
protoOf($serializer_167).c6j = function (encoder, value) {
|
|
43494
|
+
var tmp0_desc = this.b6j_1;
|
|
43463
43495
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
43464
43496
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.accountNumber == null)) {
|
|
43465
43497
|
tmp1_output.c1x(tmp0_desc, 0, StringSerializer_getInstance(), value.accountNumber);
|
|
@@ -43481,10 +43513,10 @@ protoOf($serializer_167).b6j = function (encoder, value) {
|
|
|
43481
43513
|
tmp1_output.m1v(tmp0_desc);
|
|
43482
43514
|
};
|
|
43483
43515
|
protoOf($serializer_167).j1s = function (encoder, value) {
|
|
43484
|
-
return this.
|
|
43516
|
+
return this.c6j(encoder, value instanceof GenghisCompany ? value : THROW_CCE());
|
|
43485
43517
|
};
|
|
43486
43518
|
protoOf($serializer_167).k1s = function (decoder) {
|
|
43487
|
-
var tmp0_desc = this.
|
|
43519
|
+
var tmp0_desc = this.b6j_1;
|
|
43488
43520
|
var tmp1_flag = true;
|
|
43489
43521
|
var tmp2_index = 0;
|
|
43490
43522
|
var tmp3_bitMask0 = 0;
|
|
@@ -43568,7 +43600,7 @@ protoOf($serializer_167).k1s = function (decoder) {
|
|
|
43568
43600
|
return GenghisCompany_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
43569
43601
|
};
|
|
43570
43602
|
protoOf($serializer_167).w1r = function () {
|
|
43571
|
-
return this.
|
|
43603
|
+
return this.b6j_1;
|
|
43572
43604
|
};
|
|
43573
43605
|
protoOf($serializer_167).q23 = function () {
|
|
43574
43606
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -43584,7 +43616,7 @@ function $serializer_getInstance_167() {
|
|
|
43584
43616
|
}
|
|
43585
43617
|
function GenghisCompany_init_$Init$(seen0, accountNumber, etag, id, invoiceReception, name, nationality, orgnr, soliboManaged, type, serializationConstructorMarker, $this) {
|
|
43586
43618
|
if (!(406 === (406 & seen0))) {
|
|
43587
|
-
throwMissingFieldException(seen0, 406, $serializer_getInstance_167().
|
|
43619
|
+
throwMissingFieldException(seen0, 406, $serializer_getInstance_167().b6j_1);
|
|
43588
43620
|
}
|
|
43589
43621
|
if (0 === (seen0 & 1))
|
|
43590
43622
|
$this.accountNumber = null;
|
|
@@ -43630,13 +43662,13 @@ function GenghisCompany(accountNumber, etag, id, invoiceReception, name, nationa
|
|
|
43630
43662
|
protoOf(GenghisCompany).j5c = function () {
|
|
43631
43663
|
return this.accountNumber;
|
|
43632
43664
|
};
|
|
43633
|
-
protoOf(GenghisCompany).
|
|
43665
|
+
protoOf(GenghisCompany).d6j = function () {
|
|
43634
43666
|
return this.etag;
|
|
43635
43667
|
};
|
|
43636
43668
|
protoOf(GenghisCompany).n5c = function () {
|
|
43637
43669
|
return this.id;
|
|
43638
43670
|
};
|
|
43639
|
-
protoOf(GenghisCompany).
|
|
43671
|
+
protoOf(GenghisCompany).e6j = function () {
|
|
43640
43672
|
return this.invoiceReception;
|
|
43641
43673
|
};
|
|
43642
43674
|
protoOf(GenghisCompany).m = function () {
|
|
@@ -43645,10 +43677,10 @@ protoOf(GenghisCompany).m = function () {
|
|
|
43645
43677
|
protoOf(GenghisCompany).o5m = function () {
|
|
43646
43678
|
return this.nationality;
|
|
43647
43679
|
};
|
|
43648
|
-
protoOf(GenghisCompany).
|
|
43680
|
+
protoOf(GenghisCompany).f6j = function () {
|
|
43649
43681
|
return this.orgnr;
|
|
43650
43682
|
};
|
|
43651
|
-
protoOf(GenghisCompany).
|
|
43683
|
+
protoOf(GenghisCompany).g6j = function () {
|
|
43652
43684
|
return this.soliboManaged;
|
|
43653
43685
|
};
|
|
43654
43686
|
protoOf(GenghisCompany).u5h = function () {
|
|
@@ -43681,7 +43713,7 @@ protoOf(GenghisCompany).a5e = function () {
|
|
|
43681
43713
|
protoOf(GenghisCompany).b5e = function () {
|
|
43682
43714
|
return this.type;
|
|
43683
43715
|
};
|
|
43684
|
-
protoOf(GenghisCompany).
|
|
43716
|
+
protoOf(GenghisCompany).h6j = function (accountNumber, etag, id, invoiceReception, name, nationality, orgnr, soliboManaged, type) {
|
|
43685
43717
|
return new GenghisCompany(accountNumber, etag, id, invoiceReception, name, nationality, orgnr, soliboManaged, type);
|
|
43686
43718
|
};
|
|
43687
43719
|
protoOf(GenghisCompany).copy = function (accountNumber, etag, id, invoiceReception, name, nationality, orgnr, soliboManaged, type, $super) {
|
|
@@ -43694,7 +43726,7 @@ protoOf(GenghisCompany).copy = function (accountNumber, etag, id, invoiceRecepti
|
|
|
43694
43726
|
orgnr = orgnr === VOID ? this.orgnr : orgnr;
|
|
43695
43727
|
soliboManaged = soliboManaged === VOID ? this.soliboManaged : soliboManaged;
|
|
43696
43728
|
type = type === VOID ? this.type : type;
|
|
43697
|
-
return $super === VOID ? this.
|
|
43729
|
+
return $super === VOID ? this.h6j(accountNumber, etag, id, invoiceReception, name, nationality, orgnr, soliboManaged, type) : $super.h6j.call(this, accountNumber, etag, id, invoiceReception, name, nationality, orgnr, soliboManaged, type);
|
|
43698
43730
|
};
|
|
43699
43731
|
protoOf(GenghisCompany).toString = function () {
|
|
43700
43732
|
return 'GenghisCompany(accountNumber=' + this.accountNumber + ', etag=' + this.etag + ', id=' + this.id.toString() + ', invoiceReception=' + this.invoiceReception + ', name=' + this.name + ', nationality=' + this.nationality + ', orgnr=' + this.orgnr + ', soliboManaged=' + this.soliboManaged + ', type=' + this.type + ')';
|
|
@@ -43791,7 +43823,7 @@ function Companion_193() {
|
|
|
43791
43823
|
// Inline function 'kotlin.arrayOf' call
|
|
43792
43824
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
43793
43825
|
// Inline function 'kotlin.js.asDynamic' call
|
|
43794
|
-
tmp.
|
|
43826
|
+
tmp.s6j_1 = [tmp_1, null, null, null, null, null, null, null, tmp_3, tmp_5, null, null, null, null, null, null, null, tmp_7, null, null, tmp_9, tmp_11, tmp_13, null, null, null, tmp_15, tmp_17, lazy(tmp_18, GenghisInvoice$Companion$$childSerializers$_anonymous__eeofq0_8)];
|
|
43795
43827
|
}
|
|
43796
43828
|
var Companion_instance_193;
|
|
43797
43829
|
function Companion_getInstance_196() {
|
|
@@ -43831,12 +43863,12 @@ function $serializer_168() {
|
|
|
43831
43863
|
tmp0_serialDesc.z22('tenantType', false);
|
|
43832
43864
|
tmp0_serialDesc.z22('type', false);
|
|
43833
43865
|
tmp0_serialDesc.z22('vouchers', true);
|
|
43834
|
-
this.
|
|
43866
|
+
this.t6j_1 = tmp0_serialDesc;
|
|
43835
43867
|
}
|
|
43836
|
-
protoOf($serializer_168).
|
|
43837
|
-
var tmp0_desc = this.
|
|
43868
|
+
protoOf($serializer_168).u6j = function (encoder, value) {
|
|
43869
|
+
var tmp0_desc = this.t6j_1;
|
|
43838
43870
|
var tmp1_output = encoder.l1v(tmp0_desc);
|
|
43839
|
-
var tmp2_cached = Companion_getInstance_196().
|
|
43871
|
+
var tmp2_cached = Companion_getInstance_196().s6j_1;
|
|
43840
43872
|
if (tmp1_output.g1x(tmp0_desc, 0) ? true : !(value.credits == null)) {
|
|
43841
43873
|
tmp1_output.c1x(tmp0_desc, 0, tmp2_cached[0].m1(), value.credits);
|
|
43842
43874
|
}
|
|
@@ -43891,10 +43923,10 @@ protoOf($serializer_168).t6j = function (encoder, value) {
|
|
|
43891
43923
|
tmp1_output.m1v(tmp0_desc);
|
|
43892
43924
|
};
|
|
43893
43925
|
protoOf($serializer_168).j1s = function (encoder, value) {
|
|
43894
|
-
return this.
|
|
43926
|
+
return this.u6j(encoder, value instanceof GenghisInvoice ? value : THROW_CCE());
|
|
43895
43927
|
};
|
|
43896
43928
|
protoOf($serializer_168).k1s = function (decoder) {
|
|
43897
|
-
var tmp0_desc = this.
|
|
43929
|
+
var tmp0_desc = this.t6j_1;
|
|
43898
43930
|
var tmp1_flag = true;
|
|
43899
43931
|
var tmp2_index = 0;
|
|
43900
43932
|
var tmp3_bitMask0 = 0;
|
|
@@ -43928,7 +43960,7 @@ protoOf($serializer_168).k1s = function (decoder) {
|
|
|
43928
43960
|
var tmp31_local27 = null;
|
|
43929
43961
|
var tmp32_local28 = null;
|
|
43930
43962
|
var tmp33_input = decoder.l1v(tmp0_desc);
|
|
43931
|
-
var tmp34_cached = Companion_getInstance_196().
|
|
43963
|
+
var tmp34_cached = Companion_getInstance_196().s6j_1;
|
|
43932
43964
|
if (tmp33_input.a1w()) {
|
|
43933
43965
|
tmp4_local0 = tmp33_input.z1v(tmp0_desc, 0, tmp34_cached[0].m1(), tmp4_local0);
|
|
43934
43966
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -44119,10 +44151,10 @@ protoOf($serializer_168).k1s = function (decoder) {
|
|
|
44119
44151
|
return GenghisInvoice_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, tmp14_local10, tmp15_local11, tmp16_local12, tmp17_local13, tmp18_local14, tmp19_local15, tmp20_local16, tmp21_local17, tmp22_local18, tmp23_local19, tmp24_local20, tmp25_local21, tmp26_local22, tmp27_local23, tmp28_local24, tmp29_local25, tmp30_local26, tmp31_local27, tmp32_local28, null);
|
|
44120
44152
|
};
|
|
44121
44153
|
protoOf($serializer_168).w1r = function () {
|
|
44122
|
-
return this.
|
|
44154
|
+
return this.t6j_1;
|
|
44123
44155
|
};
|
|
44124
44156
|
protoOf($serializer_168).q23 = function () {
|
|
44125
|
-
var tmp0_cached = Companion_getInstance_196().
|
|
44157
|
+
var tmp0_cached = Companion_getInstance_196().s6j_1;
|
|
44126
44158
|
// Inline function 'kotlin.arrayOf' call
|
|
44127
44159
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
44128
44160
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -44136,7 +44168,7 @@ function $serializer_getInstance_168() {
|
|
|
44136
44168
|
}
|
|
44137
44169
|
function GenghisInvoice_init_$Init$(seen0, credits, description, dueDate, externalReferenceId, id, invoiceDate, invoiceReferenceId, kid, lineGroups, lines, note, number, open, overdueOne, overdueTwo, payee, payeeMeta, payeeType, payer, payerMeta, payerType, payments, processType, sum, sumVAT, tenant, tenantType, type, vouchers, serializationConstructorMarker, $this) {
|
|
44138
44170
|
if (!(262117564 === (262117564 & seen0))) {
|
|
44139
|
-
throwMissingFieldException(seen0, 262117564, $serializer_getInstance_168().
|
|
44171
|
+
throwMissingFieldException(seen0, 262117564, $serializer_getInstance_168().t6j_1);
|
|
44140
44172
|
}
|
|
44141
44173
|
if (0 === (seen0 & 1))
|
|
44142
44174
|
$this.credits = null;
|
|
@@ -44248,7 +44280,7 @@ function GenghisInvoice(credits, description, dueDate, externalReferenceId, id,
|
|
|
44248
44280
|
this.type = type;
|
|
44249
44281
|
this.vouchers = vouchers;
|
|
44250
44282
|
}
|
|
44251
|
-
protoOf(GenghisInvoice).
|
|
44283
|
+
protoOf(GenghisInvoice).v6j = function () {
|
|
44252
44284
|
return this.credits;
|
|
44253
44285
|
};
|
|
44254
44286
|
protoOf(GenghisInvoice).m5c = function () {
|
|
@@ -44257,7 +44289,7 @@ protoOf(GenghisInvoice).m5c = function () {
|
|
|
44257
44289
|
protoOf(GenghisInvoice).t5d = function () {
|
|
44258
44290
|
return this.dueDate;
|
|
44259
44291
|
};
|
|
44260
|
-
protoOf(GenghisInvoice).
|
|
44292
|
+
protoOf(GenghisInvoice).w6j = function () {
|
|
44261
44293
|
return this.externalReferenceId;
|
|
44262
44294
|
};
|
|
44263
44295
|
protoOf(GenghisInvoice).n5c = function () {
|
|
@@ -44266,13 +44298,13 @@ protoOf(GenghisInvoice).n5c = function () {
|
|
|
44266
44298
|
protoOf(GenghisInvoice).u5d = function () {
|
|
44267
44299
|
return this.invoiceDate;
|
|
44268
44300
|
};
|
|
44269
|
-
protoOf(GenghisInvoice).
|
|
44301
|
+
protoOf(GenghisInvoice).x6j = function () {
|
|
44270
44302
|
return this.invoiceReferenceId;
|
|
44271
44303
|
};
|
|
44272
|
-
protoOf(GenghisInvoice).
|
|
44304
|
+
protoOf(GenghisInvoice).y6j = function () {
|
|
44273
44305
|
return this.kid;
|
|
44274
44306
|
};
|
|
44275
|
-
protoOf(GenghisInvoice).
|
|
44307
|
+
protoOf(GenghisInvoice).a6a = function () {
|
|
44276
44308
|
return this.lineGroups;
|
|
44277
44309
|
};
|
|
44278
44310
|
protoOf(GenghisInvoice).k5f = function () {
|
|
@@ -44407,10 +44439,10 @@ protoOf(GenghisInvoice).u5p = function () {
|
|
|
44407
44439
|
protoOf(GenghisInvoice).v5p = function () {
|
|
44408
44440
|
return this.sum;
|
|
44409
44441
|
};
|
|
44410
|
-
protoOf(GenghisInvoice).
|
|
44442
|
+
protoOf(GenghisInvoice).i6h = function () {
|
|
44411
44443
|
return this.sumVAT;
|
|
44412
44444
|
};
|
|
44413
|
-
protoOf(GenghisInvoice).
|
|
44445
|
+
protoOf(GenghisInvoice).j6h = function () {
|
|
44414
44446
|
return this.tenant;
|
|
44415
44447
|
};
|
|
44416
44448
|
protoOf(GenghisInvoice).p6k = function () {
|
|
@@ -45121,7 +45153,7 @@ function GenghisMeta(count, etag, totalCount) {
|
|
|
45121
45153
|
protoOf(GenghisMeta).i5q = function () {
|
|
45122
45154
|
return this.count;
|
|
45123
45155
|
};
|
|
45124
|
-
protoOf(GenghisMeta).
|
|
45156
|
+
protoOf(GenghisMeta).d6j = function () {
|
|
45125
45157
|
return this.etag;
|
|
45126
45158
|
};
|
|
45127
45159
|
protoOf(GenghisMeta).i6l = function () {
|
|
@@ -45604,14 +45636,14 @@ protoOf(GenghisPaging).pe = function () {
|
|
|
45604
45636
|
protoOf(GenghisPaging).p5c = function () {
|
|
45605
45637
|
return this.self;
|
|
45606
45638
|
};
|
|
45607
|
-
protoOf(GenghisPaging).
|
|
45639
|
+
protoOf(GenghisPaging).n6h = function (next, previous, self_0) {
|
|
45608
45640
|
return new GenghisPaging(next, previous, self_0);
|
|
45609
45641
|
};
|
|
45610
45642
|
protoOf(GenghisPaging).copy = function (next, previous, self_0, $super) {
|
|
45611
45643
|
next = next === VOID ? this.next : next;
|
|
45612
45644
|
previous = previous === VOID ? this.previous : previous;
|
|
45613
45645
|
self_0 = self_0 === VOID ? this.self : self_0;
|
|
45614
|
-
return $super === VOID ? this.
|
|
45646
|
+
return $super === VOID ? this.n6h(next, previous, self_0) : $super.n6h.call(this, next, previous, self_0);
|
|
45615
45647
|
};
|
|
45616
45648
|
protoOf(GenghisPaging).toString = function () {
|
|
45617
45649
|
return 'GenghisPaging(next=' + this.next + ', previous=' + this.previous + ', self=' + this.self + ')';
|
|
@@ -45934,7 +45966,7 @@ protoOf(GenghisPayment).n5c = function () {
|
|
|
45934
45966
|
protoOf(GenghisPayment).o5e = function () {
|
|
45935
45967
|
return this.invoiceId;
|
|
45936
45968
|
};
|
|
45937
|
-
protoOf(GenghisPayment).
|
|
45969
|
+
protoOf(GenghisPayment).y6j = function () {
|
|
45938
45970
|
return this.kid;
|
|
45939
45971
|
};
|
|
45940
45972
|
protoOf(GenghisPayment).o5n = function () {
|
|
@@ -46821,7 +46853,7 @@ protoOf(GenghisPosting).w6m = function () {
|
|
|
46821
46853
|
protoOf(GenghisPosting).x6m = function () {
|
|
46822
46854
|
return this.customerMeta;
|
|
46823
46855
|
};
|
|
46824
|
-
protoOf(GenghisPosting).
|
|
46856
|
+
protoOf(GenghisPosting).c6b = function () {
|
|
46825
46857
|
return this.customerType;
|
|
46826
46858
|
};
|
|
46827
46859
|
protoOf(GenghisPosting).y6m = function () {
|
|
@@ -46854,7 +46886,7 @@ protoOf(GenghisPosting).c6n = function () {
|
|
|
46854
46886
|
protoOf(GenghisPosting).m6k = function () {
|
|
46855
46887
|
return this.tenant;
|
|
46856
46888
|
};
|
|
46857
|
-
protoOf(GenghisPosting).
|
|
46889
|
+
protoOf(GenghisPosting).w6b = function () {
|
|
46858
46890
|
return this.timestamp;
|
|
46859
46891
|
};
|
|
46860
46892
|
protoOf(GenghisPosting).m1 = function () {
|
|
@@ -47160,7 +47192,7 @@ function GenghisVoucher(description, externalReferenceId, postings, tenant, vouc
|
|
|
47160
47192
|
protoOf(GenghisVoucher).m5c = function () {
|
|
47161
47193
|
return this.description;
|
|
47162
47194
|
};
|
|
47163
|
-
protoOf(GenghisVoucher).
|
|
47195
|
+
protoOf(GenghisVoucher).w6j = function () {
|
|
47164
47196
|
return this.externalReferenceId;
|
|
47165
47197
|
};
|
|
47166
47198
|
protoOf(GenghisVoucher).i6n = function () {
|
|
@@ -49573,7 +49605,7 @@ function Invoice(boligNr, credits, description, dueDate, externalReferenceId, id
|
|
|
49573
49605
|
protoOf(Invoice).o6p = function () {
|
|
49574
49606
|
return this.boligNr;
|
|
49575
49607
|
};
|
|
49576
|
-
protoOf(Invoice).
|
|
49608
|
+
protoOf(Invoice).v6j = function () {
|
|
49577
49609
|
return this.credits;
|
|
49578
49610
|
};
|
|
49579
49611
|
protoOf(Invoice).m5c = function () {
|
|
@@ -49582,7 +49614,7 @@ protoOf(Invoice).m5c = function () {
|
|
|
49582
49614
|
protoOf(Invoice).t5d = function () {
|
|
49583
49615
|
return this.dueDate;
|
|
49584
49616
|
};
|
|
49585
|
-
protoOf(Invoice).
|
|
49617
|
+
protoOf(Invoice).w6j = function () {
|
|
49586
49618
|
return this.externalReferenceId;
|
|
49587
49619
|
};
|
|
49588
49620
|
protoOf(Invoice).n5c = function () {
|
|
@@ -49591,13 +49623,13 @@ protoOf(Invoice).n5c = function () {
|
|
|
49591
49623
|
protoOf(Invoice).u5d = function () {
|
|
49592
49624
|
return this.invoiceDate;
|
|
49593
49625
|
};
|
|
49594
|
-
protoOf(Invoice).
|
|
49626
|
+
protoOf(Invoice).x6j = function () {
|
|
49595
49627
|
return this.invoiceReferenceId;
|
|
49596
49628
|
};
|
|
49597
|
-
protoOf(Invoice).
|
|
49629
|
+
protoOf(Invoice).y6j = function () {
|
|
49598
49630
|
return this.kid;
|
|
49599
49631
|
};
|
|
49600
|
-
protoOf(Invoice).
|
|
49632
|
+
protoOf(Invoice).a6a = function () {
|
|
49601
49633
|
return this.lineGroups;
|
|
49602
49634
|
};
|
|
49603
49635
|
protoOf(Invoice).k5f = function () {
|
|
@@ -49741,10 +49773,10 @@ protoOf(Invoice).u5p = function () {
|
|
|
49741
49773
|
protoOf(Invoice).v5p = function () {
|
|
49742
49774
|
return this.payerType;
|
|
49743
49775
|
};
|
|
49744
|
-
protoOf(Invoice).
|
|
49776
|
+
protoOf(Invoice).i6h = function () {
|
|
49745
49777
|
return this.payments;
|
|
49746
49778
|
};
|
|
49747
|
-
protoOf(Invoice).
|
|
49779
|
+
protoOf(Invoice).j6h = function () {
|
|
49748
49780
|
return this.recipients;
|
|
49749
49781
|
};
|
|
49750
49782
|
protoOf(Invoice).p6k = function () {
|
|
@@ -50294,7 +50326,7 @@ protoOf(InvoiceDataInput).p5d = function () {
|
|
|
50294
50326
|
protoOf(InvoiceDataInput).c6q = function () {
|
|
50295
50327
|
return this.claim;
|
|
50296
50328
|
};
|
|
50297
|
-
protoOf(InvoiceDataInput).
|
|
50329
|
+
protoOf(InvoiceDataInput).b6b = function () {
|
|
50298
50330
|
return this.customerReference;
|
|
50299
50331
|
};
|
|
50300
50332
|
protoOf(InvoiceDataInput).d6q = function () {
|
|
@@ -50306,7 +50338,7 @@ protoOf(InvoiceDataInput).m5c = function () {
|
|
|
50306
50338
|
protoOf(InvoiceDataInput).t5d = function () {
|
|
50307
50339
|
return this.dueDate;
|
|
50308
50340
|
};
|
|
50309
|
-
protoOf(InvoiceDataInput).
|
|
50341
|
+
protoOf(InvoiceDataInput).a6a = function () {
|
|
50310
50342
|
return this.lineGroups;
|
|
50311
50343
|
};
|
|
50312
50344
|
protoOf(InvoiceDataInput).k5f = function () {
|
|
@@ -50965,7 +50997,7 @@ protoOf(InvoiceInput).n5c = function () {
|
|
|
50965
50997
|
protoOf(InvoiceInput).w6q = function () {
|
|
50966
50998
|
return this.invoiceData;
|
|
50967
50999
|
};
|
|
50968
|
-
protoOf(InvoiceInput).
|
|
51000
|
+
protoOf(InvoiceInput).x6j = function () {
|
|
50969
51001
|
return this.invoiceReferenceId;
|
|
50970
51002
|
};
|
|
50971
51003
|
protoOf(InvoiceInput).f6k = function () {
|
|
@@ -52088,10 +52120,10 @@ protoOf(InvoiceLog).o5e = function () {
|
|
|
52088
52120
|
protoOf(InvoiceLog).e = function () {
|
|
52089
52121
|
return this.message;
|
|
52090
52122
|
};
|
|
52091
|
-
protoOf(InvoiceLog).
|
|
52123
|
+
protoOf(InvoiceLog).n6d = function () {
|
|
52092
52124
|
return this.state;
|
|
52093
52125
|
};
|
|
52094
|
-
protoOf(InvoiceLog).
|
|
52126
|
+
protoOf(InvoiceLog).w6b = function () {
|
|
52095
52127
|
return this.timestamp;
|
|
52096
52128
|
};
|
|
52097
52129
|
protoOf(InvoiceLog).oe = function () {
|
|
@@ -54717,7 +54749,7 @@ protoOf(InvoicePreview).t5d = function () {
|
|
|
54717
54749
|
protoOf(InvoicePreview).u5d = function () {
|
|
54718
54750
|
return this.invoiceDate;
|
|
54719
54751
|
};
|
|
54720
|
-
protoOf(InvoicePreview).
|
|
54752
|
+
protoOf(InvoicePreview).a6a = function () {
|
|
54721
54753
|
return this.lineGroups;
|
|
54722
54754
|
};
|
|
54723
54755
|
protoOf(InvoicePreview).k5f = function () {
|
|
@@ -55486,7 +55518,7 @@ protoOf(InvoicePreviewPayer).equals = function (other) {
|
|
|
55486
55518
|
return true;
|
|
55487
55519
|
};
|
|
55488
55520
|
function _get_$cachedSerializer__te6jhj_31($this) {
|
|
55489
|
-
return $this.
|
|
55521
|
+
return $this.n6j_1.m1();
|
|
55490
55522
|
}
|
|
55491
55523
|
function InvoiceProcessType$Companion$_anonymous__94811p() {
|
|
55492
55524
|
var tmp = values_26();
|
|
@@ -55523,13 +55555,13 @@ function Companion_243() {
|
|
|
55523
55555
|
var tmp$ret$2 = element.value;
|
|
55524
55556
|
destination.s2(tmp$ret$2, element);
|
|
55525
55557
|
}
|
|
55526
|
-
tmp.
|
|
55558
|
+
tmp.m6j_1 = destination;
|
|
55527
55559
|
var tmp_0 = this;
|
|
55528
55560
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
55529
|
-
tmp_0.
|
|
55561
|
+
tmp_0.n6j_1 = lazy(tmp_1, InvoiceProcessType$Companion$_anonymous__94811p);
|
|
55530
55562
|
}
|
|
55531
55563
|
protoOf(Companion_243).fromValue = function (value) {
|
|
55532
|
-
return this.
|
|
55564
|
+
return this.m6j_1.z2(value);
|
|
55533
55565
|
};
|
|
55534
55566
|
protoOf(Companion_243).i4r = function () {
|
|
55535
55567
|
return _get_$cachedSerializer__te6jhj_31(this);
|
|
@@ -55831,10 +55863,10 @@ protoOf(InvoiceProcessing).r5t = function () {
|
|
|
55831
55863
|
protoOf(InvoiceProcessing).s5t = function () {
|
|
55832
55864
|
return this.performedById;
|
|
55833
55865
|
};
|
|
55834
|
-
protoOf(InvoiceProcessing).
|
|
55866
|
+
protoOf(InvoiceProcessing).r6f = function () {
|
|
55835
55867
|
return this.rejectionReason;
|
|
55836
55868
|
};
|
|
55837
|
-
protoOf(InvoiceProcessing).
|
|
55869
|
+
protoOf(InvoiceProcessing).g6d = function () {
|
|
55838
55870
|
return this.result;
|
|
55839
55871
|
};
|
|
55840
55872
|
protoOf(InvoiceProcessing).oe = function () {
|
|
@@ -57638,7 +57670,7 @@ protoOf(InvoiceSubjectMeta).y6v = function () {
|
|
|
57638
57670
|
protoOf(InvoiceSubjectMeta).m = function () {
|
|
57639
57671
|
return this.name;
|
|
57640
57672
|
};
|
|
57641
|
-
protoOf(InvoiceSubjectMeta).
|
|
57673
|
+
protoOf(InvoiceSubjectMeta).f6j = function () {
|
|
57642
57674
|
return this.orgnr;
|
|
57643
57675
|
};
|
|
57644
57676
|
protoOf(InvoiceSubjectMeta).s5g = function () {
|
|
@@ -57706,7 +57738,7 @@ protoOf(InvoiceSubjectMeta).equals = function (other) {
|
|
|
57706
57738
|
return true;
|
|
57707
57739
|
};
|
|
57708
57740
|
function _get_$cachedSerializer__te6jhj_35($this) {
|
|
57709
|
-
return $this.
|
|
57741
|
+
return $this.r6j_1.m1();
|
|
57710
57742
|
}
|
|
57711
57743
|
function InvoiceType$Companion$_anonymous__wtzm60() {
|
|
57712
57744
|
var tmp = values_30();
|
|
@@ -57737,13 +57769,13 @@ function Companion_252() {
|
|
|
57737
57769
|
var tmp$ret$2 = element.value;
|
|
57738
57770
|
destination.s2(tmp$ret$2, element);
|
|
57739
57771
|
}
|
|
57740
|
-
tmp.
|
|
57772
|
+
tmp.q6j_1 = destination;
|
|
57741
57773
|
var tmp_0 = this;
|
|
57742
57774
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
57743
|
-
tmp_0.
|
|
57775
|
+
tmp_0.r6j_1 = lazy(tmp_1, InvoiceType$Companion$_anonymous__wtzm60);
|
|
57744
57776
|
}
|
|
57745
57777
|
protoOf(Companion_252).fromValue = function (value) {
|
|
57746
|
-
return this.
|
|
57778
|
+
return this.q6j_1.z2(value);
|
|
57747
57779
|
};
|
|
57748
57780
|
protoOf(Companion_252).i4r = function () {
|
|
57749
57781
|
return _get_$cachedSerializer__te6jhj_35(this);
|
|
@@ -60214,7 +60246,7 @@ protoOf(IssueInMeetingAttachedToMeetingBy).s5e = function () {
|
|
|
60214
60246
|
protoOf(IssueInMeetingAttachedToMeetingBy).k5y = function () {
|
|
60215
60247
|
return this.preferredLanguage;
|
|
60216
60248
|
};
|
|
60217
|
-
protoOf(IssueInMeetingAttachedToMeetingBy).
|
|
60249
|
+
protoOf(IssueInMeetingAttachedToMeetingBy).h6h = function () {
|
|
60218
60250
|
return this.profileUrl;
|
|
60219
60251
|
};
|
|
60220
60252
|
protoOf(IssueInMeetingAttachedToMeetingBy).d63 = function () {
|
|
@@ -60843,7 +60875,7 @@ function JobState_ANY_getInstance() {
|
|
|
60843
60875
|
return JobState_ANY_instance;
|
|
60844
60876
|
}
|
|
60845
60877
|
function _get_$cachedSerializer__te6jhj_38($this) {
|
|
60846
|
-
return $this.
|
|
60878
|
+
return $this.j6d_1.m1();
|
|
60847
60879
|
}
|
|
60848
60880
|
function KartverketFetchState$Companion$_anonymous__glauk7() {
|
|
60849
60881
|
var tmp = values_33();
|
|
@@ -60878,13 +60910,13 @@ function Companion_263() {
|
|
|
60878
60910
|
var tmp$ret$2 = element.value;
|
|
60879
60911
|
destination.s2(tmp$ret$2, element);
|
|
60880
60912
|
}
|
|
60881
|
-
tmp.
|
|
60913
|
+
tmp.i6d_1 = destination;
|
|
60882
60914
|
var tmp_0 = this;
|
|
60883
60915
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
60884
|
-
tmp_0.
|
|
60916
|
+
tmp_0.j6d_1 = lazy(tmp_1, KartverketFetchState$Companion$_anonymous__glauk7);
|
|
60885
60917
|
}
|
|
60886
60918
|
protoOf(Companion_263).fromValue = function (value) {
|
|
60887
|
-
return this.
|
|
60919
|
+
return this.i6d_1.z2(value);
|
|
60888
60920
|
};
|
|
60889
60921
|
protoOf(Companion_263).i4r = function () {
|
|
60890
60922
|
return _get_$cachedSerializer__te6jhj_38(this);
|
|
@@ -61273,7 +61305,7 @@ protoOf(Kontaktinformasjon).p5c = function () {
|
|
|
61273
61305
|
protoOf(Kontaktinformasjon).q5c = function () {
|
|
61274
61306
|
return this.varselSmsMobilnummer;
|
|
61275
61307
|
};
|
|
61276
|
-
protoOf(Kontaktinformasjon).
|
|
61308
|
+
protoOf(Kontaktinformasjon).y6i = function (navn, telefonnummer, varselEpostadresse, varselSmsMobilnummer) {
|
|
61277
61309
|
return new Kontaktinformasjon(navn, telefonnummer, varselEpostadresse, varselSmsMobilnummer);
|
|
61278
61310
|
};
|
|
61279
61311
|
protoOf(Kontaktinformasjon).copy = function (navn, telefonnummer, varselEpostadresse, varselSmsMobilnummer, $super) {
|
|
@@ -61281,7 +61313,7 @@ protoOf(Kontaktinformasjon).copy = function (navn, telefonnummer, varselEpostadr
|
|
|
61281
61313
|
telefonnummer = telefonnummer === VOID ? this.telefonnummer : telefonnummer;
|
|
61282
61314
|
varselEpostadresse = varselEpostadresse === VOID ? this.varselEpostadresse : varselEpostadresse;
|
|
61283
61315
|
varselSmsMobilnummer = varselSmsMobilnummer === VOID ? this.varselSmsMobilnummer : varselSmsMobilnummer;
|
|
61284
|
-
return $super === VOID ? this.
|
|
61316
|
+
return $super === VOID ? this.y6i(navn, telefonnummer, varselEpostadresse, varselSmsMobilnummer) : $super.y6i.call(this, navn, telefonnummer, varselEpostadresse, varselSmsMobilnummer);
|
|
61285
61317
|
};
|
|
61286
61318
|
protoOf(Kontaktinformasjon).toString = function () {
|
|
61287
61319
|
return 'Kontaktinformasjon(navn=' + this.navn + ', telefonnummer=' + this.telefonnummer + ', varselEpostadresse=' + this.varselEpostadresse + ', varselSmsMobilnummer=' + this.varselSmsMobilnummer + ')';
|
|
@@ -63535,7 +63567,7 @@ function MassCommunicationRecipientStatus(recipient, state) {
|
|
|
63535
63567
|
protoOf(MassCommunicationRecipientStatus).j5l = function () {
|
|
63536
63568
|
return this.recipient;
|
|
63537
63569
|
};
|
|
63538
|
-
protoOf(MassCommunicationRecipientStatus).
|
|
63570
|
+
protoOf(MassCommunicationRecipientStatus).n6d = function () {
|
|
63539
63571
|
return this.state;
|
|
63540
63572
|
};
|
|
63541
63573
|
protoOf(MassCommunicationRecipientStatus).oe = function () {
|
|
@@ -63895,7 +63927,7 @@ protoOf(MassEditOrganization).e5y = function () {
|
|
|
63895
63927
|
protoOf(MassEditOrganization).n5m = function () {
|
|
63896
63928
|
return this.classification;
|
|
63897
63929
|
};
|
|
63898
|
-
protoOf(MassEditOrganization).
|
|
63930
|
+
protoOf(MassEditOrganization).d6h = function () {
|
|
63899
63931
|
return this.historicRoles;
|
|
63900
63932
|
};
|
|
63901
63933
|
protoOf(MassEditOrganization).n5c = function () {
|
|
@@ -66266,7 +66298,7 @@ function MeetingParticipant(attended, email, id, name, personId, pictureUrl, rol
|
|
|
66266
66298
|
this.signatureUnobtainable = signatureUnobtainable;
|
|
66267
66299
|
this.signedAt = signedAt;
|
|
66268
66300
|
}
|
|
66269
|
-
protoOf(MeetingParticipant).
|
|
66301
|
+
protoOf(MeetingParticipant).j6g = function () {
|
|
66270
66302
|
return this.attended;
|
|
66271
66303
|
};
|
|
66272
66304
|
protoOf(MeetingParticipant).c5g = function () {
|
|
@@ -67643,7 +67675,7 @@ function Meta(count, etag, totalCount) {
|
|
|
67643
67675
|
protoOf(Meta).i5q = function () {
|
|
67644
67676
|
return this.count;
|
|
67645
67677
|
};
|
|
67646
|
-
protoOf(Meta).
|
|
67678
|
+
protoOf(Meta).d6j = function () {
|
|
67647
67679
|
return this.etag;
|
|
67648
67680
|
};
|
|
67649
67681
|
protoOf(Meta).i6l = function () {
|
|
@@ -68733,16 +68765,16 @@ function ModifyCustomerMetadataCommand(alternateEHFReference, customerReference,
|
|
|
68733
68765
|
this.groupInvoices = groupInvoices;
|
|
68734
68766
|
this.overdueProcessing = overdueProcessing;
|
|
68735
68767
|
}
|
|
68736
|
-
protoOf(ModifyCustomerMetadataCommand).
|
|
68768
|
+
protoOf(ModifyCustomerMetadataCommand).z6a = function () {
|
|
68737
68769
|
return this.alternateEHFReference;
|
|
68738
68770
|
};
|
|
68739
|
-
protoOf(ModifyCustomerMetadataCommand).
|
|
68771
|
+
protoOf(ModifyCustomerMetadataCommand).b6b = function () {
|
|
68740
68772
|
return this.customerReference;
|
|
68741
68773
|
};
|
|
68742
|
-
protoOf(ModifyCustomerMetadataCommand).
|
|
68774
|
+
protoOf(ModifyCustomerMetadataCommand).f6a = function () {
|
|
68743
68775
|
return this.groupInvoices;
|
|
68744
68776
|
};
|
|
68745
|
-
protoOf(ModifyCustomerMetadataCommand).
|
|
68777
|
+
protoOf(ModifyCustomerMetadataCommand).d6b = function () {
|
|
68746
68778
|
return this.overdueProcessing;
|
|
68747
68779
|
};
|
|
68748
68780
|
protoOf(ModifyCustomerMetadataCommand).oe = function () {
|
|
@@ -71320,7 +71352,7 @@ function OrderEconomicReportCommand_init_$Create$(seen0, forPeriod, serializatio
|
|
|
71320
71352
|
function OrderEconomicReportCommand(forPeriod) {
|
|
71321
71353
|
this.forPeriod = forPeriod;
|
|
71322
71354
|
}
|
|
71323
|
-
protoOf(OrderEconomicReportCommand).
|
|
71355
|
+
protoOf(OrderEconomicReportCommand).w6d = function () {
|
|
71324
71356
|
return this.forPeriod;
|
|
71325
71357
|
};
|
|
71326
71358
|
protoOf(OrderEconomicReportCommand).oe = function () {
|
|
@@ -71891,7 +71923,7 @@ protoOf(Organization).e5j = function () {
|
|
|
71891
71923
|
protoOf(Organization).e78 = function () {
|
|
71892
71924
|
return this.employees;
|
|
71893
71925
|
};
|
|
71894
|
-
protoOf(Organization).
|
|
71926
|
+
protoOf(Organization).d6h = function () {
|
|
71895
71927
|
return this.historicRoles;
|
|
71896
71928
|
};
|
|
71897
71929
|
protoOf(Organization).n5c = function () {
|
|
@@ -72390,16 +72422,16 @@ protoOf(OrganizationCustomer).p5g = function () {
|
|
|
72390
72422
|
protoOf(OrganizationCustomer).n5m = function () {
|
|
72391
72423
|
return this.n78_1;
|
|
72392
72424
|
};
|
|
72393
|
-
protoOf(OrganizationCustomer).
|
|
72425
|
+
protoOf(OrganizationCustomer).e6a = function () {
|
|
72394
72426
|
return this.o78_1;
|
|
72395
72427
|
};
|
|
72396
|
-
protoOf(OrganizationCustomer).
|
|
72428
|
+
protoOf(OrganizationCustomer).f6a = function () {
|
|
72397
72429
|
return this.p78_1;
|
|
72398
72430
|
};
|
|
72399
|
-
protoOf(OrganizationCustomer).
|
|
72431
|
+
protoOf(OrganizationCustomer).g6a = function () {
|
|
72400
72432
|
return this.q78_1;
|
|
72401
72433
|
};
|
|
72402
|
-
protoOf(OrganizationCustomer).
|
|
72434
|
+
protoOf(OrganizationCustomer).h6a = function () {
|
|
72403
72435
|
return this.r78_1;
|
|
72404
72436
|
};
|
|
72405
72437
|
protoOf(OrganizationCustomer).q5n = function () {
|
|
@@ -72832,7 +72864,7 @@ function OrganizationEmployee(companyContact, completeMobile, country, email, fa
|
|
|
72832
72864
|
protoOf(OrganizationEmployee).z78 = function () {
|
|
72833
72865
|
return this.companyContact;
|
|
72834
72866
|
};
|
|
72835
|
-
protoOf(OrganizationEmployee).
|
|
72867
|
+
protoOf(OrganizationEmployee).b6h = function () {
|
|
72836
72868
|
return this.completeMobile;
|
|
72837
72869
|
};
|
|
72838
72870
|
protoOf(OrganizationEmployee).e5j = function () {
|
|
@@ -72853,7 +72885,7 @@ protoOf(OrganizationEmployee).n5c = function () {
|
|
|
72853
72885
|
protoOf(OrganizationEmployee).d5g = function () {
|
|
72854
72886
|
return this.mobile;
|
|
72855
72887
|
};
|
|
72856
|
-
protoOf(OrganizationEmployee).
|
|
72888
|
+
protoOf(OrganizationEmployee).f6h = function () {
|
|
72857
72889
|
return this.mobileCountryCode;
|
|
72858
72890
|
};
|
|
72859
72891
|
protoOf(OrganizationEmployee).o5m = function () {
|
|
@@ -73369,7 +73401,7 @@ protoOf(OrganizationParticipant).a5v = function () {
|
|
|
73369
73401
|
protoOf(OrganizationParticipant).x6u = function () {
|
|
73370
73402
|
return this.organization;
|
|
73371
73403
|
};
|
|
73372
|
-
protoOf(OrganizationParticipant).
|
|
73404
|
+
protoOf(OrganizationParticipant).f6j = function () {
|
|
73373
73405
|
return this.orgnr;
|
|
73374
73406
|
};
|
|
73375
73407
|
protoOf(OrganizationParticipant).oe = function () {
|
|
@@ -74003,7 +74035,7 @@ protoOf(OrganizationResident).h7a = function () {
|
|
|
74003
74035
|
protoOf(OrganizationResident).e5j = function () {
|
|
74004
74036
|
return this.w79_1;
|
|
74005
74037
|
};
|
|
74006
|
-
protoOf(OrganizationResident).
|
|
74038
|
+
protoOf(OrganizationResident).d6h = function () {
|
|
74007
74039
|
return this.x79_1;
|
|
74008
74040
|
};
|
|
74009
74041
|
protoOf(OrganizationResident).n5c = function () {
|
|
@@ -74018,7 +74050,7 @@ protoOf(OrganizationResident).o5n = function () {
|
|
|
74018
74050
|
protoOf(OrganizationResident).t5w = function () {
|
|
74019
74051
|
return this.b7a_1;
|
|
74020
74052
|
};
|
|
74021
|
-
protoOf(OrganizationResident).
|
|
74053
|
+
protoOf(OrganizationResident).h6h = function () {
|
|
74022
74054
|
return this.c7a_1;
|
|
74023
74055
|
};
|
|
74024
74056
|
protoOf(OrganizationResident).s64 = function () {
|
|
@@ -75261,10 +75293,10 @@ protoOf(OverdueInvoiceCustomer).u5p = function () {
|
|
|
75261
75293
|
protoOf(OverdueInvoiceCustomer).v5p = function () {
|
|
75262
75294
|
return this.totalOutstanding;
|
|
75263
75295
|
};
|
|
75264
|
-
protoOf(OverdueInvoiceCustomer).
|
|
75296
|
+
protoOf(OverdueInvoiceCustomer).i6h = function () {
|
|
75265
75297
|
return this.totalOutstandingExpired;
|
|
75266
75298
|
};
|
|
75267
|
-
protoOf(OverdueInvoiceCustomer).
|
|
75299
|
+
protoOf(OverdueInvoiceCustomer).j6h = function () {
|
|
75268
75300
|
return this.totalOutstandingOld;
|
|
75269
75301
|
};
|
|
75270
75302
|
protoOf(OverdueInvoiceCustomer).p6k = function () {
|
|
@@ -76095,7 +76127,7 @@ protoOf(OverdueInvoiceOverview).u5p = function () {
|
|
|
76095
76127
|
protoOf(OverdueInvoiceOverview).v5p = function () {
|
|
76096
76128
|
return this.totalOutstandingOpens;
|
|
76097
76129
|
};
|
|
76098
|
-
protoOf(OverdueInvoiceOverview).
|
|
76130
|
+
protoOf(OverdueInvoiceOverview).i6h = function () {
|
|
76099
76131
|
return this.totalOutstandingOverdue;
|
|
76100
76132
|
};
|
|
76101
76133
|
protoOf(OverdueInvoiceOverview).i7b = function (customer, expiredInvoices, interestDemanded, interestDemandedExpired, interestDemandedOld, interestDemandedOpens, interestDemandedOverdue, interestToday, interestTodayExpired, interestTodayOld, interestTodayOpens, interestTodayOverdue, latePaymentFeeDemanded, latePaymentFeeDemandedExpired, latePaymentFeeDemandedOld, latePaymentFeeDemandedOpens, latePaymentFeeDemandedOverdue, oldInvoices, openInvoices, overdueInvoices, totalOutstanding, totalOutstandingExpired, totalOutstandingOld, totalOutstandingOpens, totalOutstandingOverdue) {
|
|
@@ -77356,7 +77388,7 @@ protoOf(OwnershipChangeRole).o7c = function () {
|
|
|
77356
77388
|
protoOf(OwnershipChangeRole).p7c = function () {
|
|
77357
77389
|
return this.roleId;
|
|
77358
77390
|
};
|
|
77359
|
-
protoOf(OwnershipChangeRole).
|
|
77391
|
+
protoOf(OwnershipChangeRole).q6e = function () {
|
|
77360
77392
|
return this.roleType;
|
|
77361
77393
|
};
|
|
77362
77394
|
protoOf(OwnershipChangeRole).u5e = function () {
|
|
@@ -77582,14 +77614,14 @@ protoOf(Paging).pe = function () {
|
|
|
77582
77614
|
protoOf(Paging).p5c = function () {
|
|
77583
77615
|
return this.self;
|
|
77584
77616
|
};
|
|
77585
|
-
protoOf(Paging).
|
|
77617
|
+
protoOf(Paging).n6h = function (next, previous, self_0) {
|
|
77586
77618
|
return new Paging(next, previous, self_0);
|
|
77587
77619
|
};
|
|
77588
77620
|
protoOf(Paging).copy = function (next, previous, self_0, $super) {
|
|
77589
77621
|
next = next === VOID ? this.next : next;
|
|
77590
77622
|
previous = previous === VOID ? this.previous : previous;
|
|
77591
77623
|
self_0 = self_0 === VOID ? this.self : self_0;
|
|
77592
|
-
return $super === VOID ? this.
|
|
77624
|
+
return $super === VOID ? this.n6h(next, previous, self_0) : $super.n6h.call(this, next, previous, self_0);
|
|
77593
77625
|
};
|
|
77594
77626
|
protoOf(Paging).toString = function () {
|
|
77595
77627
|
return 'Paging(next=' + this.next + ', previous=' + this.previous + ', self=' + this.self + ')';
|
|
@@ -78406,7 +78438,7 @@ function ParticipantType_SUPPLIER_CONTACT_getInstance() {
|
|
|
78406
78438
|
return ParticipantType_SUPPLIER_CONTACT_instance;
|
|
78407
78439
|
}
|
|
78408
78440
|
function _get_$cachedSerializer__te6jhj_50($this) {
|
|
78409
|
-
return $this.
|
|
78441
|
+
return $this.j6j_1.m1();
|
|
78410
78442
|
}
|
|
78411
78443
|
function PayeeType$Companion$_anonymous__r40mz7() {
|
|
78412
78444
|
var tmp = values_44();
|
|
@@ -78436,13 +78468,13 @@ function Companion_340() {
|
|
|
78436
78468
|
var tmp$ret$2 = element.value;
|
|
78437
78469
|
destination.s2(tmp$ret$2, element);
|
|
78438
78470
|
}
|
|
78439
|
-
tmp.
|
|
78471
|
+
tmp.i6j_1 = destination;
|
|
78440
78472
|
var tmp_0 = this;
|
|
78441
78473
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
78442
|
-
tmp_0.
|
|
78474
|
+
tmp_0.j6j_1 = lazy(tmp_1, PayeeType$Companion$_anonymous__r40mz7);
|
|
78443
78475
|
}
|
|
78444
78476
|
protoOf(Companion_340).fromValue = function (value) {
|
|
78445
|
-
return this.
|
|
78477
|
+
return this.i6j_1.z2(value);
|
|
78446
78478
|
};
|
|
78447
78479
|
protoOf(Companion_340).i4r = function () {
|
|
78448
78480
|
return _get_$cachedSerializer__te6jhj_50(this);
|
|
@@ -78838,7 +78870,7 @@ protoOf(PayerInput).m = function () {
|
|
|
78838
78870
|
protoOf(PayerInput).o5c = function () {
|
|
78839
78871
|
return this.number;
|
|
78840
78872
|
};
|
|
78841
|
-
protoOf(PayerInput).
|
|
78873
|
+
protoOf(PayerInput).f6j = function () {
|
|
78842
78874
|
return this.orgnr;
|
|
78843
78875
|
};
|
|
78844
78876
|
protoOf(PayerInput).l7d = function () {
|
|
@@ -78993,7 +79025,7 @@ protoOf(PayerInput).equals = function (other) {
|
|
|
78993
79025
|
return true;
|
|
78994
79026
|
};
|
|
78995
79027
|
function _get_$cachedSerializer__te6jhj_51($this) {
|
|
78996
|
-
return $this.
|
|
79028
|
+
return $this.l6j_1.m1();
|
|
78997
79029
|
}
|
|
78998
79030
|
function PayerType$Companion$_anonymous__krfwo0() {
|
|
78999
79031
|
var tmp = values_45();
|
|
@@ -79027,13 +79059,13 @@ function Companion_342() {
|
|
|
79027
79059
|
var tmp$ret$2 = element.value;
|
|
79028
79060
|
destination.s2(tmp$ret$2, element);
|
|
79029
79061
|
}
|
|
79030
|
-
tmp.
|
|
79062
|
+
tmp.k6j_1 = destination;
|
|
79031
79063
|
var tmp_0 = this;
|
|
79032
79064
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
79033
|
-
tmp_0.
|
|
79065
|
+
tmp_0.l6j_1 = lazy(tmp_1, PayerType$Companion$_anonymous__krfwo0);
|
|
79034
79066
|
}
|
|
79035
79067
|
protoOf(Companion_342).fromValue = function (value) {
|
|
79036
|
-
return this.
|
|
79068
|
+
return this.k6j_1.z2(value);
|
|
79037
79069
|
};
|
|
79038
79070
|
protoOf(Companion_342).i4r = function () {
|
|
79039
79071
|
return _get_$cachedSerializer__te6jhj_51(this);
|
|
@@ -79376,7 +79408,7 @@ protoOf(Payment).n5c = function () {
|
|
|
79376
79408
|
protoOf(Payment).o5e = function () {
|
|
79377
79409
|
return this.invoiceId;
|
|
79378
79410
|
};
|
|
79379
|
-
protoOf(Payment).
|
|
79411
|
+
protoOf(Payment).y6j = function () {
|
|
79380
79412
|
return this.kid;
|
|
79381
79413
|
};
|
|
79382
79414
|
protoOf(Payment).o5n = function () {
|
|
@@ -80655,7 +80687,7 @@ protoOf(Person).l5g = function () {
|
|
|
80655
80687
|
protoOf(Person).p64 = function () {
|
|
80656
80688
|
return this.birthDay;
|
|
80657
80689
|
};
|
|
80658
|
-
protoOf(Person).
|
|
80690
|
+
protoOf(Person).b6h = function () {
|
|
80659
80691
|
return this.completeMobile;
|
|
80660
80692
|
};
|
|
80661
80693
|
protoOf(Person).e5j = function () {
|
|
@@ -80664,10 +80696,10 @@ protoOf(Person).e5j = function () {
|
|
|
80664
80696
|
protoOf(Person).c5g = function () {
|
|
80665
80697
|
return this.email;
|
|
80666
80698
|
};
|
|
80667
|
-
protoOf(Person).
|
|
80699
|
+
protoOf(Person).c6h = function () {
|
|
80668
80700
|
return this.folkeregisteret;
|
|
80669
80701
|
};
|
|
80670
|
-
protoOf(Person).
|
|
80702
|
+
protoOf(Person).d6h = function () {
|
|
80671
80703
|
return this.historicRoles;
|
|
80672
80704
|
};
|
|
80673
80705
|
protoOf(Person).n5c = function () {
|
|
@@ -80676,13 +80708,13 @@ protoOf(Person).n5c = function () {
|
|
|
80676
80708
|
protoOf(Person).c5n = function () {
|
|
80677
80709
|
return this.invoicingEmail;
|
|
80678
80710
|
};
|
|
80679
|
-
protoOf(Person).
|
|
80711
|
+
protoOf(Person).e6h = function () {
|
|
80680
80712
|
return this.isUser;
|
|
80681
80713
|
};
|
|
80682
80714
|
protoOf(Person).d5g = function () {
|
|
80683
80715
|
return this.mobile;
|
|
80684
80716
|
};
|
|
80685
|
-
protoOf(Person).
|
|
80717
|
+
protoOf(Person).f6h = function () {
|
|
80686
80718
|
return this.mobileCountryCode;
|
|
80687
80719
|
};
|
|
80688
80720
|
protoOf(Person).m = function () {
|
|
@@ -80697,13 +80729,13 @@ protoOf(Person).o5n = function () {
|
|
|
80697
80729
|
protoOf(Person).t5w = function () {
|
|
80698
80730
|
return this.parkingSpaces;
|
|
80699
80731
|
};
|
|
80700
|
-
protoOf(Person).
|
|
80732
|
+
protoOf(Person).g6h = function () {
|
|
80701
80733
|
return this.personnummerId;
|
|
80702
80734
|
};
|
|
80703
80735
|
protoOf(Person).k5y = function () {
|
|
80704
80736
|
return this.preferredLanguage;
|
|
80705
80737
|
};
|
|
80706
|
-
protoOf(Person).
|
|
80738
|
+
protoOf(Person).h6h = function () {
|
|
80707
80739
|
return this.profileUrl;
|
|
80708
80740
|
};
|
|
80709
80741
|
protoOf(Person).s64 = function () {
|
|
@@ -80796,10 +80828,10 @@ protoOf(Person).u5p = function () {
|
|
|
80796
80828
|
protoOf(Person).v5p = function () {
|
|
80797
80829
|
return this.storageRooms;
|
|
80798
80830
|
};
|
|
80799
|
-
protoOf(Person).
|
|
80831
|
+
protoOf(Person).i6h = function () {
|
|
80800
80832
|
return this.title;
|
|
80801
80833
|
};
|
|
80802
|
-
protoOf(Person).
|
|
80834
|
+
protoOf(Person).j6h = function () {
|
|
80803
80835
|
return this.userId;
|
|
80804
80836
|
};
|
|
80805
80837
|
protoOf(Person).r7e = function (accountNumber, address, birthDay, completeMobile, country, email, folkeregisteret, historicRoles, id, invoicingEmail, isUser, mobile, mobileCountryCode, name, nationality, note, parkingSpaces, personnummerId, preferredLanguage, profileUrl, reservedEmail, reservedSMS, roles, storageRooms, title, userId) {
|
|
@@ -81328,16 +81360,16 @@ protoOf(PersonCustomer).p5g = function () {
|
|
|
81328
81360
|
protoOf(PersonCustomer).n5m = function () {
|
|
81329
81361
|
return this.b7f_1;
|
|
81330
81362
|
};
|
|
81331
|
-
protoOf(PersonCustomer).
|
|
81363
|
+
protoOf(PersonCustomer).e6a = function () {
|
|
81332
81364
|
return this.c7f_1;
|
|
81333
81365
|
};
|
|
81334
|
-
protoOf(PersonCustomer).
|
|
81366
|
+
protoOf(PersonCustomer).f6a = function () {
|
|
81335
81367
|
return this.d7f_1;
|
|
81336
81368
|
};
|
|
81337
|
-
protoOf(PersonCustomer).
|
|
81369
|
+
protoOf(PersonCustomer).g6a = function () {
|
|
81338
81370
|
return this.e7f_1;
|
|
81339
81371
|
};
|
|
81340
|
-
protoOf(PersonCustomer).
|
|
81372
|
+
protoOf(PersonCustomer).h6a = function () {
|
|
81341
81373
|
return this.f7f_1;
|
|
81342
81374
|
};
|
|
81343
81375
|
protoOf(PersonCustomer).q5n = function () {
|
|
@@ -82823,7 +82855,7 @@ protoOf(PersonResident).h7a = function () {
|
|
|
82823
82855
|
protoOf(PersonResident).e5j = function () {
|
|
82824
82856
|
return this.h7g_1;
|
|
82825
82857
|
};
|
|
82826
|
-
protoOf(PersonResident).
|
|
82858
|
+
protoOf(PersonResident).d6h = function () {
|
|
82827
82859
|
return this.i7g_1;
|
|
82828
82860
|
};
|
|
82829
82861
|
protoOf(PersonResident).n5c = function () {
|
|
@@ -82838,7 +82870,7 @@ protoOf(PersonResident).o5n = function () {
|
|
|
82838
82870
|
protoOf(PersonResident).t5w = function () {
|
|
82839
82871
|
return this.m7g_1;
|
|
82840
82872
|
};
|
|
82841
|
-
protoOf(PersonResident).
|
|
82873
|
+
protoOf(PersonResident).h6h = function () {
|
|
82842
82874
|
return this.n7g_1;
|
|
82843
82875
|
};
|
|
82844
82876
|
protoOf(PersonResident).s64 = function () {
|
|
@@ -82859,25 +82891,25 @@ protoOf(PersonResident).l5g = function () {
|
|
|
82859
82891
|
protoOf(PersonResident).p64 = function () {
|
|
82860
82892
|
return this.birthDay;
|
|
82861
82893
|
};
|
|
82862
|
-
protoOf(PersonResident).
|
|
82894
|
+
protoOf(PersonResident).b6h = function () {
|
|
82863
82895
|
return this.completeMobile;
|
|
82864
82896
|
};
|
|
82865
82897
|
protoOf(PersonResident).c5g = function () {
|
|
82866
82898
|
return this.email;
|
|
82867
82899
|
};
|
|
82868
|
-
protoOf(PersonResident).
|
|
82900
|
+
protoOf(PersonResident).c6h = function () {
|
|
82869
82901
|
return this.folkeregisteret;
|
|
82870
82902
|
};
|
|
82871
82903
|
protoOf(PersonResident).c5n = function () {
|
|
82872
82904
|
return this.invoicingEmail;
|
|
82873
82905
|
};
|
|
82874
|
-
protoOf(PersonResident).
|
|
82906
|
+
protoOf(PersonResident).e6h = function () {
|
|
82875
82907
|
return this.isUser;
|
|
82876
82908
|
};
|
|
82877
82909
|
protoOf(PersonResident).d5g = function () {
|
|
82878
82910
|
return this.mobile;
|
|
82879
82911
|
};
|
|
82880
|
-
protoOf(PersonResident).
|
|
82912
|
+
protoOf(PersonResident).f6h = function () {
|
|
82881
82913
|
return this.mobileCountryCode;
|
|
82882
82914
|
};
|
|
82883
82915
|
protoOf(PersonResident).m = function () {
|
|
@@ -82889,7 +82921,7 @@ protoOf(PersonResident).m7f = function () {
|
|
|
82889
82921
|
protoOf(PersonResident).s7g = function () {
|
|
82890
82922
|
return this.passportNumberId;
|
|
82891
82923
|
};
|
|
82892
|
-
protoOf(PersonResident).
|
|
82924
|
+
protoOf(PersonResident).g6h = function () {
|
|
82893
82925
|
return this.personnummerId;
|
|
82894
82926
|
};
|
|
82895
82927
|
protoOf(PersonResident).t7g = function () {
|
|
@@ -82970,10 +83002,10 @@ protoOf(PersonResident).u5p = function () {
|
|
|
82970
83002
|
protoOf(PersonResident).v5p = function () {
|
|
82971
83003
|
return this.passportExpiration;
|
|
82972
83004
|
};
|
|
82973
|
-
protoOf(PersonResident).
|
|
83005
|
+
protoOf(PersonResident).i6h = function () {
|
|
82974
83006
|
return this.passportNumberId;
|
|
82975
83007
|
};
|
|
82976
|
-
protoOf(PersonResident).
|
|
83008
|
+
protoOf(PersonResident).j6h = function () {
|
|
82977
83009
|
return this.personnummerId;
|
|
82978
83010
|
};
|
|
82979
83011
|
protoOf(PersonResident).p6k = function () {
|
|
@@ -84164,7 +84196,7 @@ protoOf(PersonUser).s5e = function () {
|
|
|
84164
84196
|
protoOf(PersonUser).k5y = function () {
|
|
84165
84197
|
return this.preferredLanguage;
|
|
84166
84198
|
};
|
|
84167
|
-
protoOf(PersonUser).
|
|
84199
|
+
protoOf(PersonUser).h6h = function () {
|
|
84168
84200
|
return this.profileUrl;
|
|
84169
84201
|
};
|
|
84170
84202
|
protoOf(PersonUser).d63 = function () {
|
|
@@ -86162,7 +86194,7 @@ protoOf(Posting).w6m = function () {
|
|
|
86162
86194
|
protoOf(Posting).x6m = function () {
|
|
86163
86195
|
return this.customerMeta;
|
|
86164
86196
|
};
|
|
86165
|
-
protoOf(Posting).
|
|
86197
|
+
protoOf(Posting).c6b = function () {
|
|
86166
86198
|
return this.customerType;
|
|
86167
86199
|
};
|
|
86168
86200
|
protoOf(Posting).y6m = function () {
|
|
@@ -86195,7 +86227,7 @@ protoOf(Posting).c6n = function () {
|
|
|
86195
86227
|
protoOf(Posting).m6k = function () {
|
|
86196
86228
|
return this.tenant;
|
|
86197
86229
|
};
|
|
86198
|
-
protoOf(Posting).
|
|
86230
|
+
protoOf(Posting).w6b = function () {
|
|
86199
86231
|
return this.timestamp;
|
|
86200
86232
|
};
|
|
86201
86233
|
protoOf(Posting).m1 = function () {
|
|
@@ -86446,7 +86478,7 @@ function PostingSubjectMeta(name, orgnr) {
|
|
|
86446
86478
|
protoOf(PostingSubjectMeta).m = function () {
|
|
86447
86479
|
return this.name;
|
|
86448
86480
|
};
|
|
86449
|
-
protoOf(PostingSubjectMeta).
|
|
86481
|
+
protoOf(PostingSubjectMeta).f6j = function () {
|
|
86450
86482
|
return this.orgnr;
|
|
86451
86483
|
};
|
|
86452
86484
|
protoOf(PostingSubjectMeta).oe = function () {
|
|
@@ -87701,7 +87733,7 @@ function RegisterAttendanceCommand_init_$Create$(seen0, attended, serializationC
|
|
|
87701
87733
|
function RegisterAttendanceCommand(attended) {
|
|
87702
87734
|
this.attended = attended;
|
|
87703
87735
|
}
|
|
87704
|
-
protoOf(RegisterAttendanceCommand).
|
|
87736
|
+
protoOf(RegisterAttendanceCommand).j6g = function () {
|
|
87705
87737
|
return this.attended;
|
|
87706
87738
|
};
|
|
87707
87739
|
protoOf(RegisterAttendanceCommand).oe = function () {
|
|
@@ -87930,7 +87962,7 @@ protoOf(RegisterDeviceCommand).c7k = function () {
|
|
|
87930
87962
|
protoOf(RegisterDeviceCommand).d7k = function () {
|
|
87931
87963
|
return this.fcmDevice;
|
|
87932
87964
|
};
|
|
87933
|
-
protoOf(RegisterDeviceCommand).
|
|
87965
|
+
protoOf(RegisterDeviceCommand).n6b = function () {
|
|
87934
87966
|
return this.fcmToken;
|
|
87935
87967
|
};
|
|
87936
87968
|
protoOf(RegisterDeviceCommand).e7k = function () {
|
|
@@ -88276,7 +88308,7 @@ protoOf(RejectInvoiceCommand).p5c = function () {
|
|
|
88276
88308
|
protoOf(RejectInvoiceCommand).q5c = function () {
|
|
88277
88309
|
return this.supplierOrgNr;
|
|
88278
88310
|
};
|
|
88279
|
-
protoOf(RejectInvoiceCommand).
|
|
88311
|
+
protoOf(RejectInvoiceCommand).y6i = function (description, reason, supplierName, supplierOrgNr) {
|
|
88280
88312
|
return new RejectInvoiceCommand(description, reason, supplierName, supplierOrgNr);
|
|
88281
88313
|
};
|
|
88282
88314
|
protoOf(RejectInvoiceCommand).copy = function (description, reason, supplierName, supplierOrgNr, $super) {
|
|
@@ -88284,7 +88316,7 @@ protoOf(RejectInvoiceCommand).copy = function (description, reason, supplierName
|
|
|
88284
88316
|
reason = reason === VOID ? this.reason : reason;
|
|
88285
88317
|
supplierName = supplierName === VOID ? this.supplierName : supplierName;
|
|
88286
88318
|
supplierOrgNr = supplierOrgNr === VOID ? this.supplierOrgNr : supplierOrgNr;
|
|
88287
|
-
return $super === VOID ? this.
|
|
88319
|
+
return $super === VOID ? this.y6i(description, reason, supplierName, supplierOrgNr) : $super.y6i.call(this, description, reason, supplierName, supplierOrgNr);
|
|
88288
88320
|
};
|
|
88289
88321
|
protoOf(RejectInvoiceCommand).toString = function () {
|
|
88290
88322
|
return 'RejectInvoiceCommand(description=' + this.description + ', reason=' + this.reason + ', supplierName=' + this.supplierName + ', supplierOrgNr=' + this.supplierOrgNr + ')';
|
|
@@ -88488,7 +88520,7 @@ function RenameDocumentCommand_init_$Create$(seen0, fileName, serializationConst
|
|
|
88488
88520
|
function RenameDocumentCommand(fileName) {
|
|
88489
88521
|
this.fileName = fileName;
|
|
88490
88522
|
}
|
|
88491
|
-
protoOf(RenameDocumentCommand).
|
|
88523
|
+
protoOf(RenameDocumentCommand).v6c = function () {
|
|
88492
88524
|
return this.fileName;
|
|
88493
88525
|
};
|
|
88494
88526
|
protoOf(RenameDocumentCommand).oe = function () {
|
|
@@ -90291,7 +90323,7 @@ protoOf(RoleInput).equals = function (other) {
|
|
|
90291
90323
|
return true;
|
|
90292
90324
|
};
|
|
90293
90325
|
function _get_$cachedSerializer__te6jhj_60($this) {
|
|
90294
|
-
return $this.
|
|
90326
|
+
return $this.m6e_1.m1();
|
|
90295
90327
|
}
|
|
90296
90328
|
function RoleType$Companion$_anonymous__fowurj() {
|
|
90297
90329
|
var tmp = values_53();
|
|
@@ -90347,13 +90379,13 @@ function Companion_392() {
|
|
|
90347
90379
|
var tmp$ret$2 = element.value;
|
|
90348
90380
|
destination.s2(tmp$ret$2, element);
|
|
90349
90381
|
}
|
|
90350
|
-
tmp.
|
|
90382
|
+
tmp.l6e_1 = destination;
|
|
90351
90383
|
var tmp_0 = this;
|
|
90352
90384
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
90353
|
-
tmp_0.
|
|
90385
|
+
tmp_0.m6e_1 = lazy(tmp_1, RoleType$Companion$_anonymous__fowurj);
|
|
90354
90386
|
}
|
|
90355
90387
|
protoOf(Companion_392).fromValue = function (value) {
|
|
90356
|
-
return this.
|
|
90388
|
+
return this.l6e_1.z2(value);
|
|
90357
90389
|
};
|
|
90358
90390
|
protoOf(Companion_392).i4r = function () {
|
|
90359
90391
|
return _get_$cachedSerializer__te6jhj_60(this);
|
|
@@ -91115,13 +91147,13 @@ protoOf(Routine).r5d = function () {
|
|
|
91115
91147
|
protoOf(Routine).s5d = function () {
|
|
91116
91148
|
return this.createdBy;
|
|
91117
91149
|
};
|
|
91118
|
-
protoOf(Routine).
|
|
91150
|
+
protoOf(Routine).r6c = function () {
|
|
91119
91151
|
return this.createdByName;
|
|
91120
91152
|
};
|
|
91121
|
-
protoOf(Routine).
|
|
91153
|
+
protoOf(Routine).s6c = function () {
|
|
91122
91154
|
return this.deletedAt;
|
|
91123
91155
|
};
|
|
91124
|
-
protoOf(Routine).
|
|
91156
|
+
protoOf(Routine).t6c = function () {
|
|
91125
91157
|
return this.deletedBy;
|
|
91126
91158
|
};
|
|
91127
91159
|
protoOf(Routine).c7m = function () {
|
|
@@ -91250,10 +91282,10 @@ protoOf(Routine).u5p = function () {
|
|
|
91250
91282
|
protoOf(Routine).v5p = function () {
|
|
91251
91283
|
return this.taskId;
|
|
91252
91284
|
};
|
|
91253
|
-
protoOf(Routine).
|
|
91285
|
+
protoOf(Routine).i6h = function () {
|
|
91254
91286
|
return this.title;
|
|
91255
91287
|
};
|
|
91256
|
-
protoOf(Routine).
|
|
91288
|
+
protoOf(Routine).j6h = function () {
|
|
91257
91289
|
return this.type;
|
|
91258
91290
|
};
|
|
91259
91291
|
protoOf(Routine).g7m = function (completedAt, completedBy, completedName, createdAt, createdBy, createdByName, deletedAt, deletedBy, deletedName, description, documents, draft, dueDate, dueDateOffset, id, log, recommendedIntervalMethod, recommendedIntervalType, recommendedIntervalValue, responsibleId, responsibleName, supplier, svgName, taskId, title, type) {
|
|
@@ -94735,7 +94767,7 @@ protoOf(Section).i5o = function () {
|
|
|
94735
94767
|
protoOf(Section).h7o = function () {
|
|
94736
94768
|
return this.capabilities;
|
|
94737
94769
|
};
|
|
94738
|
-
protoOf(Section).
|
|
94770
|
+
protoOf(Section).q6c = function () {
|
|
94739
94771
|
return this.children;
|
|
94740
94772
|
};
|
|
94741
94773
|
protoOf(Section).n5m = function () {
|
|
@@ -94747,7 +94779,7 @@ protoOf(Section).i7o = function () {
|
|
|
94747
94779
|
protoOf(Section).q5d = function () {
|
|
94748
94780
|
return this.companyId;
|
|
94749
94781
|
};
|
|
94750
|
-
protoOf(Section).
|
|
94782
|
+
protoOf(Section).s6c = function () {
|
|
94751
94783
|
return this.deletedAt;
|
|
94752
94784
|
};
|
|
94753
94785
|
protoOf(Section).j5o = function () {
|
|
@@ -94891,10 +94923,10 @@ protoOf(Section).u5p = function () {
|
|
|
94891
94923
|
protoOf(Section).v5p = function () {
|
|
94892
94924
|
return this.parentId;
|
|
94893
94925
|
};
|
|
94894
|
-
protoOf(Section).
|
|
94926
|
+
protoOf(Section).i6h = function () {
|
|
94895
94927
|
return this.parkingSpaces;
|
|
94896
94928
|
};
|
|
94897
|
-
protoOf(Section).
|
|
94929
|
+
protoOf(Section).j6h = function () {
|
|
94898
94930
|
return this.residenceNr;
|
|
94899
94931
|
};
|
|
94900
94932
|
protoOf(Section).p6k = function () {
|
|
@@ -97323,7 +97355,7 @@ protoOf(SectionStatus).l7q = function () {
|
|
|
97323
97355
|
protoOf(SectionStatus).m7q = function () {
|
|
97324
97356
|
return this.registeredBy;
|
|
97325
97357
|
};
|
|
97326
|
-
protoOf(SectionStatus).
|
|
97358
|
+
protoOf(SectionStatus).n6d = function () {
|
|
97327
97359
|
return this.state;
|
|
97328
97360
|
};
|
|
97329
97361
|
protoOf(SectionStatus).oe = function () {
|
|
@@ -97702,7 +97734,7 @@ protoOf(SectionStatusSectionStatusMapValue).l7q = function () {
|
|
|
97702
97734
|
protoOf(SectionStatusSectionStatusMapValue).m7q = function () {
|
|
97703
97735
|
return this.registeredBy;
|
|
97704
97736
|
};
|
|
97705
|
-
protoOf(SectionStatusSectionStatusMapValue).
|
|
97737
|
+
protoOf(SectionStatusSectionStatusMapValue).n6d = function () {
|
|
97706
97738
|
return this.state;
|
|
97707
97739
|
};
|
|
97708
97740
|
protoOf(SectionStatusSectionStatusMapValue).oe = function () {
|
|
@@ -98755,7 +98787,7 @@ protoOf(SendLetterCommand).o7r = function () {
|
|
|
98755
98787
|
protoOf(SendLetterCommand).p7r = function () {
|
|
98756
98788
|
return this.fullName;
|
|
98757
98789
|
};
|
|
98758
|
-
protoOf(SendLetterCommand).
|
|
98790
|
+
protoOf(SendLetterCommand).f6j = function () {
|
|
98759
98791
|
return this.orgnr;
|
|
98760
98792
|
};
|
|
98761
98793
|
protoOf(SendLetterCommand).s5e = function () {
|
|
@@ -102117,7 +102149,7 @@ function SrpVerification(salt, secretBlock, srpB, userIdForSrp) {
|
|
|
102117
102149
|
protoOf(SrpVerification).e7k = function () {
|
|
102118
102150
|
return this.salt;
|
|
102119
102151
|
};
|
|
102120
|
-
protoOf(SrpVerification).
|
|
102152
|
+
protoOf(SrpVerification).v6b = function () {
|
|
102121
102153
|
return this.secretBlock;
|
|
102122
102154
|
};
|
|
102123
102155
|
protoOf(SrpVerification).e7u = function () {
|
|
@@ -104191,7 +104223,7 @@ protoOf(SupplierInvoice).v5z = function () {
|
|
|
104191
104223
|
protoOf(SupplierInvoice).l7k = function () {
|
|
104192
104224
|
return this.supplierOrgNr;
|
|
104193
104225
|
};
|
|
104194
|
-
protoOf(SupplierInvoice).
|
|
104226
|
+
protoOf(SupplierInvoice).z6f = function () {
|
|
104195
104227
|
return this.tripletexId;
|
|
104196
104228
|
};
|
|
104197
104229
|
protoOf(SupplierInvoice).oe = function () {
|
|
@@ -104979,16 +105011,16 @@ protoOf(Task).r5d = function () {
|
|
|
104979
105011
|
protoOf(Task).n5e = function () {
|
|
104980
105012
|
return this.createdById;
|
|
104981
105013
|
};
|
|
104982
|
-
protoOf(Task).
|
|
105014
|
+
protoOf(Task).r6c = function () {
|
|
104983
105015
|
return this.createdByName;
|
|
104984
105016
|
};
|
|
104985
|
-
protoOf(Task).
|
|
105017
|
+
protoOf(Task).s6c = function () {
|
|
104986
105018
|
return this.deletedAt;
|
|
104987
105019
|
};
|
|
104988
105020
|
protoOf(Task).a7w = function () {
|
|
104989
105021
|
return this.deletedById;
|
|
104990
105022
|
};
|
|
104991
|
-
protoOf(Task).
|
|
105023
|
+
protoOf(Task).u6c = function () {
|
|
104992
105024
|
return this.deletedByName;
|
|
104993
105025
|
};
|
|
104994
105026
|
protoOf(Task).m5c = function () {
|
|
@@ -105111,10 +105143,10 @@ protoOf(Task).u5p = function () {
|
|
|
105111
105143
|
protoOf(Task).v5p = function () {
|
|
105112
105144
|
return this.routineId;
|
|
105113
105145
|
};
|
|
105114
|
-
protoOf(Task).
|
|
105146
|
+
protoOf(Task).i6h = function () {
|
|
105115
105147
|
return this.routineType;
|
|
105116
105148
|
};
|
|
105117
|
-
protoOf(Task).
|
|
105149
|
+
protoOf(Task).j6h = function () {
|
|
105118
105150
|
return this.title;
|
|
105119
105151
|
};
|
|
105120
105152
|
protoOf(Task).g7w = function (companyId, completedAt, completedById, completedByName, createdAt, createdById, createdByName, deletedAt, deletedById, deletedByName, description, dueDate, id, intervalMethod, intervalStart, intervalType, intervalValue, log, registeredAt, registeredById, registeredByName, responsibleId, responsibleName, routineId, routineType, title) {
|
|
@@ -105586,7 +105618,7 @@ protoOf(TaskEvent).r5d = function () {
|
|
|
105586
105618
|
protoOf(TaskEvent).s5d = function () {
|
|
105587
105619
|
return this.createdBy;
|
|
105588
105620
|
};
|
|
105589
|
-
protoOf(TaskEvent).
|
|
105621
|
+
protoOf(TaskEvent).r6c = function () {
|
|
105590
105622
|
return this.createdByName;
|
|
105591
105623
|
};
|
|
105592
105624
|
protoOf(TaskEvent).m5c = function () {
|
|
@@ -106061,7 +106093,7 @@ protoOf(TenantInput).equals = function (other) {
|
|
|
106061
106093
|
return true;
|
|
106062
106094
|
};
|
|
106063
106095
|
function _get_$cachedSerializer__te6jhj_71($this) {
|
|
106064
|
-
return $this.
|
|
106096
|
+
return $this.p6j_1.m1();
|
|
106065
106097
|
}
|
|
106066
106098
|
function TenantType$Companion$_anonymous__gd65xn() {
|
|
106067
106099
|
var tmp = values_64();
|
|
@@ -106090,13 +106122,13 @@ function Companion_456() {
|
|
|
106090
106122
|
var tmp$ret$2 = element.value;
|
|
106091
106123
|
destination.s2(tmp$ret$2, element);
|
|
106092
106124
|
}
|
|
106093
|
-
tmp.
|
|
106125
|
+
tmp.o6j_1 = destination;
|
|
106094
106126
|
var tmp_0 = this;
|
|
106095
106127
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
106096
|
-
tmp_0.
|
|
106128
|
+
tmp_0.p6j_1 = lazy(tmp_1, TenantType$Companion$_anonymous__gd65xn);
|
|
106097
106129
|
}
|
|
106098
106130
|
protoOf(Companion_456).fromValue = function (value) {
|
|
106099
|
-
return this.
|
|
106131
|
+
return this.o6j_1.z2(value);
|
|
106100
106132
|
};
|
|
106101
106133
|
protoOf(Companion_456).i4r = function () {
|
|
106102
106134
|
return _get_$cachedSerializer__te6jhj_71(this);
|
|
@@ -106647,7 +106679,7 @@ protoOf(ThirdPartyInformation).i7x = function () {
|
|
|
106647
106679
|
protoOf(ThirdPartyInformation).i3e = function () {
|
|
106648
106680
|
return this.response;
|
|
106649
106681
|
};
|
|
106650
|
-
protoOf(ThirdPartyInformation).
|
|
106682
|
+
protoOf(ThirdPartyInformation).g6d = function () {
|
|
106651
106683
|
return this.result;
|
|
106652
106684
|
};
|
|
106653
106685
|
protoOf(ThirdPartyInformation).j7x = function () {
|
|
@@ -107906,7 +107938,7 @@ function ThirdPartyInformationOppgaveAndeler(cost, debt, festeAvgiftDelAvGjeld,
|
|
|
107906
107938
|
protoOf(ThirdPartyInformationOppgaveAndeler).m7y = function () {
|
|
107907
107939
|
return this.cost;
|
|
107908
107940
|
};
|
|
107909
|
-
protoOf(ThirdPartyInformationOppgaveAndeler).
|
|
107941
|
+
protoOf(ThirdPartyInformationOppgaveAndeler).j6i = function () {
|
|
107910
107942
|
return this.debt;
|
|
107911
107943
|
};
|
|
107912
107944
|
protoOf(ThirdPartyInformationOppgaveAndeler).n7y = function () {
|
|
@@ -107918,7 +107950,7 @@ protoOf(ThirdPartyInformationOppgaveAndeler).o7y = function () {
|
|
|
107918
107950
|
protoOf(ThirdPartyInformationOppgaveAndeler).p7y = function () {
|
|
107919
107951
|
return this.ligningsverdi;
|
|
107920
107952
|
};
|
|
107921
|
-
protoOf(ThirdPartyInformationOppgaveAndeler).
|
|
107953
|
+
protoOf(ThirdPartyInformationOppgaveAndeler).r6i = function () {
|
|
107922
107954
|
return this.wealth;
|
|
107923
107955
|
};
|
|
107924
107956
|
protoOf(ThirdPartyInformationOppgaveAndeler).oe = function () {
|
|
@@ -108315,7 +108347,7 @@ protoOf(ThirdPartyInformationOppgaveEier).p5c = function () {
|
|
|
108315
108347
|
protoOf(ThirdPartyInformationOppgaveEier).q5c = function () {
|
|
108316
108348
|
return this.orgNr;
|
|
108317
108349
|
};
|
|
108318
|
-
protoOf(ThirdPartyInformationOppgaveEier).
|
|
108350
|
+
protoOf(ThirdPartyInformationOppgaveEier).a6g = function (fnr, id, name, orgNr) {
|
|
108319
108351
|
return new ThirdPartyInformationOppgaveEier(fnr, id, name, orgNr);
|
|
108320
108352
|
};
|
|
108321
108353
|
protoOf(ThirdPartyInformationOppgaveEier).copy = function (fnr, id, name, orgNr, $super) {
|
|
@@ -108323,7 +108355,7 @@ protoOf(ThirdPartyInformationOppgaveEier).copy = function (fnr, id, name, orgNr,
|
|
|
108323
108355
|
id = id === VOID ? this.id : id;
|
|
108324
108356
|
name = name === VOID ? this.name : name;
|
|
108325
108357
|
orgNr = orgNr === VOID ? this.orgNr : orgNr;
|
|
108326
|
-
return $super === VOID ? this.
|
|
108358
|
+
return $super === VOID ? this.a6g(fnr, id, name, orgNr) : $super.a6g.call(this, fnr, id, name, orgNr);
|
|
108327
108359
|
};
|
|
108328
108360
|
protoOf(ThirdPartyInformationOppgaveEier).toString = function () {
|
|
108329
108361
|
return 'ThirdPartyInformationOppgaveEier(fnr=' + this.fnr + ', id=' + this.id.toString() + ', name=' + this.name + ', orgNr=' + this.orgNr + ')';
|
|
@@ -108917,7 +108949,7 @@ protoOf(ThirdPartyInformationOppsummering).m7y = function () {
|
|
|
108917
108949
|
protoOf(ThirdPartyInformationOppsummering).i5q = function () {
|
|
108918
108950
|
return this.count;
|
|
108919
108951
|
};
|
|
108920
|
-
protoOf(ThirdPartyInformationOppsummering).
|
|
108952
|
+
protoOf(ThirdPartyInformationOppsummering).j6i = function () {
|
|
108921
108953
|
return this.debt;
|
|
108922
108954
|
};
|
|
108923
108955
|
protoOf(ThirdPartyInformationOppsummering).o7y = function () {
|
|
@@ -108926,7 +108958,7 @@ protoOf(ThirdPartyInformationOppsummering).o7y = function () {
|
|
|
108926
108958
|
protoOf(ThirdPartyInformationOppsummering).i7z = function () {
|
|
108927
108959
|
return this.ligning;
|
|
108928
108960
|
};
|
|
108929
|
-
protoOf(ThirdPartyInformationOppsummering).
|
|
108961
|
+
protoOf(ThirdPartyInformationOppsummering).r6i = function () {
|
|
108930
108962
|
return this.wealth;
|
|
108931
108963
|
};
|
|
108932
108964
|
protoOf(ThirdPartyInformationOppsummering).oe = function () {
|
|
@@ -110146,7 +110178,7 @@ function ThreePODialog(orgnr, transmissions, year) {
|
|
|
110146
110178
|
this.transmissions = transmissions;
|
|
110147
110179
|
this.year = year;
|
|
110148
110180
|
}
|
|
110149
|
-
protoOf(ThreePODialog).
|
|
110181
|
+
protoOf(ThreePODialog).f6j = function () {
|
|
110150
110182
|
return this.orgnr;
|
|
110151
110183
|
};
|
|
110152
110184
|
protoOf(ThreePODialog).i80 = function () {
|
|
@@ -110691,7 +110723,7 @@ function ThreePOErrorList(content, fileName) {
|
|
|
110691
110723
|
protoOf(ThreePOErrorList).b3h = function () {
|
|
110692
110724
|
return this.content;
|
|
110693
110725
|
};
|
|
110694
|
-
protoOf(ThreePOErrorList).
|
|
110726
|
+
protoOf(ThreePOErrorList).v6c = function () {
|
|
110695
110727
|
return this.fileName;
|
|
110696
110728
|
};
|
|
110697
110729
|
protoOf(ThreePOErrorList).oe = function () {
|
|
@@ -110824,7 +110856,7 @@ function ThreePOFeedback(content, fileName) {
|
|
|
110824
110856
|
protoOf(ThreePOFeedback).b3h = function () {
|
|
110825
110857
|
return this.content;
|
|
110826
110858
|
};
|
|
110827
|
-
protoOf(ThreePOFeedback).
|
|
110859
|
+
protoOf(ThreePOFeedback).v6c = function () {
|
|
110828
110860
|
return this.fileName;
|
|
110829
110861
|
};
|
|
110830
110862
|
protoOf(ThreePOFeedback).oe = function () {
|
|
@@ -110951,7 +110983,7 @@ function ThreePOLetterFeedback(content, fileName) {
|
|
|
110951
110983
|
protoOf(ThreePOLetterFeedback).b3h = function () {
|
|
110952
110984
|
return this.content;
|
|
110953
110985
|
};
|
|
110954
|
-
protoOf(ThreePOLetterFeedback).
|
|
110986
|
+
protoOf(ThreePOLetterFeedback).v6c = function () {
|
|
110955
110987
|
return this.fileName;
|
|
110956
110988
|
};
|
|
110957
110989
|
protoOf(ThreePOLetterFeedback).oe = function () {
|
|
@@ -111426,7 +111458,7 @@ function ThreePOYear(cost, debt, income, taxAssessedValue, wealth, year) {
|
|
|
111426
111458
|
protoOf(ThreePOYear).m7y = function () {
|
|
111427
111459
|
return this.cost;
|
|
111428
111460
|
};
|
|
111429
|
-
protoOf(ThreePOYear).
|
|
111461
|
+
protoOf(ThreePOYear).j6i = function () {
|
|
111430
111462
|
return this.debt;
|
|
111431
111463
|
};
|
|
111432
111464
|
protoOf(ThreePOYear).o7y = function () {
|
|
@@ -111435,7 +111467,7 @@ protoOf(ThreePOYear).o7y = function () {
|
|
|
111435
111467
|
protoOf(ThreePOYear).o81 = function () {
|
|
111436
111468
|
return this.taxAssessedValue;
|
|
111437
111469
|
};
|
|
111438
|
-
protoOf(ThreePOYear).
|
|
111470
|
+
protoOf(ThreePOYear).r6i = function () {
|
|
111439
111471
|
return this.wealth;
|
|
111440
111472
|
};
|
|
111441
111473
|
protoOf(ThreePOYear).l56 = function () {
|
|
@@ -114265,7 +114297,7 @@ function UpdateCompanyAvtaleCommand(annualMeetingIncluded, invoiceReception, sig
|
|
|
114265
114297
|
protoOf(UpdateCompanyAvtaleCommand).j5j = function () {
|
|
114266
114298
|
return this.annualMeetingIncluded;
|
|
114267
114299
|
};
|
|
114268
|
-
protoOf(UpdateCompanyAvtaleCommand).
|
|
114300
|
+
protoOf(UpdateCompanyAvtaleCommand).e6j = function () {
|
|
114269
114301
|
return this.invoiceReception;
|
|
114270
114302
|
};
|
|
114271
114303
|
protoOf(UpdateCompanyAvtaleCommand).l5j = function () {
|
|
@@ -117987,14 +118019,14 @@ protoOf(UpdateIssueCommand).pe = function () {
|
|
|
117987
118019
|
protoOf(UpdateIssueCommand).p5c = function () {
|
|
117988
118020
|
return this.title;
|
|
117989
118021
|
};
|
|
117990
|
-
protoOf(UpdateIssueCommand).
|
|
118022
|
+
protoOf(UpdateIssueCommand).n6h = function (description, proposedResolution, title) {
|
|
117991
118023
|
return new UpdateIssueCommand(description, proposedResolution, title);
|
|
117992
118024
|
};
|
|
117993
118025
|
protoOf(UpdateIssueCommand).copy = function (description, proposedResolution, title, $super) {
|
|
117994
118026
|
description = description === VOID ? this.description : description;
|
|
117995
118027
|
proposedResolution = proposedResolution === VOID ? this.proposedResolution : proposedResolution;
|
|
117996
118028
|
title = title === VOID ? this.title : title;
|
|
117997
|
-
return $super === VOID ? this.
|
|
118029
|
+
return $super === VOID ? this.n6h(description, proposedResolution, title) : $super.n6h.call(this, description, proposedResolution, title);
|
|
117998
118030
|
};
|
|
117999
118031
|
protoOf(UpdateIssueCommand).toString = function () {
|
|
118000
118032
|
return 'UpdateIssueCommand(description=' + this.description + ', proposedResolution=' + this.proposedResolution + ', title=' + this.title + ')';
|
|
@@ -120063,7 +120095,7 @@ protoOf(UpdateOrganizationCommand).e5y = function () {
|
|
|
120063
120095
|
protoOf(UpdateOrganizationCommand).n5m = function () {
|
|
120064
120096
|
return this.classification;
|
|
120065
120097
|
};
|
|
120066
|
-
protoOf(UpdateOrganizationCommand).
|
|
120098
|
+
protoOf(UpdateOrganizationCommand).d6h = function () {
|
|
120067
120099
|
return this.historicRoles;
|
|
120068
120100
|
};
|
|
120069
120101
|
protoOf(UpdateOrganizationCommand).m = function () {
|
|
@@ -120084,7 +120116,7 @@ protoOf(UpdateOrganizationCommand).k5y = function () {
|
|
|
120084
120116
|
protoOf(UpdateOrganizationCommand).d63 = function () {
|
|
120085
120117
|
return this.roles;
|
|
120086
120118
|
};
|
|
120087
|
-
protoOf(UpdateOrganizationCommand).
|
|
120119
|
+
protoOf(UpdateOrganizationCommand).g6j = function () {
|
|
120088
120120
|
return this.soliboManaged;
|
|
120089
120121
|
};
|
|
120090
120122
|
protoOf(UpdateOrganizationCommand).w5w = function () {
|
|
@@ -121163,7 +121195,7 @@ protoOf(UpdatePersonCommand).p64 = function () {
|
|
|
121163
121195
|
protoOf(UpdatePersonCommand).c5g = function () {
|
|
121164
121196
|
return this.email;
|
|
121165
121197
|
};
|
|
121166
|
-
protoOf(UpdatePersonCommand).
|
|
121198
|
+
protoOf(UpdatePersonCommand).d6h = function () {
|
|
121167
121199
|
return this.historicRoles;
|
|
121168
121200
|
};
|
|
121169
121201
|
protoOf(UpdatePersonCommand).n5c = function () {
|
|
@@ -127889,13 +127921,13 @@ protoOf(VerifySrpCommand).z5q = function () {
|
|
|
127889
127921
|
protoOf(VerifySrpCommand).d5g = function () {
|
|
127890
127922
|
return this.mobile;
|
|
127891
127923
|
};
|
|
127892
|
-
protoOf(VerifySrpCommand).
|
|
127924
|
+
protoOf(VerifySrpCommand).u6b = function () {
|
|
127893
127925
|
return this.passwordSignature;
|
|
127894
127926
|
};
|
|
127895
|
-
protoOf(VerifySrpCommand).
|
|
127927
|
+
protoOf(VerifySrpCommand).v6b = function () {
|
|
127896
127928
|
return this.secretBlock;
|
|
127897
127929
|
};
|
|
127898
|
-
protoOf(VerifySrpCommand).
|
|
127930
|
+
protoOf(VerifySrpCommand).w6b = function () {
|
|
127899
127931
|
return this.timestamp;
|
|
127900
127932
|
};
|
|
127901
127933
|
protoOf(VerifySrpCommand).oe = function () {
|
|
@@ -128125,7 +128157,7 @@ function Voucher(description, externalReferenceId, postings, tenant, voucherNumb
|
|
|
128125
128157
|
protoOf(Voucher).m5c = function () {
|
|
128126
128158
|
return this.description;
|
|
128127
128159
|
};
|
|
128128
|
-
protoOf(Voucher).
|
|
128160
|
+
protoOf(Voucher).w6j = function () {
|
|
128129
128161
|
return this.externalReferenceId;
|
|
128130
128162
|
};
|
|
128131
128163
|
protoOf(Voucher).i6n = function () {
|
|
@@ -204414,16 +204446,16 @@ defineProp(protoOf(Customer), 'classification', function () {
|
|
|
204414
204446
|
return this.n5m();
|
|
204415
204447
|
});
|
|
204416
204448
|
defineProp(protoOf(Customer), 'external', function () {
|
|
204417
|
-
return this.
|
|
204449
|
+
return this.e6a();
|
|
204418
204450
|
});
|
|
204419
204451
|
defineProp(protoOf(Customer), 'groupInvoices', function () {
|
|
204420
|
-
return this.
|
|
204452
|
+
return this.f6a();
|
|
204421
204453
|
});
|
|
204422
204454
|
defineProp(protoOf(Customer), 'isRecipient', function () {
|
|
204423
|
-
return this.
|
|
204455
|
+
return this.g6a();
|
|
204424
204456
|
});
|
|
204425
204457
|
defineProp(protoOf(Customer), 'reference', function () {
|
|
204426
|
-
return this.
|
|
204458
|
+
return this.h6a();
|
|
204427
204459
|
});
|
|
204428
204460
|
defineProp(protoOf(Customer), 'sections', function () {
|
|
204429
204461
|
return this.q5n();
|
|
@@ -204665,7 +204697,7 @@ defineProp(protoOf(Resident), 'country', function () {
|
|
|
204665
204697
|
return this.e5j();
|
|
204666
204698
|
});
|
|
204667
204699
|
defineProp(protoOf(Resident), 'historicRoles', function () {
|
|
204668
|
-
return this.
|
|
204700
|
+
return this.d6h();
|
|
204669
204701
|
});
|
|
204670
204702
|
defineProp(protoOf(Resident), 'id', function () {
|
|
204671
204703
|
return this.n5c();
|
|
@@ -204680,7 +204712,7 @@ defineProp(protoOf(Resident), 'parkingSpaces', function () {
|
|
|
204680
204712
|
return this.t5w();
|
|
204681
204713
|
});
|
|
204682
204714
|
defineProp(protoOf(Resident), 'profileUrl', function () {
|
|
204683
|
-
return this.
|
|
204715
|
+
return this.h6h();
|
|
204684
204716
|
});
|
|
204685
204717
|
defineProp(protoOf(Resident), 'reservedEmail', function () {
|
|
204686
204718
|
return this.s64();
|