@solibo/solibo-sdk 1.1.72 → 1.1.74
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-DateTime-library-kotlinx-datetime.mjs +1 -1
- package/kotlin-kotlin-stdlib.mjs +4 -4
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +428 -350
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +9 -3
- package/solibo-sdk-sdk.mjs +1 -1
- package/solibo-sdk-sdk.mjs.map +1 -1
|
@@ -33708,7 +33708,7 @@ function Companion_136() {
|
|
|
33708
33708
|
// Inline function 'kotlin.arrayOf' call
|
|
33709
33709
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
33710
33710
|
// Inline function 'kotlin.js.asDynamic' call
|
|
33711
|
-
tmp.r7m_1 = [null, null, tmp_1, null, lazy(tmp_2, CreateSettlementProviderConfigurationCommand$Companion$$childSerializers$_anonymous__uwp6f5_0), null, null, null];
|
|
33711
|
+
tmp.r7m_1 = [null, null, null, tmp_1, null, lazy(tmp_2, CreateSettlementProviderConfigurationCommand$Companion$$childSerializers$_anonymous__uwp6f5_0), null, null, null];
|
|
33712
33712
|
}
|
|
33713
33713
|
var Companion_instance_136;
|
|
33714
33714
|
function Companion_getInstance_139() {
|
|
@@ -33718,7 +33718,8 @@ function Companion_getInstance_139() {
|
|
|
33718
33718
|
}
|
|
33719
33719
|
function $serializer_125() {
|
|
33720
33720
|
$serializer_instance_125 = this;
|
|
33721
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.CreateSettlementProviderConfigurationCommand', this,
|
|
33721
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.CreateSettlementProviderConfigurationCommand', this, 9);
|
|
33722
|
+
tmp0_serialDesc.d14('active', true);
|
|
33722
33723
|
tmp0_serialDesc.d14('closedAt', true);
|
|
33723
33724
|
tmp0_serialDesc.d14('endDate', true);
|
|
33724
33725
|
tmp0_serialDesc.d14('relevantOrgnrs', true);
|
|
@@ -33733,25 +33734,28 @@ protoOf($serializer_125).t7m = function (encoder, value) {
|
|
|
33733
33734
|
var tmp0_desc = this.s7m_1;
|
|
33734
33735
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
33735
33736
|
var tmp2_cached = Companion_getInstance_139().r7m_1;
|
|
33736
|
-
if (tmp1_output.my(tmp0_desc, 0) ? true : !(value.
|
|
33737
|
-
tmp1_output.iy(tmp0_desc, 0,
|
|
33737
|
+
if (tmp1_output.my(tmp0_desc, 0) ? true : !(value.active == null)) {
|
|
33738
|
+
tmp1_output.iy(tmp0_desc, 0, BooleanSerializer_getInstance(), value.active);
|
|
33738
33739
|
}
|
|
33739
|
-
if (tmp1_output.my(tmp0_desc, 1) ? true : !(value.
|
|
33740
|
-
tmp1_output.iy(tmp0_desc, 1,
|
|
33740
|
+
if (tmp1_output.my(tmp0_desc, 1) ? true : !(value.closedAt == null)) {
|
|
33741
|
+
tmp1_output.iy(tmp0_desc, 1, InstantSerializer_getInstance(), value.closedAt);
|
|
33741
33742
|
}
|
|
33742
|
-
if (tmp1_output.my(tmp0_desc, 2) ? true : !(value.
|
|
33743
|
-
tmp1_output.iy(tmp0_desc, 2,
|
|
33743
|
+
if (tmp1_output.my(tmp0_desc, 2) ? true : !(value.endDate == null)) {
|
|
33744
|
+
tmp1_output.iy(tmp0_desc, 2, LocalDateSerializer_getInstance(), value.endDate);
|
|
33744
33745
|
}
|
|
33745
|
-
if (tmp1_output.my(tmp0_desc, 3) ? true : !(value.
|
|
33746
|
-
tmp1_output.iy(tmp0_desc, 3,
|
|
33746
|
+
if (tmp1_output.my(tmp0_desc, 3) ? true : !(value.relevantOrgnrs == null)) {
|
|
33747
|
+
tmp1_output.iy(tmp0_desc, 3, tmp2_cached[3].n1(), value.relevantOrgnrs);
|
|
33747
33748
|
}
|
|
33748
|
-
tmp1_output.
|
|
33749
|
-
|
|
33750
|
-
tmp1_output.iy(tmp0_desc, 5, BooleanSerializer_getInstance(), value.shouldInvoice);
|
|
33749
|
+
if (tmp1_output.my(tmp0_desc, 4) ? true : !(value.resolverPrefix == null)) {
|
|
33750
|
+
tmp1_output.iy(tmp0_desc, 4, StringSerializer_getInstance(), value.resolverPrefix);
|
|
33751
33751
|
}
|
|
33752
|
-
tmp1_output.hy(tmp0_desc,
|
|
33753
|
-
if (tmp1_output.my(tmp0_desc,
|
|
33754
|
-
tmp1_output.iy(tmp0_desc,
|
|
33752
|
+
tmp1_output.hy(tmp0_desc, 5, tmp2_cached[5].n1(), value.settlementProvider);
|
|
33753
|
+
if (tmp1_output.my(tmp0_desc, 6) ? true : !(value.shouldInvoice == null)) {
|
|
33754
|
+
tmp1_output.iy(tmp0_desc, 6, BooleanSerializer_getInstance(), value.shouldInvoice);
|
|
33755
|
+
}
|
|
33756
|
+
tmp1_output.hy(tmp0_desc, 7, LocalDateSerializer_getInstance(), value.startDate);
|
|
33757
|
+
if (tmp1_output.my(tmp0_desc, 8) ? true : !(value.userId == null)) {
|
|
33758
|
+
tmp1_output.iy(tmp0_desc, 8, StringSerializer_getInstance(), value.userId);
|
|
33755
33759
|
}
|
|
33756
33760
|
tmp1_output.rw(tmp0_desc);
|
|
33757
33761
|
};
|
|
@@ -33771,70 +33775,77 @@ protoOf($serializer_125).pt = function (decoder) {
|
|
|
33771
33775
|
var tmp9_local5 = null;
|
|
33772
33776
|
var tmp10_local6 = null;
|
|
33773
33777
|
var tmp11_local7 = null;
|
|
33774
|
-
var
|
|
33775
|
-
var
|
|
33776
|
-
|
|
33777
|
-
|
|
33778
|
+
var tmp12_local8 = null;
|
|
33779
|
+
var tmp13_input = decoder.qw(tmp0_desc);
|
|
33780
|
+
var tmp14_cached = Companion_getInstance_139().r7m_1;
|
|
33781
|
+
if (tmp13_input.gx()) {
|
|
33782
|
+
tmp4_local0 = tmp13_input.ex(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
33778
33783
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
33779
|
-
tmp5_local1 =
|
|
33784
|
+
tmp5_local1 = tmp13_input.ex(tmp0_desc, 1, InstantSerializer_getInstance(), tmp5_local1);
|
|
33780
33785
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
33781
|
-
tmp6_local2 =
|
|
33786
|
+
tmp6_local2 = tmp13_input.ex(tmp0_desc, 2, LocalDateSerializer_getInstance(), tmp6_local2);
|
|
33782
33787
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
33783
|
-
tmp7_local3 =
|
|
33788
|
+
tmp7_local3 = tmp13_input.ex(tmp0_desc, 3, tmp14_cached[3].n1(), tmp7_local3);
|
|
33784
33789
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
33785
|
-
tmp8_local4 =
|
|
33790
|
+
tmp8_local4 = tmp13_input.ex(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
33786
33791
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
33787
|
-
tmp9_local5 =
|
|
33792
|
+
tmp9_local5 = tmp13_input.cx(tmp0_desc, 5, tmp14_cached[5].n1(), tmp9_local5);
|
|
33788
33793
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
33789
|
-
tmp10_local6 =
|
|
33794
|
+
tmp10_local6 = tmp13_input.ex(tmp0_desc, 6, BooleanSerializer_getInstance(), tmp10_local6);
|
|
33790
33795
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
33791
|
-
tmp11_local7 =
|
|
33796
|
+
tmp11_local7 = tmp13_input.cx(tmp0_desc, 7, LocalDateSerializer_getInstance(), tmp11_local7);
|
|
33792
33797
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
33798
|
+
tmp12_local8 = tmp13_input.ex(tmp0_desc, 8, StringSerializer_getInstance(), tmp12_local8);
|
|
33799
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
33793
33800
|
} else
|
|
33794
33801
|
while (tmp1_flag) {
|
|
33795
|
-
tmp2_index =
|
|
33802
|
+
tmp2_index = tmp13_input.hx(tmp0_desc);
|
|
33796
33803
|
switch (tmp2_index) {
|
|
33797
33804
|
case -1:
|
|
33798
33805
|
tmp1_flag = false;
|
|
33799
33806
|
break;
|
|
33800
33807
|
case 0:
|
|
33801
|
-
tmp4_local0 =
|
|
33808
|
+
tmp4_local0 = tmp13_input.ex(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
33802
33809
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
33803
33810
|
break;
|
|
33804
33811
|
case 1:
|
|
33805
|
-
tmp5_local1 =
|
|
33812
|
+
tmp5_local1 = tmp13_input.ex(tmp0_desc, 1, InstantSerializer_getInstance(), tmp5_local1);
|
|
33806
33813
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
33807
33814
|
break;
|
|
33808
33815
|
case 2:
|
|
33809
|
-
tmp6_local2 =
|
|
33816
|
+
tmp6_local2 = tmp13_input.ex(tmp0_desc, 2, LocalDateSerializer_getInstance(), tmp6_local2);
|
|
33810
33817
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
33811
33818
|
break;
|
|
33812
33819
|
case 3:
|
|
33813
|
-
tmp7_local3 =
|
|
33820
|
+
tmp7_local3 = tmp13_input.ex(tmp0_desc, 3, tmp14_cached[3].n1(), tmp7_local3);
|
|
33814
33821
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
33815
33822
|
break;
|
|
33816
33823
|
case 4:
|
|
33817
|
-
tmp8_local4 =
|
|
33824
|
+
tmp8_local4 = tmp13_input.ex(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
33818
33825
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
33819
33826
|
break;
|
|
33820
33827
|
case 5:
|
|
33821
|
-
tmp9_local5 =
|
|
33828
|
+
tmp9_local5 = tmp13_input.cx(tmp0_desc, 5, tmp14_cached[5].n1(), tmp9_local5);
|
|
33822
33829
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
33823
33830
|
break;
|
|
33824
33831
|
case 6:
|
|
33825
|
-
tmp10_local6 =
|
|
33832
|
+
tmp10_local6 = tmp13_input.ex(tmp0_desc, 6, BooleanSerializer_getInstance(), tmp10_local6);
|
|
33826
33833
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
33827
33834
|
break;
|
|
33828
33835
|
case 7:
|
|
33829
|
-
tmp11_local7 =
|
|
33836
|
+
tmp11_local7 = tmp13_input.cx(tmp0_desc, 7, LocalDateSerializer_getInstance(), tmp11_local7);
|
|
33830
33837
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
33831
33838
|
break;
|
|
33839
|
+
case 8:
|
|
33840
|
+
tmp12_local8 = tmp13_input.ex(tmp0_desc, 8, StringSerializer_getInstance(), tmp12_local8);
|
|
33841
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
33842
|
+
break;
|
|
33832
33843
|
default:
|
|
33833
33844
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
33834
33845
|
}
|
|
33835
33846
|
}
|
|
33836
|
-
|
|
33837
|
-
return CreateSettlementProviderConfigurationCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, null);
|
|
33847
|
+
tmp13_input.rw(tmp0_desc);
|
|
33848
|
+
return CreateSettlementProviderConfigurationCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, null);
|
|
33838
33849
|
};
|
|
33839
33850
|
protoOf($serializer_125).bt = function () {
|
|
33840
33851
|
return this.s7m_1;
|
|
@@ -33844,7 +33855,7 @@ protoOf($serializer_125).w14 = function () {
|
|
|
33844
33855
|
// Inline function 'kotlin.arrayOf' call
|
|
33845
33856
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
33846
33857
|
// Inline function 'kotlin.js.asDynamic' call
|
|
33847
|
-
return [get_nullable(InstantSerializer_getInstance()), get_nullable(LocalDateSerializer_getInstance()), get_nullable(tmp0_cached[
|
|
33858
|
+
return [get_nullable(BooleanSerializer_getInstance()), get_nullable(InstantSerializer_getInstance()), get_nullable(LocalDateSerializer_getInstance()), get_nullable(tmp0_cached[3].n1()), get_nullable(StringSerializer_getInstance()), tmp0_cached[5].n1(), get_nullable(BooleanSerializer_getInstance()), LocalDateSerializer_getInstance(), get_nullable(StringSerializer_getInstance())];
|
|
33848
33859
|
};
|
|
33849
33860
|
var $serializer_instance_125;
|
|
33850
33861
|
function $serializer_getInstance_125() {
|
|
@@ -33852,44 +33863,49 @@ function $serializer_getInstance_125() {
|
|
|
33852
33863
|
new $serializer_125();
|
|
33853
33864
|
return $serializer_instance_125;
|
|
33854
33865
|
}
|
|
33855
|
-
function CreateSettlementProviderConfigurationCommand_init_$Init$(seen0, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker, $this) {
|
|
33856
|
-
if (!(
|
|
33857
|
-
throwMissingFieldException(seen0,
|
|
33866
|
+
function CreateSettlementProviderConfigurationCommand_init_$Init$(seen0, active, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker, $this) {
|
|
33867
|
+
if (!(160 === (160 & seen0))) {
|
|
33868
|
+
throwMissingFieldException(seen0, 160, $serializer_getInstance_125().s7m_1);
|
|
33858
33869
|
}
|
|
33859
33870
|
if (0 === (seen0 & 1))
|
|
33871
|
+
$this.active = null;
|
|
33872
|
+
else
|
|
33873
|
+
$this.active = active;
|
|
33874
|
+
if (0 === (seen0 & 2))
|
|
33860
33875
|
$this.closedAt = null;
|
|
33861
33876
|
else
|
|
33862
33877
|
$this.closedAt = closedAt;
|
|
33863
|
-
if (0 === (seen0 &
|
|
33878
|
+
if (0 === (seen0 & 4))
|
|
33864
33879
|
$this.endDate = null;
|
|
33865
33880
|
else
|
|
33866
33881
|
$this.endDate = endDate;
|
|
33867
|
-
if (0 === (seen0 &
|
|
33882
|
+
if (0 === (seen0 & 8))
|
|
33868
33883
|
$this.relevantOrgnrs = null;
|
|
33869
33884
|
else
|
|
33870
33885
|
$this.relevantOrgnrs = relevantOrgnrs;
|
|
33871
|
-
if (0 === (seen0 &
|
|
33886
|
+
if (0 === (seen0 & 16))
|
|
33872
33887
|
$this.resolverPrefix = null;
|
|
33873
33888
|
else
|
|
33874
33889
|
$this.resolverPrefix = resolverPrefix;
|
|
33875
33890
|
$this.settlementProvider = settlementProvider;
|
|
33876
|
-
if (0 === (seen0 &
|
|
33891
|
+
if (0 === (seen0 & 64))
|
|
33877
33892
|
$this.shouldInvoice = null;
|
|
33878
33893
|
else
|
|
33879
33894
|
$this.shouldInvoice = shouldInvoice;
|
|
33880
33895
|
$this.startDate = startDate;
|
|
33881
|
-
if (0 === (seen0 &
|
|
33896
|
+
if (0 === (seen0 & 256))
|
|
33882
33897
|
$this.userId = null;
|
|
33883
33898
|
else
|
|
33884
33899
|
$this.userId = userId;
|
|
33885
33900
|
return $this;
|
|
33886
33901
|
}
|
|
33887
|
-
function CreateSettlementProviderConfigurationCommand_init_$Create$(seen0, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker) {
|
|
33888
|
-
return CreateSettlementProviderConfigurationCommand_init_$Init$(seen0, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker, objectCreate(protoOf(CreateSettlementProviderConfigurationCommand)));
|
|
33902
|
+
function CreateSettlementProviderConfigurationCommand_init_$Create$(seen0, active, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker) {
|
|
33903
|
+
return CreateSettlementProviderConfigurationCommand_init_$Init$(seen0, active, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker, objectCreate(protoOf(CreateSettlementProviderConfigurationCommand)));
|
|
33889
33904
|
}
|
|
33890
|
-
function CreateSettlementProviderConfigurationCommand(closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId) {
|
|
33891
|
-
if (arguments.length === 1 && typeof
|
|
33892
|
-
const props =
|
|
33905
|
+
function CreateSettlementProviderConfigurationCommand(active, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId) {
|
|
33906
|
+
if (arguments.length === 1 && typeof active === 'object' && active !== null && active.constructor === Object) {
|
|
33907
|
+
const props = active;
|
|
33908
|
+
active = ('active' in props ? props.active : VOID);
|
|
33893
33909
|
closedAt = ('closedAt' in props ? props.closedAt : VOID);
|
|
33894
33910
|
if (typeof closedAt === 'string' || closedAt instanceof Date) {
|
|
33895
33911
|
const companion = Companion_getInstance229rema5imh9m();
|
|
@@ -33905,12 +33921,14 @@ function CreateSettlementProviderConfigurationCommand(closedAt, endDate, relevan
|
|
|
33905
33921
|
userId = ('userId' in props ? props.userId : VOID);
|
|
33906
33922
|
}
|
|
33907
33923
|
Companion_getInstance_139();
|
|
33924
|
+
active = active === VOID ? null : active;
|
|
33908
33925
|
closedAt = closedAt === VOID ? null : closedAt;
|
|
33909
33926
|
endDate = endDate === VOID ? null : endDate;
|
|
33910
33927
|
relevantOrgnrs = relevantOrgnrs === VOID ? null : relevantOrgnrs;
|
|
33911
33928
|
resolverPrefix = resolverPrefix === VOID ? null : resolverPrefix;
|
|
33912
33929
|
shouldInvoice = shouldInvoice === VOID ? null : shouldInvoice;
|
|
33913
33930
|
userId = userId === VOID ? null : userId;
|
|
33931
|
+
this.active = active;
|
|
33914
33932
|
this.closedAt = closedAt;
|
|
33915
33933
|
this.endDate = endDate;
|
|
33916
33934
|
this.relevantOrgnrs = relevantOrgnrs;
|
|
@@ -33921,21 +33939,24 @@ function CreateSettlementProviderConfigurationCommand(closedAt, endDate, relevan
|
|
|
33921
33939
|
this.userId = userId;
|
|
33922
33940
|
}
|
|
33923
33941
|
protoOf(CreateSettlementProviderConfigurationCommand).u7m = function () {
|
|
33942
|
+
return this.active;
|
|
33943
|
+
};
|
|
33944
|
+
protoOf(CreateSettlementProviderConfigurationCommand).v7m = function () {
|
|
33924
33945
|
return this.closedAt;
|
|
33925
33946
|
};
|
|
33926
33947
|
protoOf(CreateSettlementProviderConfigurationCommand).f6z = function () {
|
|
33927
33948
|
return this.endDate;
|
|
33928
33949
|
};
|
|
33929
|
-
protoOf(CreateSettlementProviderConfigurationCommand).
|
|
33950
|
+
protoOf(CreateSettlementProviderConfigurationCommand).w7m = function () {
|
|
33930
33951
|
return this.relevantOrgnrs;
|
|
33931
33952
|
};
|
|
33932
|
-
protoOf(CreateSettlementProviderConfigurationCommand).
|
|
33953
|
+
protoOf(CreateSettlementProviderConfigurationCommand).x7m = function () {
|
|
33933
33954
|
return this.resolverPrefix;
|
|
33934
33955
|
};
|
|
33935
|
-
protoOf(CreateSettlementProviderConfigurationCommand).
|
|
33956
|
+
protoOf(CreateSettlementProviderConfigurationCommand).y7m = function () {
|
|
33936
33957
|
return this.settlementProvider;
|
|
33937
33958
|
};
|
|
33938
|
-
protoOf(CreateSettlementProviderConfigurationCommand).
|
|
33959
|
+
protoOf(CreateSettlementProviderConfigurationCommand).z7m = function () {
|
|
33939
33960
|
return this.shouldInvoice;
|
|
33940
33961
|
};
|
|
33941
33962
|
protoOf(CreateSettlementProviderConfigurationCommand).m7d = function () {
|
|
@@ -33945,33 +33966,37 @@ protoOf(CreateSettlementProviderConfigurationCommand).y79 = function () {
|
|
|
33945
33966
|
return this.userId;
|
|
33946
33967
|
};
|
|
33947
33968
|
protoOf(CreateSettlementProviderConfigurationCommand).fh = function () {
|
|
33948
|
-
return this.
|
|
33969
|
+
return this.active;
|
|
33949
33970
|
};
|
|
33950
33971
|
protoOf(CreateSettlementProviderConfigurationCommand).gh = function () {
|
|
33951
|
-
return this.
|
|
33972
|
+
return this.closedAt;
|
|
33952
33973
|
};
|
|
33953
33974
|
protoOf(CreateSettlementProviderConfigurationCommand).uq = function () {
|
|
33954
|
-
return this.
|
|
33975
|
+
return this.endDate;
|
|
33955
33976
|
};
|
|
33956
33977
|
protoOf(CreateSettlementProviderConfigurationCommand).i6r = function () {
|
|
33957
|
-
return this.
|
|
33978
|
+
return this.relevantOrgnrs;
|
|
33958
33979
|
};
|
|
33959
33980
|
protoOf(CreateSettlementProviderConfigurationCommand).j6r = function () {
|
|
33960
|
-
return this.
|
|
33981
|
+
return this.resolverPrefix;
|
|
33961
33982
|
};
|
|
33962
33983
|
protoOf(CreateSettlementProviderConfigurationCommand).k6r = function () {
|
|
33963
|
-
return this.
|
|
33984
|
+
return this.settlementProvider;
|
|
33964
33985
|
};
|
|
33965
33986
|
protoOf(CreateSettlementProviderConfigurationCommand).l6r = function () {
|
|
33966
|
-
return this.
|
|
33987
|
+
return this.shouldInvoice;
|
|
33967
33988
|
};
|
|
33968
33989
|
protoOf(CreateSettlementProviderConfigurationCommand).s6s = function () {
|
|
33990
|
+
return this.startDate;
|
|
33991
|
+
};
|
|
33992
|
+
protoOf(CreateSettlementProviderConfigurationCommand).t6s = function () {
|
|
33969
33993
|
return this.userId;
|
|
33970
33994
|
};
|
|
33971
|
-
protoOf(CreateSettlementProviderConfigurationCommand).
|
|
33972
|
-
return new CreateSettlementProviderConfigurationCommand(closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId);
|
|
33995
|
+
protoOf(CreateSettlementProviderConfigurationCommand).a7n = function (active, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId) {
|
|
33996
|
+
return new CreateSettlementProviderConfigurationCommand(active, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId);
|
|
33973
33997
|
};
|
|
33974
|
-
protoOf(CreateSettlementProviderConfigurationCommand).copy = function (closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, $super) {
|
|
33998
|
+
protoOf(CreateSettlementProviderConfigurationCommand).copy = function (active, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, $super) {
|
|
33999
|
+
active = active === VOID ? this.active : active;
|
|
33975
34000
|
closedAt = closedAt === VOID ? this.closedAt : closedAt;
|
|
33976
34001
|
endDate = endDate === VOID ? this.endDate : endDate;
|
|
33977
34002
|
relevantOrgnrs = relevantOrgnrs === VOID ? this.relevantOrgnrs : relevantOrgnrs;
|
|
@@ -33980,13 +34005,14 @@ protoOf(CreateSettlementProviderConfigurationCommand).copy = function (closedAt,
|
|
|
33980
34005
|
shouldInvoice = shouldInvoice === VOID ? this.shouldInvoice : shouldInvoice;
|
|
33981
34006
|
startDate = startDate === VOID ? this.startDate : startDate;
|
|
33982
34007
|
userId = userId === VOID ? this.userId : userId;
|
|
33983
|
-
return $super === VOID ? this.
|
|
34008
|
+
return $super === VOID ? this.a7n(active, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId) : $super.a7n.call(this, active, closedAt, endDate, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId);
|
|
33984
34009
|
};
|
|
33985
34010
|
protoOf(CreateSettlementProviderConfigurationCommand).toString = function () {
|
|
33986
|
-
return 'CreateSettlementProviderConfigurationCommand(closedAt=' + toString_0(this.closedAt) + ', endDate=' + toString_0(this.endDate) + ', relevantOrgnrs=' + toString_0(this.relevantOrgnrs) + ', resolverPrefix=' + this.resolverPrefix + ', settlementProvider=' + this.settlementProvider.toString() + ', shouldInvoice=' + this.shouldInvoice + ', startDate=' + this.startDate.toString() + ', userId=' + this.userId + ')';
|
|
34011
|
+
return 'CreateSettlementProviderConfigurationCommand(active=' + this.active + ', closedAt=' + toString_0(this.closedAt) + ', endDate=' + toString_0(this.endDate) + ', relevantOrgnrs=' + toString_0(this.relevantOrgnrs) + ', resolverPrefix=' + this.resolverPrefix + ', settlementProvider=' + this.settlementProvider.toString() + ', shouldInvoice=' + this.shouldInvoice + ', startDate=' + this.startDate.toString() + ', userId=' + this.userId + ')';
|
|
33987
34012
|
};
|
|
33988
34013
|
protoOf(CreateSettlementProviderConfigurationCommand).hashCode = function () {
|
|
33989
|
-
var result = this.
|
|
34014
|
+
var result = this.active == null ? 0 : getBooleanHashCode(this.active);
|
|
34015
|
+
result = imul(result, 31) + (this.closedAt == null ? 0 : this.closedAt.hashCode()) | 0;
|
|
33990
34016
|
result = imul(result, 31) + (this.endDate == null ? 0 : this.endDate.hashCode()) | 0;
|
|
33991
34017
|
result = imul(result, 31) + (this.relevantOrgnrs == null ? 0 : hashCode(this.relevantOrgnrs)) | 0;
|
|
33992
34018
|
result = imul(result, 31) + (this.resolverPrefix == null ? 0 : getStringHashCode(this.resolverPrefix)) | 0;
|
|
@@ -34001,6 +34027,8 @@ protoOf(CreateSettlementProviderConfigurationCommand).equals = function (other)
|
|
|
34001
34027
|
return true;
|
|
34002
34028
|
if (!(other instanceof CreateSettlementProviderConfigurationCommand))
|
|
34003
34029
|
return false;
|
|
34030
|
+
if (!(this.active == other.active))
|
|
34031
|
+
return false;
|
|
34004
34032
|
if (!equals(this.closedAt, other.closedAt))
|
|
34005
34033
|
return false;
|
|
34006
34034
|
if (!equals(this.endDate, other.endDate))
|
|
@@ -34029,7 +34057,7 @@ function Companion_137() {
|
|
|
34029
34057
|
// Inline function 'kotlin.arrayOf' call
|
|
34030
34058
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
34031
34059
|
// Inline function 'kotlin.js.asDynamic' call
|
|
34032
|
-
tmp.
|
|
34060
|
+
tmp.d7n_1 = [null, null, null, lazy(tmp_0, CreateStatusCommand$Companion$$childSerializers$_anonymous__y9xeyb)];
|
|
34033
34061
|
}
|
|
34034
34062
|
var Companion_instance_137;
|
|
34035
34063
|
function Companion_getInstance_140() {
|
|
@@ -34044,12 +34072,12 @@ function $serializer_126() {
|
|
|
34044
34072
|
tmp0_serialDesc.d14('referencedOrganizationId', true);
|
|
34045
34073
|
tmp0_serialDesc.d14('referencedPersonId', true);
|
|
34046
34074
|
tmp0_serialDesc.d14('statusType', false);
|
|
34047
|
-
this.
|
|
34075
|
+
this.e7n_1 = tmp0_serialDesc;
|
|
34048
34076
|
}
|
|
34049
|
-
protoOf($serializer_126).
|
|
34050
|
-
var tmp0_desc = this.
|
|
34077
|
+
protoOf($serializer_126).f7n = function (encoder, value) {
|
|
34078
|
+
var tmp0_desc = this.e7n_1;
|
|
34051
34079
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
34052
|
-
var tmp2_cached = Companion_getInstance_140().
|
|
34080
|
+
var tmp2_cached = Companion_getInstance_140().d7n_1;
|
|
34053
34081
|
if (tmp1_output.my(tmp0_desc, 0) ? true : !(value.note == null)) {
|
|
34054
34082
|
tmp1_output.iy(tmp0_desc, 0, StringSerializer_getInstance(), value.note);
|
|
34055
34083
|
}
|
|
@@ -34063,10 +34091,10 @@ protoOf($serializer_126).e7n = function (encoder, value) {
|
|
|
34063
34091
|
tmp1_output.rw(tmp0_desc);
|
|
34064
34092
|
};
|
|
34065
34093
|
protoOf($serializer_126).ot = function (encoder, value) {
|
|
34066
|
-
return this.
|
|
34094
|
+
return this.f7n(encoder, value instanceof CreateStatusCommand ? value : THROW_CCE());
|
|
34067
34095
|
};
|
|
34068
34096
|
protoOf($serializer_126).pt = function (decoder) {
|
|
34069
|
-
var tmp0_desc = this.
|
|
34097
|
+
var tmp0_desc = this.e7n_1;
|
|
34070
34098
|
var tmp1_flag = true;
|
|
34071
34099
|
var tmp2_index = 0;
|
|
34072
34100
|
var tmp3_bitMask0 = 0;
|
|
@@ -34075,7 +34103,7 @@ protoOf($serializer_126).pt = function (decoder) {
|
|
|
34075
34103
|
var tmp6_local2 = null;
|
|
34076
34104
|
var tmp7_local3 = null;
|
|
34077
34105
|
var tmp8_input = decoder.qw(tmp0_desc);
|
|
34078
|
-
var tmp9_cached = Companion_getInstance_140().
|
|
34106
|
+
var tmp9_cached = Companion_getInstance_140().d7n_1;
|
|
34079
34107
|
if (tmp8_input.gx()) {
|
|
34080
34108
|
tmp4_local0 = tmp8_input.ex(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
34081
34109
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -34116,10 +34144,10 @@ protoOf($serializer_126).pt = function (decoder) {
|
|
|
34116
34144
|
return CreateStatusCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
34117
34145
|
};
|
|
34118
34146
|
protoOf($serializer_126).bt = function () {
|
|
34119
|
-
return this.
|
|
34147
|
+
return this.e7n_1;
|
|
34120
34148
|
};
|
|
34121
34149
|
protoOf($serializer_126).w14 = function () {
|
|
34122
|
-
var tmp0_cached = Companion_getInstance_140().
|
|
34150
|
+
var tmp0_cached = Companion_getInstance_140().d7n_1;
|
|
34123
34151
|
// Inline function 'kotlin.arrayOf' call
|
|
34124
34152
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
34125
34153
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -34133,7 +34161,7 @@ function $serializer_getInstance_126() {
|
|
|
34133
34161
|
}
|
|
34134
34162
|
function CreateStatusCommand_init_$Init$(seen0, note, referencedOrganizationId, referencedPersonId, statusType, serializationConstructorMarker, $this) {
|
|
34135
34163
|
if (!(8 === (8 & seen0))) {
|
|
34136
|
-
throwMissingFieldException(seen0, 8, $serializer_getInstance_126().
|
|
34164
|
+
throwMissingFieldException(seen0, 8, $serializer_getInstance_126().e7n_1);
|
|
34137
34165
|
}
|
|
34138
34166
|
if (0 === (seen0 & 1))
|
|
34139
34167
|
$this.note = null;
|
|
@@ -34173,13 +34201,13 @@ function CreateStatusCommand(note, referencedOrganizationId, referencedPersonId,
|
|
|
34173
34201
|
protoOf(CreateStatusCommand).g72 = function () {
|
|
34174
34202
|
return this.note;
|
|
34175
34203
|
};
|
|
34176
|
-
protoOf(CreateStatusCommand).
|
|
34204
|
+
protoOf(CreateStatusCommand).g7n = function () {
|
|
34177
34205
|
return this.referencedOrganizationId;
|
|
34178
34206
|
};
|
|
34179
|
-
protoOf(CreateStatusCommand).
|
|
34207
|
+
protoOf(CreateStatusCommand).h7n = function () {
|
|
34180
34208
|
return this.referencedPersonId;
|
|
34181
34209
|
};
|
|
34182
|
-
protoOf(CreateStatusCommand).
|
|
34210
|
+
protoOf(CreateStatusCommand).i7n = function () {
|
|
34183
34211
|
return this.statusType;
|
|
34184
34212
|
};
|
|
34185
34213
|
protoOf(CreateStatusCommand).fh = function () {
|
|
@@ -34194,7 +34222,7 @@ protoOf(CreateStatusCommand).uq = function () {
|
|
|
34194
34222
|
protoOf(CreateStatusCommand).i6r = function () {
|
|
34195
34223
|
return this.statusType;
|
|
34196
34224
|
};
|
|
34197
|
-
protoOf(CreateStatusCommand).
|
|
34225
|
+
protoOf(CreateStatusCommand).j7n = function (note, referencedOrganizationId, referencedPersonId, statusType) {
|
|
34198
34226
|
return new CreateStatusCommand(note, referencedOrganizationId, referencedPersonId, statusType);
|
|
34199
34227
|
};
|
|
34200
34228
|
protoOf(CreateStatusCommand).copy = function (note, referencedOrganizationId, referencedPersonId, statusType, $super) {
|
|
@@ -34202,7 +34230,7 @@ protoOf(CreateStatusCommand).copy = function (note, referencedOrganizationId, re
|
|
|
34202
34230
|
referencedOrganizationId = referencedOrganizationId === VOID ? this.referencedOrganizationId : referencedOrganizationId;
|
|
34203
34231
|
referencedPersonId = referencedPersonId === VOID ? this.referencedPersonId : referencedPersonId;
|
|
34204
34232
|
statusType = statusType === VOID ? this.statusType : statusType;
|
|
34205
|
-
return $super === VOID ? this.
|
|
34233
|
+
return $super === VOID ? this.j7n(note, referencedOrganizationId, referencedPersonId, statusType) : $super.j7n.call(this, note, referencedOrganizationId, referencedPersonId, statusType);
|
|
34206
34234
|
};
|
|
34207
34235
|
protoOf(CreateStatusCommand).toString = function () {
|
|
34208
34236
|
return 'CreateStatusCommand(note=' + this.note + ', referencedOrganizationId=' + toString_0(this.referencedOrganizationId) + ', referencedPersonId=' + toString_0(this.referencedPersonId) + ', statusType=' + this.statusType.toString() + ')';
|
|
@@ -34240,10 +34268,10 @@ function $serializer_127() {
|
|
|
34240
34268
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.CreateStorageRoom', this, 2);
|
|
34241
34269
|
tmp0_serialDesc.d14('identifier', false);
|
|
34242
34270
|
tmp0_serialDesc.d14('note', true);
|
|
34243
|
-
this.
|
|
34271
|
+
this.k7n_1 = tmp0_serialDesc;
|
|
34244
34272
|
}
|
|
34245
|
-
protoOf($serializer_127).
|
|
34246
|
-
var tmp0_desc = this.
|
|
34273
|
+
protoOf($serializer_127).l7n = function (encoder, value) {
|
|
34274
|
+
var tmp0_desc = this.k7n_1;
|
|
34247
34275
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
34248
34276
|
tmp1_output.fy(tmp0_desc, 0, value.identifier);
|
|
34249
34277
|
if (tmp1_output.my(tmp0_desc, 1) ? true : !(value.note == null)) {
|
|
@@ -34252,10 +34280,10 @@ protoOf($serializer_127).k7n = function (encoder, value) {
|
|
|
34252
34280
|
tmp1_output.rw(tmp0_desc);
|
|
34253
34281
|
};
|
|
34254
34282
|
protoOf($serializer_127).ot = function (encoder, value) {
|
|
34255
|
-
return this.
|
|
34283
|
+
return this.l7n(encoder, value instanceof CreateStorageRoom ? value : THROW_CCE());
|
|
34256
34284
|
};
|
|
34257
34285
|
protoOf($serializer_127).pt = function (decoder) {
|
|
34258
|
-
var tmp0_desc = this.
|
|
34286
|
+
var tmp0_desc = this.k7n_1;
|
|
34259
34287
|
var tmp1_flag = true;
|
|
34260
34288
|
var tmp2_index = 0;
|
|
34261
34289
|
var tmp3_bitMask0 = 0;
|
|
@@ -34290,7 +34318,7 @@ protoOf($serializer_127).pt = function (decoder) {
|
|
|
34290
34318
|
return CreateStorageRoom_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
34291
34319
|
};
|
|
34292
34320
|
protoOf($serializer_127).bt = function () {
|
|
34293
|
-
return this.
|
|
34321
|
+
return this.k7n_1;
|
|
34294
34322
|
};
|
|
34295
34323
|
protoOf($serializer_127).w14 = function () {
|
|
34296
34324
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -34306,7 +34334,7 @@ function $serializer_getInstance_127() {
|
|
|
34306
34334
|
}
|
|
34307
34335
|
function CreateStorageRoom_init_$Init$(seen0, identifier, note, serializationConstructorMarker, $this) {
|
|
34308
34336
|
if (!(1 === (1 & seen0))) {
|
|
34309
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_127().
|
|
34337
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_127().k7n_1);
|
|
34310
34338
|
}
|
|
34311
34339
|
$this.identifier = identifier;
|
|
34312
34340
|
if (0 === (seen0 & 2))
|
|
@@ -34378,10 +34406,10 @@ function $serializer_128() {
|
|
|
34378
34406
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.CreateStorageRoomCommand', this, 2);
|
|
34379
34407
|
tmp0_serialDesc.d14('identifier', false);
|
|
34380
34408
|
tmp0_serialDesc.d14('note', true);
|
|
34381
|
-
this.
|
|
34409
|
+
this.m7n_1 = tmp0_serialDesc;
|
|
34382
34410
|
}
|
|
34383
|
-
protoOf($serializer_128).
|
|
34384
|
-
var tmp0_desc = this.
|
|
34411
|
+
protoOf($serializer_128).n7n = function (encoder, value) {
|
|
34412
|
+
var tmp0_desc = this.m7n_1;
|
|
34385
34413
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
34386
34414
|
tmp1_output.fy(tmp0_desc, 0, value.identifier);
|
|
34387
34415
|
if (tmp1_output.my(tmp0_desc, 1) ? true : !(value.note == null)) {
|
|
@@ -34390,10 +34418,10 @@ protoOf($serializer_128).m7n = function (encoder, value) {
|
|
|
34390
34418
|
tmp1_output.rw(tmp0_desc);
|
|
34391
34419
|
};
|
|
34392
34420
|
protoOf($serializer_128).ot = function (encoder, value) {
|
|
34393
|
-
return this.
|
|
34421
|
+
return this.n7n(encoder, value instanceof CreateStorageRoomCommand ? value : THROW_CCE());
|
|
34394
34422
|
};
|
|
34395
34423
|
protoOf($serializer_128).pt = function (decoder) {
|
|
34396
|
-
var tmp0_desc = this.
|
|
34424
|
+
var tmp0_desc = this.m7n_1;
|
|
34397
34425
|
var tmp1_flag = true;
|
|
34398
34426
|
var tmp2_index = 0;
|
|
34399
34427
|
var tmp3_bitMask0 = 0;
|
|
@@ -34428,7 +34456,7 @@ protoOf($serializer_128).pt = function (decoder) {
|
|
|
34428
34456
|
return CreateStorageRoomCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
34429
34457
|
};
|
|
34430
34458
|
protoOf($serializer_128).bt = function () {
|
|
34431
|
-
return this.
|
|
34459
|
+
return this.m7n_1;
|
|
34432
34460
|
};
|
|
34433
34461
|
protoOf($serializer_128).w14 = function () {
|
|
34434
34462
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -34444,7 +34472,7 @@ function $serializer_getInstance_128() {
|
|
|
34444
34472
|
}
|
|
34445
34473
|
function CreateStorageRoomCommand_init_$Init$(seen0, identifier, note, serializationConstructorMarker, $this) {
|
|
34446
34474
|
if (!(1 === (1 & seen0))) {
|
|
34447
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_128().
|
|
34475
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_128().m7n_1);
|
|
34448
34476
|
}
|
|
34449
34477
|
$this.identifier = identifier;
|
|
34450
34478
|
if (0 === (seen0 & 2))
|
|
@@ -34516,10 +34544,10 @@ function $serializer_129() {
|
|
|
34516
34544
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.CreateSupplierCommentCommand', this, 2);
|
|
34517
34545
|
tmp0_serialDesc.d14('content', false);
|
|
34518
34546
|
tmp0_serialDesc.d14('emoticon', true);
|
|
34519
|
-
this.
|
|
34547
|
+
this.o7n_1 = tmp0_serialDesc;
|
|
34520
34548
|
}
|
|
34521
|
-
protoOf($serializer_129).
|
|
34522
|
-
var tmp0_desc = this.
|
|
34549
|
+
protoOf($serializer_129).p7n = function (encoder, value) {
|
|
34550
|
+
var tmp0_desc = this.o7n_1;
|
|
34523
34551
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
34524
34552
|
tmp1_output.fy(tmp0_desc, 0, value.content);
|
|
34525
34553
|
if (tmp1_output.my(tmp0_desc, 1) ? true : !(value.emoticon == null)) {
|
|
@@ -34528,10 +34556,10 @@ protoOf($serializer_129).o7n = function (encoder, value) {
|
|
|
34528
34556
|
tmp1_output.rw(tmp0_desc);
|
|
34529
34557
|
};
|
|
34530
34558
|
protoOf($serializer_129).ot = function (encoder, value) {
|
|
34531
|
-
return this.
|
|
34559
|
+
return this.p7n(encoder, value instanceof CreateSupplierCommentCommand ? value : THROW_CCE());
|
|
34532
34560
|
};
|
|
34533
34561
|
protoOf($serializer_129).pt = function (decoder) {
|
|
34534
|
-
var tmp0_desc = this.
|
|
34562
|
+
var tmp0_desc = this.o7n_1;
|
|
34535
34563
|
var tmp1_flag = true;
|
|
34536
34564
|
var tmp2_index = 0;
|
|
34537
34565
|
var tmp3_bitMask0 = 0;
|
|
@@ -34566,7 +34594,7 @@ protoOf($serializer_129).pt = function (decoder) {
|
|
|
34566
34594
|
return CreateSupplierCommentCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
34567
34595
|
};
|
|
34568
34596
|
protoOf($serializer_129).bt = function () {
|
|
34569
|
-
return this.
|
|
34597
|
+
return this.o7n_1;
|
|
34570
34598
|
};
|
|
34571
34599
|
protoOf($serializer_129).w14 = function () {
|
|
34572
34600
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -34582,7 +34610,7 @@ function $serializer_getInstance_129() {
|
|
|
34582
34610
|
}
|
|
34583
34611
|
function CreateSupplierCommentCommand_init_$Init$(seen0, content, emoticon, serializationConstructorMarker, $this) {
|
|
34584
34612
|
if (!(1 === (1 & seen0))) {
|
|
34585
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_129().
|
|
34613
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_129().o7n_1);
|
|
34586
34614
|
}
|
|
34587
34615
|
$this.content = content;
|
|
34588
34616
|
if (0 === (seen0 & 2))
|
|
@@ -34656,10 +34684,10 @@ function $serializer_130() {
|
|
|
34656
34684
|
tmp0_serialDesc.d14('mobile', true);
|
|
34657
34685
|
tmp0_serialDesc.d14('name', false);
|
|
34658
34686
|
tmp0_serialDesc.d14('title', true);
|
|
34659
|
-
this.
|
|
34687
|
+
this.q7n_1 = tmp0_serialDesc;
|
|
34660
34688
|
}
|
|
34661
|
-
protoOf($serializer_130).
|
|
34662
|
-
var tmp0_desc = this.
|
|
34689
|
+
protoOf($serializer_130).r7n = function (encoder, value) {
|
|
34690
|
+
var tmp0_desc = this.q7n_1;
|
|
34663
34691
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
34664
34692
|
if (tmp1_output.my(tmp0_desc, 0) ? true : !(value.email == null)) {
|
|
34665
34693
|
tmp1_output.iy(tmp0_desc, 0, StringSerializer_getInstance(), value.email);
|
|
@@ -34674,10 +34702,10 @@ protoOf($serializer_130).q7n = function (encoder, value) {
|
|
|
34674
34702
|
tmp1_output.rw(tmp0_desc);
|
|
34675
34703
|
};
|
|
34676
34704
|
protoOf($serializer_130).ot = function (encoder, value) {
|
|
34677
|
-
return this.
|
|
34705
|
+
return this.r7n(encoder, value instanceof CreateSupplierContactCommand ? value : THROW_CCE());
|
|
34678
34706
|
};
|
|
34679
34707
|
protoOf($serializer_130).pt = function (decoder) {
|
|
34680
|
-
var tmp0_desc = this.
|
|
34708
|
+
var tmp0_desc = this.q7n_1;
|
|
34681
34709
|
var tmp1_flag = true;
|
|
34682
34710
|
var tmp2_index = 0;
|
|
34683
34711
|
var tmp3_bitMask0 = 0;
|
|
@@ -34726,7 +34754,7 @@ protoOf($serializer_130).pt = function (decoder) {
|
|
|
34726
34754
|
return CreateSupplierContactCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, null);
|
|
34727
34755
|
};
|
|
34728
34756
|
protoOf($serializer_130).bt = function () {
|
|
34729
|
-
return this.
|
|
34757
|
+
return this.q7n_1;
|
|
34730
34758
|
};
|
|
34731
34759
|
protoOf($serializer_130).w14 = function () {
|
|
34732
34760
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -34742,7 +34770,7 @@ function $serializer_getInstance_130() {
|
|
|
34742
34770
|
}
|
|
34743
34771
|
function CreateSupplierContactCommand_init_$Init$(seen0, email, mobile, name, title, serializationConstructorMarker, $this) {
|
|
34744
34772
|
if (!(4 === (4 & seen0))) {
|
|
34745
|
-
throwMissingFieldException(seen0, 4, $serializer_getInstance_130().
|
|
34773
|
+
throwMissingFieldException(seen0, 4, $serializer_getInstance_130().q7n_1);
|
|
34746
34774
|
}
|
|
34747
34775
|
if (0 === (seen0 & 1))
|
|
34748
34776
|
$this.email = null;
|
|
@@ -34803,7 +34831,7 @@ protoOf(CreateSupplierContactCommand).uq = function () {
|
|
|
34803
34831
|
protoOf(CreateSupplierContactCommand).i6r = function () {
|
|
34804
34832
|
return this.title;
|
|
34805
34833
|
};
|
|
34806
|
-
protoOf(CreateSupplierContactCommand).
|
|
34834
|
+
protoOf(CreateSupplierContactCommand).s7n = function (email, mobile, name, title) {
|
|
34807
34835
|
return new CreateSupplierContactCommand(email, mobile, name, title);
|
|
34808
34836
|
};
|
|
34809
34837
|
protoOf(CreateSupplierContactCommand).copy = function (email, mobile, name, title, $super) {
|
|
@@ -34811,7 +34839,7 @@ protoOf(CreateSupplierContactCommand).copy = function (email, mobile, name, titl
|
|
|
34811
34839
|
mobile = mobile === VOID ? this.mobile : mobile;
|
|
34812
34840
|
name = name === VOID ? this.name : name;
|
|
34813
34841
|
title = title === VOID ? this.title : title;
|
|
34814
|
-
return $super === VOID ? this.
|
|
34842
|
+
return $super === VOID ? this.s7n(email, mobile, name, title) : $super.s7n.call(this, email, mobile, name, title);
|
|
34815
34843
|
};
|
|
34816
34844
|
protoOf(CreateSupplierContactCommand).toString = function () {
|
|
34817
34845
|
return 'CreateSupplierContactCommand(email=' + this.email + ', mobile=' + this.mobile + ', name=' + this.name.toString() + ', title=' + this.title + ')';
|
|
@@ -34849,20 +34877,20 @@ function $serializer_131() {
|
|
|
34849
34877
|
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.CreateSupplierForCompanyCommand', this, 2);
|
|
34850
34878
|
tmp0_serialDesc.d14('name', false);
|
|
34851
34879
|
tmp0_serialDesc.d14('orgNr', false);
|
|
34852
|
-
this.
|
|
34880
|
+
this.t7n_1 = tmp0_serialDesc;
|
|
34853
34881
|
}
|
|
34854
|
-
protoOf($serializer_131).
|
|
34855
|
-
var tmp0_desc = this.
|
|
34882
|
+
protoOf($serializer_131).u7n = function (encoder, value) {
|
|
34883
|
+
var tmp0_desc = this.t7n_1;
|
|
34856
34884
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
34857
34885
|
tmp1_output.fy(tmp0_desc, 0, value.name);
|
|
34858
34886
|
tmp1_output.fy(tmp0_desc, 1, value.orgNr);
|
|
34859
34887
|
tmp1_output.rw(tmp0_desc);
|
|
34860
34888
|
};
|
|
34861
34889
|
protoOf($serializer_131).ot = function (encoder, value) {
|
|
34862
|
-
return this.
|
|
34890
|
+
return this.u7n(encoder, value instanceof CreateSupplierForCompanyCommand ? value : THROW_CCE());
|
|
34863
34891
|
};
|
|
34864
34892
|
protoOf($serializer_131).pt = function (decoder) {
|
|
34865
|
-
var tmp0_desc = this.
|
|
34893
|
+
var tmp0_desc = this.t7n_1;
|
|
34866
34894
|
var tmp1_flag = true;
|
|
34867
34895
|
var tmp2_index = 0;
|
|
34868
34896
|
var tmp3_bitMask0 = 0;
|
|
@@ -34897,7 +34925,7 @@ protoOf($serializer_131).pt = function (decoder) {
|
|
|
34897
34925
|
return CreateSupplierForCompanyCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, null);
|
|
34898
34926
|
};
|
|
34899
34927
|
protoOf($serializer_131).bt = function () {
|
|
34900
|
-
return this.
|
|
34928
|
+
return this.t7n_1;
|
|
34901
34929
|
};
|
|
34902
34930
|
protoOf($serializer_131).w14 = function () {
|
|
34903
34931
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -34913,7 +34941,7 @@ function $serializer_getInstance_131() {
|
|
|
34913
34941
|
}
|
|
34914
34942
|
function CreateSupplierForCompanyCommand_init_$Init$(seen0, name, orgNr, serializationConstructorMarker, $this) {
|
|
34915
34943
|
if (!(3 === (3 & seen0))) {
|
|
34916
|
-
throwMissingFieldException(seen0, 3, $serializer_getInstance_131().
|
|
34944
|
+
throwMissingFieldException(seen0, 3, $serializer_getInstance_131().t7n_1);
|
|
34917
34945
|
}
|
|
34918
34946
|
$this.name = name;
|
|
34919
34947
|
$this.orgNr = orgNr;
|
|
@@ -34980,7 +35008,7 @@ function Companion_143() {
|
|
|
34980
35008
|
// Inline function 'kotlin.arrayOf' call
|
|
34981
35009
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
34982
35010
|
// Inline function 'kotlin.js.asDynamic' call
|
|
34983
|
-
tmp.
|
|
35011
|
+
tmp.v7n_1 = [null, null, null, lazy(tmp_0, CreateTaskCommand$Companion$$childSerializers$_anonymous__2kaups), null, null, null];
|
|
34984
35012
|
}
|
|
34985
35013
|
var Companion_instance_143;
|
|
34986
35014
|
function Companion_getInstance_146() {
|
|
@@ -34998,12 +35026,12 @@ function $serializer_132() {
|
|
|
34998
35026
|
tmp0_serialDesc.d14('intervalValue', true);
|
|
34999
35027
|
tmp0_serialDesc.d14('responsibleId', true);
|
|
35000
35028
|
tmp0_serialDesc.d14('title', true);
|
|
35001
|
-
this.
|
|
35029
|
+
this.w7n_1 = tmp0_serialDesc;
|
|
35002
35030
|
}
|
|
35003
|
-
protoOf($serializer_132).
|
|
35004
|
-
var tmp0_desc = this.
|
|
35031
|
+
protoOf($serializer_132).x7n = function (encoder, value) {
|
|
35032
|
+
var tmp0_desc = this.w7n_1;
|
|
35005
35033
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
35006
|
-
var tmp2_cached = Companion_getInstance_146().
|
|
35034
|
+
var tmp2_cached = Companion_getInstance_146().v7n_1;
|
|
35007
35035
|
if (tmp1_output.my(tmp0_desc, 0) ? true : !(value.description == null)) {
|
|
35008
35036
|
tmp1_output.iy(tmp0_desc, 0, StringSerializer_getInstance(), value.description);
|
|
35009
35037
|
}
|
|
@@ -35028,10 +35056,10 @@ protoOf($serializer_132).w7n = function (encoder, value) {
|
|
|
35028
35056
|
tmp1_output.rw(tmp0_desc);
|
|
35029
35057
|
};
|
|
35030
35058
|
protoOf($serializer_132).ot = function (encoder, value) {
|
|
35031
|
-
return this.
|
|
35059
|
+
return this.x7n(encoder, value instanceof CreateTaskCommand ? value : THROW_CCE());
|
|
35032
35060
|
};
|
|
35033
35061
|
protoOf($serializer_132).pt = function (decoder) {
|
|
35034
|
-
var tmp0_desc = this.
|
|
35062
|
+
var tmp0_desc = this.w7n_1;
|
|
35035
35063
|
var tmp1_flag = true;
|
|
35036
35064
|
var tmp2_index = 0;
|
|
35037
35065
|
var tmp3_bitMask0 = 0;
|
|
@@ -35043,7 +35071,7 @@ protoOf($serializer_132).pt = function (decoder) {
|
|
|
35043
35071
|
var tmp9_local5 = null;
|
|
35044
35072
|
var tmp10_local6 = null;
|
|
35045
35073
|
var tmp11_input = decoder.qw(tmp0_desc);
|
|
35046
|
-
var tmp12_cached = Companion_getInstance_146().
|
|
35074
|
+
var tmp12_cached = Companion_getInstance_146().v7n_1;
|
|
35047
35075
|
if (tmp11_input.gx()) {
|
|
35048
35076
|
tmp4_local0 = tmp11_input.ex(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
35049
35077
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -35102,10 +35130,10 @@ protoOf($serializer_132).pt = function (decoder) {
|
|
|
35102
35130
|
return CreateTaskCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
35103
35131
|
};
|
|
35104
35132
|
protoOf($serializer_132).bt = function () {
|
|
35105
|
-
return this.
|
|
35133
|
+
return this.w7n_1;
|
|
35106
35134
|
};
|
|
35107
35135
|
protoOf($serializer_132).w14 = function () {
|
|
35108
|
-
var tmp0_cached = Companion_getInstance_146().
|
|
35136
|
+
var tmp0_cached = Companion_getInstance_146().v7n_1;
|
|
35109
35137
|
// Inline function 'kotlin.arrayOf' call
|
|
35110
35138
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
35111
35139
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -35119,7 +35147,7 @@ function $serializer_getInstance_132() {
|
|
|
35119
35147
|
}
|
|
35120
35148
|
function CreateTaskCommand_init_$Init$(seen0, description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title, serializationConstructorMarker, $this) {
|
|
35121
35149
|
if (!(0 === (0 & seen0))) {
|
|
35122
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_132().
|
|
35150
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_132().w7n_1);
|
|
35123
35151
|
}
|
|
35124
35152
|
if (0 === (seen0 & 1))
|
|
35125
35153
|
$this.description = null;
|
|
@@ -35197,13 +35225,13 @@ protoOf(CreateTaskCommand).g6r = function () {
|
|
|
35197
35225
|
protoOf(CreateTaskCommand).l6s = function () {
|
|
35198
35226
|
return this.dueDate;
|
|
35199
35227
|
};
|
|
35200
|
-
protoOf(CreateTaskCommand).
|
|
35228
|
+
protoOf(CreateTaskCommand).y7n = function () {
|
|
35201
35229
|
return this.intervalStart;
|
|
35202
35230
|
};
|
|
35203
|
-
protoOf(CreateTaskCommand).
|
|
35231
|
+
protoOf(CreateTaskCommand).z7n = function () {
|
|
35204
35232
|
return this.intervalType;
|
|
35205
35233
|
};
|
|
35206
|
-
protoOf(CreateTaskCommand).
|
|
35234
|
+
protoOf(CreateTaskCommand).a7o = function () {
|
|
35207
35235
|
return this.intervalValue;
|
|
35208
35236
|
};
|
|
35209
35237
|
protoOf(CreateTaskCommand).y6y = function () {
|
|
@@ -35233,7 +35261,7 @@ protoOf(CreateTaskCommand).k6r = function () {
|
|
|
35233
35261
|
protoOf(CreateTaskCommand).l6r = function () {
|
|
35234
35262
|
return this.title;
|
|
35235
35263
|
};
|
|
35236
|
-
protoOf(CreateTaskCommand).
|
|
35264
|
+
protoOf(CreateTaskCommand).b7o = function (description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title) {
|
|
35237
35265
|
return new CreateTaskCommand(description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title);
|
|
35238
35266
|
};
|
|
35239
35267
|
protoOf(CreateTaskCommand).copy = function (description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title, $super) {
|
|
@@ -35244,7 +35272,7 @@ protoOf(CreateTaskCommand).copy = function (description, dueDate, intervalStart,
|
|
|
35244
35272
|
intervalValue = intervalValue === VOID ? this.intervalValue : intervalValue;
|
|
35245
35273
|
responsibleId = responsibleId === VOID ? this.responsibleId : responsibleId;
|
|
35246
35274
|
title = title === VOID ? this.title : title;
|
|
35247
|
-
return $super === VOID ? this.
|
|
35275
|
+
return $super === VOID ? this.b7o(description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title) : $super.b7o.call(this, description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title);
|
|
35248
35276
|
};
|
|
35249
35277
|
protoOf(CreateTaskCommand).toString = function () {
|
|
35250
35278
|
return 'CreateTaskCommand(description=' + this.description + ', dueDate=' + toString_0(this.dueDate) + ', intervalStart=' + toString_0(this.intervalStart) + ', intervalType=' + toString_0(this.intervalType) + ', intervalValue=' + toString_0(this.intervalValue) + ', responsibleId=' + toString_0(this.responsibleId) + ', title=' + this.title + ')';
|
|
@@ -35296,10 +35324,10 @@ function $serializer_133() {
|
|
|
35296
35324
|
tmp0_serialDesc.d14('mobile', true);
|
|
35297
35325
|
tmp0_serialDesc.d14('password', true);
|
|
35298
35326
|
tmp0_serialDesc.d14('srpA', true);
|
|
35299
|
-
this.
|
|
35327
|
+
this.c7o_1 = tmp0_serialDesc;
|
|
35300
35328
|
}
|
|
35301
|
-
protoOf($serializer_133).
|
|
35302
|
-
var tmp0_desc = this.
|
|
35329
|
+
protoOf($serializer_133).d7o = function (encoder, value) {
|
|
35330
|
+
var tmp0_desc = this.c7o_1;
|
|
35303
35331
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
35304
35332
|
tmp1_output.fy(tmp0_desc, 0, value.clientId);
|
|
35305
35333
|
if (tmp1_output.my(tmp0_desc, 1) ? true : !(value.deviceKey == null)) {
|
|
@@ -35323,10 +35351,10 @@ protoOf($serializer_133).c7o = function (encoder, value) {
|
|
|
35323
35351
|
tmp1_output.rw(tmp0_desc);
|
|
35324
35352
|
};
|
|
35325
35353
|
protoOf($serializer_133).ot = function (encoder, value) {
|
|
35326
|
-
return this.
|
|
35354
|
+
return this.d7o(encoder, value instanceof CreateTokensCommand ? value : THROW_CCE());
|
|
35327
35355
|
};
|
|
35328
35356
|
protoOf($serializer_133).pt = function (decoder) {
|
|
35329
|
-
var tmp0_desc = this.
|
|
35357
|
+
var tmp0_desc = this.c7o_1;
|
|
35330
35358
|
var tmp1_flag = true;
|
|
35331
35359
|
var tmp2_index = 0;
|
|
35332
35360
|
var tmp3_bitMask0 = 0;
|
|
@@ -35396,7 +35424,7 @@ protoOf($serializer_133).pt = function (decoder) {
|
|
|
35396
35424
|
return CreateTokensCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
35397
35425
|
};
|
|
35398
35426
|
protoOf($serializer_133).bt = function () {
|
|
35399
|
-
return this.
|
|
35427
|
+
return this.c7o_1;
|
|
35400
35428
|
};
|
|
35401
35429
|
protoOf($serializer_133).w14 = function () {
|
|
35402
35430
|
// Inline function 'kotlin.arrayOf' call
|
|
@@ -35412,7 +35440,7 @@ function $serializer_getInstance_133() {
|
|
|
35412
35440
|
}
|
|
35413
35441
|
function CreateTokensCommand_init_$Init$(seen0, clientId, deviceKey, email, fingerprint, mobile, password, srpA, serializationConstructorMarker, $this) {
|
|
35414
35442
|
if (!(1 === (1 & seen0))) {
|
|
35415
|
-
throwMissingFieldException(seen0, 1, $serializer_getInstance_133().
|
|
35443
|
+
throwMissingFieldException(seen0, 1, $serializer_getInstance_133().c7o_1);
|
|
35416
35444
|
}
|
|
35417
35445
|
$this.clientId = clientId;
|
|
35418
35446
|
if (0 === (seen0 & 2))
|
|
@@ -35487,7 +35515,7 @@ protoOf(CreateTokensCommand).v6u = function () {
|
|
|
35487
35515
|
protoOf(CreateTokensCommand).g46 = function () {
|
|
35488
35516
|
return this.password;
|
|
35489
35517
|
};
|
|
35490
|
-
protoOf(CreateTokensCommand).
|
|
35518
|
+
protoOf(CreateTokensCommand).e7o = function () {
|
|
35491
35519
|
return this.srpA;
|
|
35492
35520
|
};
|
|
35493
35521
|
protoOf(CreateTokensCommand).fh = function () {
|
|
@@ -35511,7 +35539,7 @@ protoOf(CreateTokensCommand).k6r = function () {
|
|
|
35511
35539
|
protoOf(CreateTokensCommand).l6r = function () {
|
|
35512
35540
|
return this.srpA;
|
|
35513
35541
|
};
|
|
35514
|
-
protoOf(CreateTokensCommand).
|
|
35542
|
+
protoOf(CreateTokensCommand).f7o = function (clientId, deviceKey, email, fingerprint, mobile, password, srpA) {
|
|
35515
35543
|
return new CreateTokensCommand(clientId, deviceKey, email, fingerprint, mobile, password, srpA);
|
|
35516
35544
|
};
|
|
35517
35545
|
protoOf(CreateTokensCommand).copy = function (clientId, deviceKey, email, fingerprint, mobile, password, srpA, $super) {
|
|
@@ -35522,7 +35550,7 @@ protoOf(CreateTokensCommand).copy = function (clientId, deviceKey, email, finger
|
|
|
35522
35550
|
mobile = mobile === VOID ? this.mobile : mobile;
|
|
35523
35551
|
password = password === VOID ? this.password : password;
|
|
35524
35552
|
srpA = srpA === VOID ? this.srpA : srpA;
|
|
35525
|
-
return $super === VOID ? this.
|
|
35553
|
+
return $super === VOID ? this.f7o(clientId, deviceKey, email, fingerprint, mobile, password, srpA) : $super.f7o.call(this, clientId, deviceKey, email, fingerprint, mobile, password, srpA);
|
|
35526
35554
|
};
|
|
35527
35555
|
protoOf(CreateTokensCommand).toString = function () {
|
|
35528
35556
|
return 'CreateTokensCommand(clientId=' + this.clientId + ', deviceKey=' + this.deviceKey + ', email=' + this.email + ', fingerprint=' + this.fingerprint + ', mobile=' + this.mobile + ', password=' + this.password + ', srpA=' + this.srpA + ')';
|
|
@@ -35568,7 +35596,7 @@ function Companion_145() {
|
|
|
35568
35596
|
// Inline function 'kotlin.arrayOf' call
|
|
35569
35597
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
35570
35598
|
// Inline function 'kotlin.js.asDynamic' call
|
|
35571
|
-
tmp.
|
|
35599
|
+
tmp.g7o_1 = [null, lazy(tmp_0, CreditInvoiceCommand$Companion$$childSerializers$_anonymous__v6x9jh), null];
|
|
35572
35600
|
}
|
|
35573
35601
|
var Companion_instance_145;
|
|
35574
35602
|
function Companion_getInstance_148() {
|
|
@@ -35582,12 +35610,12 @@ function $serializer_134() {
|
|
|
35582
35610
|
tmp0_serialDesc.d14('description', true);
|
|
35583
35611
|
tmp0_serialDesc.d14('lines', true);
|
|
35584
35612
|
tmp0_serialDesc.d14('overrideCreditDate', true);
|
|
35585
|
-
this.
|
|
35613
|
+
this.h7o_1 = tmp0_serialDesc;
|
|
35586
35614
|
}
|
|
35587
|
-
protoOf($serializer_134).
|
|
35588
|
-
var tmp0_desc = this.
|
|
35615
|
+
protoOf($serializer_134).i7o = function (encoder, value) {
|
|
35616
|
+
var tmp0_desc = this.h7o_1;
|
|
35589
35617
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
35590
|
-
var tmp2_cached = Companion_getInstance_148().
|
|
35618
|
+
var tmp2_cached = Companion_getInstance_148().g7o_1;
|
|
35591
35619
|
if (tmp1_output.my(tmp0_desc, 0) ? true : !(value.description == null)) {
|
|
35592
35620
|
tmp1_output.iy(tmp0_desc, 0, StringSerializer_getInstance(), value.description);
|
|
35593
35621
|
}
|
|
@@ -35600,10 +35628,10 @@ protoOf($serializer_134).h7o = function (encoder, value) {
|
|
|
35600
35628
|
tmp1_output.rw(tmp0_desc);
|
|
35601
35629
|
};
|
|
35602
35630
|
protoOf($serializer_134).ot = function (encoder, value) {
|
|
35603
|
-
return this.
|
|
35631
|
+
return this.i7o(encoder, value instanceof CreditInvoiceCommand ? value : THROW_CCE());
|
|
35604
35632
|
};
|
|
35605
35633
|
protoOf($serializer_134).pt = function (decoder) {
|
|
35606
|
-
var tmp0_desc = this.
|
|
35634
|
+
var tmp0_desc = this.h7o_1;
|
|
35607
35635
|
var tmp1_flag = true;
|
|
35608
35636
|
var tmp2_index = 0;
|
|
35609
35637
|
var tmp3_bitMask0 = 0;
|
|
@@ -35611,7 +35639,7 @@ protoOf($serializer_134).pt = function (decoder) {
|
|
|
35611
35639
|
var tmp5_local1 = null;
|
|
35612
35640
|
var tmp6_local2 = null;
|
|
35613
35641
|
var tmp7_input = decoder.qw(tmp0_desc);
|
|
35614
|
-
var tmp8_cached = Companion_getInstance_148().
|
|
35642
|
+
var tmp8_cached = Companion_getInstance_148().g7o_1;
|
|
35615
35643
|
if (tmp7_input.gx()) {
|
|
35616
35644
|
tmp4_local0 = tmp7_input.ex(tmp0_desc, 0, StringSerializer_getInstance(), tmp4_local0);
|
|
35617
35645
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
@@ -35646,10 +35674,10 @@ protoOf($serializer_134).pt = function (decoder) {
|
|
|
35646
35674
|
return CreditInvoiceCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, null);
|
|
35647
35675
|
};
|
|
35648
35676
|
protoOf($serializer_134).bt = function () {
|
|
35649
|
-
return this.
|
|
35677
|
+
return this.h7o_1;
|
|
35650
35678
|
};
|
|
35651
35679
|
protoOf($serializer_134).w14 = function () {
|
|
35652
|
-
var tmp0_cached = Companion_getInstance_148().
|
|
35680
|
+
var tmp0_cached = Companion_getInstance_148().g7o_1;
|
|
35653
35681
|
// Inline function 'kotlin.arrayOf' call
|
|
35654
35682
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
35655
35683
|
// Inline function 'kotlin.js.asDynamic' call
|
|
@@ -35663,7 +35691,7 @@ function $serializer_getInstance_134() {
|
|
|
35663
35691
|
}
|
|
35664
35692
|
function CreditInvoiceCommand_init_$Init$(seen0, description, lines, overrideCreditDate, serializationConstructorMarker, $this) {
|
|
35665
35693
|
if (!(0 === (0 & seen0))) {
|
|
35666
|
-
throwMissingFieldException(seen0, 0, $serializer_getInstance_134().
|
|
35694
|
+
throwMissingFieldException(seen0, 0, $serializer_getInstance_134().h7o_1);
|
|
35667
35695
|
}
|
|
35668
35696
|
if (0 === (seen0 & 1))
|
|
35669
35697
|
$this.description = null;
|
|
@@ -35712,7 +35740,7 @@ protoOf(CreditInvoiceCommand).g6r = function () {
|
|
|
35712
35740
|
protoOf(CreditInvoiceCommand).c6u = function () {
|
|
35713
35741
|
return this.lines;
|
|
35714
35742
|
};
|
|
35715
|
-
protoOf(CreditInvoiceCommand).
|
|
35743
|
+
protoOf(CreditInvoiceCommand).j7o = function () {
|
|
35716
35744
|
return this.overrideCreditDate;
|
|
35717
35745
|
};
|
|
35718
35746
|
protoOf(CreditInvoiceCommand).fh = function () {
|
|
@@ -35724,14 +35752,14 @@ protoOf(CreditInvoiceCommand).gh = function () {
|
|
|
35724
35752
|
protoOf(CreditInvoiceCommand).uq = function () {
|
|
35725
35753
|
return this.overrideCreditDate;
|
|
35726
35754
|
};
|
|
35727
|
-
protoOf(CreditInvoiceCommand).
|
|
35755
|
+
protoOf(CreditInvoiceCommand).k7o = function (description, lines, overrideCreditDate) {
|
|
35728
35756
|
return new CreditInvoiceCommand(description, lines, overrideCreditDate);
|
|
35729
35757
|
};
|
|
35730
35758
|
protoOf(CreditInvoiceCommand).copy = function (description, lines, overrideCreditDate, $super) {
|
|
35731
35759
|
description = description === VOID ? this.description : description;
|
|
35732
35760
|
lines = lines === VOID ? this.lines : lines;
|
|
35733
35761
|
overrideCreditDate = overrideCreditDate === VOID ? this.overrideCreditDate : overrideCreditDate;
|
|
35734
|
-
return $super === VOID ? this.
|
|
35762
|
+
return $super === VOID ? this.k7o(description, lines, overrideCreditDate) : $super.k7o.call(this, description, lines, overrideCreditDate);
|
|
35735
35763
|
};
|
|
35736
35764
|
protoOf(CreditInvoiceCommand).toString = function () {
|
|
35737
35765
|
return 'CreditInvoiceCommand(description=' + this.description + ', lines=' + toString_0(this.lines) + ', overrideCreditDate=' + toString_0(this.overrideCreditDate) + ')';
|
|
@@ -35756,7 +35784,7 @@ protoOf(CreditInvoiceCommand).equals = function (other) {
|
|
|
35756
35784
|
return true;
|
|
35757
35785
|
};
|
|
35758
35786
|
function _get_$cachedSerializer__te6jhj_10($this) {
|
|
35759
|
-
return $this.
|
|
35787
|
+
return $this.l7o_1.n1();
|
|
35760
35788
|
}
|
|
35761
35789
|
function Customer$Companion$_anonymous__t72khd() {
|
|
35762
35790
|
var tmp = getKClass(Customer);
|
|
@@ -35778,7 +35806,7 @@ function Companion_146() {
|
|
|
35778
35806
|
Companion_instance_146 = this;
|
|
35779
35807
|
var tmp = this;
|
|
35780
35808
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
35781
|
-
tmp.
|
|
35809
|
+
tmp.l7o_1 = lazy(tmp_0, Customer$Companion$_anonymous__t72khd);
|
|
35782
35810
|
}
|
|
35783
35811
|
protoOf(Companion_146).b1h = function () {
|
|
35784
35812
|
return _get_$cachedSerializer__te6jhj_10(this);
|
|
@@ -37087,7 +37115,7 @@ protoOf(DeviceSrpCommand).v6u = function () {
|
|
|
37087
37115
|
protoOf(DeviceSrpCommand).t6v = function () {
|
|
37088
37116
|
return this.session;
|
|
37089
37117
|
};
|
|
37090
|
-
protoOf(DeviceSrpCommand).
|
|
37118
|
+
protoOf(DeviceSrpCommand).e7o = function () {
|
|
37091
37119
|
return this.srpA;
|
|
37092
37120
|
};
|
|
37093
37121
|
protoOf(DeviceSrpCommand).fh = function () {
|
|
@@ -40338,7 +40366,7 @@ function EmployeeParticipant(active, id, name, participantId, employee) {
|
|
|
40338
40366
|
this.i7t_1 = participantId;
|
|
40339
40367
|
this.employee = employee;
|
|
40340
40368
|
}
|
|
40341
|
-
protoOf(EmployeeParticipant).
|
|
40369
|
+
protoOf(EmployeeParticipant).u7m = function () {
|
|
40342
40370
|
return this.f7t_1;
|
|
40343
40371
|
};
|
|
40344
40372
|
protoOf(EmployeeParticipant).f25 = function () {
|
|
@@ -50312,7 +50340,7 @@ function InquiryParticipant(active, id, name, participantId, email) {
|
|
|
50312
50340
|
this.l83_1 = participantId;
|
|
50313
50341
|
this.email = email;
|
|
50314
50342
|
}
|
|
50315
|
-
protoOf(InquiryParticipant).
|
|
50343
|
+
protoOf(InquiryParticipant).u7m = function () {
|
|
50316
50344
|
return this.i83_1;
|
|
50317
50345
|
};
|
|
50318
50346
|
protoOf(InquiryParticipant).f25 = function () {
|
|
@@ -54681,7 +54709,7 @@ function InvoicePlan(active, companyId, createdAt, createdBy, distributions, id,
|
|
|
54681
54709
|
this.updatedAt = updatedAt;
|
|
54682
54710
|
this.updatedBy = updatedBy;
|
|
54683
54711
|
}
|
|
54684
|
-
protoOf(InvoicePlan).
|
|
54712
|
+
protoOf(InvoicePlan).u7m = function () {
|
|
54685
54713
|
return this.active;
|
|
54686
54714
|
};
|
|
54687
54715
|
protoOf(InvoicePlan).i6s = function () {
|
|
@@ -55411,7 +55439,7 @@ function InvoicePlanLine(active, id, invoicePlanId, revisions) {
|
|
|
55411
55439
|
this.invoicePlanId = invoicePlanId;
|
|
55412
55440
|
this.revisions = revisions;
|
|
55413
55441
|
}
|
|
55414
|
-
protoOf(InvoicePlanLine).
|
|
55442
|
+
protoOf(InvoicePlanLine).u7m = function () {
|
|
55415
55443
|
return this.active;
|
|
55416
55444
|
};
|
|
55417
55445
|
protoOf(InvoicePlanLine).f25 = function () {
|
|
@@ -75141,7 +75169,7 @@ function OrganizationCustomer(active, area, classification, external, groupInvoi
|
|
|
75141
75169
|
this.organization = organization;
|
|
75142
75170
|
this.preferredAdvertisement = preferredAdvertisement;
|
|
75143
75171
|
}
|
|
75144
|
-
protoOf(OrganizationCustomer).
|
|
75172
|
+
protoOf(OrganizationCustomer).u7m = function () {
|
|
75145
75173
|
return this.m8m_1;
|
|
75146
75174
|
};
|
|
75147
75175
|
protoOf(OrganizationCustomer).h6v = function () {
|
|
@@ -76163,7 +76191,7 @@ function OrganizationParticipant(active, id, name, participantId, organization,
|
|
|
76163
76191
|
this.organization = organization;
|
|
76164
76192
|
this.orgnr = orgnr;
|
|
76165
76193
|
}
|
|
76166
|
-
protoOf(OrganizationParticipant).
|
|
76194
|
+
protoOf(OrganizationParticipant).u7m = function () {
|
|
76167
76195
|
return this.k8n_1;
|
|
76168
76196
|
};
|
|
76169
76197
|
protoOf(OrganizationParticipant).f25 = function () {
|
|
@@ -84546,7 +84574,7 @@ function PersonCustomer(active, area, classification, external, groupInvoices, i
|
|
|
84546
84574
|
this.person = person;
|
|
84547
84575
|
this.preferredAdvertisement = preferredAdvertisement;
|
|
84548
84576
|
}
|
|
84549
|
-
protoOf(PersonCustomer).
|
|
84577
|
+
protoOf(PersonCustomer).u7m = function () {
|
|
84550
84578
|
return this.a8t_1;
|
|
84551
84579
|
};
|
|
84552
84580
|
protoOf(PersonCustomer).h6v = function () {
|
|
@@ -85319,7 +85347,7 @@ function PersonParticipant(active, id, name, participantId, person) {
|
|
|
85319
85347
|
this.z8t_1 = participantId;
|
|
85320
85348
|
this.person = person;
|
|
85321
85349
|
}
|
|
85322
|
-
protoOf(PersonParticipant).
|
|
85350
|
+
protoOf(PersonParticipant).u7m = function () {
|
|
85323
85351
|
return this.w8t_1;
|
|
85324
85352
|
};
|
|
85325
85353
|
protoOf(PersonParticipant).f25 = function () {
|
|
@@ -87790,7 +87818,7 @@ function PersonnummerDeath(active, dateOfIncident, reason, source) {
|
|
|
87790
87818
|
this.reason = reason;
|
|
87791
87819
|
this.source = source;
|
|
87792
87820
|
}
|
|
87793
|
-
protoOf(PersonnummerDeath).
|
|
87821
|
+
protoOf(PersonnummerDeath).u7m = function () {
|
|
87794
87822
|
return this.active;
|
|
87795
87823
|
};
|
|
87796
87824
|
protoOf(PersonnummerDeath).v8v = function () {
|
|
@@ -88431,7 +88459,7 @@ function PersonnummerStatus(active, dateOfIncident, reason, source, statusVerdi,
|
|
|
88431
88459
|
this.statusVerdi = statusVerdi;
|
|
88432
88460
|
this.validDate = validDate;
|
|
88433
88461
|
}
|
|
88434
|
-
protoOf(PersonnummerStatus).
|
|
88462
|
+
protoOf(PersonnummerStatus).u7m = function () {
|
|
88435
88463
|
return this.active;
|
|
88436
88464
|
};
|
|
88437
88465
|
protoOf(PersonnummerStatus).v8v = function () {
|
|
@@ -96678,7 +96706,7 @@ function SMSBundle(active, companyId, count, createdAt, disabledAt, id, price) {
|
|
|
96678
96706
|
this.id = id;
|
|
96679
96707
|
this.price = price;
|
|
96680
96708
|
}
|
|
96681
|
-
protoOf(SMSBundle).
|
|
96709
|
+
protoOf(SMSBundle).u7m = function () {
|
|
96682
96710
|
return this.active;
|
|
96683
96711
|
};
|
|
96684
96712
|
protoOf(SMSBundle).i6s = function () {
|
|
@@ -100974,7 +101002,7 @@ protoOf(SectionPack).equals = function (other) {
|
|
|
100974
101002
|
return true;
|
|
100975
101003
|
};
|
|
100976
101004
|
function _get_$cachedSerializer__te6jhj_64($this) {
|
|
100977
|
-
return $this.
|
|
101005
|
+
return $this.c7n_1.n1();
|
|
100978
101006
|
}
|
|
100979
101007
|
function SectionState$Companion$_anonymous__5atxy5() {
|
|
100980
101008
|
var tmp = values_57();
|
|
@@ -101008,13 +101036,13 @@ function Companion_415() {
|
|
|
101008
101036
|
var tmp$ret$0 = element.value;
|
|
101009
101037
|
destination.c3(tmp$ret$0, element);
|
|
101010
101038
|
}
|
|
101011
|
-
tmp.
|
|
101039
|
+
tmp.b7n_1 = destination;
|
|
101012
101040
|
var tmp_0 = this;
|
|
101013
101041
|
var tmp_1 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
101014
|
-
tmp_0.
|
|
101042
|
+
tmp_0.c7n_1 = lazy(tmp_1, SectionState$Companion$_anonymous__5atxy5);
|
|
101015
101043
|
}
|
|
101016
101044
|
protoOf(Companion_415).fromValue = function (value) {
|
|
101017
|
-
return this.
|
|
101045
|
+
return this.b7n_1.z2(value);
|
|
101018
101046
|
};
|
|
101019
101047
|
protoOf(Companion_415).b1h = function () {
|
|
101020
101048
|
return _get_$cachedSerializer__te6jhj_64(this);
|
|
@@ -103737,7 +103765,7 @@ function Settlement(closedAt, companyId, completedAt, createdAt, createdBy, cust
|
|
|
103737
103765
|
this.updatedAt = updatedAt;
|
|
103738
103766
|
this.updatedBy = updatedBy;
|
|
103739
103767
|
}
|
|
103740
|
-
protoOf(Settlement).
|
|
103768
|
+
protoOf(Settlement).v7m = function () {
|
|
103741
103769
|
return this.closedAt;
|
|
103742
103770
|
};
|
|
103743
103771
|
protoOf(Settlement).i6s = function () {
|
|
@@ -103767,7 +103795,7 @@ protoOf(Settlement).f25 = function () {
|
|
|
103767
103795
|
protoOf(Settlement).d7m = function () {
|
|
103768
103796
|
return this.invoices;
|
|
103769
103797
|
};
|
|
103770
|
-
protoOf(Settlement).
|
|
103798
|
+
protoOf(Settlement).y7m = function () {
|
|
103771
103799
|
return this.settlementProvider;
|
|
103772
103800
|
};
|
|
103773
103801
|
protoOf(Settlement).e7m = function () {
|
|
@@ -104756,7 +104784,7 @@ function Companion_432() {
|
|
|
104756
104784
|
// Inline function 'kotlin.arrayOf' call
|
|
104757
104785
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
104758
104786
|
// Inline function 'kotlin.js.asDynamic' call
|
|
104759
|
-
tmp.x96_1 = [null, null, null, null, tmp_1, null, lazy(tmp_2, SettlementProviderConfiguration$Companion$$childSerializers$_anonymous__tmmelu_0), null, null, null];
|
|
104787
|
+
tmp.x96_1 = [null, null, null, null, null, tmp_1, null, lazy(tmp_2, SettlementProviderConfiguration$Companion$$childSerializers$_anonymous__tmmelu_0), null, null, null];
|
|
104760
104788
|
}
|
|
104761
104789
|
var Companion_instance_432;
|
|
104762
104790
|
function Companion_getInstance_435() {
|
|
@@ -104766,7 +104794,8 @@ function Companion_getInstance_435() {
|
|
|
104766
104794
|
}
|
|
104767
104795
|
function $serializer_363() {
|
|
104768
104796
|
$serializer_instance_363 = this;
|
|
104769
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.SettlementProviderConfiguration', this,
|
|
104797
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.SettlementProviderConfiguration', this, 11);
|
|
104798
|
+
tmp0_serialDesc.d14('active', false);
|
|
104770
104799
|
tmp0_serialDesc.d14('closedAt', true);
|
|
104771
104800
|
tmp0_serialDesc.d14('companyId', false);
|
|
104772
104801
|
tmp0_serialDesc.d14('endDate', true);
|
|
@@ -104783,25 +104812,26 @@ protoOf($serializer_363).z96 = function (encoder, value) {
|
|
|
104783
104812
|
var tmp0_desc = this.y96_1;
|
|
104784
104813
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
104785
104814
|
var tmp2_cached = Companion_getInstance_435().x96_1;
|
|
104786
|
-
|
|
104787
|
-
|
|
104815
|
+
tmp1_output.xx(tmp0_desc, 0, value.active);
|
|
104816
|
+
if (tmp1_output.my(tmp0_desc, 1) ? true : !(value.closedAt == null)) {
|
|
104817
|
+
tmp1_output.iy(tmp0_desc, 1, InstantSerializer_getInstance(), value.closedAt);
|
|
104788
104818
|
}
|
|
104789
|
-
tmp1_output.by(tmp0_desc,
|
|
104790
|
-
if (tmp1_output.my(tmp0_desc,
|
|
104791
|
-
tmp1_output.iy(tmp0_desc,
|
|
104819
|
+
tmp1_output.by(tmp0_desc, 2, value.companyId);
|
|
104820
|
+
if (tmp1_output.my(tmp0_desc, 3) ? true : !(value.endDate == null)) {
|
|
104821
|
+
tmp1_output.iy(tmp0_desc, 3, LocalDateSerializer_getInstance(), value.endDate);
|
|
104792
104822
|
}
|
|
104793
|
-
tmp1_output.by(tmp0_desc,
|
|
104794
|
-
if (tmp1_output.my(tmp0_desc,
|
|
104795
|
-
tmp1_output.iy(tmp0_desc,
|
|
104823
|
+
tmp1_output.by(tmp0_desc, 4, value.id);
|
|
104824
|
+
if (tmp1_output.my(tmp0_desc, 5) ? true : !(value.relevantOrgnrs == null)) {
|
|
104825
|
+
tmp1_output.iy(tmp0_desc, 5, tmp2_cached[5].n1(), value.relevantOrgnrs);
|
|
104796
104826
|
}
|
|
104797
|
-
if (tmp1_output.my(tmp0_desc,
|
|
104798
|
-
tmp1_output.iy(tmp0_desc,
|
|
104827
|
+
if (tmp1_output.my(tmp0_desc, 6) ? true : !(value.resolverPrefix == null)) {
|
|
104828
|
+
tmp1_output.iy(tmp0_desc, 6, StringSerializer_getInstance(), value.resolverPrefix);
|
|
104799
104829
|
}
|
|
104800
|
-
tmp1_output.hy(tmp0_desc,
|
|
104801
|
-
tmp1_output.xx(tmp0_desc,
|
|
104802
|
-
tmp1_output.hy(tmp0_desc,
|
|
104803
|
-
if (tmp1_output.my(tmp0_desc,
|
|
104804
|
-
tmp1_output.iy(tmp0_desc,
|
|
104830
|
+
tmp1_output.hy(tmp0_desc, 7, tmp2_cached[7].n1(), value.settlementProvider);
|
|
104831
|
+
tmp1_output.xx(tmp0_desc, 8, value.shouldInvoice);
|
|
104832
|
+
tmp1_output.hy(tmp0_desc, 9, LocalDateSerializer_getInstance(), value.startDate);
|
|
104833
|
+
if (tmp1_output.my(tmp0_desc, 10) ? true : !(value.userId == null)) {
|
|
104834
|
+
tmp1_output.iy(tmp0_desc, 10, StringSerializer_getInstance(), value.userId);
|
|
104805
104835
|
}
|
|
104806
104836
|
tmp1_output.rw(tmp0_desc);
|
|
104807
104837
|
};
|
|
@@ -104813,92 +104843,99 @@ protoOf($serializer_363).pt = function (decoder) {
|
|
|
104813
104843
|
var tmp1_flag = true;
|
|
104814
104844
|
var tmp2_index = 0;
|
|
104815
104845
|
var tmp3_bitMask0 = 0;
|
|
104816
|
-
var tmp4_local0 =
|
|
104817
|
-
var tmp5_local1 =
|
|
104818
|
-
var tmp6_local2 =
|
|
104819
|
-
var tmp7_local3 =
|
|
104820
|
-
var tmp8_local4 =
|
|
104846
|
+
var tmp4_local0 = false;
|
|
104847
|
+
var tmp5_local1 = null;
|
|
104848
|
+
var tmp6_local2 = 0n;
|
|
104849
|
+
var tmp7_local3 = null;
|
|
104850
|
+
var tmp8_local4 = 0n;
|
|
104821
104851
|
var tmp9_local5 = null;
|
|
104822
104852
|
var tmp10_local6 = null;
|
|
104823
|
-
var tmp11_local7 =
|
|
104824
|
-
var tmp12_local8 =
|
|
104853
|
+
var tmp11_local7 = null;
|
|
104854
|
+
var tmp12_local8 = false;
|
|
104825
104855
|
var tmp13_local9 = null;
|
|
104826
|
-
var
|
|
104827
|
-
var
|
|
104828
|
-
|
|
104829
|
-
|
|
104856
|
+
var tmp14_local10 = null;
|
|
104857
|
+
var tmp15_input = decoder.qw(tmp0_desc);
|
|
104858
|
+
var tmp16_cached = Companion_getInstance_435().x96_1;
|
|
104859
|
+
if (tmp15_input.gx()) {
|
|
104860
|
+
tmp4_local0 = tmp15_input.sw(tmp0_desc, 0);
|
|
104830
104861
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
104831
|
-
tmp5_local1 =
|
|
104862
|
+
tmp5_local1 = tmp15_input.ex(tmp0_desc, 1, InstantSerializer_getInstance(), tmp5_local1);
|
|
104832
104863
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
104833
|
-
tmp6_local2 =
|
|
104864
|
+
tmp6_local2 = tmp15_input.ww(tmp0_desc, 2);
|
|
104834
104865
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
104835
|
-
tmp7_local3 =
|
|
104866
|
+
tmp7_local3 = tmp15_input.ex(tmp0_desc, 3, LocalDateSerializer_getInstance(), tmp7_local3);
|
|
104836
104867
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
104837
|
-
tmp8_local4 =
|
|
104868
|
+
tmp8_local4 = tmp15_input.ww(tmp0_desc, 4);
|
|
104838
104869
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
104839
|
-
tmp9_local5 =
|
|
104870
|
+
tmp9_local5 = tmp15_input.ex(tmp0_desc, 5, tmp16_cached[5].n1(), tmp9_local5);
|
|
104840
104871
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
104841
|
-
tmp10_local6 =
|
|
104872
|
+
tmp10_local6 = tmp15_input.ex(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
|
|
104842
104873
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
104843
|
-
tmp11_local7 =
|
|
104874
|
+
tmp11_local7 = tmp15_input.cx(tmp0_desc, 7, tmp16_cached[7].n1(), tmp11_local7);
|
|
104844
104875
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
104845
|
-
tmp12_local8 =
|
|
104876
|
+
tmp12_local8 = tmp15_input.sw(tmp0_desc, 8);
|
|
104846
104877
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
104847
|
-
tmp13_local9 =
|
|
104878
|
+
tmp13_local9 = tmp15_input.cx(tmp0_desc, 9, LocalDateSerializer_getInstance(), tmp13_local9);
|
|
104848
104879
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
104880
|
+
tmp14_local10 = tmp15_input.ex(tmp0_desc, 10, StringSerializer_getInstance(), tmp14_local10);
|
|
104881
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
104849
104882
|
} else
|
|
104850
104883
|
while (tmp1_flag) {
|
|
104851
|
-
tmp2_index =
|
|
104884
|
+
tmp2_index = tmp15_input.hx(tmp0_desc);
|
|
104852
104885
|
switch (tmp2_index) {
|
|
104853
104886
|
case -1:
|
|
104854
104887
|
tmp1_flag = false;
|
|
104855
104888
|
break;
|
|
104856
104889
|
case 0:
|
|
104857
|
-
tmp4_local0 =
|
|
104890
|
+
tmp4_local0 = tmp15_input.sw(tmp0_desc, 0);
|
|
104858
104891
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
104859
104892
|
break;
|
|
104860
104893
|
case 1:
|
|
104861
|
-
tmp5_local1 =
|
|
104894
|
+
tmp5_local1 = tmp15_input.ex(tmp0_desc, 1, InstantSerializer_getInstance(), tmp5_local1);
|
|
104862
104895
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
104863
104896
|
break;
|
|
104864
104897
|
case 2:
|
|
104865
|
-
tmp6_local2 =
|
|
104898
|
+
tmp6_local2 = tmp15_input.ww(tmp0_desc, 2);
|
|
104866
104899
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
104867
104900
|
break;
|
|
104868
104901
|
case 3:
|
|
104869
|
-
tmp7_local3 =
|
|
104902
|
+
tmp7_local3 = tmp15_input.ex(tmp0_desc, 3, LocalDateSerializer_getInstance(), tmp7_local3);
|
|
104870
104903
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
104871
104904
|
break;
|
|
104872
104905
|
case 4:
|
|
104873
|
-
tmp8_local4 =
|
|
104906
|
+
tmp8_local4 = tmp15_input.ww(tmp0_desc, 4);
|
|
104874
104907
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
104875
104908
|
break;
|
|
104876
104909
|
case 5:
|
|
104877
|
-
tmp9_local5 =
|
|
104910
|
+
tmp9_local5 = tmp15_input.ex(tmp0_desc, 5, tmp16_cached[5].n1(), tmp9_local5);
|
|
104878
104911
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
104879
104912
|
break;
|
|
104880
104913
|
case 6:
|
|
104881
|
-
tmp10_local6 =
|
|
104914
|
+
tmp10_local6 = tmp15_input.ex(tmp0_desc, 6, StringSerializer_getInstance(), tmp10_local6);
|
|
104882
104915
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
104883
104916
|
break;
|
|
104884
104917
|
case 7:
|
|
104885
|
-
tmp11_local7 =
|
|
104918
|
+
tmp11_local7 = tmp15_input.cx(tmp0_desc, 7, tmp16_cached[7].n1(), tmp11_local7);
|
|
104886
104919
|
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
104887
104920
|
break;
|
|
104888
104921
|
case 8:
|
|
104889
|
-
tmp12_local8 =
|
|
104922
|
+
tmp12_local8 = tmp15_input.sw(tmp0_desc, 8);
|
|
104890
104923
|
tmp3_bitMask0 = tmp3_bitMask0 | 256;
|
|
104891
104924
|
break;
|
|
104892
104925
|
case 9:
|
|
104893
|
-
tmp13_local9 =
|
|
104926
|
+
tmp13_local9 = tmp15_input.cx(tmp0_desc, 9, LocalDateSerializer_getInstance(), tmp13_local9);
|
|
104894
104927
|
tmp3_bitMask0 = tmp3_bitMask0 | 512;
|
|
104895
104928
|
break;
|
|
104929
|
+
case 10:
|
|
104930
|
+
tmp14_local10 = tmp15_input.ex(tmp0_desc, 10, StringSerializer_getInstance(), tmp14_local10);
|
|
104931
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 1024;
|
|
104932
|
+
break;
|
|
104896
104933
|
default:
|
|
104897
104934
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
104898
104935
|
}
|
|
104899
104936
|
}
|
|
104900
|
-
|
|
104901
|
-
return SettlementProviderConfiguration_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, tmp12_local8, tmp13_local9, null);
|
|
104937
|
+
tmp15_input.rw(tmp0_desc);
|
|
104938
|
+
return SettlementProviderConfiguration_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);
|
|
104902
104939
|
};
|
|
104903
104940
|
protoOf($serializer_363).bt = function () {
|
|
104904
104941
|
return this.y96_1;
|
|
@@ -104908,7 +104945,7 @@ protoOf($serializer_363).w14 = function () {
|
|
|
104908
104945
|
// Inline function 'kotlin.arrayOf' call
|
|
104909
104946
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
104910
104947
|
// Inline function 'kotlin.js.asDynamic' call
|
|
104911
|
-
return [get_nullable(InstantSerializer_getInstance()), LongSerializer_getInstance(), get_nullable(LocalDateSerializer_getInstance()), LongSerializer_getInstance(), get_nullable(tmp0_cached[
|
|
104948
|
+
return [BooleanSerializer_getInstance(), get_nullable(InstantSerializer_getInstance()), LongSerializer_getInstance(), get_nullable(LocalDateSerializer_getInstance()), LongSerializer_getInstance(), get_nullable(tmp0_cached[5].n1()), get_nullable(StringSerializer_getInstance()), tmp0_cached[7].n1(), BooleanSerializer_getInstance(), LocalDateSerializer_getInstance(), get_nullable(StringSerializer_getInstance())];
|
|
104912
104949
|
};
|
|
104913
104950
|
var $serializer_instance_363;
|
|
104914
104951
|
function $serializer_getInstance_363() {
|
|
@@ -104916,43 +104953,45 @@ function $serializer_getInstance_363() {
|
|
|
104916
104953
|
new $serializer_363();
|
|
104917
104954
|
return $serializer_instance_363;
|
|
104918
104955
|
}
|
|
104919
|
-
function SettlementProviderConfiguration_init_$Init$(seen0, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker, $this) {
|
|
104920
|
-
if (!(
|
|
104921
|
-
throwMissingFieldException(seen0,
|
|
104956
|
+
function SettlementProviderConfiguration_init_$Init$(seen0, active, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker, $this) {
|
|
104957
|
+
if (!(917 === (917 & seen0))) {
|
|
104958
|
+
throwMissingFieldException(seen0, 917, $serializer_getInstance_363().y96_1);
|
|
104922
104959
|
}
|
|
104923
|
-
|
|
104960
|
+
$this.active = active;
|
|
104961
|
+
if (0 === (seen0 & 2))
|
|
104924
104962
|
$this.closedAt = null;
|
|
104925
104963
|
else
|
|
104926
104964
|
$this.closedAt = closedAt;
|
|
104927
104965
|
$this.companyId = companyId;
|
|
104928
|
-
if (0 === (seen0 &
|
|
104966
|
+
if (0 === (seen0 & 8))
|
|
104929
104967
|
$this.endDate = null;
|
|
104930
104968
|
else
|
|
104931
104969
|
$this.endDate = endDate;
|
|
104932
104970
|
$this.id = id;
|
|
104933
|
-
if (0 === (seen0 &
|
|
104971
|
+
if (0 === (seen0 & 32))
|
|
104934
104972
|
$this.relevantOrgnrs = null;
|
|
104935
104973
|
else
|
|
104936
104974
|
$this.relevantOrgnrs = relevantOrgnrs;
|
|
104937
|
-
if (0 === (seen0 &
|
|
104975
|
+
if (0 === (seen0 & 64))
|
|
104938
104976
|
$this.resolverPrefix = null;
|
|
104939
104977
|
else
|
|
104940
104978
|
$this.resolverPrefix = resolverPrefix;
|
|
104941
104979
|
$this.settlementProvider = settlementProvider;
|
|
104942
104980
|
$this.shouldInvoice = shouldInvoice;
|
|
104943
104981
|
$this.startDate = startDate;
|
|
104944
|
-
if (0 === (seen0 &
|
|
104982
|
+
if (0 === (seen0 & 1024))
|
|
104945
104983
|
$this.userId = null;
|
|
104946
104984
|
else
|
|
104947
104985
|
$this.userId = userId;
|
|
104948
104986
|
return $this;
|
|
104949
104987
|
}
|
|
104950
|
-
function SettlementProviderConfiguration_init_$Create$(seen0, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker) {
|
|
104951
|
-
return SettlementProviderConfiguration_init_$Init$(seen0, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker, objectCreate(protoOf(SettlementProviderConfiguration)));
|
|
104988
|
+
function SettlementProviderConfiguration_init_$Create$(seen0, active, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker) {
|
|
104989
|
+
return SettlementProviderConfiguration_init_$Init$(seen0, active, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, serializationConstructorMarker, objectCreate(protoOf(SettlementProviderConfiguration)));
|
|
104952
104990
|
}
|
|
104953
|
-
function SettlementProviderConfiguration(closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId) {
|
|
104954
|
-
if (arguments.length === 1 && typeof
|
|
104955
|
-
const props =
|
|
104991
|
+
function SettlementProviderConfiguration(active, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId) {
|
|
104992
|
+
if (arguments.length === 1 && typeof active === 'object' && active !== null && active.constructor === Object) {
|
|
104993
|
+
const props = active;
|
|
104994
|
+
active = ('active' in props ? props.active : VOID);
|
|
104956
104995
|
closedAt = ('closedAt' in props ? props.closedAt : VOID);
|
|
104957
104996
|
if (typeof closedAt === 'string' || closedAt instanceof Date) {
|
|
104958
104997
|
const companion = Companion_getInstance229rema5imh9m();
|
|
@@ -104975,6 +105014,7 @@ function SettlementProviderConfiguration(closedAt, companyId, endDate, id, relev
|
|
|
104975
105014
|
relevantOrgnrs = relevantOrgnrs === VOID ? null : relevantOrgnrs;
|
|
104976
105015
|
resolverPrefix = resolverPrefix === VOID ? null : resolverPrefix;
|
|
104977
105016
|
userId = userId === VOID ? null : userId;
|
|
105017
|
+
this.active = active;
|
|
104978
105018
|
this.closedAt = closedAt;
|
|
104979
105019
|
this.companyId = companyId;
|
|
104980
105020
|
this.endDate = endDate;
|
|
@@ -104987,6 +105027,9 @@ function SettlementProviderConfiguration(closedAt, companyId, endDate, id, relev
|
|
|
104987
105027
|
this.userId = userId;
|
|
104988
105028
|
}
|
|
104989
105029
|
protoOf(SettlementProviderConfiguration).u7m = function () {
|
|
105030
|
+
return this.active;
|
|
105031
|
+
};
|
|
105032
|
+
protoOf(SettlementProviderConfiguration).v7m = function () {
|
|
104990
105033
|
return this.closedAt;
|
|
104991
105034
|
};
|
|
104992
105035
|
protoOf(SettlementProviderConfiguration).i6s = function () {
|
|
@@ -104998,16 +105041,16 @@ protoOf(SettlementProviderConfiguration).f6z = function () {
|
|
|
104998
105041
|
protoOf(SettlementProviderConfiguration).f25 = function () {
|
|
104999
105042
|
return this.id;
|
|
105000
105043
|
};
|
|
105001
|
-
protoOf(SettlementProviderConfiguration).
|
|
105044
|
+
protoOf(SettlementProviderConfiguration).w7m = function () {
|
|
105002
105045
|
return this.relevantOrgnrs;
|
|
105003
105046
|
};
|
|
105004
|
-
protoOf(SettlementProviderConfiguration).
|
|
105047
|
+
protoOf(SettlementProviderConfiguration).x7m = function () {
|
|
105005
105048
|
return this.resolverPrefix;
|
|
105006
105049
|
};
|
|
105007
|
-
protoOf(SettlementProviderConfiguration).
|
|
105050
|
+
protoOf(SettlementProviderConfiguration).y7m = function () {
|
|
105008
105051
|
return this.settlementProvider;
|
|
105009
105052
|
};
|
|
105010
|
-
protoOf(SettlementProviderConfiguration).
|
|
105053
|
+
protoOf(SettlementProviderConfiguration).z7m = function () {
|
|
105011
105054
|
return this.shouldInvoice;
|
|
105012
105055
|
};
|
|
105013
105056
|
protoOf(SettlementProviderConfiguration).m7d = function () {
|
|
@@ -105017,39 +105060,43 @@ protoOf(SettlementProviderConfiguration).y79 = function () {
|
|
|
105017
105060
|
return this.userId;
|
|
105018
105061
|
};
|
|
105019
105062
|
protoOf(SettlementProviderConfiguration).fh = function () {
|
|
105020
|
-
return this.
|
|
105063
|
+
return this.active;
|
|
105021
105064
|
};
|
|
105022
105065
|
protoOf(SettlementProviderConfiguration).gh = function () {
|
|
105023
|
-
return this.
|
|
105066
|
+
return this.closedAt;
|
|
105024
105067
|
};
|
|
105025
105068
|
protoOf(SettlementProviderConfiguration).uq = function () {
|
|
105026
|
-
return this.
|
|
105069
|
+
return this.companyId;
|
|
105027
105070
|
};
|
|
105028
105071
|
protoOf(SettlementProviderConfiguration).i6r = function () {
|
|
105029
|
-
return this.
|
|
105072
|
+
return this.endDate;
|
|
105030
105073
|
};
|
|
105031
105074
|
protoOf(SettlementProviderConfiguration).j6r = function () {
|
|
105032
|
-
return this.
|
|
105075
|
+
return this.id;
|
|
105033
105076
|
};
|
|
105034
105077
|
protoOf(SettlementProviderConfiguration).k6r = function () {
|
|
105035
|
-
return this.
|
|
105078
|
+
return this.relevantOrgnrs;
|
|
105036
105079
|
};
|
|
105037
105080
|
protoOf(SettlementProviderConfiguration).l6r = function () {
|
|
105038
|
-
return this.
|
|
105081
|
+
return this.resolverPrefix;
|
|
105039
105082
|
};
|
|
105040
105083
|
protoOf(SettlementProviderConfiguration).s6s = function () {
|
|
105041
|
-
return this.
|
|
105084
|
+
return this.settlementProvider;
|
|
105042
105085
|
};
|
|
105043
105086
|
protoOf(SettlementProviderConfiguration).t6s = function () {
|
|
105044
|
-
return this.
|
|
105087
|
+
return this.shouldInvoice;
|
|
105045
105088
|
};
|
|
105046
105089
|
protoOf(SettlementProviderConfiguration).u6s = function () {
|
|
105090
|
+
return this.startDate;
|
|
105091
|
+
};
|
|
105092
|
+
protoOf(SettlementProviderConfiguration).v6s = function () {
|
|
105047
105093
|
return this.userId;
|
|
105048
105094
|
};
|
|
105049
|
-
protoOf(SettlementProviderConfiguration).a97 = function (closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId) {
|
|
105050
|
-
return new SettlementProviderConfiguration(closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId);
|
|
105095
|
+
protoOf(SettlementProviderConfiguration).a97 = function (active, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId) {
|
|
105096
|
+
return new SettlementProviderConfiguration(active, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId);
|
|
105051
105097
|
};
|
|
105052
|
-
protoOf(SettlementProviderConfiguration).copy = function (closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, $super) {
|
|
105098
|
+
protoOf(SettlementProviderConfiguration).copy = function (active, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId, $super) {
|
|
105099
|
+
active = active === VOID ? this.active : active;
|
|
105053
105100
|
closedAt = closedAt === VOID ? this.closedAt : closedAt;
|
|
105054
105101
|
companyId = companyId === VOID ? this.companyId : companyId;
|
|
105055
105102
|
endDate = endDate === VOID ? this.endDate : endDate;
|
|
@@ -105060,13 +105107,14 @@ protoOf(SettlementProviderConfiguration).copy = function (closedAt, companyId, e
|
|
|
105060
105107
|
shouldInvoice = shouldInvoice === VOID ? this.shouldInvoice : shouldInvoice;
|
|
105061
105108
|
startDate = startDate === VOID ? this.startDate : startDate;
|
|
105062
105109
|
userId = userId === VOID ? this.userId : userId;
|
|
105063
|
-
return $super === VOID ? this.a97(closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId) : $super.a97.call(this, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId);
|
|
105110
|
+
return $super === VOID ? this.a97(active, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId) : $super.a97.call(this, active, closedAt, companyId, endDate, id, relevantOrgnrs, resolverPrefix, settlementProvider, shouldInvoice, startDate, userId);
|
|
105064
105111
|
};
|
|
105065
105112
|
protoOf(SettlementProviderConfiguration).toString = function () {
|
|
105066
|
-
return 'SettlementProviderConfiguration(closedAt=' + toString_0(this.closedAt) + ', companyId=' + this.companyId.toString() + ', endDate=' + toString_0(this.endDate) + ', id=' + this.id.toString() + ', relevantOrgnrs=' + toString_0(this.relevantOrgnrs) + ', resolverPrefix=' + this.resolverPrefix + ', settlementProvider=' + this.settlementProvider.toString() + ', shouldInvoice=' + this.shouldInvoice + ', startDate=' + this.startDate.toString() + ', userId=' + this.userId + ')';
|
|
105113
|
+
return 'SettlementProviderConfiguration(active=' + this.active + ', closedAt=' + toString_0(this.closedAt) + ', companyId=' + this.companyId.toString() + ', endDate=' + toString_0(this.endDate) + ', id=' + this.id.toString() + ', relevantOrgnrs=' + toString_0(this.relevantOrgnrs) + ', resolverPrefix=' + this.resolverPrefix + ', settlementProvider=' + this.settlementProvider.toString() + ', shouldInvoice=' + this.shouldInvoice + ', startDate=' + this.startDate.toString() + ', userId=' + this.userId + ')';
|
|
105067
105114
|
};
|
|
105068
105115
|
protoOf(SettlementProviderConfiguration).hashCode = function () {
|
|
105069
|
-
var result = this.
|
|
105116
|
+
var result = getBooleanHashCode(this.active);
|
|
105117
|
+
result = imul(result, 31) + (this.closedAt == null ? 0 : this.closedAt.hashCode()) | 0;
|
|
105070
105118
|
result = imul(result, 31) + getBigIntHashCode(this.companyId) | 0;
|
|
105071
105119
|
result = imul(result, 31) + (this.endDate == null ? 0 : this.endDate.hashCode()) | 0;
|
|
105072
105120
|
result = imul(result, 31) + getBigIntHashCode(this.id) | 0;
|
|
@@ -105083,6 +105131,8 @@ protoOf(SettlementProviderConfiguration).equals = function (other) {
|
|
|
105083
105131
|
return true;
|
|
105084
105132
|
if (!(other instanceof SettlementProviderConfiguration))
|
|
105085
105133
|
return false;
|
|
105134
|
+
if (!(this.active === other.active))
|
|
105135
|
+
return false;
|
|
105086
105136
|
if (!equals(this.closedAt, other.closedAt))
|
|
105087
105137
|
return false;
|
|
105088
105138
|
if (!(this.companyId === other.companyId))
|
|
@@ -107713,7 +107763,7 @@ function SupplierContactParticipant(active, id, name, participantId, contact) {
|
|
|
107713
107763
|
this.f99_1 = participantId;
|
|
107714
107764
|
this.contact = contact;
|
|
107715
107765
|
}
|
|
107716
|
-
protoOf(SupplierContactParticipant).
|
|
107766
|
+
protoOf(SupplierContactParticipant).u7m = function () {
|
|
107717
107767
|
return this.c99_1;
|
|
107718
107768
|
};
|
|
107719
107769
|
protoOf(SupplierContactParticipant).f25 = function () {
|
|
@@ -109426,13 +109476,13 @@ protoOf(Task).f25 = function () {
|
|
|
109426
109476
|
protoOf(Task).c9a = function () {
|
|
109427
109477
|
return this.intervalMethod;
|
|
109428
109478
|
};
|
|
109429
|
-
protoOf(Task).
|
|
109479
|
+
protoOf(Task).y7n = function () {
|
|
109430
109480
|
return this.intervalStart;
|
|
109431
109481
|
};
|
|
109432
|
-
protoOf(Task).
|
|
109482
|
+
protoOf(Task).z7n = function () {
|
|
109433
109483
|
return this.intervalType;
|
|
109434
109484
|
};
|
|
109435
|
-
protoOf(Task).
|
|
109485
|
+
protoOf(Task).a7o = function () {
|
|
109436
109486
|
return this.intervalValue;
|
|
109437
109487
|
};
|
|
109438
109488
|
protoOf(Task).e90 = function () {
|
|
@@ -110056,10 +110106,10 @@ protoOf(TaskEvent).l6s = function () {
|
|
|
110056
110106
|
protoOf(TaskEvent).f25 = function () {
|
|
110057
110107
|
return this.id;
|
|
110058
110108
|
};
|
|
110059
|
-
protoOf(TaskEvent).
|
|
110109
|
+
protoOf(TaskEvent).z7n = function () {
|
|
110060
110110
|
return this.intervalType;
|
|
110061
110111
|
};
|
|
110062
|
-
protoOf(TaskEvent).
|
|
110112
|
+
protoOf(TaskEvent).a7o = function () {
|
|
110063
110113
|
return this.intervalValue;
|
|
110064
110114
|
};
|
|
110065
110115
|
protoOf(TaskEvent).e = function () {
|
|
@@ -121787,7 +121837,7 @@ function UpdateInvoicePlanCommand(active, name) {
|
|
|
121787
121837
|
this.active = active;
|
|
121788
121838
|
this.name = name;
|
|
121789
121839
|
}
|
|
121790
|
-
protoOf(UpdateInvoicePlanCommand).
|
|
121840
|
+
protoOf(UpdateInvoicePlanCommand).u7m = function () {
|
|
121791
121841
|
return this.active;
|
|
121792
121842
|
};
|
|
121793
121843
|
protoOf(UpdateInvoicePlanCommand).m = function () {
|
|
@@ -130239,7 +130289,7 @@ function UpdateSettlementCommand(closedAt, completedAt, description, endDate, in
|
|
|
130239
130289
|
this.submissionId = submissionId;
|
|
130240
130290
|
this.submittedAt = submittedAt;
|
|
130241
130291
|
}
|
|
130242
|
-
protoOf(UpdateSettlementCommand).
|
|
130292
|
+
protoOf(UpdateSettlementCommand).v7m = function () {
|
|
130243
130293
|
return this.closedAt;
|
|
130244
130294
|
};
|
|
130245
130295
|
protoOf(UpdateSettlementCommand).m75 = function () {
|
|
@@ -130612,7 +130662,7 @@ function Companion_543() {
|
|
|
130612
130662
|
// Inline function 'kotlin.arrayOf' call
|
|
130613
130663
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
130614
130664
|
// Inline function 'kotlin.js.asDynamic' call
|
|
130615
|
-
tmp.u9n_1 = [null, null, lazy(tmp_0, UpdateSettlementProviderConfigurationCommand$Companion$$childSerializers$_anonymous__gvx72), null, null, null, null];
|
|
130665
|
+
tmp.u9n_1 = [null, null, null, lazy(tmp_0, UpdateSettlementProviderConfigurationCommand$Companion$$childSerializers$_anonymous__gvx72), null, null, null, null];
|
|
130616
130666
|
}
|
|
130617
130667
|
var Companion_instance_543;
|
|
130618
130668
|
function Companion_getInstance_546() {
|
|
@@ -130622,7 +130672,8 @@ function Companion_getInstance_546() {
|
|
|
130622
130672
|
}
|
|
130623
130673
|
function $serializer_468() {
|
|
130624
130674
|
$serializer_instance_468 = this;
|
|
130625
|
-
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.UpdateSettlementProviderConfigurationCommand', this,
|
|
130675
|
+
var tmp0_serialDesc = new PluginGeneratedSerialDescriptor('no.solibo.oss.sdk.api.gen.models.UpdateSettlementProviderConfigurationCommand', this, 8);
|
|
130676
|
+
tmp0_serialDesc.d14('active', true);
|
|
130626
130677
|
tmp0_serialDesc.d14('closedAt', true);
|
|
130627
130678
|
tmp0_serialDesc.d14('endDate', true);
|
|
130628
130679
|
tmp0_serialDesc.d14('relevantOrgNrs', true);
|
|
@@ -130636,24 +130687,27 @@ protoOf($serializer_468).w9n = function (encoder, value) {
|
|
|
130636
130687
|
var tmp0_desc = this.v9n_1;
|
|
130637
130688
|
var tmp1_output = encoder.qw(tmp0_desc);
|
|
130638
130689
|
var tmp2_cached = Companion_getInstance_546().u9n_1;
|
|
130639
|
-
if (tmp1_output.my(tmp0_desc, 0) ? true : !(value.
|
|
130640
|
-
tmp1_output.iy(tmp0_desc, 0,
|
|
130690
|
+
if (tmp1_output.my(tmp0_desc, 0) ? true : !(value.active == null)) {
|
|
130691
|
+
tmp1_output.iy(tmp0_desc, 0, BooleanSerializer_getInstance(), value.active);
|
|
130692
|
+
}
|
|
130693
|
+
if (tmp1_output.my(tmp0_desc, 1) ? true : !(value.closedAt == null)) {
|
|
130694
|
+
tmp1_output.iy(tmp0_desc, 1, InstantSerializer_getInstance(), value.closedAt);
|
|
130641
130695
|
}
|
|
130642
|
-
if (tmp1_output.my(tmp0_desc,
|
|
130643
|
-
tmp1_output.iy(tmp0_desc,
|
|
130696
|
+
if (tmp1_output.my(tmp0_desc, 2) ? true : !(value.endDate == null)) {
|
|
130697
|
+
tmp1_output.iy(tmp0_desc, 2, LocalDateSerializer_getInstance(), value.endDate);
|
|
130644
130698
|
}
|
|
130645
|
-
if (tmp1_output.my(tmp0_desc,
|
|
130646
|
-
tmp1_output.iy(tmp0_desc,
|
|
130699
|
+
if (tmp1_output.my(tmp0_desc, 3) ? true : !(value.relevantOrgNrs == null)) {
|
|
130700
|
+
tmp1_output.iy(tmp0_desc, 3, tmp2_cached[3].n1(), value.relevantOrgNrs);
|
|
130647
130701
|
}
|
|
130648
|
-
if (tmp1_output.my(tmp0_desc,
|
|
130649
|
-
tmp1_output.iy(tmp0_desc,
|
|
130702
|
+
if (tmp1_output.my(tmp0_desc, 4) ? true : !(value.resolverPrefix == null)) {
|
|
130703
|
+
tmp1_output.iy(tmp0_desc, 4, StringSerializer_getInstance(), value.resolverPrefix);
|
|
130650
130704
|
}
|
|
130651
|
-
if (tmp1_output.my(tmp0_desc,
|
|
130652
|
-
tmp1_output.iy(tmp0_desc,
|
|
130705
|
+
if (tmp1_output.my(tmp0_desc, 5) ? true : !(value.shouldInvoice == null)) {
|
|
130706
|
+
tmp1_output.iy(tmp0_desc, 5, BooleanSerializer_getInstance(), value.shouldInvoice);
|
|
130653
130707
|
}
|
|
130654
|
-
tmp1_output.hy(tmp0_desc,
|
|
130655
|
-
if (tmp1_output.my(tmp0_desc,
|
|
130656
|
-
tmp1_output.iy(tmp0_desc,
|
|
130708
|
+
tmp1_output.hy(tmp0_desc, 6, LocalDateSerializer_getInstance(), value.startDate);
|
|
130709
|
+
if (tmp1_output.my(tmp0_desc, 7) ? true : !(value.userId == null)) {
|
|
130710
|
+
tmp1_output.iy(tmp0_desc, 7, StringSerializer_getInstance(), value.userId);
|
|
130657
130711
|
}
|
|
130658
130712
|
tmp1_output.rw(tmp0_desc);
|
|
130659
130713
|
};
|
|
@@ -130672,64 +130726,71 @@ protoOf($serializer_468).pt = function (decoder) {
|
|
|
130672
130726
|
var tmp8_local4 = null;
|
|
130673
130727
|
var tmp9_local5 = null;
|
|
130674
130728
|
var tmp10_local6 = null;
|
|
130675
|
-
var
|
|
130676
|
-
var
|
|
130677
|
-
|
|
130678
|
-
|
|
130729
|
+
var tmp11_local7 = null;
|
|
130730
|
+
var tmp12_input = decoder.qw(tmp0_desc);
|
|
130731
|
+
var tmp13_cached = Companion_getInstance_546().u9n_1;
|
|
130732
|
+
if (tmp12_input.gx()) {
|
|
130733
|
+
tmp4_local0 = tmp12_input.ex(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
130679
130734
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
130680
|
-
tmp5_local1 =
|
|
130735
|
+
tmp5_local1 = tmp12_input.ex(tmp0_desc, 1, InstantSerializer_getInstance(), tmp5_local1);
|
|
130681
130736
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
130682
|
-
tmp6_local2 =
|
|
130737
|
+
tmp6_local2 = tmp12_input.ex(tmp0_desc, 2, LocalDateSerializer_getInstance(), tmp6_local2);
|
|
130683
130738
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
130684
|
-
tmp7_local3 =
|
|
130739
|
+
tmp7_local3 = tmp12_input.ex(tmp0_desc, 3, tmp13_cached[3].n1(), tmp7_local3);
|
|
130685
130740
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
130686
|
-
tmp8_local4 =
|
|
130741
|
+
tmp8_local4 = tmp12_input.ex(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
130687
130742
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
130688
|
-
tmp9_local5 =
|
|
130743
|
+
tmp9_local5 = tmp12_input.ex(tmp0_desc, 5, BooleanSerializer_getInstance(), tmp9_local5);
|
|
130689
130744
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
130690
|
-
tmp10_local6 =
|
|
130745
|
+
tmp10_local6 = tmp12_input.cx(tmp0_desc, 6, LocalDateSerializer_getInstance(), tmp10_local6);
|
|
130691
130746
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
130747
|
+
tmp11_local7 = tmp12_input.ex(tmp0_desc, 7, StringSerializer_getInstance(), tmp11_local7);
|
|
130748
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
130692
130749
|
} else
|
|
130693
130750
|
while (tmp1_flag) {
|
|
130694
|
-
tmp2_index =
|
|
130751
|
+
tmp2_index = tmp12_input.hx(tmp0_desc);
|
|
130695
130752
|
switch (tmp2_index) {
|
|
130696
130753
|
case -1:
|
|
130697
130754
|
tmp1_flag = false;
|
|
130698
130755
|
break;
|
|
130699
130756
|
case 0:
|
|
130700
|
-
tmp4_local0 =
|
|
130757
|
+
tmp4_local0 = tmp12_input.ex(tmp0_desc, 0, BooleanSerializer_getInstance(), tmp4_local0);
|
|
130701
130758
|
tmp3_bitMask0 = tmp3_bitMask0 | 1;
|
|
130702
130759
|
break;
|
|
130703
130760
|
case 1:
|
|
130704
|
-
tmp5_local1 =
|
|
130761
|
+
tmp5_local1 = tmp12_input.ex(tmp0_desc, 1, InstantSerializer_getInstance(), tmp5_local1);
|
|
130705
130762
|
tmp3_bitMask0 = tmp3_bitMask0 | 2;
|
|
130706
130763
|
break;
|
|
130707
130764
|
case 2:
|
|
130708
|
-
tmp6_local2 =
|
|
130765
|
+
tmp6_local2 = tmp12_input.ex(tmp0_desc, 2, LocalDateSerializer_getInstance(), tmp6_local2);
|
|
130709
130766
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
130710
130767
|
break;
|
|
130711
130768
|
case 3:
|
|
130712
|
-
tmp7_local3 =
|
|
130769
|
+
tmp7_local3 = tmp12_input.ex(tmp0_desc, 3, tmp13_cached[3].n1(), tmp7_local3);
|
|
130713
130770
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
130714
130771
|
break;
|
|
130715
130772
|
case 4:
|
|
130716
|
-
tmp8_local4 =
|
|
130773
|
+
tmp8_local4 = tmp12_input.ex(tmp0_desc, 4, StringSerializer_getInstance(), tmp8_local4);
|
|
130717
130774
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
130718
130775
|
break;
|
|
130719
130776
|
case 5:
|
|
130720
|
-
tmp9_local5 =
|
|
130777
|
+
tmp9_local5 = tmp12_input.ex(tmp0_desc, 5, BooleanSerializer_getInstance(), tmp9_local5);
|
|
130721
130778
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
130722
130779
|
break;
|
|
130723
130780
|
case 6:
|
|
130724
|
-
tmp10_local6 =
|
|
130781
|
+
tmp10_local6 = tmp12_input.cx(tmp0_desc, 6, LocalDateSerializer_getInstance(), tmp10_local6);
|
|
130725
130782
|
tmp3_bitMask0 = tmp3_bitMask0 | 64;
|
|
130726
130783
|
break;
|
|
130784
|
+
case 7:
|
|
130785
|
+
tmp11_local7 = tmp12_input.ex(tmp0_desc, 7, StringSerializer_getInstance(), tmp11_local7);
|
|
130786
|
+
tmp3_bitMask0 = tmp3_bitMask0 | 128;
|
|
130787
|
+
break;
|
|
130727
130788
|
default:
|
|
130728
130789
|
throw UnknownFieldException_init_$Create$(tmp2_index);
|
|
130729
130790
|
}
|
|
130730
130791
|
}
|
|
130731
|
-
|
|
130732
|
-
return UpdateSettlementProviderConfigurationCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, null);
|
|
130792
|
+
tmp12_input.rw(tmp0_desc);
|
|
130793
|
+
return UpdateSettlementProviderConfigurationCommand_init_$Create$(tmp3_bitMask0, tmp4_local0, tmp5_local1, tmp6_local2, tmp7_local3, tmp8_local4, tmp9_local5, tmp10_local6, tmp11_local7, null);
|
|
130733
130794
|
};
|
|
130734
130795
|
protoOf($serializer_468).bt = function () {
|
|
130735
130796
|
return this.v9n_1;
|
|
@@ -130739,7 +130800,7 @@ protoOf($serializer_468).w14 = function () {
|
|
|
130739
130800
|
// Inline function 'kotlin.arrayOf' call
|
|
130740
130801
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
130741
130802
|
// Inline function 'kotlin.js.asDynamic' call
|
|
130742
|
-
return [get_nullable(InstantSerializer_getInstance()), get_nullable(LocalDateSerializer_getInstance()), get_nullable(tmp0_cached[
|
|
130803
|
+
return [get_nullable(BooleanSerializer_getInstance()), get_nullable(InstantSerializer_getInstance()), get_nullable(LocalDateSerializer_getInstance()), get_nullable(tmp0_cached[3].n1()), get_nullable(StringSerializer_getInstance()), get_nullable(BooleanSerializer_getInstance()), LocalDateSerializer_getInstance(), get_nullable(StringSerializer_getInstance())];
|
|
130743
130804
|
};
|
|
130744
130805
|
var $serializer_instance_468;
|
|
130745
130806
|
function $serializer_getInstance_468() {
|
|
@@ -130747,43 +130808,48 @@ function $serializer_getInstance_468() {
|
|
|
130747
130808
|
new $serializer_468();
|
|
130748
130809
|
return $serializer_instance_468;
|
|
130749
130810
|
}
|
|
130750
|
-
function UpdateSettlementProviderConfigurationCommand_init_$Init$(seen0, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId, serializationConstructorMarker, $this) {
|
|
130751
|
-
if (!(
|
|
130752
|
-
throwMissingFieldException(seen0,
|
|
130811
|
+
function UpdateSettlementProviderConfigurationCommand_init_$Init$(seen0, active, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId, serializationConstructorMarker, $this) {
|
|
130812
|
+
if (!(64 === (64 & seen0))) {
|
|
130813
|
+
throwMissingFieldException(seen0, 64, $serializer_getInstance_468().v9n_1);
|
|
130753
130814
|
}
|
|
130754
130815
|
if (0 === (seen0 & 1))
|
|
130816
|
+
$this.active = null;
|
|
130817
|
+
else
|
|
130818
|
+
$this.active = active;
|
|
130819
|
+
if (0 === (seen0 & 2))
|
|
130755
130820
|
$this.closedAt = null;
|
|
130756
130821
|
else
|
|
130757
130822
|
$this.closedAt = closedAt;
|
|
130758
|
-
if (0 === (seen0 &
|
|
130823
|
+
if (0 === (seen0 & 4))
|
|
130759
130824
|
$this.endDate = null;
|
|
130760
130825
|
else
|
|
130761
130826
|
$this.endDate = endDate;
|
|
130762
|
-
if (0 === (seen0 &
|
|
130827
|
+
if (0 === (seen0 & 8))
|
|
130763
130828
|
$this.relevantOrgNrs = null;
|
|
130764
130829
|
else
|
|
130765
130830
|
$this.relevantOrgNrs = relevantOrgNrs;
|
|
130766
|
-
if (0 === (seen0 &
|
|
130831
|
+
if (0 === (seen0 & 16))
|
|
130767
130832
|
$this.resolverPrefix = null;
|
|
130768
130833
|
else
|
|
130769
130834
|
$this.resolverPrefix = resolverPrefix;
|
|
130770
|
-
if (0 === (seen0 &
|
|
130835
|
+
if (0 === (seen0 & 32))
|
|
130771
130836
|
$this.shouldInvoice = null;
|
|
130772
130837
|
else
|
|
130773
130838
|
$this.shouldInvoice = shouldInvoice;
|
|
130774
130839
|
$this.startDate = startDate;
|
|
130775
|
-
if (0 === (seen0 &
|
|
130840
|
+
if (0 === (seen0 & 128))
|
|
130776
130841
|
$this.userId = null;
|
|
130777
130842
|
else
|
|
130778
130843
|
$this.userId = userId;
|
|
130779
130844
|
return $this;
|
|
130780
130845
|
}
|
|
130781
|
-
function UpdateSettlementProviderConfigurationCommand_init_$Create$(seen0, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId, serializationConstructorMarker) {
|
|
130782
|
-
return UpdateSettlementProviderConfigurationCommand_init_$Init$(seen0, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId, serializationConstructorMarker, objectCreate(protoOf(UpdateSettlementProviderConfigurationCommand)));
|
|
130846
|
+
function UpdateSettlementProviderConfigurationCommand_init_$Create$(seen0, active, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId, serializationConstructorMarker) {
|
|
130847
|
+
return UpdateSettlementProviderConfigurationCommand_init_$Init$(seen0, active, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId, serializationConstructorMarker, objectCreate(protoOf(UpdateSettlementProviderConfigurationCommand)));
|
|
130783
130848
|
}
|
|
130784
|
-
function UpdateSettlementProviderConfigurationCommand(closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId) {
|
|
130785
|
-
if (arguments.length === 1 && typeof
|
|
130786
|
-
const props =
|
|
130849
|
+
function UpdateSettlementProviderConfigurationCommand(active, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId) {
|
|
130850
|
+
if (arguments.length === 1 && typeof active === 'object' && active !== null && active.constructor === Object) {
|
|
130851
|
+
const props = active;
|
|
130852
|
+
active = ('active' in props ? props.active : VOID);
|
|
130787
130853
|
closedAt = ('closedAt' in props ? props.closedAt : VOID);
|
|
130788
130854
|
if (typeof closedAt === 'string' || closedAt instanceof Date) {
|
|
130789
130855
|
const companion = Companion_getInstance229rema5imh9m();
|
|
@@ -130798,12 +130864,14 @@ function UpdateSettlementProviderConfigurationCommand(closedAt, endDate, relevan
|
|
|
130798
130864
|
userId = ('userId' in props ? props.userId : VOID);
|
|
130799
130865
|
}
|
|
130800
130866
|
Companion_getInstance_546();
|
|
130867
|
+
active = active === VOID ? null : active;
|
|
130801
130868
|
closedAt = closedAt === VOID ? null : closedAt;
|
|
130802
130869
|
endDate = endDate === VOID ? null : endDate;
|
|
130803
130870
|
relevantOrgNrs = relevantOrgNrs === VOID ? null : relevantOrgNrs;
|
|
130804
130871
|
resolverPrefix = resolverPrefix === VOID ? null : resolverPrefix;
|
|
130805
130872
|
shouldInvoice = shouldInvoice === VOID ? null : shouldInvoice;
|
|
130806
130873
|
userId = userId === VOID ? null : userId;
|
|
130874
|
+
this.active = active;
|
|
130807
130875
|
this.closedAt = closedAt;
|
|
130808
130876
|
this.endDate = endDate;
|
|
130809
130877
|
this.relevantOrgNrs = relevantOrgNrs;
|
|
@@ -130813,6 +130881,9 @@ function UpdateSettlementProviderConfigurationCommand(closedAt, endDate, relevan
|
|
|
130813
130881
|
this.userId = userId;
|
|
130814
130882
|
}
|
|
130815
130883
|
protoOf(UpdateSettlementProviderConfigurationCommand).u7m = function () {
|
|
130884
|
+
return this.active;
|
|
130885
|
+
};
|
|
130886
|
+
protoOf(UpdateSettlementProviderConfigurationCommand).v7m = function () {
|
|
130816
130887
|
return this.closedAt;
|
|
130817
130888
|
};
|
|
130818
130889
|
protoOf(UpdateSettlementProviderConfigurationCommand).f6z = function () {
|
|
@@ -130821,10 +130892,10 @@ protoOf(UpdateSettlementProviderConfigurationCommand).f6z = function () {
|
|
|
130821
130892
|
protoOf(UpdateSettlementProviderConfigurationCommand).x9n = function () {
|
|
130822
130893
|
return this.relevantOrgNrs;
|
|
130823
130894
|
};
|
|
130824
|
-
protoOf(UpdateSettlementProviderConfigurationCommand).
|
|
130895
|
+
protoOf(UpdateSettlementProviderConfigurationCommand).x7m = function () {
|
|
130825
130896
|
return this.resolverPrefix;
|
|
130826
130897
|
};
|
|
130827
|
-
protoOf(UpdateSettlementProviderConfigurationCommand).
|
|
130898
|
+
protoOf(UpdateSettlementProviderConfigurationCommand).z7m = function () {
|
|
130828
130899
|
return this.shouldInvoice;
|
|
130829
130900
|
};
|
|
130830
130901
|
protoOf(UpdateSettlementProviderConfigurationCommand).m7d = function () {
|
|
@@ -130834,30 +130905,34 @@ protoOf(UpdateSettlementProviderConfigurationCommand).y79 = function () {
|
|
|
130834
130905
|
return this.userId;
|
|
130835
130906
|
};
|
|
130836
130907
|
protoOf(UpdateSettlementProviderConfigurationCommand).fh = function () {
|
|
130837
|
-
return this.
|
|
130908
|
+
return this.active;
|
|
130838
130909
|
};
|
|
130839
130910
|
protoOf(UpdateSettlementProviderConfigurationCommand).gh = function () {
|
|
130840
|
-
return this.
|
|
130911
|
+
return this.closedAt;
|
|
130841
130912
|
};
|
|
130842
130913
|
protoOf(UpdateSettlementProviderConfigurationCommand).uq = function () {
|
|
130843
|
-
return this.
|
|
130914
|
+
return this.endDate;
|
|
130844
130915
|
};
|
|
130845
130916
|
protoOf(UpdateSettlementProviderConfigurationCommand).i6r = function () {
|
|
130846
|
-
return this.
|
|
130917
|
+
return this.relevantOrgNrs;
|
|
130847
130918
|
};
|
|
130848
130919
|
protoOf(UpdateSettlementProviderConfigurationCommand).j6r = function () {
|
|
130849
|
-
return this.
|
|
130920
|
+
return this.resolverPrefix;
|
|
130850
130921
|
};
|
|
130851
130922
|
protoOf(UpdateSettlementProviderConfigurationCommand).k6r = function () {
|
|
130852
|
-
return this.
|
|
130923
|
+
return this.shouldInvoice;
|
|
130853
130924
|
};
|
|
130854
130925
|
protoOf(UpdateSettlementProviderConfigurationCommand).l6r = function () {
|
|
130926
|
+
return this.startDate;
|
|
130927
|
+
};
|
|
130928
|
+
protoOf(UpdateSettlementProviderConfigurationCommand).s6s = function () {
|
|
130855
130929
|
return this.userId;
|
|
130856
130930
|
};
|
|
130857
|
-
protoOf(UpdateSettlementProviderConfigurationCommand).y9n = function (closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId) {
|
|
130858
|
-
return new UpdateSettlementProviderConfigurationCommand(closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId);
|
|
130931
|
+
protoOf(UpdateSettlementProviderConfigurationCommand).y9n = function (active, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId) {
|
|
130932
|
+
return new UpdateSettlementProviderConfigurationCommand(active, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId);
|
|
130859
130933
|
};
|
|
130860
|
-
protoOf(UpdateSettlementProviderConfigurationCommand).copy = function (closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId, $super) {
|
|
130934
|
+
protoOf(UpdateSettlementProviderConfigurationCommand).copy = function (active, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId, $super) {
|
|
130935
|
+
active = active === VOID ? this.active : active;
|
|
130861
130936
|
closedAt = closedAt === VOID ? this.closedAt : closedAt;
|
|
130862
130937
|
endDate = endDate === VOID ? this.endDate : endDate;
|
|
130863
130938
|
relevantOrgNrs = relevantOrgNrs === VOID ? this.relevantOrgNrs : relevantOrgNrs;
|
|
@@ -130865,13 +130940,14 @@ protoOf(UpdateSettlementProviderConfigurationCommand).copy = function (closedAt,
|
|
|
130865
130940
|
shouldInvoice = shouldInvoice === VOID ? this.shouldInvoice : shouldInvoice;
|
|
130866
130941
|
startDate = startDate === VOID ? this.startDate : startDate;
|
|
130867
130942
|
userId = userId === VOID ? this.userId : userId;
|
|
130868
|
-
return $super === VOID ? this.y9n(closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId) : $super.y9n.call(this, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId);
|
|
130943
|
+
return $super === VOID ? this.y9n(active, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId) : $super.y9n.call(this, active, closedAt, endDate, relevantOrgNrs, resolverPrefix, shouldInvoice, startDate, userId);
|
|
130869
130944
|
};
|
|
130870
130945
|
protoOf(UpdateSettlementProviderConfigurationCommand).toString = function () {
|
|
130871
|
-
return 'UpdateSettlementProviderConfigurationCommand(closedAt=' + toString_0(this.closedAt) + ', endDate=' + toString_0(this.endDate) + ', relevantOrgNrs=' + toString_0(this.relevantOrgNrs) + ', resolverPrefix=' + this.resolverPrefix + ', shouldInvoice=' + this.shouldInvoice + ', startDate=' + this.startDate.toString() + ', userId=' + this.userId + ')';
|
|
130946
|
+
return 'UpdateSettlementProviderConfigurationCommand(active=' + this.active + ', closedAt=' + toString_0(this.closedAt) + ', endDate=' + toString_0(this.endDate) + ', relevantOrgNrs=' + toString_0(this.relevantOrgNrs) + ', resolverPrefix=' + this.resolverPrefix + ', shouldInvoice=' + this.shouldInvoice + ', startDate=' + this.startDate.toString() + ', userId=' + this.userId + ')';
|
|
130872
130947
|
};
|
|
130873
130948
|
protoOf(UpdateSettlementProviderConfigurationCommand).hashCode = function () {
|
|
130874
|
-
var result = this.
|
|
130949
|
+
var result = this.active == null ? 0 : getBooleanHashCode(this.active);
|
|
130950
|
+
result = imul(result, 31) + (this.closedAt == null ? 0 : this.closedAt.hashCode()) | 0;
|
|
130875
130951
|
result = imul(result, 31) + (this.endDate == null ? 0 : this.endDate.hashCode()) | 0;
|
|
130876
130952
|
result = imul(result, 31) + (this.relevantOrgNrs == null ? 0 : hashCode(this.relevantOrgNrs)) | 0;
|
|
130877
130953
|
result = imul(result, 31) + (this.resolverPrefix == null ? 0 : getStringHashCode(this.resolverPrefix)) | 0;
|
|
@@ -130885,6 +130961,8 @@ protoOf(UpdateSettlementProviderConfigurationCommand).equals = function (other)
|
|
|
130885
130961
|
return true;
|
|
130886
130962
|
if (!(other instanceof UpdateSettlementProviderConfigurationCommand))
|
|
130887
130963
|
return false;
|
|
130964
|
+
if (!(this.active == other.active))
|
|
130965
|
+
return false;
|
|
130888
130966
|
if (!equals(this.closedAt, other.closedAt))
|
|
130889
130967
|
return false;
|
|
130890
130968
|
if (!equals(this.endDate, other.endDate))
|
|
@@ -131055,13 +131133,13 @@ function UpdateStatusCommand(note, referencedOrganizationId, referencedPersonId,
|
|
|
131055
131133
|
protoOf(UpdateStatusCommand).g72 = function () {
|
|
131056
131134
|
return this.note;
|
|
131057
131135
|
};
|
|
131058
|
-
protoOf(UpdateStatusCommand).
|
|
131136
|
+
protoOf(UpdateStatusCommand).g7n = function () {
|
|
131059
131137
|
return this.referencedOrganizationId;
|
|
131060
131138
|
};
|
|
131061
|
-
protoOf(UpdateStatusCommand).
|
|
131139
|
+
protoOf(UpdateStatusCommand).h7n = function () {
|
|
131062
131140
|
return this.referencedPersonId;
|
|
131063
131141
|
};
|
|
131064
|
-
protoOf(UpdateStatusCommand).
|
|
131142
|
+
protoOf(UpdateStatusCommand).i7n = function () {
|
|
131065
131143
|
return this.statusType;
|
|
131066
131144
|
};
|
|
131067
131145
|
protoOf(UpdateStatusCommand).fh = function () {
|
|
@@ -131076,7 +131154,7 @@ protoOf(UpdateStatusCommand).uq = function () {
|
|
|
131076
131154
|
protoOf(UpdateStatusCommand).i6r = function () {
|
|
131077
131155
|
return this.statusType;
|
|
131078
131156
|
};
|
|
131079
|
-
protoOf(UpdateStatusCommand).
|
|
131157
|
+
protoOf(UpdateStatusCommand).j7n = function (note, referencedOrganizationId, referencedPersonId, statusType) {
|
|
131080
131158
|
return new UpdateStatusCommand(note, referencedOrganizationId, referencedPersonId, statusType);
|
|
131081
131159
|
};
|
|
131082
131160
|
protoOf(UpdateStatusCommand).copy = function (note, referencedOrganizationId, referencedPersonId, statusType, $super) {
|
|
@@ -131084,7 +131162,7 @@ protoOf(UpdateStatusCommand).copy = function (note, referencedOrganizationId, re
|
|
|
131084
131162
|
referencedOrganizationId = referencedOrganizationId === VOID ? this.referencedOrganizationId : referencedOrganizationId;
|
|
131085
131163
|
referencedPersonId = referencedPersonId === VOID ? this.referencedPersonId : referencedPersonId;
|
|
131086
131164
|
statusType = statusType === VOID ? this.statusType : statusType;
|
|
131087
|
-
return $super === VOID ? this.
|
|
131165
|
+
return $super === VOID ? this.j7n(note, referencedOrganizationId, referencedPersonId, statusType) : $super.j7n.call(this, note, referencedOrganizationId, referencedPersonId, statusType);
|
|
131088
131166
|
};
|
|
131089
131167
|
protoOf(UpdateStatusCommand).toString = function () {
|
|
131090
131168
|
return 'UpdateStatusCommand(note=' + this.note + ', referencedOrganizationId=' + toString_0(this.referencedOrganizationId) + ', referencedPersonId=' + toString_0(this.referencedPersonId) + ', statusType=' + this.statusType.toString() + ')';
|
|
@@ -131386,7 +131464,7 @@ protoOf(UpdateSupplierContactCommand).uq = function () {
|
|
|
131386
131464
|
protoOf(UpdateSupplierContactCommand).i6r = function () {
|
|
131387
131465
|
return this.title;
|
|
131388
131466
|
};
|
|
131389
|
-
protoOf(UpdateSupplierContactCommand).
|
|
131467
|
+
protoOf(UpdateSupplierContactCommand).s7n = function (email, mobile, name, title) {
|
|
131390
131468
|
return new UpdateSupplierContactCommand(email, mobile, name, title);
|
|
131391
131469
|
};
|
|
131392
131470
|
protoOf(UpdateSupplierContactCommand).copy = function (email, mobile, name, title, $super) {
|
|
@@ -131394,7 +131472,7 @@ protoOf(UpdateSupplierContactCommand).copy = function (email, mobile, name, titl
|
|
|
131394
131472
|
mobile = mobile === VOID ? this.mobile : mobile;
|
|
131395
131473
|
name = name === VOID ? this.name : name;
|
|
131396
131474
|
title = title === VOID ? this.title : title;
|
|
131397
|
-
return $super === VOID ? this.
|
|
131475
|
+
return $super === VOID ? this.s7n(email, mobile, name, title) : $super.s7n.call(this, email, mobile, name, title);
|
|
131398
131476
|
};
|
|
131399
131477
|
protoOf(UpdateSupplierContactCommand).toString = function () {
|
|
131400
131478
|
return 'UpdateSupplierContactCommand(email=' + this.email + ', mobile=' + this.mobile + ', name=' + this.name.toString() + ', title=' + this.title + ')';
|
|
@@ -131772,13 +131850,13 @@ protoOf(UpdateTaskCommand).g6r = function () {
|
|
|
131772
131850
|
protoOf(UpdateTaskCommand).l6s = function () {
|
|
131773
131851
|
return this.dueDate;
|
|
131774
131852
|
};
|
|
131775
|
-
protoOf(UpdateTaskCommand).
|
|
131853
|
+
protoOf(UpdateTaskCommand).y7n = function () {
|
|
131776
131854
|
return this.intervalStart;
|
|
131777
131855
|
};
|
|
131778
|
-
protoOf(UpdateTaskCommand).
|
|
131856
|
+
protoOf(UpdateTaskCommand).z7n = function () {
|
|
131779
131857
|
return this.intervalType;
|
|
131780
131858
|
};
|
|
131781
|
-
protoOf(UpdateTaskCommand).
|
|
131859
|
+
protoOf(UpdateTaskCommand).a7o = function () {
|
|
131782
131860
|
return this.intervalValue;
|
|
131783
131861
|
};
|
|
131784
131862
|
protoOf(UpdateTaskCommand).y6y = function () {
|
|
@@ -131808,7 +131886,7 @@ protoOf(UpdateTaskCommand).k6r = function () {
|
|
|
131808
131886
|
protoOf(UpdateTaskCommand).l6r = function () {
|
|
131809
131887
|
return this.title;
|
|
131810
131888
|
};
|
|
131811
|
-
protoOf(UpdateTaskCommand).
|
|
131889
|
+
protoOf(UpdateTaskCommand).b7o = function (description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title) {
|
|
131812
131890
|
return new UpdateTaskCommand(description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title);
|
|
131813
131891
|
};
|
|
131814
131892
|
protoOf(UpdateTaskCommand).copy = function (description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title, $super) {
|
|
@@ -131819,7 +131897,7 @@ protoOf(UpdateTaskCommand).copy = function (description, dueDate, intervalStart,
|
|
|
131819
131897
|
intervalValue = intervalValue === VOID ? this.intervalValue : intervalValue;
|
|
131820
131898
|
responsibleId = responsibleId === VOID ? this.responsibleId : responsibleId;
|
|
131821
131899
|
title = title === VOID ? this.title : title;
|
|
131822
|
-
return $super === VOID ? this.
|
|
131900
|
+
return $super === VOID ? this.b7o(description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title) : $super.b7o.call(this, description, dueDate, intervalStart, intervalType, intervalValue, responsibleId, title);
|
|
131823
131901
|
};
|
|
131824
131902
|
protoOf(UpdateTaskCommand).toString = function () {
|
|
131825
131903
|
return 'UpdateTaskCommand(description=' + this.description + ', dueDate=' + toString_0(this.dueDate) + ', intervalStart=' + toString_0(this.intervalStart) + ', intervalType=' + toString_0(this.intervalType) + ', intervalValue=' + toString_0(this.intervalValue) + ', responsibleId=' + toString_0(this.responsibleId) + ', title=' + this.title + ')';
|
|
@@ -209165,7 +209243,7 @@ protoOf($serializer_132).x14 = typeParametersSerializers;
|
|
|
209165
209243
|
protoOf($serializer_133).x14 = typeParametersSerializers;
|
|
209166
209244
|
protoOf($serializer_134).x14 = typeParametersSerializers;
|
|
209167
209245
|
defineProp(protoOf(Customer), 'active', function () {
|
|
209168
|
-
return this.
|
|
209246
|
+
return this.u7m();
|
|
209169
209247
|
});
|
|
209170
209248
|
defineProp(protoOf(Customer), 'area', function () {
|
|
209171
209249
|
return this.h6v();
|
|
@@ -209223,7 +209301,7 @@ protoOf($serializer_146).x14 = typeParametersSerializers;
|
|
|
209223
209301
|
protoOf($serializer_147).x14 = typeParametersSerializers;
|
|
209224
209302
|
protoOf($serializer_148).x14 = typeParametersSerializers;
|
|
209225
209303
|
defineProp(protoOf(Participant), 'active', function () {
|
|
209226
|
-
return this.
|
|
209304
|
+
return this.u7m();
|
|
209227
209305
|
});
|
|
209228
209306
|
defineProp(protoOf(Participant), 'id', function () {
|
|
209229
209307
|
return this.f25();
|