@solibo/home-api 1.1.13 → 1.1.14
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.
|
@@ -42,8 +42,8 @@ import {
|
|
|
42
42
|
LinkedHashMap_init_$Create$3t495nfs82xn as LinkedHashMap_init_$Create$_0,
|
|
43
43
|
Unitkvevlwgzwiuc as Unit,
|
|
44
44
|
listOfvhqybd2zx248 as listOf_0,
|
|
45
|
-
replace3le3ie7l9k8aq as replace,
|
|
46
45
|
promisify1z0ncraq1ipzh as promisify,
|
|
46
|
+
replace3le3ie7l9k8aq as replace,
|
|
47
47
|
PrimitiveClasses_getInstance6p7zmos9nw3c as PrimitiveClasses_getInstance,
|
|
48
48
|
KtMap140uvy3s5zad8 as KtMap,
|
|
49
49
|
joinToString1cxrrlmo0chqs as joinToString,
|
|
@@ -1746,8 +1746,6 @@ initMetadataForCoroutine($refreshTokens$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
|
1746
1746
|
initMetadataForCoroutine($refreshTokensCOROUTINE$, CoroutineImpl);
|
|
1747
1747
|
initMetadataForCoroutine($registerFCMDeviceForUser$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
1748
1748
|
initMetadataForCoroutine($registerFCMDeviceForUserCOROUTINE$, CoroutineImpl);
|
|
1749
|
-
initMetadataForCoroutine($reportPushNotificationRead$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
1750
|
-
initMetadataForCoroutine($reportPushNotificationReadCOROUTINE$, CoroutineImpl);
|
|
1751
1749
|
initMetadataForCoroutine($revokeTokens$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
1752
1750
|
initMetadataForCoroutine($revokeTokensCOROUTINE$, CoroutineImpl);
|
|
1753
1751
|
initMetadataForCoroutine($verifyCreateTOTPMfa$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
@@ -1807,6 +1805,8 @@ initMetadataForCoroutine($publishEmailNewsletter$suspendBridgeCOROUTINE$, Corout
|
|
|
1807
1805
|
initMetadataForCoroutine($publishEmailNewsletterCOROUTINE$, CoroutineImpl);
|
|
1808
1806
|
initMetadataForCoroutine($publishSMSBroadcast$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
1809
1807
|
initMetadataForCoroutine($publishSMSBroadcastCOROUTINE$, CoroutineImpl);
|
|
1808
|
+
initMetadataForCoroutine($reportPushNotificationRead$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
1809
|
+
initMetadataForCoroutine($reportPushNotificationReadCOROUTINE$, CoroutineImpl);
|
|
1810
1810
|
initMetadataForCoroutine($showCommunicationReport$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
1811
1811
|
initMetadataForCoroutine($showCommunicationReportCOROUTINE$, CoroutineImpl);
|
|
1812
1812
|
initMetadataForCoroutine($showEmailNewsletter$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
@@ -127547,128 +127547,14 @@ protoOf($registerFCMDeviceForUserCOROUTINE$).r8 = function () {
|
|
|
127547
127547
|
}
|
|
127548
127548
|
while (true);
|
|
127549
127549
|
};
|
|
127550
|
-
function $reportPushNotificationRead$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, trackingId, resultContinuation) {
|
|
127551
|
-
CoroutineImpl.call(this, resultContinuation);
|
|
127552
|
-
this.k8r_1 = _this__u8e3s4;
|
|
127553
|
-
this.l8r_1 = companyId;
|
|
127554
|
-
this.m8r_1 = trackingId;
|
|
127555
|
-
}
|
|
127556
|
-
protoOf($reportPushNotificationRead$suspendBridgeCOROUTINE$).r8 = function () {
|
|
127557
|
-
var suspendResult = this.l8_1;
|
|
127558
|
-
$sm: do
|
|
127559
|
-
try {
|
|
127560
|
-
var tmp = this.j8_1;
|
|
127561
|
-
switch (tmp) {
|
|
127562
|
-
case 0:
|
|
127563
|
-
this.k8_1 = 4;
|
|
127564
|
-
if (this.k8r_1.reportPushNotificationRead === protoOf(AuthApi).reportPushNotificationRead) {
|
|
127565
|
-
this.j8_1 = 2;
|
|
127566
|
-
suspendResult = this.k8r_1.o8r(this.l8r_1, this.m8r_1, this);
|
|
127567
|
-
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127568
|
-
return suspendResult;
|
|
127569
|
-
}
|
|
127570
|
-
continue $sm;
|
|
127571
|
-
} else {
|
|
127572
|
-
this.j8_1 = 1;
|
|
127573
|
-
suspendResult = await_0(this.k8r_1.reportPushNotificationRead(this.l8r_1, this.m8r_1), this);
|
|
127574
|
-
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127575
|
-
return suspendResult;
|
|
127576
|
-
}
|
|
127577
|
-
continue $sm;
|
|
127578
|
-
}
|
|
127579
|
-
|
|
127580
|
-
case 1:
|
|
127581
|
-
this.n8r_1 = suspendResult;
|
|
127582
|
-
this.j8_1 = 3;
|
|
127583
|
-
continue $sm;
|
|
127584
|
-
case 2:
|
|
127585
|
-
this.n8r_1 = suspendResult;
|
|
127586
|
-
this.j8_1 = 3;
|
|
127587
|
-
continue $sm;
|
|
127588
|
-
case 3:
|
|
127589
|
-
return this.n8r_1;
|
|
127590
|
-
case 4:
|
|
127591
|
-
throw this.m8_1;
|
|
127592
|
-
}
|
|
127593
|
-
} catch ($p) {
|
|
127594
|
-
var e = $p;
|
|
127595
|
-
if (this.k8_1 === 4) {
|
|
127596
|
-
throw e;
|
|
127597
|
-
} else {
|
|
127598
|
-
this.j8_1 = this.k8_1;
|
|
127599
|
-
this.m8_1 = e;
|
|
127600
|
-
}
|
|
127601
|
-
}
|
|
127602
|
-
while (true);
|
|
127603
|
-
};
|
|
127604
|
-
function $reportPushNotificationReadCOROUTINE$(_this__u8e3s4, companyId, trackingId, resultContinuation) {
|
|
127605
|
-
CoroutineImpl.call(this, resultContinuation);
|
|
127606
|
-
this.x8r_1 = _this__u8e3s4;
|
|
127607
|
-
this.y8r_1 = companyId;
|
|
127608
|
-
this.z8r_1 = trackingId;
|
|
127609
|
-
}
|
|
127610
|
-
protoOf($reportPushNotificationReadCOROUTINE$).r8 = function () {
|
|
127611
|
-
var suspendResult = this.l8_1;
|
|
127612
|
-
$sm: do
|
|
127613
|
-
try {
|
|
127614
|
-
var tmp = this.j8_1;
|
|
127615
|
-
switch (tmp) {
|
|
127616
|
-
case 0:
|
|
127617
|
-
this.k8_1 = 2;
|
|
127618
|
-
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
127619
|
-
var localVariableBody = EmptyContent_getInstance();
|
|
127620
|
-
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
127621
|
-
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
127622
|
-
var tmp0_method = RequestMethod_POST_getInstance();
|
|
127623
|
-
var tmp1_path = replace(replace('/companies/{companyId}/communication/receipt/{trackingId}', '{companyId}', this.y8r_1.toString()), '{trackingId}', this.z8r_1);
|
|
127624
|
-
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
127625
|
-
this.j8_1 = 1;
|
|
127626
|
-
suspendResult = this.x8r_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
127627
|
-
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127628
|
-
return suspendResult;
|
|
127629
|
-
}
|
|
127630
|
-
|
|
127631
|
-
continue $sm;
|
|
127632
|
-
case 1:
|
|
127633
|
-
var this_0 = suspendResult;
|
|
127634
|
-
var tmp_0 = getKClass(Unit);
|
|
127635
|
-
var tmp_1;
|
|
127636
|
-
try {
|
|
127637
|
-
tmp_1 = createKType(getKClass(Unit), arrayOf([]), false);
|
|
127638
|
-
} catch ($p) {
|
|
127639
|
-
var tmp_2;
|
|
127640
|
-
if ($p instanceof Error) {
|
|
127641
|
-
var _unused_var__etf5q3 = $p;
|
|
127642
|
-
tmp_2 = null;
|
|
127643
|
-
} else {
|
|
127644
|
-
throw $p;
|
|
127645
|
-
}
|
|
127646
|
-
tmp_1 = tmp_2;
|
|
127647
|
-
}
|
|
127648
|
-
|
|
127649
|
-
return new HttpResponse(this_0, new TypedBodyProvider(new TypeInfo(tmp_0, tmp_1)));
|
|
127650
|
-
case 2:
|
|
127651
|
-
throw this.m8_1;
|
|
127652
|
-
}
|
|
127653
|
-
} catch ($p) {
|
|
127654
|
-
var e = $p;
|
|
127655
|
-
if (this.k8_1 === 2) {
|
|
127656
|
-
throw e;
|
|
127657
|
-
} else {
|
|
127658
|
-
this.j8_1 = this.k8_1;
|
|
127659
|
-
this.m8_1 = e;
|
|
127660
|
-
}
|
|
127661
|
-
}
|
|
127662
|
-
while (true);
|
|
127663
|
-
};
|
|
127664
127550
|
function $revokeTokens$suspendBridgeCOROUTINE$(_this__u8e3s4, clientId, deviceKey, deviceKeyGroup, userId, refreshToken, resultContinuation) {
|
|
127665
127551
|
CoroutineImpl.call(this, resultContinuation);
|
|
127666
|
-
this.
|
|
127667
|
-
this.
|
|
127668
|
-
this.
|
|
127669
|
-
this.
|
|
127670
|
-
this.
|
|
127671
|
-
this.
|
|
127552
|
+
this.k8r_1 = _this__u8e3s4;
|
|
127553
|
+
this.l8r_1 = clientId;
|
|
127554
|
+
this.m8r_1 = deviceKey;
|
|
127555
|
+
this.n8r_1 = deviceKeyGroup;
|
|
127556
|
+
this.o8r_1 = userId;
|
|
127557
|
+
this.p8r_1 = refreshToken;
|
|
127672
127558
|
}
|
|
127673
127559
|
protoOf($revokeTokens$suspendBridgeCOROUTINE$).r8 = function () {
|
|
127674
127560
|
var suspendResult = this.l8_1;
|
|
@@ -127678,16 +127564,16 @@ protoOf($revokeTokens$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
127678
127564
|
switch (tmp) {
|
|
127679
127565
|
case 0:
|
|
127680
127566
|
this.k8_1 = 4;
|
|
127681
|
-
if (this.
|
|
127567
|
+
if (this.k8r_1.revokeTokens === protoOf(AuthApi).revokeTokens) {
|
|
127682
127568
|
this.j8_1 = 2;
|
|
127683
|
-
suspendResult = this.
|
|
127569
|
+
suspendResult = this.k8r_1.r8r(this.l8r_1, this.m8r_1, this.n8r_1, this.o8r_1, this.p8r_1, this);
|
|
127684
127570
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127685
127571
|
return suspendResult;
|
|
127686
127572
|
}
|
|
127687
127573
|
continue $sm;
|
|
127688
127574
|
} else {
|
|
127689
127575
|
this.j8_1 = 1;
|
|
127690
|
-
suspendResult = await_0(this.
|
|
127576
|
+
suspendResult = await_0(this.k8r_1.revokeTokens(this.l8r_1, this.m8r_1, this.n8r_1, this.o8r_1, this.p8r_1), this);
|
|
127691
127577
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127692
127578
|
return suspendResult;
|
|
127693
127579
|
}
|
|
@@ -127695,15 +127581,15 @@ protoOf($revokeTokens$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
127695
127581
|
}
|
|
127696
127582
|
|
|
127697
127583
|
case 1:
|
|
127698
|
-
this.
|
|
127584
|
+
this.q8r_1 = suspendResult;
|
|
127699
127585
|
this.j8_1 = 3;
|
|
127700
127586
|
continue $sm;
|
|
127701
127587
|
case 2:
|
|
127702
|
-
this.
|
|
127588
|
+
this.q8r_1 = suspendResult;
|
|
127703
127589
|
this.j8_1 = 3;
|
|
127704
127590
|
continue $sm;
|
|
127705
127591
|
case 3:
|
|
127706
|
-
return this.
|
|
127592
|
+
return this.q8r_1;
|
|
127707
127593
|
case 4:
|
|
127708
127594
|
throw this.m8_1;
|
|
127709
127595
|
}
|
|
@@ -127720,12 +127606,12 @@ protoOf($revokeTokens$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
127720
127606
|
};
|
|
127721
127607
|
function $revokeTokensCOROUTINE$(_this__u8e3s4, clientId, deviceKey, deviceKeyGroup, userId, refreshToken, resultContinuation) {
|
|
127722
127608
|
CoroutineImpl.call(this, resultContinuation);
|
|
127723
|
-
this.
|
|
127724
|
-
this.
|
|
127725
|
-
this.
|
|
127726
|
-
this.
|
|
127727
|
-
this.
|
|
127728
|
-
this.
|
|
127609
|
+
this.a8s_1 = _this__u8e3s4;
|
|
127610
|
+
this.b8s_1 = clientId;
|
|
127611
|
+
this.c8s_1 = deviceKey;
|
|
127612
|
+
this.d8s_1 = deviceKeyGroup;
|
|
127613
|
+
this.e8s_1 = userId;
|
|
127614
|
+
this.f8s_1 = refreshToken;
|
|
127729
127615
|
}
|
|
127730
127616
|
protoOf($revokeTokensCOROUTINE$).r8 = function () {
|
|
127731
127617
|
var suspendResult = this.l8_1;
|
|
@@ -127738,42 +127624,42 @@ protoOf($revokeTokensCOROUTINE$).r8 = function () {
|
|
|
127738
127624
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
127739
127625
|
var localVariableBody = EmptyContent_getInstance();
|
|
127740
127626
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
127741
|
-
if (this.
|
|
127627
|
+
if (this.b8s_1 == null)
|
|
127742
127628
|
null;
|
|
127743
127629
|
else {
|
|
127744
127630
|
var tmp2 = 'clientId';
|
|
127745
|
-
var value = listOf_0(this.
|
|
127631
|
+
var value = listOf_0(this.b8s_1);
|
|
127746
127632
|
localVariableQuery.s2(tmp2, value);
|
|
127747
127633
|
}
|
|
127748
127634
|
|
|
127749
|
-
if (this.
|
|
127635
|
+
if (this.c8s_1 == null)
|
|
127750
127636
|
null;
|
|
127751
127637
|
else {
|
|
127752
127638
|
var tmp2_0 = 'deviceKey';
|
|
127753
|
-
var value_0 = listOf_0(this.
|
|
127639
|
+
var value_0 = listOf_0(this.c8s_1);
|
|
127754
127640
|
localVariableQuery.s2(tmp2_0, value_0);
|
|
127755
127641
|
}
|
|
127756
127642
|
|
|
127757
|
-
if (this.
|
|
127643
|
+
if (this.d8s_1 == null)
|
|
127758
127644
|
null;
|
|
127759
127645
|
else {
|
|
127760
127646
|
var tmp2_1 = 'deviceKeyGroup';
|
|
127761
|
-
var value_1 = listOf_0(this.
|
|
127647
|
+
var value_1 = listOf_0(this.d8s_1);
|
|
127762
127648
|
localVariableQuery.s2(tmp2_1, value_1);
|
|
127763
127649
|
}
|
|
127764
127650
|
|
|
127765
|
-
if (this.
|
|
127651
|
+
if (this.e8s_1 == null)
|
|
127766
127652
|
null;
|
|
127767
127653
|
else {
|
|
127768
|
-
var value_2 = listOf_0(this.
|
|
127654
|
+
var value_2 = listOf_0(this.e8s_1);
|
|
127769
127655
|
localVariableQuery.s2('userId', value_2);
|
|
127770
127656
|
}
|
|
127771
127657
|
|
|
127772
|
-
if (this.
|
|
127658
|
+
if (this.f8s_1 == null)
|
|
127773
127659
|
null;
|
|
127774
127660
|
else {
|
|
127775
127661
|
var tmp2_2 = 'refreshToken';
|
|
127776
|
-
var value_3 = listOf_0(this.
|
|
127662
|
+
var value_3 = listOf_0(this.f8s_1);
|
|
127777
127663
|
localVariableQuery.s2(tmp2_2, value_3);
|
|
127778
127664
|
}
|
|
127779
127665
|
|
|
@@ -127781,7 +127667,7 @@ protoOf($revokeTokensCOROUTINE$).r8 = function () {
|
|
|
127781
127667
|
var tmp5_method = RequestMethod_DELETE_getInstance();
|
|
127782
127668
|
var localVariableConfig = new RequestConfig(tmp5_method, '/auth/implicit/refresh/revoke', localVariableHeaders, VOID, localVariableQuery, true);
|
|
127783
127669
|
this.j8_1 = 1;
|
|
127784
|
-
suspendResult = this.
|
|
127670
|
+
suspendResult = this.a8s_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
127785
127671
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127786
127672
|
return suspendResult;
|
|
127787
127673
|
}
|
|
@@ -127821,8 +127707,8 @@ protoOf($revokeTokensCOROUTINE$).r8 = function () {
|
|
|
127821
127707
|
};
|
|
127822
127708
|
function $verifyCreateTOTPMfa$suspendBridgeCOROUTINE$(_this__u8e3s4, verifyAssociateTotpMfaCommand, resultContinuation) {
|
|
127823
127709
|
CoroutineImpl.call(this, resultContinuation);
|
|
127824
|
-
this.
|
|
127825
|
-
this.
|
|
127710
|
+
this.o8s_1 = _this__u8e3s4;
|
|
127711
|
+
this.p8s_1 = verifyAssociateTotpMfaCommand;
|
|
127826
127712
|
}
|
|
127827
127713
|
protoOf($verifyCreateTOTPMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
127828
127714
|
var suspendResult = this.l8_1;
|
|
@@ -127832,16 +127718,16 @@ protoOf($verifyCreateTOTPMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
127832
127718
|
switch (tmp) {
|
|
127833
127719
|
case 0:
|
|
127834
127720
|
this.k8_1 = 4;
|
|
127835
|
-
if (this.
|
|
127721
|
+
if (this.o8s_1.verifyCreateTOTPMfa === protoOf(AuthApi).verifyCreateTOTPMfa) {
|
|
127836
127722
|
this.j8_1 = 2;
|
|
127837
|
-
suspendResult = this.
|
|
127723
|
+
suspendResult = this.o8s_1.r8s(this.p8s_1, this);
|
|
127838
127724
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127839
127725
|
return suspendResult;
|
|
127840
127726
|
}
|
|
127841
127727
|
continue $sm;
|
|
127842
127728
|
} else {
|
|
127843
127729
|
this.j8_1 = 1;
|
|
127844
|
-
suspendResult = await_0(this.
|
|
127730
|
+
suspendResult = await_0(this.o8s_1.verifyCreateTOTPMfa(this.p8s_1), this);
|
|
127845
127731
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127846
127732
|
return suspendResult;
|
|
127847
127733
|
}
|
|
@@ -127849,15 +127735,15 @@ protoOf($verifyCreateTOTPMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
127849
127735
|
}
|
|
127850
127736
|
|
|
127851
127737
|
case 1:
|
|
127852
|
-
this.
|
|
127738
|
+
this.q8s_1 = suspendResult;
|
|
127853
127739
|
this.j8_1 = 3;
|
|
127854
127740
|
continue $sm;
|
|
127855
127741
|
case 2:
|
|
127856
|
-
this.
|
|
127742
|
+
this.q8s_1 = suspendResult;
|
|
127857
127743
|
this.j8_1 = 3;
|
|
127858
127744
|
continue $sm;
|
|
127859
127745
|
case 3:
|
|
127860
|
-
return this.
|
|
127746
|
+
return this.q8s_1;
|
|
127861
127747
|
case 4:
|
|
127862
127748
|
throw this.m8_1;
|
|
127863
127749
|
}
|
|
@@ -127874,8 +127760,8 @@ protoOf($verifyCreateTOTPMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
127874
127760
|
};
|
|
127875
127761
|
function $verifyCreateTOTPMfaCOROUTINE$(_this__u8e3s4, verifyAssociateTotpMfaCommand, resultContinuation) {
|
|
127876
127762
|
CoroutineImpl.call(this, resultContinuation);
|
|
127877
|
-
this.
|
|
127878
|
-
this.
|
|
127763
|
+
this.a8t_1 = _this__u8e3s4;
|
|
127764
|
+
this.b8t_1 = verifyAssociateTotpMfaCommand;
|
|
127879
127765
|
}
|
|
127880
127766
|
protoOf($verifyCreateTOTPMfaCOROUTINE$).r8 = function () {
|
|
127881
127767
|
var suspendResult = this.l8_1;
|
|
@@ -127886,13 +127772,13 @@ protoOf($verifyCreateTOTPMfaCOROUTINE$).r8 = function () {
|
|
|
127886
127772
|
case 0:
|
|
127887
127773
|
this.k8_1 = 2;
|
|
127888
127774
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
127889
|
-
var localVariableBody = this.
|
|
127775
|
+
var localVariableBody = this.b8t_1;
|
|
127890
127776
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
127891
127777
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
127892
127778
|
var tmp0_method = RequestMethod_POST_getInstance();
|
|
127893
127779
|
var localVariableConfig = new RequestConfig(tmp0_method, '/auth/mfa/totp/associate/verify', localVariableHeaders, VOID, localVariableQuery, true);
|
|
127894
127780
|
this.j8_1 = 1;
|
|
127895
|
-
suspendResult = this.
|
|
127781
|
+
suspendResult = this.a8t_1.e8a(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
127896
127782
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127897
127783
|
return suspendResult;
|
|
127898
127784
|
}
|
|
@@ -127932,8 +127818,8 @@ protoOf($verifyCreateTOTPMfaCOROUTINE$).r8 = function () {
|
|
|
127932
127818
|
};
|
|
127933
127819
|
function $verifySMSMfa$suspendBridgeCOROUTINE$(_this__u8e3s4, verifyMfaCommand, resultContinuation) {
|
|
127934
127820
|
CoroutineImpl.call(this, resultContinuation);
|
|
127935
|
-
this.
|
|
127936
|
-
this.
|
|
127821
|
+
this.k8t_1 = _this__u8e3s4;
|
|
127822
|
+
this.l8t_1 = verifyMfaCommand;
|
|
127937
127823
|
}
|
|
127938
127824
|
protoOf($verifySMSMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
127939
127825
|
var suspendResult = this.l8_1;
|
|
@@ -127943,16 +127829,16 @@ protoOf($verifySMSMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
127943
127829
|
switch (tmp) {
|
|
127944
127830
|
case 0:
|
|
127945
127831
|
this.k8_1 = 4;
|
|
127946
|
-
if (this.
|
|
127832
|
+
if (this.k8t_1.verifySMSMfa === protoOf(AuthApi).verifySMSMfa) {
|
|
127947
127833
|
this.j8_1 = 2;
|
|
127948
|
-
suspendResult = this.
|
|
127834
|
+
suspendResult = this.k8t_1.n8t(this.l8t_1, this);
|
|
127949
127835
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127950
127836
|
return suspendResult;
|
|
127951
127837
|
}
|
|
127952
127838
|
continue $sm;
|
|
127953
127839
|
} else {
|
|
127954
127840
|
this.j8_1 = 1;
|
|
127955
|
-
suspendResult = await_0(this.
|
|
127841
|
+
suspendResult = await_0(this.k8t_1.verifySMSMfa(this.l8t_1), this);
|
|
127956
127842
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
127957
127843
|
return suspendResult;
|
|
127958
127844
|
}
|
|
@@ -127960,15 +127846,15 @@ protoOf($verifySMSMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
127960
127846
|
}
|
|
127961
127847
|
|
|
127962
127848
|
case 1:
|
|
127963
|
-
this.
|
|
127849
|
+
this.m8t_1 = suspendResult;
|
|
127964
127850
|
this.j8_1 = 3;
|
|
127965
127851
|
continue $sm;
|
|
127966
127852
|
case 2:
|
|
127967
|
-
this.
|
|
127853
|
+
this.m8t_1 = suspendResult;
|
|
127968
127854
|
this.j8_1 = 3;
|
|
127969
127855
|
continue $sm;
|
|
127970
127856
|
case 3:
|
|
127971
|
-
return this.
|
|
127857
|
+
return this.m8t_1;
|
|
127972
127858
|
case 4:
|
|
127973
127859
|
throw this.m8_1;
|
|
127974
127860
|
}
|
|
@@ -127985,8 +127871,8 @@ protoOf($verifySMSMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
127985
127871
|
};
|
|
127986
127872
|
function $verifySMSMfaCOROUTINE$(_this__u8e3s4, verifyMfaCommand, resultContinuation) {
|
|
127987
127873
|
CoroutineImpl.call(this, resultContinuation);
|
|
127988
|
-
this.
|
|
127989
|
-
this.
|
|
127874
|
+
this.w8t_1 = _this__u8e3s4;
|
|
127875
|
+
this.x8t_1 = verifyMfaCommand;
|
|
127990
127876
|
}
|
|
127991
127877
|
protoOf($verifySMSMfaCOROUTINE$).r8 = function () {
|
|
127992
127878
|
var suspendResult = this.l8_1;
|
|
@@ -127997,13 +127883,13 @@ protoOf($verifySMSMfaCOROUTINE$).r8 = function () {
|
|
|
127997
127883
|
case 0:
|
|
127998
127884
|
this.k8_1 = 2;
|
|
127999
127885
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
128000
|
-
var localVariableBody = this.
|
|
127886
|
+
var localVariableBody = this.x8t_1;
|
|
128001
127887
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
128002
127888
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
128003
127889
|
var tmp0_method = RequestMethod_POST_getInstance();
|
|
128004
127890
|
var localVariableConfig = new RequestConfig(tmp0_method, '/auth/mfa/sms/verify', localVariableHeaders, VOID, localVariableQuery, true);
|
|
128005
127891
|
this.j8_1 = 1;
|
|
128006
|
-
suspendResult = this.
|
|
127892
|
+
suspendResult = this.w8t_1.e8a(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
128007
127893
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128008
127894
|
return suspendResult;
|
|
128009
127895
|
}
|
|
@@ -128043,8 +127929,8 @@ protoOf($verifySMSMfaCOROUTINE$).r8 = function () {
|
|
|
128043
127929
|
};
|
|
128044
127930
|
function $verifyTOTPMfa$suspendBridgeCOROUTINE$(_this__u8e3s4, verifyMfaCommand, resultContinuation) {
|
|
128045
127931
|
CoroutineImpl.call(this, resultContinuation);
|
|
128046
|
-
this.
|
|
128047
|
-
this.
|
|
127932
|
+
this.g8u_1 = _this__u8e3s4;
|
|
127933
|
+
this.h8u_1 = verifyMfaCommand;
|
|
128048
127934
|
}
|
|
128049
127935
|
protoOf($verifyTOTPMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
128050
127936
|
var suspendResult = this.l8_1;
|
|
@@ -128054,16 +127940,16 @@ protoOf($verifyTOTPMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128054
127940
|
switch (tmp) {
|
|
128055
127941
|
case 0:
|
|
128056
127942
|
this.k8_1 = 4;
|
|
128057
|
-
if (this.
|
|
127943
|
+
if (this.g8u_1.verifyTOTPMfa === protoOf(AuthApi).verifyTOTPMfa) {
|
|
128058
127944
|
this.j8_1 = 2;
|
|
128059
|
-
suspendResult = this.
|
|
127945
|
+
suspendResult = this.g8u_1.j8u(this.h8u_1, this);
|
|
128060
127946
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128061
127947
|
return suspendResult;
|
|
128062
127948
|
}
|
|
128063
127949
|
continue $sm;
|
|
128064
127950
|
} else {
|
|
128065
127951
|
this.j8_1 = 1;
|
|
128066
|
-
suspendResult = await_0(this.
|
|
127952
|
+
suspendResult = await_0(this.g8u_1.verifyTOTPMfa(this.h8u_1), this);
|
|
128067
127953
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128068
127954
|
return suspendResult;
|
|
128069
127955
|
}
|
|
@@ -128071,15 +127957,15 @@ protoOf($verifyTOTPMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128071
127957
|
}
|
|
128072
127958
|
|
|
128073
127959
|
case 1:
|
|
128074
|
-
this.
|
|
127960
|
+
this.i8u_1 = suspendResult;
|
|
128075
127961
|
this.j8_1 = 3;
|
|
128076
127962
|
continue $sm;
|
|
128077
127963
|
case 2:
|
|
128078
|
-
this.
|
|
127964
|
+
this.i8u_1 = suspendResult;
|
|
128079
127965
|
this.j8_1 = 3;
|
|
128080
127966
|
continue $sm;
|
|
128081
127967
|
case 3:
|
|
128082
|
-
return this.
|
|
127968
|
+
return this.i8u_1;
|
|
128083
127969
|
case 4:
|
|
128084
127970
|
throw this.m8_1;
|
|
128085
127971
|
}
|
|
@@ -128096,8 +127982,8 @@ protoOf($verifyTOTPMfa$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128096
127982
|
};
|
|
128097
127983
|
function $verifyTOTPMfaCOROUTINE$(_this__u8e3s4, verifyMfaCommand, resultContinuation) {
|
|
128098
127984
|
CoroutineImpl.call(this, resultContinuation);
|
|
128099
|
-
this.
|
|
128100
|
-
this.
|
|
127985
|
+
this.s8u_1 = _this__u8e3s4;
|
|
127986
|
+
this.t8u_1 = verifyMfaCommand;
|
|
128101
127987
|
}
|
|
128102
127988
|
protoOf($verifyTOTPMfaCOROUTINE$).r8 = function () {
|
|
128103
127989
|
var suspendResult = this.l8_1;
|
|
@@ -128108,13 +127994,13 @@ protoOf($verifyTOTPMfaCOROUTINE$).r8 = function () {
|
|
|
128108
127994
|
case 0:
|
|
128109
127995
|
this.k8_1 = 2;
|
|
128110
127996
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
128111
|
-
var localVariableBody = this.
|
|
127997
|
+
var localVariableBody = this.t8u_1;
|
|
128112
127998
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
128113
127999
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
128114
128000
|
var tmp0_method = RequestMethod_POST_getInstance();
|
|
128115
128001
|
var localVariableConfig = new RequestConfig(tmp0_method, '/auth/mfa/totp/verify', localVariableHeaders, VOID, localVariableQuery, true);
|
|
128116
128002
|
this.j8_1 = 1;
|
|
128117
|
-
suspendResult = this.
|
|
128003
|
+
suspendResult = this.s8u_1.e8a(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
128118
128004
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128119
128005
|
return suspendResult;
|
|
128120
128006
|
}
|
|
@@ -128155,10 +128041,10 @@ protoOf($verifyTOTPMfaCOROUTINE$).r8 = function () {
|
|
|
128155
128041
|
protoOf(AuthApi).confirmResetPassword = function (confirmNewPasswordCommand) {
|
|
128156
128042
|
var tmp = this;
|
|
128157
128043
|
return promisify(function ($completion) {
|
|
128158
|
-
return tmp.
|
|
128044
|
+
return tmp.u8u(confirmNewPasswordCommand, $completion);
|
|
128159
128045
|
});
|
|
128160
128046
|
};
|
|
128161
|
-
protoOf(AuthApi).
|
|
128047
|
+
protoOf(AuthApi).u8u = function (confirmNewPasswordCommand, $completion) {
|
|
128162
128048
|
var tmp = new $confirmResetPassword$suspendBridgeCOROUTINE$(this, confirmNewPasswordCommand, $completion);
|
|
128163
128049
|
tmp.l8_1 = Unit_instance;
|
|
128164
128050
|
tmp.m8_1 = null;
|
|
@@ -128173,10 +128059,10 @@ protoOf(AuthApi).q89 = function (confirmNewPasswordCommand, $completion) {
|
|
|
128173
128059
|
protoOf(AuthApi).confirmTokensCreationByEmail = function (confirmMagicEmailCommand) {
|
|
128174
128060
|
var tmp = this;
|
|
128175
128061
|
return promisify(function ($completion) {
|
|
128176
|
-
return tmp.
|
|
128062
|
+
return tmp.v8u(confirmMagicEmailCommand, $completion);
|
|
128177
128063
|
});
|
|
128178
128064
|
};
|
|
128179
|
-
protoOf(AuthApi).
|
|
128065
|
+
protoOf(AuthApi).v8u = function (confirmMagicEmailCommand, $completion) {
|
|
128180
128066
|
var tmp = new $confirmTokensCreationByEmail$suspendBridgeCOROUTINE$(this, confirmMagicEmailCommand, $completion);
|
|
128181
128067
|
tmp.l8_1 = Unit_instance;
|
|
128182
128068
|
tmp.m8_1 = null;
|
|
@@ -128191,10 +128077,10 @@ protoOf(AuthApi).q8a = function (confirmMagicEmailCommand, $completion) {
|
|
|
128191
128077
|
protoOf(AuthApi).confirmTokensCreationByEmailInline = function (emailInlineConfirmCommand) {
|
|
128192
128078
|
var tmp = this;
|
|
128193
128079
|
return promisify(function ($completion) {
|
|
128194
|
-
return tmp.
|
|
128080
|
+
return tmp.w8u(emailInlineConfirmCommand, $completion);
|
|
128195
128081
|
});
|
|
128196
128082
|
};
|
|
128197
|
-
protoOf(AuthApi).
|
|
128083
|
+
protoOf(AuthApi).w8u = function (emailInlineConfirmCommand, $completion) {
|
|
128198
128084
|
var tmp = new $confirmTokensCreationByEmailInline$suspendBridgeCOROUTINE$(this, emailInlineConfirmCommand, $completion);
|
|
128199
128085
|
tmp.l8_1 = Unit_instance;
|
|
128200
128086
|
tmp.m8_1 = null;
|
|
@@ -128209,10 +128095,10 @@ protoOf(AuthApi).m8b = function (emailInlineConfirmCommand, $completion) {
|
|
|
128209
128095
|
protoOf(AuthApi).confirmTokensCreationBySms = function (confirmMagicSmsCommand) {
|
|
128210
128096
|
var tmp = this;
|
|
128211
128097
|
return promisify(function ($completion) {
|
|
128212
|
-
return tmp.
|
|
128098
|
+
return tmp.x8u(confirmMagicSmsCommand, $completion);
|
|
128213
128099
|
});
|
|
128214
128100
|
};
|
|
128215
|
-
protoOf(AuthApi).
|
|
128101
|
+
protoOf(AuthApi).x8u = function (confirmMagicSmsCommand, $completion) {
|
|
128216
128102
|
var tmp = new $confirmTokensCreationBySms$suspendBridgeCOROUTINE$(this, confirmMagicSmsCommand, $completion);
|
|
128217
128103
|
tmp.l8_1 = Unit_instance;
|
|
128218
128104
|
tmp.m8_1 = null;
|
|
@@ -128227,10 +128113,10 @@ protoOf(AuthApi).i8c = function (confirmMagicSmsCommand, $completion) {
|
|
|
128227
128113
|
protoOf(AuthApi).createAuthSupportRequest = function (authorizationSupportRequestCommand) {
|
|
128228
128114
|
var tmp = this;
|
|
128229
128115
|
return promisify(function ($completion) {
|
|
128230
|
-
return tmp.
|
|
128116
|
+
return tmp.y8u(authorizationSupportRequestCommand, $completion);
|
|
128231
128117
|
});
|
|
128232
128118
|
};
|
|
128233
|
-
protoOf(AuthApi).
|
|
128119
|
+
protoOf(AuthApi).y8u = function (authorizationSupportRequestCommand, $completion) {
|
|
128234
128120
|
var tmp = new $createAuthSupportRequest$suspendBridgeCOROUTINE$(this, authorizationSupportRequestCommand, $completion);
|
|
128235
128121
|
tmp.l8_1 = Unit_instance;
|
|
128236
128122
|
tmp.m8_1 = null;
|
|
@@ -128245,10 +128131,10 @@ protoOf(AuthApi).e8d = function (authorizationSupportRequestCommand, $completion
|
|
|
128245
128131
|
protoOf(AuthApi).createDeviceSrp = function (deviceSrpCommand) {
|
|
128246
128132
|
var tmp = this;
|
|
128247
128133
|
return promisify(function ($completion) {
|
|
128248
|
-
return tmp.
|
|
128134
|
+
return tmp.z8u(deviceSrpCommand, $completion);
|
|
128249
128135
|
});
|
|
128250
128136
|
};
|
|
128251
|
-
protoOf(AuthApi).
|
|
128137
|
+
protoOf(AuthApi).z8u = function (deviceSrpCommand, $completion) {
|
|
128252
128138
|
var tmp = new $createDeviceSrp$suspendBridgeCOROUTINE$(this, deviceSrpCommand, $completion);
|
|
128253
128139
|
tmp.l8_1 = Unit_instance;
|
|
128254
128140
|
tmp.m8_1 = null;
|
|
@@ -128263,10 +128149,10 @@ protoOf(AuthApi).a8e = function (deviceSrpCommand, $completion) {
|
|
|
128263
128149
|
protoOf(AuthApi).createDeviceSrpVerification = function (deviceVerifySrpCommand) {
|
|
128264
128150
|
var tmp = this;
|
|
128265
128151
|
return promisify(function ($completion) {
|
|
128266
|
-
return tmp.
|
|
128152
|
+
return tmp.a8v(deviceVerifySrpCommand, $completion);
|
|
128267
128153
|
});
|
|
128268
128154
|
};
|
|
128269
|
-
protoOf(AuthApi).
|
|
128155
|
+
protoOf(AuthApi).a8v = function (deviceVerifySrpCommand, $completion) {
|
|
128270
128156
|
var tmp = new $createDeviceSrpVerification$suspendBridgeCOROUTINE$(this, deviceVerifySrpCommand, $completion);
|
|
128271
128157
|
tmp.l8_1 = Unit_instance;
|
|
128272
128158
|
tmp.m8_1 = null;
|
|
@@ -128281,10 +128167,10 @@ protoOf(AuthApi).w8e = function (deviceVerifySrpCommand, $completion) {
|
|
|
128281
128167
|
protoOf(AuthApi).createMfaPreference = function (mfaPreferenceCommand) {
|
|
128282
128168
|
var tmp = this;
|
|
128283
128169
|
return promisify(function ($completion) {
|
|
128284
|
-
return tmp.
|
|
128170
|
+
return tmp.b8v(mfaPreferenceCommand, $completion);
|
|
128285
128171
|
});
|
|
128286
128172
|
};
|
|
128287
|
-
protoOf(AuthApi).
|
|
128173
|
+
protoOf(AuthApi).b8v = function (mfaPreferenceCommand, $completion) {
|
|
128288
128174
|
var tmp = new $createMfaPreference$suspendBridgeCOROUTINE$(this, mfaPreferenceCommand, $completion);
|
|
128289
128175
|
tmp.l8_1 = Unit_instance;
|
|
128290
128176
|
tmp.m8_1 = null;
|
|
@@ -128299,10 +128185,10 @@ protoOf(AuthApi).s8f = function (mfaPreferenceCommand, $completion) {
|
|
|
128299
128185
|
protoOf(AuthApi).createMfaSelection = function (mfaSelectionCommand) {
|
|
128300
128186
|
var tmp = this;
|
|
128301
128187
|
return promisify(function ($completion) {
|
|
128302
|
-
return tmp.
|
|
128188
|
+
return tmp.c8v(mfaSelectionCommand, $completion);
|
|
128303
128189
|
});
|
|
128304
128190
|
};
|
|
128305
|
-
protoOf(AuthApi).
|
|
128191
|
+
protoOf(AuthApi).c8v = function (mfaSelectionCommand, $completion) {
|
|
128306
128192
|
var tmp = new $createMfaSelection$suspendBridgeCOROUTINE$(this, mfaSelectionCommand, $completion);
|
|
128307
128193
|
tmp.l8_1 = Unit_instance;
|
|
128308
128194
|
tmp.m8_1 = null;
|
|
@@ -128317,10 +128203,10 @@ protoOf(AuthApi).o8g = function (mfaSelectionCommand, $completion) {
|
|
|
128317
128203
|
protoOf(AuthApi).createMfaSelectionConfirmation = function (mfaConfirmationCommand) {
|
|
128318
128204
|
var tmp = this;
|
|
128319
128205
|
return promisify(function ($completion) {
|
|
128320
|
-
return tmp.
|
|
128206
|
+
return tmp.d8v(mfaConfirmationCommand, $completion);
|
|
128321
128207
|
});
|
|
128322
128208
|
};
|
|
128323
|
-
protoOf(AuthApi).
|
|
128209
|
+
protoOf(AuthApi).d8v = function (mfaConfirmationCommand, $completion) {
|
|
128324
128210
|
var tmp = new $createMfaSelectionConfirmation$suspendBridgeCOROUTINE$(this, mfaConfirmationCommand, $completion);
|
|
128325
128211
|
tmp.l8_1 = Unit_instance;
|
|
128326
128212
|
tmp.m8_1 = null;
|
|
@@ -128335,10 +128221,10 @@ protoOf(AuthApi).k8h = function (mfaConfirmationCommand, $completion) {
|
|
|
128335
128221
|
protoOf(AuthApi).createResetPassword = function (createResetPasswordCommand) {
|
|
128336
128222
|
var tmp = this;
|
|
128337
128223
|
return promisify(function ($completion) {
|
|
128338
|
-
return tmp.
|
|
128224
|
+
return tmp.e8v(createResetPasswordCommand, $completion);
|
|
128339
128225
|
});
|
|
128340
128226
|
};
|
|
128341
|
-
protoOf(AuthApi).
|
|
128227
|
+
protoOf(AuthApi).e8v = function (createResetPasswordCommand, $completion) {
|
|
128342
128228
|
var tmp = new $createResetPassword$suspendBridgeCOROUTINE$(this, createResetPasswordCommand, $completion);
|
|
128343
128229
|
tmp.l8_1 = Unit_instance;
|
|
128344
128230
|
tmp.m8_1 = null;
|
|
@@ -128353,10 +128239,10 @@ protoOf(AuthApi).g8i = function (createResetPasswordCommand, $completion) {
|
|
|
128353
128239
|
protoOf(AuthApi).createTOTPMfa = function (associateTotpMfaCommand) {
|
|
128354
128240
|
var tmp = this;
|
|
128355
128241
|
return promisify(function ($completion) {
|
|
128356
|
-
return tmp.
|
|
128242
|
+
return tmp.f8v(associateTotpMfaCommand, $completion);
|
|
128357
128243
|
});
|
|
128358
128244
|
};
|
|
128359
|
-
protoOf(AuthApi).
|
|
128245
|
+
protoOf(AuthApi).f8v = function (associateTotpMfaCommand, $completion) {
|
|
128360
128246
|
var tmp = new $createTOTPMfa$suspendBridgeCOROUTINE$(this, associateTotpMfaCommand, $completion);
|
|
128361
128247
|
tmp.l8_1 = Unit_instance;
|
|
128362
128248
|
tmp.m8_1 = null;
|
|
@@ -128371,10 +128257,10 @@ protoOf(AuthApi).c8j = function (associateTotpMfaCommand, $completion) {
|
|
|
128371
128257
|
protoOf(AuthApi).createTokens = function (createTokensCommand) {
|
|
128372
128258
|
var tmp = this;
|
|
128373
128259
|
return promisify(function ($completion) {
|
|
128374
|
-
return tmp.
|
|
128260
|
+
return tmp.g8v(createTokensCommand, $completion);
|
|
128375
128261
|
});
|
|
128376
128262
|
};
|
|
128377
|
-
protoOf(AuthApi).
|
|
128263
|
+
protoOf(AuthApi).g8v = function (createTokensCommand, $completion) {
|
|
128378
128264
|
var tmp = new $createTokens$suspendBridgeCOROUTINE$(this, createTokensCommand, $completion);
|
|
128379
128265
|
tmp.l8_1 = Unit_instance;
|
|
128380
128266
|
tmp.m8_1 = null;
|
|
@@ -128389,10 +128275,10 @@ protoOf(AuthApi).y8j = function (createTokensCommand, $completion) {
|
|
|
128389
128275
|
protoOf(AuthApi).createTokensByEmail = function (magicEmailCommand) {
|
|
128390
128276
|
var tmp = this;
|
|
128391
128277
|
return promisify(function ($completion) {
|
|
128392
|
-
return tmp.
|
|
128278
|
+
return tmp.h8v(magicEmailCommand, $completion);
|
|
128393
128279
|
});
|
|
128394
128280
|
};
|
|
128395
|
-
protoOf(AuthApi).
|
|
128281
|
+
protoOf(AuthApi).h8v = function (magicEmailCommand, $completion) {
|
|
128396
128282
|
var tmp = new $createTokensByEmail$suspendBridgeCOROUTINE$(this, magicEmailCommand, $completion);
|
|
128397
128283
|
tmp.l8_1 = Unit_instance;
|
|
128398
128284
|
tmp.m8_1 = null;
|
|
@@ -128407,10 +128293,10 @@ protoOf(AuthApi).u8k = function (magicEmailCommand, $completion) {
|
|
|
128407
128293
|
protoOf(AuthApi).createTokensByOAuth = function (code, state) {
|
|
128408
128294
|
var tmp = this;
|
|
128409
128295
|
return promisify(function ($completion) {
|
|
128410
|
-
return tmp.
|
|
128296
|
+
return tmp.i8v(code, state, $completion);
|
|
128411
128297
|
});
|
|
128412
128298
|
};
|
|
128413
|
-
protoOf(AuthApi).
|
|
128299
|
+
protoOf(AuthApi).i8v = function (code, state, $completion) {
|
|
128414
128300
|
var tmp = new $createTokensByOAuth$suspendBridgeCOROUTINE$(this, code, state, $completion);
|
|
128415
128301
|
tmp.l8_1 = Unit_instance;
|
|
128416
128302
|
tmp.m8_1 = null;
|
|
@@ -128425,10 +128311,10 @@ protoOf(AuthApi).r8l = function (code, state, $completion) {
|
|
|
128425
128311
|
protoOf(AuthApi).createTokensBySms = function (magicSMSCommand) {
|
|
128426
128312
|
var tmp = this;
|
|
128427
128313
|
return promisify(function ($completion) {
|
|
128428
|
-
return tmp.
|
|
128314
|
+
return tmp.j8v(magicSMSCommand, $completion);
|
|
128429
128315
|
});
|
|
128430
128316
|
};
|
|
128431
|
-
protoOf(AuthApi).
|
|
128317
|
+
protoOf(AuthApi).j8v = function (magicSMSCommand, $completion) {
|
|
128432
128318
|
var tmp = new $createTokensBySms$suspendBridgeCOROUTINE$(this, magicSMSCommand, $completion);
|
|
128433
128319
|
tmp.l8_1 = Unit_instance;
|
|
128434
128320
|
tmp.m8_1 = null;
|
|
@@ -128443,10 +128329,10 @@ protoOf(AuthApi).p8m = function (magicSMSCommand, $completion) {
|
|
|
128443
128329
|
protoOf(AuthApi).createTokensSrp = function (verifySrpCommand) {
|
|
128444
128330
|
var tmp = this;
|
|
128445
128331
|
return promisify(function ($completion) {
|
|
128446
|
-
return tmp.
|
|
128332
|
+
return tmp.k8v(verifySrpCommand, $completion);
|
|
128447
128333
|
});
|
|
128448
128334
|
};
|
|
128449
|
-
protoOf(AuthApi).
|
|
128335
|
+
protoOf(AuthApi).k8v = function (verifySrpCommand, $completion) {
|
|
128450
128336
|
var tmp = new $createTokensSrp$suspendBridgeCOROUTINE$(this, verifySrpCommand, $completion);
|
|
128451
128337
|
tmp.l8_1 = Unit_instance;
|
|
128452
128338
|
tmp.m8_1 = null;
|
|
@@ -128461,10 +128347,10 @@ protoOf(AuthApi).l8n = function (verifySrpCommand, $completion) {
|
|
|
128461
128347
|
protoOf(AuthApi).deregisterFCMDeviceForUser = function () {
|
|
128462
128348
|
var tmp = this;
|
|
128463
128349
|
return promisify(function ($completion) {
|
|
128464
|
-
return tmp.
|
|
128350
|
+
return tmp.l8v($completion);
|
|
128465
128351
|
});
|
|
128466
128352
|
};
|
|
128467
|
-
protoOf(AuthApi).
|
|
128353
|
+
protoOf(AuthApi).l8v = function ($completion) {
|
|
128468
128354
|
var tmp = new $deregisterFCMDeviceForUser$suspendBridgeCOROUTINE$(this, $completion);
|
|
128469
128355
|
tmp.l8_1 = Unit_instance;
|
|
128470
128356
|
tmp.m8_1 = null;
|
|
@@ -128479,10 +128365,10 @@ protoOf(AuthApi).g8o = function ($completion) {
|
|
|
128479
128365
|
protoOf(AuthApi).indexUserDevices = function () {
|
|
128480
128366
|
var tmp = this;
|
|
128481
128367
|
return promisify(function ($completion) {
|
|
128482
|
-
return tmp.
|
|
128368
|
+
return tmp.m8v($completion);
|
|
128483
128369
|
});
|
|
128484
128370
|
};
|
|
128485
|
-
protoOf(AuthApi).
|
|
128371
|
+
protoOf(AuthApi).m8v = function ($completion) {
|
|
128486
128372
|
var tmp = new $indexUserDevices$suspendBridgeCOROUTINE$(this, $completion);
|
|
128487
128373
|
tmp.l8_1 = Unit_instance;
|
|
128488
128374
|
tmp.m8_1 = null;
|
|
@@ -128497,10 +128383,10 @@ protoOf(AuthApi).a8p = function ($completion) {
|
|
|
128497
128383
|
protoOf(AuthApi).refreshTokens = function (refreshTokensCommand) {
|
|
128498
128384
|
var tmp = this;
|
|
128499
128385
|
return promisify(function ($completion) {
|
|
128500
|
-
return tmp.
|
|
128386
|
+
return tmp.n8v(refreshTokensCommand, $completion);
|
|
128501
128387
|
});
|
|
128502
128388
|
};
|
|
128503
|
-
protoOf(AuthApi).
|
|
128389
|
+
protoOf(AuthApi).n8v = function (refreshTokensCommand, $completion) {
|
|
128504
128390
|
var tmp = new $refreshTokens$suspendBridgeCOROUTINE$(this, refreshTokensCommand, $completion);
|
|
128505
128391
|
tmp.l8_1 = Unit_instance;
|
|
128506
128392
|
tmp.m8_1 = null;
|
|
@@ -128515,10 +128401,10 @@ protoOf(AuthApi).v8p = function (refreshTokensCommand, $completion) {
|
|
|
128515
128401
|
protoOf(AuthApi).registerFCMDeviceForUser = function (registerDeviceCommand) {
|
|
128516
128402
|
var tmp = this;
|
|
128517
128403
|
return promisify(function ($completion) {
|
|
128518
|
-
return tmp.
|
|
128404
|
+
return tmp.o8v(registerDeviceCommand, $completion);
|
|
128519
128405
|
});
|
|
128520
128406
|
};
|
|
128521
|
-
protoOf(AuthApi).
|
|
128407
|
+
protoOf(AuthApi).o8v = function (registerDeviceCommand, $completion) {
|
|
128522
128408
|
var tmp = new $registerFCMDeviceForUser$suspendBridgeCOROUTINE$(this, registerDeviceCommand, $completion);
|
|
128523
128409
|
tmp.l8_1 = Unit_instance;
|
|
128524
128410
|
tmp.m8_1 = null;
|
|
@@ -128530,63 +128416,45 @@ protoOf(AuthApi).r8q = function (registerDeviceCommand, $completion) {
|
|
|
128530
128416
|
tmp.m8_1 = null;
|
|
128531
128417
|
return tmp.r8();
|
|
128532
128418
|
};
|
|
128533
|
-
protoOf(AuthApi).reportPushNotificationRead = function (companyId, trackingId) {
|
|
128534
|
-
var tmp = this;
|
|
128535
|
-
return promisify(function ($completion) {
|
|
128536
|
-
return tmp.n8w(companyId, trackingId, $completion);
|
|
128537
|
-
});
|
|
128538
|
-
};
|
|
128539
|
-
protoOf(AuthApi).n8w = function (companyId, trackingId, $completion) {
|
|
128540
|
-
var tmp = new $reportPushNotificationRead$suspendBridgeCOROUTINE$(this, companyId, trackingId, $completion);
|
|
128541
|
-
tmp.l8_1 = Unit_instance;
|
|
128542
|
-
tmp.m8_1 = null;
|
|
128543
|
-
return tmp.r8();
|
|
128544
|
-
};
|
|
128545
|
-
protoOf(AuthApi).o8r = function (companyId, trackingId, $completion) {
|
|
128546
|
-
var tmp = new $reportPushNotificationReadCOROUTINE$(this, companyId, trackingId, $completion);
|
|
128547
|
-
tmp.l8_1 = Unit_instance;
|
|
128548
|
-
tmp.m8_1 = null;
|
|
128549
|
-
return tmp.r8();
|
|
128550
|
-
};
|
|
128551
128419
|
protoOf(AuthApi).revokeTokens = function (clientId, deviceKey, deviceKeyGroup, userId, refreshToken) {
|
|
128552
128420
|
var tmp = this;
|
|
128553
128421
|
return promisify(function ($completion) {
|
|
128554
|
-
return tmp.
|
|
128422
|
+
return tmp.p8v(clientId, deviceKey, deviceKeyGroup, userId, refreshToken, $completion);
|
|
128555
128423
|
});
|
|
128556
128424
|
};
|
|
128557
|
-
protoOf(AuthApi).
|
|
128425
|
+
protoOf(AuthApi).p8v = function (clientId, deviceKey, deviceKeyGroup, userId, refreshToken, $completion) {
|
|
128558
128426
|
var tmp = new $revokeTokens$suspendBridgeCOROUTINE$(this, clientId, deviceKey, deviceKeyGroup, userId, refreshToken, $completion);
|
|
128559
128427
|
tmp.l8_1 = Unit_instance;
|
|
128560
128428
|
tmp.m8_1 = null;
|
|
128561
128429
|
return tmp.r8();
|
|
128562
128430
|
};
|
|
128563
|
-
protoOf(AuthApi).
|
|
128431
|
+
protoOf(AuthApi).q8v = function (clientId, deviceKey, deviceKeyGroup, userId, refreshToken, $completion) {
|
|
128564
128432
|
var tmp = new $revokeTokensCOROUTINE$(this, clientId, deviceKey, deviceKeyGroup, userId, refreshToken, $completion);
|
|
128565
128433
|
tmp.l8_1 = Unit_instance;
|
|
128566
128434
|
tmp.m8_1 = null;
|
|
128567
128435
|
return tmp.r8();
|
|
128568
128436
|
};
|
|
128569
|
-
protoOf(AuthApi).
|
|
128437
|
+
protoOf(AuthApi).r8r = function (clientId, deviceKey, deviceKeyGroup, userId, refreshToken, $completion, $super) {
|
|
128570
128438
|
clientId = clientId === VOID ? null : clientId;
|
|
128571
128439
|
deviceKey = deviceKey === VOID ? null : deviceKey;
|
|
128572
128440
|
deviceKeyGroup = deviceKeyGroup === VOID ? null : deviceKeyGroup;
|
|
128573
128441
|
userId = userId === VOID ? null : userId;
|
|
128574
128442
|
refreshToken = refreshToken === VOID ? null : refreshToken;
|
|
128575
|
-
return $super === VOID ? this.
|
|
128443
|
+
return $super === VOID ? this.q8v(clientId, deviceKey, deviceKeyGroup, userId, refreshToken, $completion) : $super.q8v.call(this, clientId, deviceKey, deviceKeyGroup, userId, refreshToken, $completion);
|
|
128576
128444
|
};
|
|
128577
128445
|
protoOf(AuthApi).verifyCreateTOTPMfa = function (verifyAssociateTotpMfaCommand) {
|
|
128578
128446
|
var tmp = this;
|
|
128579
128447
|
return promisify(function ($completion) {
|
|
128580
|
-
return tmp.
|
|
128448
|
+
return tmp.r8v(verifyAssociateTotpMfaCommand, $completion);
|
|
128581
128449
|
});
|
|
128582
128450
|
};
|
|
128583
|
-
protoOf(AuthApi).
|
|
128451
|
+
protoOf(AuthApi).r8v = function (verifyAssociateTotpMfaCommand, $completion) {
|
|
128584
128452
|
var tmp = new $verifyCreateTOTPMfa$suspendBridgeCOROUTINE$(this, verifyAssociateTotpMfaCommand, $completion);
|
|
128585
128453
|
tmp.l8_1 = Unit_instance;
|
|
128586
128454
|
tmp.m8_1 = null;
|
|
128587
128455
|
return tmp.r8();
|
|
128588
128456
|
};
|
|
128589
|
-
protoOf(AuthApi).
|
|
128457
|
+
protoOf(AuthApi).r8s = function (verifyAssociateTotpMfaCommand, $completion) {
|
|
128590
128458
|
var tmp = new $verifyCreateTOTPMfaCOROUTINE$(this, verifyAssociateTotpMfaCommand, $completion);
|
|
128591
128459
|
tmp.l8_1 = Unit_instance;
|
|
128592
128460
|
tmp.m8_1 = null;
|
|
@@ -128595,16 +128463,16 @@ protoOf(AuthApi).p8t = function (verifyAssociateTotpMfaCommand, $completion) {
|
|
|
128595
128463
|
protoOf(AuthApi).verifySMSMfa = function (verifyMfaCommand) {
|
|
128596
128464
|
var tmp = this;
|
|
128597
128465
|
return promisify(function ($completion) {
|
|
128598
|
-
return tmp.
|
|
128466
|
+
return tmp.s8v(verifyMfaCommand, $completion);
|
|
128599
128467
|
});
|
|
128600
128468
|
};
|
|
128601
|
-
protoOf(AuthApi).
|
|
128469
|
+
protoOf(AuthApi).s8v = function (verifyMfaCommand, $completion) {
|
|
128602
128470
|
var tmp = new $verifySMSMfa$suspendBridgeCOROUTINE$(this, verifyMfaCommand, $completion);
|
|
128603
128471
|
tmp.l8_1 = Unit_instance;
|
|
128604
128472
|
tmp.m8_1 = null;
|
|
128605
128473
|
return tmp.r8();
|
|
128606
128474
|
};
|
|
128607
|
-
protoOf(AuthApi).
|
|
128475
|
+
protoOf(AuthApi).n8t = function (verifyMfaCommand, $completion) {
|
|
128608
128476
|
var tmp = new $verifySMSMfaCOROUTINE$(this, verifyMfaCommand, $completion);
|
|
128609
128477
|
tmp.l8_1 = Unit_instance;
|
|
128610
128478
|
tmp.m8_1 = null;
|
|
@@ -128613,16 +128481,16 @@ protoOf(AuthApi).l8u = function (verifyMfaCommand, $completion) {
|
|
|
128613
128481
|
protoOf(AuthApi).verifyTOTPMfa = function (verifyMfaCommand) {
|
|
128614
128482
|
var tmp = this;
|
|
128615
128483
|
return promisify(function ($completion) {
|
|
128616
|
-
return tmp.
|
|
128484
|
+
return tmp.t8v(verifyMfaCommand, $completion);
|
|
128617
128485
|
});
|
|
128618
128486
|
};
|
|
128619
|
-
protoOf(AuthApi).
|
|
128487
|
+
protoOf(AuthApi).t8v = function (verifyMfaCommand, $completion) {
|
|
128620
128488
|
var tmp = new $verifyTOTPMfa$suspendBridgeCOROUTINE$(this, verifyMfaCommand, $completion);
|
|
128621
128489
|
tmp.l8_1 = Unit_instance;
|
|
128622
128490
|
tmp.m8_1 = null;
|
|
128623
128491
|
return tmp.r8();
|
|
128624
128492
|
};
|
|
128625
|
-
protoOf(AuthApi).
|
|
128493
|
+
protoOf(AuthApi).j8u = function (verifyMfaCommand, $completion) {
|
|
128626
128494
|
var tmp = new $verifyTOTPMfaCOROUTINE$(this, verifyMfaCommand, $completion);
|
|
128627
128495
|
tmp.l8_1 = Unit_instance;
|
|
128628
128496
|
tmp.m8_1 = null;
|
|
@@ -128636,20 +128504,20 @@ function Companion_547() {
|
|
|
128636
128504
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
128637
128505
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
128638
128506
|
var this_0 = serializer(createKType(getKClass(KtList), arrayOf([createInvariantKTypeProjection(createKType(getKClass(Person), arrayOf([]), false))]), false));
|
|
128639
|
-
tmp.
|
|
128640
|
-
this.
|
|
128507
|
+
tmp.c8w_1 = isInterface(this_0, KSerializer) ? this_0 : THROW_CCE();
|
|
128508
|
+
this.d8w_1 = this.c8w_1.z1r();
|
|
128641
128509
|
}
|
|
128642
128510
|
protoOf(Companion_547).z1r = function () {
|
|
128643
|
-
return this.
|
|
128511
|
+
return this.d8w_1;
|
|
128644
128512
|
};
|
|
128645
|
-
protoOf(Companion_547).
|
|
128646
|
-
return this.
|
|
128513
|
+
protoOf(Companion_547).e8w = function (encoder, value) {
|
|
128514
|
+
return this.c8w_1.a1s(encoder, value.f8w_1);
|
|
128647
128515
|
};
|
|
128648
128516
|
protoOf(Companion_547).a1s = function (encoder, value) {
|
|
128649
|
-
return this.
|
|
128517
|
+
return this.e8w(encoder, value instanceof IndexBoardResponse ? value : THROW_CCE());
|
|
128650
128518
|
};
|
|
128651
128519
|
protoOf(Companion_547).b1s = function (decoder) {
|
|
128652
|
-
return new IndexBoardResponse(this.
|
|
128520
|
+
return new IndexBoardResponse(this.c8w_1.b1s(decoder));
|
|
128653
128521
|
};
|
|
128654
128522
|
protoOf(Companion_547).s4q = function () {
|
|
128655
128523
|
return Companion_getInstance_550();
|
|
@@ -128682,16 +128550,16 @@ function createWithClient_0(baseUrl, httpClient) {
|
|
|
128682
128550
|
}
|
|
128683
128551
|
function IndexBoardResponse(value) {
|
|
128684
128552
|
Companion_getInstance_550();
|
|
128685
|
-
this.
|
|
128553
|
+
this.f8w_1 = value;
|
|
128686
128554
|
}
|
|
128687
128555
|
function BoardApi$indexBoard$lambda($this$map) {
|
|
128688
|
-
return $this$map.
|
|
128556
|
+
return $this$map.f8w_1;
|
|
128689
128557
|
}
|
|
128690
128558
|
function $createPersonBoard$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, addBoardmemberCommand, resultContinuation) {
|
|
128691
128559
|
CoroutineImpl.call(this, resultContinuation);
|
|
128692
|
-
this.
|
|
128693
|
-
this.
|
|
128694
|
-
this.
|
|
128560
|
+
this.o8w_1 = _this__u8e3s4;
|
|
128561
|
+
this.p8w_1 = companyId;
|
|
128562
|
+
this.q8w_1 = addBoardmemberCommand;
|
|
128695
128563
|
}
|
|
128696
128564
|
protoOf($createPersonBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
128697
128565
|
var suspendResult = this.l8_1;
|
|
@@ -128701,16 +128569,16 @@ protoOf($createPersonBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128701
128569
|
switch (tmp) {
|
|
128702
128570
|
case 0:
|
|
128703
128571
|
this.k8_1 = 4;
|
|
128704
|
-
if (this.
|
|
128572
|
+
if (this.o8w_1.createPersonBoard === protoOf(BoardApi).createPersonBoard) {
|
|
128705
128573
|
this.j8_1 = 2;
|
|
128706
|
-
suspendResult = this.
|
|
128574
|
+
suspendResult = this.o8w_1.v8w(this.p8w_1, this.q8w_1, this);
|
|
128707
128575
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128708
128576
|
return suspendResult;
|
|
128709
128577
|
}
|
|
128710
128578
|
continue $sm;
|
|
128711
128579
|
} else {
|
|
128712
128580
|
this.j8_1 = 1;
|
|
128713
|
-
suspendResult = await_0(this.
|
|
128581
|
+
suspendResult = await_0(this.o8w_1.createPersonBoard(this.p8w_1, this.q8w_1), this);
|
|
128714
128582
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128715
128583
|
return suspendResult;
|
|
128716
128584
|
}
|
|
@@ -128718,15 +128586,15 @@ protoOf($createPersonBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128718
128586
|
}
|
|
128719
128587
|
|
|
128720
128588
|
case 1:
|
|
128721
|
-
this.
|
|
128589
|
+
this.r8w_1 = suspendResult;
|
|
128722
128590
|
this.j8_1 = 3;
|
|
128723
128591
|
continue $sm;
|
|
128724
128592
|
case 2:
|
|
128725
|
-
this.
|
|
128593
|
+
this.r8w_1 = suspendResult;
|
|
128726
128594
|
this.j8_1 = 3;
|
|
128727
128595
|
continue $sm;
|
|
128728
128596
|
case 3:
|
|
128729
|
-
return this.
|
|
128597
|
+
return this.r8w_1;
|
|
128730
128598
|
case 4:
|
|
128731
128599
|
throw this.m8_1;
|
|
128732
128600
|
}
|
|
@@ -128743,9 +128611,9 @@ protoOf($createPersonBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128743
128611
|
};
|
|
128744
128612
|
function $createPersonBoardCOROUTINE$(_this__u8e3s4, companyId, addBoardmemberCommand, resultContinuation) {
|
|
128745
128613
|
CoroutineImpl.call(this, resultContinuation);
|
|
128746
|
-
this.
|
|
128747
|
-
this.
|
|
128748
|
-
this.
|
|
128614
|
+
this.e8x_1 = _this__u8e3s4;
|
|
128615
|
+
this.f8x_1 = companyId;
|
|
128616
|
+
this.g8x_1 = addBoardmemberCommand;
|
|
128749
128617
|
}
|
|
128750
128618
|
protoOf($createPersonBoardCOROUTINE$).r8 = function () {
|
|
128751
128619
|
var suspendResult = this.l8_1;
|
|
@@ -128756,14 +128624,14 @@ protoOf($createPersonBoardCOROUTINE$).r8 = function () {
|
|
|
128756
128624
|
case 0:
|
|
128757
128625
|
this.k8_1 = 2;
|
|
128758
128626
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
128759
|
-
var localVariableBody = this.
|
|
128627
|
+
var localVariableBody = this.g8x_1;
|
|
128760
128628
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
128761
128629
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
128762
128630
|
var tmp0_method = RequestMethod_POST_getInstance();
|
|
128763
|
-
var tmp1_path = replace('/companies/{companyId}/board', '{companyId}', this.
|
|
128631
|
+
var tmp1_path = replace('/companies/{companyId}/board', '{companyId}', this.f8x_1.toString());
|
|
128764
128632
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
128765
128633
|
this.j8_1 = 1;
|
|
128766
|
-
suspendResult = this.
|
|
128634
|
+
suspendResult = this.e8x_1.e8a(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
128767
128635
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128768
128636
|
return suspendResult;
|
|
128769
128637
|
}
|
|
@@ -128803,9 +128671,9 @@ protoOf($createPersonBoardCOROUTINE$).r8 = function () {
|
|
|
128803
128671
|
};
|
|
128804
128672
|
function $deletePersonBoard$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, personId, resultContinuation) {
|
|
128805
128673
|
CoroutineImpl.call(this, resultContinuation);
|
|
128806
|
-
this.
|
|
128807
|
-
this.
|
|
128808
|
-
this.
|
|
128674
|
+
this.p8x_1 = _this__u8e3s4;
|
|
128675
|
+
this.q8x_1 = companyId;
|
|
128676
|
+
this.r8x_1 = personId;
|
|
128809
128677
|
}
|
|
128810
128678
|
protoOf($deletePersonBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
128811
128679
|
var suspendResult = this.l8_1;
|
|
@@ -128815,16 +128683,16 @@ protoOf($deletePersonBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128815
128683
|
switch (tmp) {
|
|
128816
128684
|
case 0:
|
|
128817
128685
|
this.k8_1 = 4;
|
|
128818
|
-
if (this.
|
|
128686
|
+
if (this.p8x_1.deletePersonBoard === protoOf(BoardApi).deletePersonBoard) {
|
|
128819
128687
|
this.j8_1 = 2;
|
|
128820
|
-
suspendResult = this.
|
|
128688
|
+
suspendResult = this.p8x_1.t8x(this.q8x_1, this.r8x_1, this);
|
|
128821
128689
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128822
128690
|
return suspendResult;
|
|
128823
128691
|
}
|
|
128824
128692
|
continue $sm;
|
|
128825
128693
|
} else {
|
|
128826
128694
|
this.j8_1 = 1;
|
|
128827
|
-
suspendResult = await_0(this.
|
|
128695
|
+
suspendResult = await_0(this.p8x_1.deletePersonBoard(this.q8x_1, this.r8x_1), this);
|
|
128828
128696
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128829
128697
|
return suspendResult;
|
|
128830
128698
|
}
|
|
@@ -128832,15 +128700,15 @@ protoOf($deletePersonBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128832
128700
|
}
|
|
128833
128701
|
|
|
128834
128702
|
case 1:
|
|
128835
|
-
this.
|
|
128703
|
+
this.s8x_1 = suspendResult;
|
|
128836
128704
|
this.j8_1 = 3;
|
|
128837
128705
|
continue $sm;
|
|
128838
128706
|
case 2:
|
|
128839
|
-
this.
|
|
128707
|
+
this.s8x_1 = suspendResult;
|
|
128840
128708
|
this.j8_1 = 3;
|
|
128841
128709
|
continue $sm;
|
|
128842
128710
|
case 3:
|
|
128843
|
-
return this.
|
|
128711
|
+
return this.s8x_1;
|
|
128844
128712
|
case 4:
|
|
128845
128713
|
throw this.m8_1;
|
|
128846
128714
|
}
|
|
@@ -128857,9 +128725,9 @@ protoOf($deletePersonBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128857
128725
|
};
|
|
128858
128726
|
function $deletePersonBoardCOROUTINE$(_this__u8e3s4, companyId, personId, resultContinuation) {
|
|
128859
128727
|
CoroutineImpl.call(this, resultContinuation);
|
|
128860
|
-
this.
|
|
128861
|
-
this.
|
|
128862
|
-
this.
|
|
128728
|
+
this.c8y_1 = _this__u8e3s4;
|
|
128729
|
+
this.d8y_1 = companyId;
|
|
128730
|
+
this.e8y_1 = personId;
|
|
128863
128731
|
}
|
|
128864
128732
|
protoOf($deletePersonBoardCOROUTINE$).r8 = function () {
|
|
128865
128733
|
var suspendResult = this.l8_1;
|
|
@@ -128874,10 +128742,10 @@ protoOf($deletePersonBoardCOROUTINE$).r8 = function () {
|
|
|
128874
128742
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
128875
128743
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
128876
128744
|
var tmp0_method = RequestMethod_DELETE_getInstance();
|
|
128877
|
-
var tmp1_path = replace(replace('/companies/{companyId}/board/{personId}', '{companyId}', this.
|
|
128745
|
+
var tmp1_path = replace(replace('/companies/{companyId}/board/{personId}', '{companyId}', this.d8y_1.toString()), '{personId}', this.e8y_1.toString());
|
|
128878
128746
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
128879
128747
|
this.j8_1 = 1;
|
|
128880
|
-
suspendResult = this.
|
|
128748
|
+
suspendResult = this.c8y_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
128881
128749
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128882
128750
|
return suspendResult;
|
|
128883
128751
|
}
|
|
@@ -128917,8 +128785,8 @@ protoOf($deletePersonBoardCOROUTINE$).r8 = function () {
|
|
|
128917
128785
|
};
|
|
128918
128786
|
function $indexBoard$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
128919
128787
|
CoroutineImpl.call(this, resultContinuation);
|
|
128920
|
-
this.
|
|
128921
|
-
this.
|
|
128788
|
+
this.n8y_1 = _this__u8e3s4;
|
|
128789
|
+
this.o8y_1 = companyId;
|
|
128922
128790
|
}
|
|
128923
128791
|
protoOf($indexBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
128924
128792
|
var suspendResult = this.l8_1;
|
|
@@ -128928,16 +128796,16 @@ protoOf($indexBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128928
128796
|
switch (tmp) {
|
|
128929
128797
|
case 0:
|
|
128930
128798
|
this.k8_1 = 4;
|
|
128931
|
-
if (this.
|
|
128799
|
+
if (this.n8y_1.indexBoard === protoOf(BoardApi).indexBoard) {
|
|
128932
128800
|
this.j8_1 = 2;
|
|
128933
|
-
suspendResult = this.
|
|
128801
|
+
suspendResult = this.n8y_1.q8y(this.o8y_1, this);
|
|
128934
128802
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128935
128803
|
return suspendResult;
|
|
128936
128804
|
}
|
|
128937
128805
|
continue $sm;
|
|
128938
128806
|
} else {
|
|
128939
128807
|
this.j8_1 = 1;
|
|
128940
|
-
suspendResult = await_0(this.
|
|
128808
|
+
suspendResult = await_0(this.n8y_1.indexBoard(this.o8y_1), this);
|
|
128941
128809
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128942
128810
|
return suspendResult;
|
|
128943
128811
|
}
|
|
@@ -128945,15 +128813,15 @@ protoOf($indexBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128945
128813
|
}
|
|
128946
128814
|
|
|
128947
128815
|
case 1:
|
|
128948
|
-
this.
|
|
128816
|
+
this.p8y_1 = suspendResult;
|
|
128949
128817
|
this.j8_1 = 3;
|
|
128950
128818
|
continue $sm;
|
|
128951
128819
|
case 2:
|
|
128952
|
-
this.
|
|
128820
|
+
this.p8y_1 = suspendResult;
|
|
128953
128821
|
this.j8_1 = 3;
|
|
128954
128822
|
continue $sm;
|
|
128955
128823
|
case 3:
|
|
128956
|
-
return this.
|
|
128824
|
+
return this.p8y_1;
|
|
128957
128825
|
case 4:
|
|
128958
128826
|
throw this.m8_1;
|
|
128959
128827
|
}
|
|
@@ -128970,8 +128838,8 @@ protoOf($indexBoard$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
128970
128838
|
};
|
|
128971
128839
|
function $indexBoardCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
128972
128840
|
CoroutineImpl.call(this, resultContinuation);
|
|
128973
|
-
this.
|
|
128974
|
-
this.
|
|
128841
|
+
this.z8y_1 = _this__u8e3s4;
|
|
128842
|
+
this.a8z_1 = companyId;
|
|
128975
128843
|
}
|
|
128976
128844
|
protoOf($indexBoardCOROUTINE$).r8 = function () {
|
|
128977
128845
|
var suspendResult = this.l8_1;
|
|
@@ -128986,10 +128854,10 @@ protoOf($indexBoardCOROUTINE$).r8 = function () {
|
|
|
128986
128854
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
128987
128855
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
128988
128856
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
128989
|
-
var tmp1_path = replace('/companies/{companyId}/board', '{companyId}', this.
|
|
128857
|
+
var tmp1_path = replace('/companies/{companyId}/board', '{companyId}', this.a8z_1.toString());
|
|
128990
128858
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
128991
128859
|
this.j8_1 = 1;
|
|
128992
|
-
suspendResult = this.
|
|
128860
|
+
suspendResult = this.z8y_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
128993
128861
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
128994
128862
|
return suspendResult;
|
|
128995
128863
|
}
|
|
@@ -129030,9 +128898,9 @@ protoOf($indexBoardCOROUTINE$).r8 = function () {
|
|
|
129030
128898
|
};
|
|
129031
128899
|
function $showBoardMemberPersonnummer$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, personId, resultContinuation) {
|
|
129032
128900
|
CoroutineImpl.call(this, resultContinuation);
|
|
129033
|
-
this.
|
|
129034
|
-
this.
|
|
129035
|
-
this.
|
|
128901
|
+
this.j8z_1 = _this__u8e3s4;
|
|
128902
|
+
this.k8z_1 = companyId;
|
|
128903
|
+
this.l8z_1 = personId;
|
|
129036
128904
|
}
|
|
129037
128905
|
protoOf($showBoardMemberPersonnummer$suspendBridgeCOROUTINE$).r8 = function () {
|
|
129038
128906
|
var suspendResult = this.l8_1;
|
|
@@ -129042,16 +128910,16 @@ protoOf($showBoardMemberPersonnummer$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129042
128910
|
switch (tmp) {
|
|
129043
128911
|
case 0:
|
|
129044
128912
|
this.k8_1 = 4;
|
|
129045
|
-
if (this.
|
|
128913
|
+
if (this.j8z_1.showBoardMemberPersonnummer === protoOf(BoardApi).showBoardMemberPersonnummer) {
|
|
129046
128914
|
this.j8_1 = 2;
|
|
129047
|
-
suspendResult = this.
|
|
128915
|
+
suspendResult = this.j8z_1.n8z(this.k8z_1, this.l8z_1, this);
|
|
129048
128916
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129049
128917
|
return suspendResult;
|
|
129050
128918
|
}
|
|
129051
128919
|
continue $sm;
|
|
129052
128920
|
} else {
|
|
129053
128921
|
this.j8_1 = 1;
|
|
129054
|
-
suspendResult = await_0(this.
|
|
128922
|
+
suspendResult = await_0(this.j8z_1.showBoardMemberPersonnummer(this.k8z_1, this.l8z_1), this);
|
|
129055
128923
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129056
128924
|
return suspendResult;
|
|
129057
128925
|
}
|
|
@@ -129059,15 +128927,15 @@ protoOf($showBoardMemberPersonnummer$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129059
128927
|
}
|
|
129060
128928
|
|
|
129061
128929
|
case 1:
|
|
129062
|
-
this.
|
|
128930
|
+
this.m8z_1 = suspendResult;
|
|
129063
128931
|
this.j8_1 = 3;
|
|
129064
128932
|
continue $sm;
|
|
129065
128933
|
case 2:
|
|
129066
|
-
this.
|
|
128934
|
+
this.m8z_1 = suspendResult;
|
|
129067
128935
|
this.j8_1 = 3;
|
|
129068
128936
|
continue $sm;
|
|
129069
128937
|
case 3:
|
|
129070
|
-
return this.
|
|
128938
|
+
return this.m8z_1;
|
|
129071
128939
|
case 4:
|
|
129072
128940
|
throw this.m8_1;
|
|
129073
128941
|
}
|
|
@@ -129084,9 +128952,9 @@ protoOf($showBoardMemberPersonnummer$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129084
128952
|
};
|
|
129085
128953
|
function $showBoardMemberPersonnummerCOROUTINE$(_this__u8e3s4, companyId, personId, resultContinuation) {
|
|
129086
128954
|
CoroutineImpl.call(this, resultContinuation);
|
|
129087
|
-
this.
|
|
129088
|
-
this.
|
|
129089
|
-
this.
|
|
128955
|
+
this.w8z_1 = _this__u8e3s4;
|
|
128956
|
+
this.x8z_1 = companyId;
|
|
128957
|
+
this.y8z_1 = personId;
|
|
129090
128958
|
}
|
|
129091
128959
|
protoOf($showBoardMemberPersonnummerCOROUTINE$).r8 = function () {
|
|
129092
128960
|
var suspendResult = this.l8_1;
|
|
@@ -129101,10 +128969,10 @@ protoOf($showBoardMemberPersonnummerCOROUTINE$).r8 = function () {
|
|
|
129101
128969
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
129102
128970
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
129103
128971
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
129104
|
-
var tmp1_path = replace(replace('/companies/{companyId}/board/{personId}/personalIdentityNumber', '{companyId}', this.
|
|
128972
|
+
var tmp1_path = replace(replace('/companies/{companyId}/board/{personId}/personalIdentityNumber', '{companyId}', this.x8z_1.toString()), '{personId}', this.y8z_1.toString());
|
|
129105
128973
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
129106
128974
|
this.j8_1 = 1;
|
|
129107
|
-
suspendResult = this.
|
|
128975
|
+
suspendResult = this.w8z_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
129108
128976
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129109
128977
|
return suspendResult;
|
|
129110
128978
|
}
|
|
@@ -129145,16 +129013,16 @@ protoOf($showBoardMemberPersonnummerCOROUTINE$).r8 = function () {
|
|
|
129145
129013
|
protoOf(BoardApi).createPersonBoard = function (companyId, addBoardmemberCommand) {
|
|
129146
129014
|
var tmp = this;
|
|
129147
129015
|
return promisify(function ($completion) {
|
|
129148
|
-
return tmp.
|
|
129016
|
+
return tmp.z8z(companyId, addBoardmemberCommand, $completion);
|
|
129149
129017
|
});
|
|
129150
129018
|
};
|
|
129151
|
-
protoOf(BoardApi).
|
|
129019
|
+
protoOf(BoardApi).z8z = function (companyId, addBoardmemberCommand, $completion) {
|
|
129152
129020
|
var tmp = new $createPersonBoard$suspendBridgeCOROUTINE$(this, companyId, addBoardmemberCommand, $completion);
|
|
129153
129021
|
tmp.l8_1 = Unit_instance;
|
|
129154
129022
|
tmp.m8_1 = null;
|
|
129155
129023
|
return tmp.r8();
|
|
129156
129024
|
};
|
|
129157
|
-
protoOf(BoardApi).
|
|
129025
|
+
protoOf(BoardApi).v8w = function (companyId, addBoardmemberCommand, $completion) {
|
|
129158
129026
|
var tmp = new $createPersonBoardCOROUTINE$(this, companyId, addBoardmemberCommand, $completion);
|
|
129159
129027
|
tmp.l8_1 = Unit_instance;
|
|
129160
129028
|
tmp.m8_1 = null;
|
|
@@ -129163,16 +129031,16 @@ protoOf(BoardApi).u8x = function (companyId, addBoardmemberCommand, $completion)
|
|
|
129163
129031
|
protoOf(BoardApi).deletePersonBoard = function (companyId, personId) {
|
|
129164
129032
|
var tmp = this;
|
|
129165
129033
|
return promisify(function ($completion) {
|
|
129166
|
-
return tmp.
|
|
129034
|
+
return tmp.a90(companyId, personId, $completion);
|
|
129167
129035
|
});
|
|
129168
129036
|
};
|
|
129169
|
-
protoOf(BoardApi).
|
|
129037
|
+
protoOf(BoardApi).a90 = function (companyId, personId, $completion) {
|
|
129170
129038
|
var tmp = new $deletePersonBoard$suspendBridgeCOROUTINE$(this, companyId, personId, $completion);
|
|
129171
129039
|
tmp.l8_1 = Unit_instance;
|
|
129172
129040
|
tmp.m8_1 = null;
|
|
129173
129041
|
return tmp.r8();
|
|
129174
129042
|
};
|
|
129175
|
-
protoOf(BoardApi).
|
|
129043
|
+
protoOf(BoardApi).t8x = function (companyId, personId, $completion) {
|
|
129176
129044
|
var tmp = new $deletePersonBoardCOROUTINE$(this, companyId, personId, $completion);
|
|
129177
129045
|
tmp.l8_1 = Unit_instance;
|
|
129178
129046
|
tmp.m8_1 = null;
|
|
@@ -129181,16 +129049,16 @@ protoOf(BoardApi).s8y = function (companyId, personId, $completion) {
|
|
|
129181
129049
|
protoOf(BoardApi).indexBoard = function (companyId) {
|
|
129182
129050
|
var tmp = this;
|
|
129183
129051
|
return promisify(function ($completion) {
|
|
129184
|
-
return tmp.
|
|
129052
|
+
return tmp.b90(companyId, $completion);
|
|
129185
129053
|
});
|
|
129186
129054
|
};
|
|
129187
|
-
protoOf(BoardApi).
|
|
129055
|
+
protoOf(BoardApi).b90 = function (companyId, $completion) {
|
|
129188
129056
|
var tmp = new $indexBoard$suspendBridgeCOROUTINE$(this, companyId, $completion);
|
|
129189
129057
|
tmp.l8_1 = Unit_instance;
|
|
129190
129058
|
tmp.m8_1 = null;
|
|
129191
129059
|
return tmp.r8();
|
|
129192
129060
|
};
|
|
129193
|
-
protoOf(BoardApi).
|
|
129061
|
+
protoOf(BoardApi).q8y = function (companyId, $completion) {
|
|
129194
129062
|
var tmp = new $indexBoardCOROUTINE$(this, companyId, $completion);
|
|
129195
129063
|
tmp.l8_1 = Unit_instance;
|
|
129196
129064
|
tmp.m8_1 = null;
|
|
@@ -129199,16 +129067,16 @@ protoOf(BoardApi).p8z = function (companyId, $completion) {
|
|
|
129199
129067
|
protoOf(BoardApi).showBoardMemberPersonnummer = function (companyId, personId) {
|
|
129200
129068
|
var tmp = this;
|
|
129201
129069
|
return promisify(function ($completion) {
|
|
129202
|
-
return tmp.
|
|
129070
|
+
return tmp.c90(companyId, personId, $completion);
|
|
129203
129071
|
});
|
|
129204
129072
|
};
|
|
129205
|
-
protoOf(BoardApi).
|
|
129073
|
+
protoOf(BoardApi).c90 = function (companyId, personId, $completion) {
|
|
129206
129074
|
var tmp = new $showBoardMemberPersonnummer$suspendBridgeCOROUTINE$(this, companyId, personId, $completion);
|
|
129207
129075
|
tmp.l8_1 = Unit_instance;
|
|
129208
129076
|
tmp.m8_1 = null;
|
|
129209
129077
|
return tmp.r8();
|
|
129210
129078
|
};
|
|
129211
|
-
protoOf(BoardApi).
|
|
129079
|
+
protoOf(BoardApi).n8z = function (companyId, personId, $completion) {
|
|
129212
129080
|
var tmp = new $showBoardMemberPersonnummerCOROUTINE$(this, companyId, personId, $completion);
|
|
129213
129081
|
tmp.l8_1 = Unit_instance;
|
|
129214
129082
|
tmp.m8_1 = null;
|
|
@@ -129222,20 +129090,20 @@ function Companion_548() {
|
|
|
129222
129090
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
129223
129091
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
129224
129092
|
var this_0 = serializer(createKType(getKClass(KtList), arrayOf([createInvariantKTypeProjection(createKType(getKClass(Newsletter), arrayOf([]), false))]), false));
|
|
129225
|
-
tmp.
|
|
129226
|
-
this.
|
|
129093
|
+
tmp.d90_1 = isInterface(this_0, KSerializer) ? this_0 : THROW_CCE();
|
|
129094
|
+
this.e90_1 = this.d90_1.z1r();
|
|
129227
129095
|
}
|
|
129228
129096
|
protoOf(Companion_548).z1r = function () {
|
|
129229
|
-
return this.
|
|
129097
|
+
return this.e90_1;
|
|
129230
129098
|
};
|
|
129231
|
-
protoOf(Companion_548).
|
|
129232
|
-
return this.
|
|
129099
|
+
protoOf(Companion_548).f90 = function (encoder, value) {
|
|
129100
|
+
return this.d90_1.a1s(encoder, value.g90_1);
|
|
129233
129101
|
};
|
|
129234
129102
|
protoOf(Companion_548).a1s = function (encoder, value) {
|
|
129235
|
-
return this.
|
|
129103
|
+
return this.f90(encoder, value instanceof IndexEmailNewslettersResponse ? value : THROW_CCE());
|
|
129236
129104
|
};
|
|
129237
129105
|
protoOf(Companion_548).b1s = function (decoder) {
|
|
129238
|
-
return new IndexEmailNewslettersResponse(this.
|
|
129106
|
+
return new IndexEmailNewslettersResponse(this.d90_1.b1s(decoder));
|
|
129239
129107
|
};
|
|
129240
129108
|
protoOf(Companion_548).s4q = function () {
|
|
129241
129109
|
return Companion_getInstance_551();
|
|
@@ -129252,20 +129120,20 @@ function Companion_549() {
|
|
|
129252
129120
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
129253
129121
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
129254
129122
|
var this_0 = serializer(createKType(getKClass(KtList), arrayOf([createInvariantKTypeProjection(createKType(getKClass(SMSBroadcast), arrayOf([]), false))]), false));
|
|
129255
|
-
tmp.
|
|
129256
|
-
this.
|
|
129123
|
+
tmp.h90_1 = isInterface(this_0, KSerializer) ? this_0 : THROW_CCE();
|
|
129124
|
+
this.i90_1 = this.h90_1.z1r();
|
|
129257
129125
|
}
|
|
129258
129126
|
protoOf(Companion_549).z1r = function () {
|
|
129259
|
-
return this.
|
|
129127
|
+
return this.i90_1;
|
|
129260
129128
|
};
|
|
129261
|
-
protoOf(Companion_549).
|
|
129262
|
-
return this.
|
|
129129
|
+
protoOf(Companion_549).j90 = function (encoder, value) {
|
|
129130
|
+
return this.h90_1.a1s(encoder, value.k90_1);
|
|
129263
129131
|
};
|
|
129264
129132
|
protoOf(Companion_549).a1s = function (encoder, value) {
|
|
129265
|
-
return this.
|
|
129133
|
+
return this.j90(encoder, value instanceof IndexSMSBroadcastsResponse ? value : THROW_CCE());
|
|
129266
129134
|
};
|
|
129267
129135
|
protoOf(Companion_549).b1s = function (decoder) {
|
|
129268
|
-
return new IndexSMSBroadcastsResponse(this.
|
|
129136
|
+
return new IndexSMSBroadcastsResponse(this.h90_1.b1s(decoder));
|
|
129269
129137
|
};
|
|
129270
129138
|
protoOf(Companion_549).s4q = function () {
|
|
129271
129139
|
return Companion_getInstance_552();
|
|
@@ -129282,20 +129150,20 @@ function Companion_550() {
|
|
|
129282
129150
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
129283
129151
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
129284
129152
|
var this_0 = serializer(createKType(getKClass(KtList), arrayOf([createInvariantKTypeProjection(createKType(getKClass(SMSBundle), arrayOf([]), false))]), false));
|
|
129285
|
-
tmp.
|
|
129286
|
-
this.
|
|
129153
|
+
tmp.l90_1 = isInterface(this_0, KSerializer) ? this_0 : THROW_CCE();
|
|
129154
|
+
this.m90_1 = this.l90_1.z1r();
|
|
129287
129155
|
}
|
|
129288
129156
|
protoOf(Companion_550).z1r = function () {
|
|
129289
|
-
return this.
|
|
129157
|
+
return this.m90_1;
|
|
129290
129158
|
};
|
|
129291
|
-
protoOf(Companion_550).
|
|
129292
|
-
return this.
|
|
129159
|
+
protoOf(Companion_550).n90 = function (encoder, value) {
|
|
129160
|
+
return this.l90_1.a1s(encoder, value.o90_1);
|
|
129293
129161
|
};
|
|
129294
129162
|
protoOf(Companion_550).a1s = function (encoder, value) {
|
|
129295
|
-
return this.
|
|
129163
|
+
return this.n90(encoder, value instanceof IndexSMSBundleAvailableResponse ? value : THROW_CCE());
|
|
129296
129164
|
};
|
|
129297
129165
|
protoOf(Companion_550).b1s = function (decoder) {
|
|
129298
|
-
return new IndexSMSBundleAvailableResponse(this.
|
|
129166
|
+
return new IndexSMSBundleAvailableResponse(this.l90_1.b1s(decoder));
|
|
129299
129167
|
};
|
|
129300
129168
|
protoOf(Companion_550).s4q = function () {
|
|
129301
129169
|
return Companion_getInstance_553();
|
|
@@ -129312,20 +129180,20 @@ function Companion_551() {
|
|
|
129312
129180
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
129313
129181
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
129314
129182
|
var this_0 = serializer(createKType(getKClass(KtList), arrayOf([createInvariantKTypeProjection(createKType(getKClass(SMSBundlePurchase), arrayOf([]), false))]), false));
|
|
129315
|
-
tmp.
|
|
129316
|
-
this.
|
|
129183
|
+
tmp.p90_1 = isInterface(this_0, KSerializer) ? this_0 : THROW_CCE();
|
|
129184
|
+
this.q90_1 = this.p90_1.z1r();
|
|
129317
129185
|
}
|
|
129318
129186
|
protoOf(Companion_551).z1r = function () {
|
|
129319
|
-
return this.
|
|
129187
|
+
return this.q90_1;
|
|
129320
129188
|
};
|
|
129321
|
-
protoOf(Companion_551).
|
|
129322
|
-
return this.
|
|
129189
|
+
protoOf(Companion_551).r90 = function (encoder, value) {
|
|
129190
|
+
return this.p90_1.a1s(encoder, value.s90_1);
|
|
129323
129191
|
};
|
|
129324
129192
|
protoOf(Companion_551).a1s = function (encoder, value) {
|
|
129325
|
-
return this.
|
|
129193
|
+
return this.r90(encoder, value instanceof IndexSMSPurchasesResponse ? value : THROW_CCE());
|
|
129326
129194
|
};
|
|
129327
129195
|
protoOf(Companion_551).b1s = function (decoder) {
|
|
129328
|
-
return new IndexSMSPurchasesResponse(this.
|
|
129196
|
+
return new IndexSMSPurchasesResponse(this.p90_1.b1s(decoder));
|
|
129329
129197
|
};
|
|
129330
129198
|
protoOf(Companion_551).s4q = function () {
|
|
129331
129199
|
return Companion_getInstance_554();
|
|
@@ -129358,37 +129226,37 @@ function createWithClient_1(baseUrl, httpClient) {
|
|
|
129358
129226
|
}
|
|
129359
129227
|
function IndexEmailNewslettersResponse(value) {
|
|
129360
129228
|
Companion_getInstance_551();
|
|
129361
|
-
this.
|
|
129229
|
+
this.g90_1 = value;
|
|
129362
129230
|
}
|
|
129363
129231
|
function IndexSMSBroadcastsResponse(value) {
|
|
129364
129232
|
Companion_getInstance_552();
|
|
129365
|
-
this.
|
|
129233
|
+
this.k90_1 = value;
|
|
129366
129234
|
}
|
|
129367
129235
|
function IndexSMSBundleAvailableResponse(value) {
|
|
129368
129236
|
Companion_getInstance_553();
|
|
129369
|
-
this.
|
|
129237
|
+
this.o90_1 = value;
|
|
129370
129238
|
}
|
|
129371
129239
|
function IndexSMSPurchasesResponse(value) {
|
|
129372
129240
|
Companion_getInstance_554();
|
|
129373
|
-
this.
|
|
129241
|
+
this.s90_1 = value;
|
|
129374
129242
|
}
|
|
129375
129243
|
function CommunicationApi$indexEmailNewsletters$lambda($this$map) {
|
|
129376
|
-
return $this$map.
|
|
129244
|
+
return $this$map.g90_1;
|
|
129377
129245
|
}
|
|
129378
129246
|
function CommunicationApi$indexSMSBroadcasts$lambda($this$map) {
|
|
129379
|
-
return $this$map.
|
|
129247
|
+
return $this$map.k90_1;
|
|
129380
129248
|
}
|
|
129381
129249
|
function CommunicationApi$indexSMSBundleAvailable$lambda($this$map) {
|
|
129382
|
-
return $this$map.
|
|
129250
|
+
return $this$map.o90_1;
|
|
129383
129251
|
}
|
|
129384
129252
|
function CommunicationApi$indexSMSPurchases$lambda($this$map) {
|
|
129385
|
-
return $this$map.
|
|
129253
|
+
return $this$map.s90_1;
|
|
129386
129254
|
}
|
|
129387
129255
|
function $createEmailNewsletter$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, createNewsletterCommand, resultContinuation) {
|
|
129388
129256
|
CoroutineImpl.call(this, resultContinuation);
|
|
129389
|
-
this.
|
|
129390
|
-
this.
|
|
129391
|
-
this.
|
|
129257
|
+
this.b91_1 = _this__u8e3s4;
|
|
129258
|
+
this.c91_1 = companyId;
|
|
129259
|
+
this.d91_1 = createNewsletterCommand;
|
|
129392
129260
|
}
|
|
129393
129261
|
protoOf($createEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
129394
129262
|
var suspendResult = this.l8_1;
|
|
@@ -129398,16 +129266,16 @@ protoOf($createEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129398
129266
|
switch (tmp) {
|
|
129399
129267
|
case 0:
|
|
129400
129268
|
this.k8_1 = 4;
|
|
129401
|
-
if (this.
|
|
129269
|
+
if (this.b91_1.createEmailNewsletter === protoOf(CommunicationApi).createEmailNewsletter) {
|
|
129402
129270
|
this.j8_1 = 2;
|
|
129403
|
-
suspendResult = this.
|
|
129271
|
+
suspendResult = this.b91_1.i91(this.c91_1, this.d91_1, this);
|
|
129404
129272
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129405
129273
|
return suspendResult;
|
|
129406
129274
|
}
|
|
129407
129275
|
continue $sm;
|
|
129408
129276
|
} else {
|
|
129409
129277
|
this.j8_1 = 1;
|
|
129410
|
-
suspendResult = await_0(this.
|
|
129278
|
+
suspendResult = await_0(this.b91_1.createEmailNewsletter(this.c91_1, this.d91_1), this);
|
|
129411
129279
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129412
129280
|
return suspendResult;
|
|
129413
129281
|
}
|
|
@@ -129415,15 +129283,15 @@ protoOf($createEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129415
129283
|
}
|
|
129416
129284
|
|
|
129417
129285
|
case 1:
|
|
129418
|
-
this.
|
|
129286
|
+
this.e91_1 = suspendResult;
|
|
129419
129287
|
this.j8_1 = 3;
|
|
129420
129288
|
continue $sm;
|
|
129421
129289
|
case 2:
|
|
129422
|
-
this.
|
|
129290
|
+
this.e91_1 = suspendResult;
|
|
129423
129291
|
this.j8_1 = 3;
|
|
129424
129292
|
continue $sm;
|
|
129425
129293
|
case 3:
|
|
129426
|
-
return this.
|
|
129294
|
+
return this.e91_1;
|
|
129427
129295
|
case 4:
|
|
129428
129296
|
throw this.m8_1;
|
|
129429
129297
|
}
|
|
@@ -129440,9 +129308,9 @@ protoOf($createEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129440
129308
|
};
|
|
129441
129309
|
function $createEmailNewsletterCOROUTINE$(_this__u8e3s4, companyId, createNewsletterCommand, resultContinuation) {
|
|
129442
129310
|
CoroutineImpl.call(this, resultContinuation);
|
|
129443
|
-
this.
|
|
129444
|
-
this.
|
|
129445
|
-
this.
|
|
129311
|
+
this.r91_1 = _this__u8e3s4;
|
|
129312
|
+
this.s91_1 = companyId;
|
|
129313
|
+
this.t91_1 = createNewsletterCommand;
|
|
129446
129314
|
}
|
|
129447
129315
|
protoOf($createEmailNewsletterCOROUTINE$).r8 = function () {
|
|
129448
129316
|
var suspendResult = this.l8_1;
|
|
@@ -129453,14 +129321,14 @@ protoOf($createEmailNewsletterCOROUTINE$).r8 = function () {
|
|
|
129453
129321
|
case 0:
|
|
129454
129322
|
this.k8_1 = 2;
|
|
129455
129323
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
129456
|
-
var localVariableBody = this.
|
|
129324
|
+
var localVariableBody = this.t91_1;
|
|
129457
129325
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
129458
129326
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
129459
129327
|
var tmp0_method = RequestMethod_POST_getInstance();
|
|
129460
|
-
var tmp1_path = replace('/companies/{companyId}/email/newsletters', '{companyId}', this.
|
|
129328
|
+
var tmp1_path = replace('/companies/{companyId}/email/newsletters', '{companyId}', this.s91_1.toString());
|
|
129461
129329
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
129462
129330
|
this.j8_1 = 1;
|
|
129463
|
-
suspendResult = this.
|
|
129331
|
+
suspendResult = this.r91_1.e8a(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
129464
129332
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129465
129333
|
return suspendResult;
|
|
129466
129334
|
}
|
|
@@ -129500,8 +129368,8 @@ protoOf($createEmailNewsletterCOROUTINE$).r8 = function () {
|
|
|
129500
129368
|
};
|
|
129501
129369
|
function $createLetter$suspendBridgeCOROUTINE$(_this__u8e3s4, sendLetterCommand, resultContinuation) {
|
|
129502
129370
|
CoroutineImpl.call(this, resultContinuation);
|
|
129503
|
-
this.
|
|
129504
|
-
this.
|
|
129371
|
+
this.c92_1 = _this__u8e3s4;
|
|
129372
|
+
this.d92_1 = sendLetterCommand;
|
|
129505
129373
|
}
|
|
129506
129374
|
protoOf($createLetter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
129507
129375
|
var suspendResult = this.l8_1;
|
|
@@ -129511,16 +129379,16 @@ protoOf($createLetter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129511
129379
|
switch (tmp) {
|
|
129512
129380
|
case 0:
|
|
129513
129381
|
this.k8_1 = 4;
|
|
129514
|
-
if (this.
|
|
129382
|
+
if (this.c92_1.createLetter === protoOf(CommunicationApi).createLetter) {
|
|
129515
129383
|
this.j8_1 = 2;
|
|
129516
|
-
suspendResult = this.
|
|
129384
|
+
suspendResult = this.c92_1.f92(this.d92_1, this);
|
|
129517
129385
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129518
129386
|
return suspendResult;
|
|
129519
129387
|
}
|
|
129520
129388
|
continue $sm;
|
|
129521
129389
|
} else {
|
|
129522
129390
|
this.j8_1 = 1;
|
|
129523
|
-
suspendResult = await_0(this.
|
|
129391
|
+
suspendResult = await_0(this.c92_1.createLetter(this.d92_1), this);
|
|
129524
129392
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129525
129393
|
return suspendResult;
|
|
129526
129394
|
}
|
|
@@ -129528,15 +129396,15 @@ protoOf($createLetter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129528
129396
|
}
|
|
129529
129397
|
|
|
129530
129398
|
case 1:
|
|
129531
|
-
this.
|
|
129399
|
+
this.e92_1 = suspendResult;
|
|
129532
129400
|
this.j8_1 = 3;
|
|
129533
129401
|
continue $sm;
|
|
129534
129402
|
case 2:
|
|
129535
|
-
this.
|
|
129403
|
+
this.e92_1 = suspendResult;
|
|
129536
129404
|
this.j8_1 = 3;
|
|
129537
129405
|
continue $sm;
|
|
129538
129406
|
case 3:
|
|
129539
|
-
return this.
|
|
129407
|
+
return this.e92_1;
|
|
129540
129408
|
case 4:
|
|
129541
129409
|
throw this.m8_1;
|
|
129542
129410
|
}
|
|
@@ -129553,8 +129421,8 @@ protoOf($createLetter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129553
129421
|
};
|
|
129554
129422
|
function $createLetterCOROUTINE$(_this__u8e3s4, sendLetterCommand, resultContinuation) {
|
|
129555
129423
|
CoroutineImpl.call(this, resultContinuation);
|
|
129556
|
-
this.
|
|
129557
|
-
this.
|
|
129424
|
+
this.o92_1 = _this__u8e3s4;
|
|
129425
|
+
this.p92_1 = sendLetterCommand;
|
|
129558
129426
|
}
|
|
129559
129427
|
protoOf($createLetterCOROUTINE$).r8 = function () {
|
|
129560
129428
|
var suspendResult = this.l8_1;
|
|
@@ -129565,13 +129433,13 @@ protoOf($createLetterCOROUTINE$).r8 = function () {
|
|
|
129565
129433
|
case 0:
|
|
129566
129434
|
this.k8_1 = 2;
|
|
129567
129435
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
129568
|
-
var localVariableBody = this.
|
|
129436
|
+
var localVariableBody = this.p92_1;
|
|
129569
129437
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
129570
129438
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
129571
129439
|
var tmp0_method = RequestMethod_POST_getInstance();
|
|
129572
129440
|
var localVariableConfig = new RequestConfig(tmp0_method, '/companies/letter', localVariableHeaders, VOID, localVariableQuery, true);
|
|
129573
129441
|
this.j8_1 = 1;
|
|
129574
|
-
suspendResult = this.
|
|
129442
|
+
suspendResult = this.o92_1.e8a(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
129575
129443
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129576
129444
|
return suspendResult;
|
|
129577
129445
|
}
|
|
@@ -129611,9 +129479,9 @@ protoOf($createLetterCOROUTINE$).r8 = function () {
|
|
|
129611
129479
|
};
|
|
129612
129480
|
function $createLetterInCompany$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, sendLetterCommand, resultContinuation) {
|
|
129613
129481
|
CoroutineImpl.call(this, resultContinuation);
|
|
129614
|
-
this.
|
|
129615
|
-
this.
|
|
129616
|
-
this.
|
|
129482
|
+
this.y92_1 = _this__u8e3s4;
|
|
129483
|
+
this.z92_1 = companyId;
|
|
129484
|
+
this.a93_1 = sendLetterCommand;
|
|
129617
129485
|
}
|
|
129618
129486
|
protoOf($createLetterInCompany$suspendBridgeCOROUTINE$).r8 = function () {
|
|
129619
129487
|
var suspendResult = this.l8_1;
|
|
@@ -129623,16 +129491,16 @@ protoOf($createLetterInCompany$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129623
129491
|
switch (tmp) {
|
|
129624
129492
|
case 0:
|
|
129625
129493
|
this.k8_1 = 4;
|
|
129626
|
-
if (this.
|
|
129494
|
+
if (this.y92_1.createLetterInCompany === protoOf(CommunicationApi).createLetterInCompany) {
|
|
129627
129495
|
this.j8_1 = 2;
|
|
129628
|
-
suspendResult = this.
|
|
129496
|
+
suspendResult = this.y92_1.c93(this.z92_1, this.a93_1, this);
|
|
129629
129497
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129630
129498
|
return suspendResult;
|
|
129631
129499
|
}
|
|
129632
129500
|
continue $sm;
|
|
129633
129501
|
} else {
|
|
129634
129502
|
this.j8_1 = 1;
|
|
129635
|
-
suspendResult = await_0(this.
|
|
129503
|
+
suspendResult = await_0(this.y92_1.createLetterInCompany(this.z92_1, this.a93_1), this);
|
|
129636
129504
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129637
129505
|
return suspendResult;
|
|
129638
129506
|
}
|
|
@@ -129640,15 +129508,15 @@ protoOf($createLetterInCompany$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129640
129508
|
}
|
|
129641
129509
|
|
|
129642
129510
|
case 1:
|
|
129643
|
-
this.
|
|
129511
|
+
this.b93_1 = suspendResult;
|
|
129644
129512
|
this.j8_1 = 3;
|
|
129645
129513
|
continue $sm;
|
|
129646
129514
|
case 2:
|
|
129647
|
-
this.
|
|
129515
|
+
this.b93_1 = suspendResult;
|
|
129648
129516
|
this.j8_1 = 3;
|
|
129649
129517
|
continue $sm;
|
|
129650
129518
|
case 3:
|
|
129651
|
-
return this.
|
|
129519
|
+
return this.b93_1;
|
|
129652
129520
|
case 4:
|
|
129653
129521
|
throw this.m8_1;
|
|
129654
129522
|
}
|
|
@@ -129665,9 +129533,9 @@ protoOf($createLetterInCompany$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129665
129533
|
};
|
|
129666
129534
|
function $createLetterInCompanyCOROUTINE$(_this__u8e3s4, companyId, sendLetterCommand, resultContinuation) {
|
|
129667
129535
|
CoroutineImpl.call(this, resultContinuation);
|
|
129668
|
-
this.
|
|
129669
|
-
this.
|
|
129670
|
-
this.
|
|
129536
|
+
this.l93_1 = _this__u8e3s4;
|
|
129537
|
+
this.m93_1 = companyId;
|
|
129538
|
+
this.n93_1 = sendLetterCommand;
|
|
129671
129539
|
}
|
|
129672
129540
|
protoOf($createLetterInCompanyCOROUTINE$).r8 = function () {
|
|
129673
129541
|
var suspendResult = this.l8_1;
|
|
@@ -129678,14 +129546,14 @@ protoOf($createLetterInCompanyCOROUTINE$).r8 = function () {
|
|
|
129678
129546
|
case 0:
|
|
129679
129547
|
this.k8_1 = 2;
|
|
129680
129548
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
129681
|
-
var localVariableBody = this.
|
|
129549
|
+
var localVariableBody = this.n93_1;
|
|
129682
129550
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
129683
129551
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
129684
129552
|
var tmp0_method = RequestMethod_POST_getInstance();
|
|
129685
|
-
var tmp1_path = replace('/companies/{companyId}/letter', '{companyId}', this.
|
|
129553
|
+
var tmp1_path = replace('/companies/{companyId}/letter', '{companyId}', this.m93_1.toString());
|
|
129686
129554
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
129687
129555
|
this.j8_1 = 1;
|
|
129688
|
-
suspendResult = this.
|
|
129556
|
+
suspendResult = this.l93_1.e8a(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
129689
129557
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129690
129558
|
return suspendResult;
|
|
129691
129559
|
}
|
|
@@ -129725,9 +129593,9 @@ protoOf($createLetterInCompanyCOROUTINE$).r8 = function () {
|
|
|
129725
129593
|
};
|
|
129726
129594
|
function $createSMSBroadcast$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, createSMSBroadcastCommand, resultContinuation) {
|
|
129727
129595
|
CoroutineImpl.call(this, resultContinuation);
|
|
129728
|
-
this.
|
|
129729
|
-
this.
|
|
129730
|
-
this.
|
|
129596
|
+
this.w93_1 = _this__u8e3s4;
|
|
129597
|
+
this.x93_1 = companyId;
|
|
129598
|
+
this.y93_1 = createSMSBroadcastCommand;
|
|
129731
129599
|
}
|
|
129732
129600
|
protoOf($createSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
129733
129601
|
var suspendResult = this.l8_1;
|
|
@@ -129737,16 +129605,16 @@ protoOf($createSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129737
129605
|
switch (tmp) {
|
|
129738
129606
|
case 0:
|
|
129739
129607
|
this.k8_1 = 4;
|
|
129740
|
-
if (this.
|
|
129608
|
+
if (this.w93_1.createSMSBroadcast === protoOf(CommunicationApi).createSMSBroadcast) {
|
|
129741
129609
|
this.j8_1 = 2;
|
|
129742
|
-
suspendResult = this.
|
|
129610
|
+
suspendResult = this.w93_1.a94(this.x93_1, this.y93_1, this);
|
|
129743
129611
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129744
129612
|
return suspendResult;
|
|
129745
129613
|
}
|
|
129746
129614
|
continue $sm;
|
|
129747
129615
|
} else {
|
|
129748
129616
|
this.j8_1 = 1;
|
|
129749
|
-
suspendResult = await_0(this.
|
|
129617
|
+
suspendResult = await_0(this.w93_1.createSMSBroadcast(this.x93_1, this.y93_1), this);
|
|
129750
129618
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129751
129619
|
return suspendResult;
|
|
129752
129620
|
}
|
|
@@ -129754,15 +129622,15 @@ protoOf($createSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129754
129622
|
}
|
|
129755
129623
|
|
|
129756
129624
|
case 1:
|
|
129757
|
-
this.
|
|
129625
|
+
this.z93_1 = suspendResult;
|
|
129758
129626
|
this.j8_1 = 3;
|
|
129759
129627
|
continue $sm;
|
|
129760
129628
|
case 2:
|
|
129761
|
-
this.
|
|
129629
|
+
this.z93_1 = suspendResult;
|
|
129762
129630
|
this.j8_1 = 3;
|
|
129763
129631
|
continue $sm;
|
|
129764
129632
|
case 3:
|
|
129765
|
-
return this.
|
|
129633
|
+
return this.z93_1;
|
|
129766
129634
|
case 4:
|
|
129767
129635
|
throw this.m8_1;
|
|
129768
129636
|
}
|
|
@@ -129779,9 +129647,9 @@ protoOf($createSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129779
129647
|
};
|
|
129780
129648
|
function $createSMSBroadcastCOROUTINE$(_this__u8e3s4, companyId, createSMSBroadcastCommand, resultContinuation) {
|
|
129781
129649
|
CoroutineImpl.call(this, resultContinuation);
|
|
129782
|
-
this.
|
|
129783
|
-
this.
|
|
129784
|
-
this.
|
|
129650
|
+
this.j94_1 = _this__u8e3s4;
|
|
129651
|
+
this.k94_1 = companyId;
|
|
129652
|
+
this.l94_1 = createSMSBroadcastCommand;
|
|
129785
129653
|
}
|
|
129786
129654
|
protoOf($createSMSBroadcastCOROUTINE$).r8 = function () {
|
|
129787
129655
|
var suspendResult = this.l8_1;
|
|
@@ -129792,14 +129660,14 @@ protoOf($createSMSBroadcastCOROUTINE$).r8 = function () {
|
|
|
129792
129660
|
case 0:
|
|
129793
129661
|
this.k8_1 = 2;
|
|
129794
129662
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
129795
|
-
var localVariableBody = this.
|
|
129663
|
+
var localVariableBody = this.l94_1;
|
|
129796
129664
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
129797
129665
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
129798
129666
|
var tmp0_method = RequestMethod_POST_getInstance();
|
|
129799
|
-
var tmp1_path = replace('/companies/{companyId}/sms/broadcasts', '{companyId}', this.
|
|
129667
|
+
var tmp1_path = replace('/companies/{companyId}/sms/broadcasts', '{companyId}', this.k94_1.toString());
|
|
129800
129668
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
129801
129669
|
this.j8_1 = 1;
|
|
129802
|
-
suspendResult = this.
|
|
129670
|
+
suspendResult = this.j94_1.e8a(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
129803
129671
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129804
129672
|
return suspendResult;
|
|
129805
129673
|
}
|
|
@@ -129839,9 +129707,9 @@ protoOf($createSMSBroadcastCOROUTINE$).r8 = function () {
|
|
|
129839
129707
|
};
|
|
129840
129708
|
function $createSMSPurchase$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, bundleId, resultContinuation) {
|
|
129841
129709
|
CoroutineImpl.call(this, resultContinuation);
|
|
129842
|
-
this.
|
|
129843
|
-
this.
|
|
129844
|
-
this.
|
|
129710
|
+
this.u94_1 = _this__u8e3s4;
|
|
129711
|
+
this.v94_1 = companyId;
|
|
129712
|
+
this.w94_1 = bundleId;
|
|
129845
129713
|
}
|
|
129846
129714
|
protoOf($createSMSPurchase$suspendBridgeCOROUTINE$).r8 = function () {
|
|
129847
129715
|
var suspendResult = this.l8_1;
|
|
@@ -129851,16 +129719,16 @@ protoOf($createSMSPurchase$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129851
129719
|
switch (tmp) {
|
|
129852
129720
|
case 0:
|
|
129853
129721
|
this.k8_1 = 4;
|
|
129854
|
-
if (this.
|
|
129722
|
+
if (this.u94_1.createSMSPurchase === protoOf(CommunicationApi).createSMSPurchase) {
|
|
129855
129723
|
this.j8_1 = 2;
|
|
129856
|
-
suspendResult = this.
|
|
129724
|
+
suspendResult = this.u94_1.y94(this.v94_1, this.w94_1, this);
|
|
129857
129725
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129858
129726
|
return suspendResult;
|
|
129859
129727
|
}
|
|
129860
129728
|
continue $sm;
|
|
129861
129729
|
} else {
|
|
129862
129730
|
this.j8_1 = 1;
|
|
129863
|
-
suspendResult = await_0(this.
|
|
129731
|
+
suspendResult = await_0(this.u94_1.createSMSPurchase(this.v94_1, this.w94_1), this);
|
|
129864
129732
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129865
129733
|
return suspendResult;
|
|
129866
129734
|
}
|
|
@@ -129868,15 +129736,15 @@ protoOf($createSMSPurchase$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129868
129736
|
}
|
|
129869
129737
|
|
|
129870
129738
|
case 1:
|
|
129871
|
-
this.
|
|
129739
|
+
this.x94_1 = suspendResult;
|
|
129872
129740
|
this.j8_1 = 3;
|
|
129873
129741
|
continue $sm;
|
|
129874
129742
|
case 2:
|
|
129875
|
-
this.
|
|
129743
|
+
this.x94_1 = suspendResult;
|
|
129876
129744
|
this.j8_1 = 3;
|
|
129877
129745
|
continue $sm;
|
|
129878
129746
|
case 3:
|
|
129879
|
-
return this.
|
|
129747
|
+
return this.x94_1;
|
|
129880
129748
|
case 4:
|
|
129881
129749
|
throw this.m8_1;
|
|
129882
129750
|
}
|
|
@@ -129893,9 +129761,9 @@ protoOf($createSMSPurchase$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129893
129761
|
};
|
|
129894
129762
|
function $createSMSPurchaseCOROUTINE$(_this__u8e3s4, companyId, bundleId, resultContinuation) {
|
|
129895
129763
|
CoroutineImpl.call(this, resultContinuation);
|
|
129896
|
-
this.
|
|
129897
|
-
this.
|
|
129898
|
-
this.
|
|
129764
|
+
this.h95_1 = _this__u8e3s4;
|
|
129765
|
+
this.i95_1 = companyId;
|
|
129766
|
+
this.j95_1 = bundleId;
|
|
129899
129767
|
}
|
|
129900
129768
|
protoOf($createSMSPurchaseCOROUTINE$).r8 = function () {
|
|
129901
129769
|
var suspendResult = this.l8_1;
|
|
@@ -129910,10 +129778,10 @@ protoOf($createSMSPurchaseCOROUTINE$).r8 = function () {
|
|
|
129910
129778
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
129911
129779
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
129912
129780
|
var tmp0_method = RequestMethod_POST_getInstance();
|
|
129913
|
-
var tmp1_path = replace(replace('/companies/{companyId}/sms/purchase/{bundleId}', '{companyId}', this.
|
|
129781
|
+
var tmp1_path = replace(replace('/companies/{companyId}/sms/purchase/{bundleId}', '{companyId}', this.i95_1.toString()), '{bundleId}', this.j95_1.toString());
|
|
129914
129782
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
129915
129783
|
this.j8_1 = 1;
|
|
129916
|
-
suspendResult = this.
|
|
129784
|
+
suspendResult = this.h95_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
129917
129785
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129918
129786
|
return suspendResult;
|
|
129919
129787
|
}
|
|
@@ -129953,9 +129821,9 @@ protoOf($createSMSPurchaseCOROUTINE$).r8 = function () {
|
|
|
129953
129821
|
};
|
|
129954
129822
|
function $deleteEmailNewsletter$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, newsletterId, resultContinuation) {
|
|
129955
129823
|
CoroutineImpl.call(this, resultContinuation);
|
|
129956
|
-
this.
|
|
129957
|
-
this.
|
|
129958
|
-
this.
|
|
129824
|
+
this.s95_1 = _this__u8e3s4;
|
|
129825
|
+
this.t95_1 = companyId;
|
|
129826
|
+
this.u95_1 = newsletterId;
|
|
129959
129827
|
}
|
|
129960
129828
|
protoOf($deleteEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
129961
129829
|
var suspendResult = this.l8_1;
|
|
@@ -129965,16 +129833,16 @@ protoOf($deleteEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129965
129833
|
switch (tmp) {
|
|
129966
129834
|
case 0:
|
|
129967
129835
|
this.k8_1 = 4;
|
|
129968
|
-
if (this.
|
|
129836
|
+
if (this.s95_1.deleteEmailNewsletter === protoOf(CommunicationApi).deleteEmailNewsletter) {
|
|
129969
129837
|
this.j8_1 = 2;
|
|
129970
|
-
suspendResult = this.
|
|
129838
|
+
suspendResult = this.s95_1.w95(this.t95_1, this.u95_1, this);
|
|
129971
129839
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129972
129840
|
return suspendResult;
|
|
129973
129841
|
}
|
|
129974
129842
|
continue $sm;
|
|
129975
129843
|
} else {
|
|
129976
129844
|
this.j8_1 = 1;
|
|
129977
|
-
suspendResult = await_0(this.
|
|
129845
|
+
suspendResult = await_0(this.s95_1.deleteEmailNewsletter(this.t95_1, this.u95_1), this);
|
|
129978
129846
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
129979
129847
|
return suspendResult;
|
|
129980
129848
|
}
|
|
@@ -129982,15 +129850,15 @@ protoOf($deleteEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
129982
129850
|
}
|
|
129983
129851
|
|
|
129984
129852
|
case 1:
|
|
129985
|
-
this.
|
|
129853
|
+
this.v95_1 = suspendResult;
|
|
129986
129854
|
this.j8_1 = 3;
|
|
129987
129855
|
continue $sm;
|
|
129988
129856
|
case 2:
|
|
129989
|
-
this.
|
|
129857
|
+
this.v95_1 = suspendResult;
|
|
129990
129858
|
this.j8_1 = 3;
|
|
129991
129859
|
continue $sm;
|
|
129992
129860
|
case 3:
|
|
129993
|
-
return this.
|
|
129861
|
+
return this.v95_1;
|
|
129994
129862
|
case 4:
|
|
129995
129863
|
throw this.m8_1;
|
|
129996
129864
|
}
|
|
@@ -130007,9 +129875,9 @@ protoOf($deleteEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130007
129875
|
};
|
|
130008
129876
|
function $deleteEmailNewsletterCOROUTINE$(_this__u8e3s4, companyId, newsletterId, resultContinuation) {
|
|
130009
129877
|
CoroutineImpl.call(this, resultContinuation);
|
|
130010
|
-
this.
|
|
130011
|
-
this.
|
|
130012
|
-
this.
|
|
129878
|
+
this.f96_1 = _this__u8e3s4;
|
|
129879
|
+
this.g96_1 = companyId;
|
|
129880
|
+
this.h96_1 = newsletterId;
|
|
130013
129881
|
}
|
|
130014
129882
|
protoOf($deleteEmailNewsletterCOROUTINE$).r8 = function () {
|
|
130015
129883
|
var suspendResult = this.l8_1;
|
|
@@ -130024,10 +129892,10 @@ protoOf($deleteEmailNewsletterCOROUTINE$).r8 = function () {
|
|
|
130024
129892
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
130025
129893
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
130026
129894
|
var tmp0_method = RequestMethod_DELETE_getInstance();
|
|
130027
|
-
var tmp1_path = replace(replace('/companies/{companyId}/email/newsletters/{newsletterId}', '{companyId}', this.
|
|
129895
|
+
var tmp1_path = replace(replace('/companies/{companyId}/email/newsletters/{newsletterId}', '{companyId}', this.g96_1.toString()), '{newsletterId}', this.h96_1.toString());
|
|
130028
129896
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
130029
129897
|
this.j8_1 = 1;
|
|
130030
|
-
suspendResult = this.
|
|
129898
|
+
suspendResult = this.f96_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
130031
129899
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130032
129900
|
return suspendResult;
|
|
130033
129901
|
}
|
|
@@ -130067,9 +129935,9 @@ protoOf($deleteEmailNewsletterCOROUTINE$).r8 = function () {
|
|
|
130067
129935
|
};
|
|
130068
129936
|
function $deleteSMSBroadcast$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, broadcastId, resultContinuation) {
|
|
130069
129937
|
CoroutineImpl.call(this, resultContinuation);
|
|
130070
|
-
this.
|
|
130071
|
-
this.
|
|
130072
|
-
this.
|
|
129938
|
+
this.q96_1 = _this__u8e3s4;
|
|
129939
|
+
this.r96_1 = companyId;
|
|
129940
|
+
this.s96_1 = broadcastId;
|
|
130073
129941
|
}
|
|
130074
129942
|
protoOf($deleteSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
130075
129943
|
var suspendResult = this.l8_1;
|
|
@@ -130079,16 +129947,16 @@ protoOf($deleteSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130079
129947
|
switch (tmp) {
|
|
130080
129948
|
case 0:
|
|
130081
129949
|
this.k8_1 = 4;
|
|
130082
|
-
if (this.
|
|
129950
|
+
if (this.q96_1.deleteSMSBroadcast === protoOf(CommunicationApi).deleteSMSBroadcast) {
|
|
130083
129951
|
this.j8_1 = 2;
|
|
130084
|
-
suspendResult = this.
|
|
129952
|
+
suspendResult = this.q96_1.u96(this.r96_1, this.s96_1, this);
|
|
130085
129953
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130086
129954
|
return suspendResult;
|
|
130087
129955
|
}
|
|
130088
129956
|
continue $sm;
|
|
130089
129957
|
} else {
|
|
130090
129958
|
this.j8_1 = 1;
|
|
130091
|
-
suspendResult = await_0(this.
|
|
129959
|
+
suspendResult = await_0(this.q96_1.deleteSMSBroadcast(this.r96_1, this.s96_1), this);
|
|
130092
129960
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130093
129961
|
return suspendResult;
|
|
130094
129962
|
}
|
|
@@ -130096,15 +129964,15 @@ protoOf($deleteSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130096
129964
|
}
|
|
130097
129965
|
|
|
130098
129966
|
case 1:
|
|
130099
|
-
this.
|
|
129967
|
+
this.t96_1 = suspendResult;
|
|
130100
129968
|
this.j8_1 = 3;
|
|
130101
129969
|
continue $sm;
|
|
130102
129970
|
case 2:
|
|
130103
|
-
this.
|
|
129971
|
+
this.t96_1 = suspendResult;
|
|
130104
129972
|
this.j8_1 = 3;
|
|
130105
129973
|
continue $sm;
|
|
130106
129974
|
case 3:
|
|
130107
|
-
return this.
|
|
129975
|
+
return this.t96_1;
|
|
130108
129976
|
case 4:
|
|
130109
129977
|
throw this.m8_1;
|
|
130110
129978
|
}
|
|
@@ -130121,9 +129989,9 @@ protoOf($deleteSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130121
129989
|
};
|
|
130122
129990
|
function $deleteSMSBroadcastCOROUTINE$(_this__u8e3s4, companyId, broadcastId, resultContinuation) {
|
|
130123
129991
|
CoroutineImpl.call(this, resultContinuation);
|
|
130124
|
-
this.
|
|
130125
|
-
this.
|
|
130126
|
-
this.
|
|
129992
|
+
this.d97_1 = _this__u8e3s4;
|
|
129993
|
+
this.e97_1 = companyId;
|
|
129994
|
+
this.f97_1 = broadcastId;
|
|
130127
129995
|
}
|
|
130128
129996
|
protoOf($deleteSMSBroadcastCOROUTINE$).r8 = function () {
|
|
130129
129997
|
var suspendResult = this.l8_1;
|
|
@@ -130138,10 +130006,10 @@ protoOf($deleteSMSBroadcastCOROUTINE$).r8 = function () {
|
|
|
130138
130006
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
130139
130007
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
130140
130008
|
var tmp0_method = RequestMethod_DELETE_getInstance();
|
|
130141
|
-
var tmp1_path = replace(replace('/companies/{companyId}/sms/broadcasts/{broadcastId}', '{companyId}', this.
|
|
130009
|
+
var tmp1_path = replace(replace('/companies/{companyId}/sms/broadcasts/{broadcastId}', '{companyId}', this.e97_1.toString()), '{broadcastId}', this.f97_1.toString());
|
|
130142
130010
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
130143
130011
|
this.j8_1 = 1;
|
|
130144
|
-
suspendResult = this.
|
|
130012
|
+
suspendResult = this.d97_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
130145
130013
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130146
130014
|
return suspendResult;
|
|
130147
130015
|
}
|
|
@@ -130181,8 +130049,8 @@ protoOf($deleteSMSBroadcastCOROUTINE$).r8 = function () {
|
|
|
130181
130049
|
};
|
|
130182
130050
|
function $indexEmailNewsletterNotificationGroups$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130183
130051
|
CoroutineImpl.call(this, resultContinuation);
|
|
130184
|
-
this.
|
|
130185
|
-
this.
|
|
130052
|
+
this.o97_1 = _this__u8e3s4;
|
|
130053
|
+
this.p97_1 = companyId;
|
|
130186
130054
|
}
|
|
130187
130055
|
protoOf($indexEmailNewsletterNotificationGroups$suspendBridgeCOROUTINE$).r8 = function () {
|
|
130188
130056
|
var suspendResult = this.l8_1;
|
|
@@ -130192,16 +130060,16 @@ protoOf($indexEmailNewsletterNotificationGroups$suspendBridgeCOROUTINE$).r8 = fu
|
|
|
130192
130060
|
switch (tmp) {
|
|
130193
130061
|
case 0:
|
|
130194
130062
|
this.k8_1 = 4;
|
|
130195
|
-
if (this.
|
|
130063
|
+
if (this.o97_1.indexEmailNewsletterNotificationGroups === protoOf(CommunicationApi).indexEmailNewsletterNotificationGroups) {
|
|
130196
130064
|
this.j8_1 = 2;
|
|
130197
|
-
suspendResult = this.
|
|
130065
|
+
suspendResult = this.o97_1.r97(this.p97_1, this);
|
|
130198
130066
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130199
130067
|
return suspendResult;
|
|
130200
130068
|
}
|
|
130201
130069
|
continue $sm;
|
|
130202
130070
|
} else {
|
|
130203
130071
|
this.j8_1 = 1;
|
|
130204
|
-
suspendResult = await_0(this.
|
|
130072
|
+
suspendResult = await_0(this.o97_1.indexEmailNewsletterNotificationGroups(this.p97_1), this);
|
|
130205
130073
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130206
130074
|
return suspendResult;
|
|
130207
130075
|
}
|
|
@@ -130209,15 +130077,15 @@ protoOf($indexEmailNewsletterNotificationGroups$suspendBridgeCOROUTINE$).r8 = fu
|
|
|
130209
130077
|
}
|
|
130210
130078
|
|
|
130211
130079
|
case 1:
|
|
130212
|
-
this.
|
|
130080
|
+
this.q97_1 = suspendResult;
|
|
130213
130081
|
this.j8_1 = 3;
|
|
130214
130082
|
continue $sm;
|
|
130215
130083
|
case 2:
|
|
130216
|
-
this.
|
|
130084
|
+
this.q97_1 = suspendResult;
|
|
130217
130085
|
this.j8_1 = 3;
|
|
130218
130086
|
continue $sm;
|
|
130219
130087
|
case 3:
|
|
130220
|
-
return this.
|
|
130088
|
+
return this.q97_1;
|
|
130221
130089
|
case 4:
|
|
130222
130090
|
throw this.m8_1;
|
|
130223
130091
|
}
|
|
@@ -130234,8 +130102,8 @@ protoOf($indexEmailNewsletterNotificationGroups$suspendBridgeCOROUTINE$).r8 = fu
|
|
|
130234
130102
|
};
|
|
130235
130103
|
function $indexEmailNewsletterNotificationGroupsCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130236
130104
|
CoroutineImpl.call(this, resultContinuation);
|
|
130237
|
-
this.
|
|
130238
|
-
this.
|
|
130105
|
+
this.a98_1 = _this__u8e3s4;
|
|
130106
|
+
this.b98_1 = companyId;
|
|
130239
130107
|
}
|
|
130240
130108
|
protoOf($indexEmailNewsletterNotificationGroupsCOROUTINE$).r8 = function () {
|
|
130241
130109
|
var suspendResult = this.l8_1;
|
|
@@ -130250,10 +130118,10 @@ protoOf($indexEmailNewsletterNotificationGroupsCOROUTINE$).r8 = function () {
|
|
|
130250
130118
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
130251
130119
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
130252
130120
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
130253
|
-
var tmp1_path = replace('/companies/{companyId}/email/notificationsGroups', '{companyId}', this.
|
|
130121
|
+
var tmp1_path = replace('/companies/{companyId}/email/notificationsGroups', '{companyId}', this.b98_1.toString());
|
|
130254
130122
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
130255
130123
|
this.j8_1 = 1;
|
|
130256
|
-
suspendResult = this.
|
|
130124
|
+
suspendResult = this.a98_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
130257
130125
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130258
130126
|
return suspendResult;
|
|
130259
130127
|
}
|
|
@@ -130293,8 +130161,8 @@ protoOf($indexEmailNewsletterNotificationGroupsCOROUTINE$).r8 = function () {
|
|
|
130293
130161
|
};
|
|
130294
130162
|
function $indexEmailNewsletters$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130295
130163
|
CoroutineImpl.call(this, resultContinuation);
|
|
130296
|
-
this.
|
|
130297
|
-
this.
|
|
130164
|
+
this.k98_1 = _this__u8e3s4;
|
|
130165
|
+
this.l98_1 = companyId;
|
|
130298
130166
|
}
|
|
130299
130167
|
protoOf($indexEmailNewsletters$suspendBridgeCOROUTINE$).r8 = function () {
|
|
130300
130168
|
var suspendResult = this.l8_1;
|
|
@@ -130304,16 +130172,16 @@ protoOf($indexEmailNewsletters$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130304
130172
|
switch (tmp) {
|
|
130305
130173
|
case 0:
|
|
130306
130174
|
this.k8_1 = 4;
|
|
130307
|
-
if (this.
|
|
130175
|
+
if (this.k98_1.indexEmailNewsletters === protoOf(CommunicationApi).indexEmailNewsletters) {
|
|
130308
130176
|
this.j8_1 = 2;
|
|
130309
|
-
suspendResult = this.
|
|
130177
|
+
suspendResult = this.k98_1.n98(this.l98_1, this);
|
|
130310
130178
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130311
130179
|
return suspendResult;
|
|
130312
130180
|
}
|
|
130313
130181
|
continue $sm;
|
|
130314
130182
|
} else {
|
|
130315
130183
|
this.j8_1 = 1;
|
|
130316
|
-
suspendResult = await_0(this.
|
|
130184
|
+
suspendResult = await_0(this.k98_1.indexEmailNewsletters(this.l98_1), this);
|
|
130317
130185
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130318
130186
|
return suspendResult;
|
|
130319
130187
|
}
|
|
@@ -130321,15 +130189,15 @@ protoOf($indexEmailNewsletters$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130321
130189
|
}
|
|
130322
130190
|
|
|
130323
130191
|
case 1:
|
|
130324
|
-
this.
|
|
130192
|
+
this.m98_1 = suspendResult;
|
|
130325
130193
|
this.j8_1 = 3;
|
|
130326
130194
|
continue $sm;
|
|
130327
130195
|
case 2:
|
|
130328
|
-
this.
|
|
130196
|
+
this.m98_1 = suspendResult;
|
|
130329
130197
|
this.j8_1 = 3;
|
|
130330
130198
|
continue $sm;
|
|
130331
130199
|
case 3:
|
|
130332
|
-
return this.
|
|
130200
|
+
return this.m98_1;
|
|
130333
130201
|
case 4:
|
|
130334
130202
|
throw this.m8_1;
|
|
130335
130203
|
}
|
|
@@ -130346,8 +130214,8 @@ protoOf($indexEmailNewsletters$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130346
130214
|
};
|
|
130347
130215
|
function $indexEmailNewslettersCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130348
130216
|
CoroutineImpl.call(this, resultContinuation);
|
|
130349
|
-
this.
|
|
130350
|
-
this.
|
|
130217
|
+
this.w98_1 = _this__u8e3s4;
|
|
130218
|
+
this.x98_1 = companyId;
|
|
130351
130219
|
}
|
|
130352
130220
|
protoOf($indexEmailNewslettersCOROUTINE$).r8 = function () {
|
|
130353
130221
|
var suspendResult = this.l8_1;
|
|
@@ -130362,10 +130230,10 @@ protoOf($indexEmailNewslettersCOROUTINE$).r8 = function () {
|
|
|
130362
130230
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
130363
130231
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
130364
130232
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
130365
|
-
var tmp1_path = replace('/companies/{companyId}/email/newsletters', '{companyId}', this.
|
|
130233
|
+
var tmp1_path = replace('/companies/{companyId}/email/newsletters', '{companyId}', this.x98_1.toString());
|
|
130366
130234
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
130367
130235
|
this.j8_1 = 1;
|
|
130368
|
-
suspendResult = this.
|
|
130236
|
+
suspendResult = this.w98_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
130369
130237
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130370
130238
|
return suspendResult;
|
|
130371
130239
|
}
|
|
@@ -130406,8 +130274,8 @@ protoOf($indexEmailNewslettersCOROUTINE$).r8 = function () {
|
|
|
130406
130274
|
};
|
|
130407
130275
|
function $indexSMSBroadcasts$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130408
130276
|
CoroutineImpl.call(this, resultContinuation);
|
|
130409
|
-
this.
|
|
130410
|
-
this.
|
|
130277
|
+
this.g99_1 = _this__u8e3s4;
|
|
130278
|
+
this.h99_1 = companyId;
|
|
130411
130279
|
}
|
|
130412
130280
|
protoOf($indexSMSBroadcasts$suspendBridgeCOROUTINE$).r8 = function () {
|
|
130413
130281
|
var suspendResult = this.l8_1;
|
|
@@ -130417,16 +130285,16 @@ protoOf($indexSMSBroadcasts$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130417
130285
|
switch (tmp) {
|
|
130418
130286
|
case 0:
|
|
130419
130287
|
this.k8_1 = 4;
|
|
130420
|
-
if (this.
|
|
130288
|
+
if (this.g99_1.indexSMSBroadcasts === protoOf(CommunicationApi).indexSMSBroadcasts) {
|
|
130421
130289
|
this.j8_1 = 2;
|
|
130422
|
-
suspendResult = this.
|
|
130290
|
+
suspendResult = this.g99_1.j99(this.h99_1, this);
|
|
130423
130291
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130424
130292
|
return suspendResult;
|
|
130425
130293
|
}
|
|
130426
130294
|
continue $sm;
|
|
130427
130295
|
} else {
|
|
130428
130296
|
this.j8_1 = 1;
|
|
130429
|
-
suspendResult = await_0(this.
|
|
130297
|
+
suspendResult = await_0(this.g99_1.indexSMSBroadcasts(this.h99_1), this);
|
|
130430
130298
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130431
130299
|
return suspendResult;
|
|
130432
130300
|
}
|
|
@@ -130434,15 +130302,15 @@ protoOf($indexSMSBroadcasts$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130434
130302
|
}
|
|
130435
130303
|
|
|
130436
130304
|
case 1:
|
|
130437
|
-
this.
|
|
130305
|
+
this.i99_1 = suspendResult;
|
|
130438
130306
|
this.j8_1 = 3;
|
|
130439
130307
|
continue $sm;
|
|
130440
130308
|
case 2:
|
|
130441
|
-
this.
|
|
130309
|
+
this.i99_1 = suspendResult;
|
|
130442
130310
|
this.j8_1 = 3;
|
|
130443
130311
|
continue $sm;
|
|
130444
130312
|
case 3:
|
|
130445
|
-
return this.
|
|
130313
|
+
return this.i99_1;
|
|
130446
130314
|
case 4:
|
|
130447
130315
|
throw this.m8_1;
|
|
130448
130316
|
}
|
|
@@ -130459,8 +130327,8 @@ protoOf($indexSMSBroadcasts$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130459
130327
|
};
|
|
130460
130328
|
function $indexSMSBroadcastsCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130461
130329
|
CoroutineImpl.call(this, resultContinuation);
|
|
130462
|
-
this.
|
|
130463
|
-
this.
|
|
130330
|
+
this.s99_1 = _this__u8e3s4;
|
|
130331
|
+
this.t99_1 = companyId;
|
|
130464
130332
|
}
|
|
130465
130333
|
protoOf($indexSMSBroadcastsCOROUTINE$).r8 = function () {
|
|
130466
130334
|
var suspendResult = this.l8_1;
|
|
@@ -130475,10 +130343,10 @@ protoOf($indexSMSBroadcastsCOROUTINE$).r8 = function () {
|
|
|
130475
130343
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
130476
130344
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
130477
130345
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
130478
|
-
var tmp1_path = replace('/companies/{companyId}/sms/broadcasts', '{companyId}', this.
|
|
130346
|
+
var tmp1_path = replace('/companies/{companyId}/sms/broadcasts', '{companyId}', this.t99_1.toString());
|
|
130479
130347
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
130480
130348
|
this.j8_1 = 1;
|
|
130481
|
-
suspendResult = this.
|
|
130349
|
+
suspendResult = this.s99_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
130482
130350
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130483
130351
|
return suspendResult;
|
|
130484
130352
|
}
|
|
@@ -130519,8 +130387,8 @@ protoOf($indexSMSBroadcastsCOROUTINE$).r8 = function () {
|
|
|
130519
130387
|
};
|
|
130520
130388
|
function $indexSMSBundleAvailable$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130521
130389
|
CoroutineImpl.call(this, resultContinuation);
|
|
130522
|
-
this.
|
|
130523
|
-
this.
|
|
130390
|
+
this.c9a_1 = _this__u8e3s4;
|
|
130391
|
+
this.d9a_1 = companyId;
|
|
130524
130392
|
}
|
|
130525
130393
|
protoOf($indexSMSBundleAvailable$suspendBridgeCOROUTINE$).r8 = function () {
|
|
130526
130394
|
var suspendResult = this.l8_1;
|
|
@@ -130530,16 +130398,16 @@ protoOf($indexSMSBundleAvailable$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130530
130398
|
switch (tmp) {
|
|
130531
130399
|
case 0:
|
|
130532
130400
|
this.k8_1 = 4;
|
|
130533
|
-
if (this.
|
|
130401
|
+
if (this.c9a_1.indexSMSBundleAvailable === protoOf(CommunicationApi).indexSMSBundleAvailable) {
|
|
130534
130402
|
this.j8_1 = 2;
|
|
130535
|
-
suspendResult = this.
|
|
130403
|
+
suspendResult = this.c9a_1.f9a(this.d9a_1, this);
|
|
130536
130404
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130537
130405
|
return suspendResult;
|
|
130538
130406
|
}
|
|
130539
130407
|
continue $sm;
|
|
130540
130408
|
} else {
|
|
130541
130409
|
this.j8_1 = 1;
|
|
130542
|
-
suspendResult = await_0(this.
|
|
130410
|
+
suspendResult = await_0(this.c9a_1.indexSMSBundleAvailable(this.d9a_1), this);
|
|
130543
130411
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130544
130412
|
return suspendResult;
|
|
130545
130413
|
}
|
|
@@ -130547,15 +130415,15 @@ protoOf($indexSMSBundleAvailable$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130547
130415
|
}
|
|
130548
130416
|
|
|
130549
130417
|
case 1:
|
|
130550
|
-
this.
|
|
130418
|
+
this.e9a_1 = suspendResult;
|
|
130551
130419
|
this.j8_1 = 3;
|
|
130552
130420
|
continue $sm;
|
|
130553
130421
|
case 2:
|
|
130554
|
-
this.
|
|
130422
|
+
this.e9a_1 = suspendResult;
|
|
130555
130423
|
this.j8_1 = 3;
|
|
130556
130424
|
continue $sm;
|
|
130557
130425
|
case 3:
|
|
130558
|
-
return this.
|
|
130426
|
+
return this.e9a_1;
|
|
130559
130427
|
case 4:
|
|
130560
130428
|
throw this.m8_1;
|
|
130561
130429
|
}
|
|
@@ -130572,8 +130440,8 @@ protoOf($indexSMSBundleAvailable$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130572
130440
|
};
|
|
130573
130441
|
function $indexSMSBundleAvailableCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130574
130442
|
CoroutineImpl.call(this, resultContinuation);
|
|
130575
|
-
this.
|
|
130576
|
-
this.
|
|
130443
|
+
this.o9a_1 = _this__u8e3s4;
|
|
130444
|
+
this.p9a_1 = companyId;
|
|
130577
130445
|
}
|
|
130578
130446
|
protoOf($indexSMSBundleAvailableCOROUTINE$).r8 = function () {
|
|
130579
130447
|
var suspendResult = this.l8_1;
|
|
@@ -130588,10 +130456,10 @@ protoOf($indexSMSBundleAvailableCOROUTINE$).r8 = function () {
|
|
|
130588
130456
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
130589
130457
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
130590
130458
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
130591
|
-
var tmp1_path = replace('/companies/{companyId}/sms/availablePackages', '{companyId}', this.
|
|
130459
|
+
var tmp1_path = replace('/companies/{companyId}/sms/availablePackages', '{companyId}', this.p9a_1.toString());
|
|
130592
130460
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
130593
130461
|
this.j8_1 = 1;
|
|
130594
|
-
suspendResult = this.
|
|
130462
|
+
suspendResult = this.o9a_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
130595
130463
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130596
130464
|
return suspendResult;
|
|
130597
130465
|
}
|
|
@@ -130632,8 +130500,8 @@ protoOf($indexSMSBundleAvailableCOROUTINE$).r8 = function () {
|
|
|
130632
130500
|
};
|
|
130633
130501
|
function $indexSMSNotificationGroups$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130634
130502
|
CoroutineImpl.call(this, resultContinuation);
|
|
130635
|
-
this.
|
|
130636
|
-
this.
|
|
130503
|
+
this.y9a_1 = _this__u8e3s4;
|
|
130504
|
+
this.z9a_1 = companyId;
|
|
130637
130505
|
}
|
|
130638
130506
|
protoOf($indexSMSNotificationGroups$suspendBridgeCOROUTINE$).r8 = function () {
|
|
130639
130507
|
var suspendResult = this.l8_1;
|
|
@@ -130643,16 +130511,16 @@ protoOf($indexSMSNotificationGroups$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130643
130511
|
switch (tmp) {
|
|
130644
130512
|
case 0:
|
|
130645
130513
|
this.k8_1 = 4;
|
|
130646
|
-
if (this.
|
|
130514
|
+
if (this.y9a_1.indexSMSNotificationGroups === protoOf(CommunicationApi).indexSMSNotificationGroups) {
|
|
130647
130515
|
this.j8_1 = 2;
|
|
130648
|
-
suspendResult = this.
|
|
130516
|
+
suspendResult = this.y9a_1.b9b(this.z9a_1, this);
|
|
130649
130517
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130650
130518
|
return suspendResult;
|
|
130651
130519
|
}
|
|
130652
130520
|
continue $sm;
|
|
130653
130521
|
} else {
|
|
130654
130522
|
this.j8_1 = 1;
|
|
130655
|
-
suspendResult = await_0(this.
|
|
130523
|
+
suspendResult = await_0(this.y9a_1.indexSMSNotificationGroups(this.z9a_1), this);
|
|
130656
130524
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130657
130525
|
return suspendResult;
|
|
130658
130526
|
}
|
|
@@ -130660,15 +130528,15 @@ protoOf($indexSMSNotificationGroups$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130660
130528
|
}
|
|
130661
130529
|
|
|
130662
130530
|
case 1:
|
|
130663
|
-
this.
|
|
130531
|
+
this.a9b_1 = suspendResult;
|
|
130664
130532
|
this.j8_1 = 3;
|
|
130665
130533
|
continue $sm;
|
|
130666
130534
|
case 2:
|
|
130667
|
-
this.
|
|
130535
|
+
this.a9b_1 = suspendResult;
|
|
130668
130536
|
this.j8_1 = 3;
|
|
130669
130537
|
continue $sm;
|
|
130670
130538
|
case 3:
|
|
130671
|
-
return this.
|
|
130539
|
+
return this.a9b_1;
|
|
130672
130540
|
case 4:
|
|
130673
130541
|
throw this.m8_1;
|
|
130674
130542
|
}
|
|
@@ -130685,8 +130553,8 @@ protoOf($indexSMSNotificationGroups$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130685
130553
|
};
|
|
130686
130554
|
function $indexSMSNotificationGroupsCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130687
130555
|
CoroutineImpl.call(this, resultContinuation);
|
|
130688
|
-
this.
|
|
130689
|
-
this.
|
|
130556
|
+
this.k9b_1 = _this__u8e3s4;
|
|
130557
|
+
this.l9b_1 = companyId;
|
|
130690
130558
|
}
|
|
130691
130559
|
protoOf($indexSMSNotificationGroupsCOROUTINE$).r8 = function () {
|
|
130692
130560
|
var suspendResult = this.l8_1;
|
|
@@ -130701,10 +130569,10 @@ protoOf($indexSMSNotificationGroupsCOROUTINE$).r8 = function () {
|
|
|
130701
130569
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
130702
130570
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
130703
130571
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
130704
|
-
var tmp1_path = replace('/companies/{companyId}/sms/notificationGroups', '{companyId}', this.
|
|
130572
|
+
var tmp1_path = replace('/companies/{companyId}/sms/notificationGroups', '{companyId}', this.l9b_1.toString());
|
|
130705
130573
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
130706
130574
|
this.j8_1 = 1;
|
|
130707
|
-
suspendResult = this.
|
|
130575
|
+
suspendResult = this.k9b_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
130708
130576
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130709
130577
|
return suspendResult;
|
|
130710
130578
|
}
|
|
@@ -130744,8 +130612,8 @@ protoOf($indexSMSNotificationGroupsCOROUTINE$).r8 = function () {
|
|
|
130744
130612
|
};
|
|
130745
130613
|
function $indexSMSPurchases$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130746
130614
|
CoroutineImpl.call(this, resultContinuation);
|
|
130747
|
-
this.
|
|
130748
|
-
this.
|
|
130615
|
+
this.u9b_1 = _this__u8e3s4;
|
|
130616
|
+
this.v9b_1 = companyId;
|
|
130749
130617
|
}
|
|
130750
130618
|
protoOf($indexSMSPurchases$suspendBridgeCOROUTINE$).r8 = function () {
|
|
130751
130619
|
var suspendResult = this.l8_1;
|
|
@@ -130755,16 +130623,16 @@ protoOf($indexSMSPurchases$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130755
130623
|
switch (tmp) {
|
|
130756
130624
|
case 0:
|
|
130757
130625
|
this.k8_1 = 4;
|
|
130758
|
-
if (this.
|
|
130626
|
+
if (this.u9b_1.indexSMSPurchases === protoOf(CommunicationApi).indexSMSPurchases) {
|
|
130759
130627
|
this.j8_1 = 2;
|
|
130760
|
-
suspendResult = this.
|
|
130628
|
+
suspendResult = this.u9b_1.x9b(this.v9b_1, this);
|
|
130761
130629
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130762
130630
|
return suspendResult;
|
|
130763
130631
|
}
|
|
130764
130632
|
continue $sm;
|
|
130765
130633
|
} else {
|
|
130766
130634
|
this.j8_1 = 1;
|
|
130767
|
-
suspendResult = await_0(this.
|
|
130635
|
+
suspendResult = await_0(this.u9b_1.indexSMSPurchases(this.v9b_1), this);
|
|
130768
130636
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130769
130637
|
return suspendResult;
|
|
130770
130638
|
}
|
|
@@ -130772,15 +130640,15 @@ protoOf($indexSMSPurchases$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130772
130640
|
}
|
|
130773
130641
|
|
|
130774
130642
|
case 1:
|
|
130775
|
-
this.
|
|
130643
|
+
this.w9b_1 = suspendResult;
|
|
130776
130644
|
this.j8_1 = 3;
|
|
130777
130645
|
continue $sm;
|
|
130778
130646
|
case 2:
|
|
130779
|
-
this.
|
|
130647
|
+
this.w9b_1 = suspendResult;
|
|
130780
130648
|
this.j8_1 = 3;
|
|
130781
130649
|
continue $sm;
|
|
130782
130650
|
case 3:
|
|
130783
|
-
return this.
|
|
130651
|
+
return this.w9b_1;
|
|
130784
130652
|
case 4:
|
|
130785
130653
|
throw this.m8_1;
|
|
130786
130654
|
}
|
|
@@ -130797,8 +130665,8 @@ protoOf($indexSMSPurchases$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130797
130665
|
};
|
|
130798
130666
|
function $indexSMSPurchasesCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
130799
130667
|
CoroutineImpl.call(this, resultContinuation);
|
|
130800
|
-
this.
|
|
130801
|
-
this.
|
|
130668
|
+
this.g9c_1 = _this__u8e3s4;
|
|
130669
|
+
this.h9c_1 = companyId;
|
|
130802
130670
|
}
|
|
130803
130671
|
protoOf($indexSMSPurchasesCOROUTINE$).r8 = function () {
|
|
130804
130672
|
var suspendResult = this.l8_1;
|
|
@@ -130813,10 +130681,10 @@ protoOf($indexSMSPurchasesCOROUTINE$).r8 = function () {
|
|
|
130813
130681
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
130814
130682
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
130815
130683
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
130816
|
-
var tmp1_path = replace('/companies/{companyId}/sms/purchased', '{companyId}', this.
|
|
130684
|
+
var tmp1_path = replace('/companies/{companyId}/sms/purchased', '{companyId}', this.h9c_1.toString());
|
|
130817
130685
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
130818
130686
|
this.j8_1 = 1;
|
|
130819
|
-
suspendResult = this.
|
|
130687
|
+
suspendResult = this.g9c_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
130820
130688
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130821
130689
|
return suspendResult;
|
|
130822
130690
|
}
|
|
@@ -130857,9 +130725,9 @@ protoOf($indexSMSPurchasesCOROUTINE$).r8 = function () {
|
|
|
130857
130725
|
};
|
|
130858
130726
|
function $publishEmailNewsletter$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, newsletterId, resultContinuation) {
|
|
130859
130727
|
CoroutineImpl.call(this, resultContinuation);
|
|
130860
|
-
this.
|
|
130861
|
-
this.
|
|
130862
|
-
this.
|
|
130728
|
+
this.q9c_1 = _this__u8e3s4;
|
|
130729
|
+
this.r9c_1 = companyId;
|
|
130730
|
+
this.s9c_1 = newsletterId;
|
|
130863
130731
|
}
|
|
130864
130732
|
protoOf($publishEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
130865
130733
|
var suspendResult = this.l8_1;
|
|
@@ -130869,16 +130737,16 @@ protoOf($publishEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130869
130737
|
switch (tmp) {
|
|
130870
130738
|
case 0:
|
|
130871
130739
|
this.k8_1 = 4;
|
|
130872
|
-
if (this.
|
|
130740
|
+
if (this.q9c_1.publishEmailNewsletter === protoOf(CommunicationApi).publishEmailNewsletter) {
|
|
130873
130741
|
this.j8_1 = 2;
|
|
130874
|
-
suspendResult = this.
|
|
130742
|
+
suspendResult = this.q9c_1.u9c(this.r9c_1, this.s9c_1, this);
|
|
130875
130743
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130876
130744
|
return suspendResult;
|
|
130877
130745
|
}
|
|
130878
130746
|
continue $sm;
|
|
130879
130747
|
} else {
|
|
130880
130748
|
this.j8_1 = 1;
|
|
130881
|
-
suspendResult = await_0(this.
|
|
130749
|
+
suspendResult = await_0(this.q9c_1.publishEmailNewsletter(this.r9c_1, this.s9c_1), this);
|
|
130882
130750
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130883
130751
|
return suspendResult;
|
|
130884
130752
|
}
|
|
@@ -130886,15 +130754,15 @@ protoOf($publishEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130886
130754
|
}
|
|
130887
130755
|
|
|
130888
130756
|
case 1:
|
|
130889
|
-
this.
|
|
130757
|
+
this.t9c_1 = suspendResult;
|
|
130890
130758
|
this.j8_1 = 3;
|
|
130891
130759
|
continue $sm;
|
|
130892
130760
|
case 2:
|
|
130893
|
-
this.
|
|
130761
|
+
this.t9c_1 = suspendResult;
|
|
130894
130762
|
this.j8_1 = 3;
|
|
130895
130763
|
continue $sm;
|
|
130896
130764
|
case 3:
|
|
130897
|
-
return this.
|
|
130765
|
+
return this.t9c_1;
|
|
130898
130766
|
case 4:
|
|
130899
130767
|
throw this.m8_1;
|
|
130900
130768
|
}
|
|
@@ -130911,9 +130779,9 @@ protoOf($publishEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130911
130779
|
};
|
|
130912
130780
|
function $publishEmailNewsletterCOROUTINE$(_this__u8e3s4, companyId, newsletterId, resultContinuation) {
|
|
130913
130781
|
CoroutineImpl.call(this, resultContinuation);
|
|
130914
|
-
this.
|
|
130915
|
-
this.
|
|
130916
|
-
this.
|
|
130782
|
+
this.d9d_1 = _this__u8e3s4;
|
|
130783
|
+
this.e9d_1 = companyId;
|
|
130784
|
+
this.f9d_1 = newsletterId;
|
|
130917
130785
|
}
|
|
130918
130786
|
protoOf($publishEmailNewsletterCOROUTINE$).r8 = function () {
|
|
130919
130787
|
var suspendResult = this.l8_1;
|
|
@@ -130928,10 +130796,10 @@ protoOf($publishEmailNewsletterCOROUTINE$).r8 = function () {
|
|
|
130928
130796
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
130929
130797
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
130930
130798
|
var tmp0_method = RequestMethod_PUT_getInstance();
|
|
130931
|
-
var tmp1_path = replace(replace('/companies/{companyId}/email/newsletters/{newsletterId}/publish', '{companyId}', this.
|
|
130799
|
+
var tmp1_path = replace(replace('/companies/{companyId}/email/newsletters/{newsletterId}/publish', '{companyId}', this.e9d_1.toString()), '{newsletterId}', this.f9d_1.toString());
|
|
130932
130800
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
130933
130801
|
this.j8_1 = 1;
|
|
130934
|
-
suspendResult = this.
|
|
130802
|
+
suspendResult = this.d9d_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
130935
130803
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130936
130804
|
return suspendResult;
|
|
130937
130805
|
}
|
|
@@ -130971,10 +130839,10 @@ protoOf($publishEmailNewsletterCOROUTINE$).r8 = function () {
|
|
|
130971
130839
|
};
|
|
130972
130840
|
function $publishSMSBroadcast$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, broadcastId, purchaseBundleId, resultContinuation) {
|
|
130973
130841
|
CoroutineImpl.call(this, resultContinuation);
|
|
130974
|
-
this.
|
|
130975
|
-
this.
|
|
130976
|
-
this.
|
|
130977
|
-
this.
|
|
130842
|
+
this.o9d_1 = _this__u8e3s4;
|
|
130843
|
+
this.p9d_1 = companyId;
|
|
130844
|
+
this.q9d_1 = broadcastId;
|
|
130845
|
+
this.r9d_1 = purchaseBundleId;
|
|
130978
130846
|
}
|
|
130979
130847
|
protoOf($publishSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
130980
130848
|
var suspendResult = this.l8_1;
|
|
@@ -130984,16 +130852,16 @@ protoOf($publishSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
130984
130852
|
switch (tmp) {
|
|
130985
130853
|
case 0:
|
|
130986
130854
|
this.k8_1 = 4;
|
|
130987
|
-
if (this.
|
|
130855
|
+
if (this.o9d_1.publishSMSBroadcast === protoOf(CommunicationApi).publishSMSBroadcast) {
|
|
130988
130856
|
this.j8_1 = 2;
|
|
130989
|
-
suspendResult = this.
|
|
130857
|
+
suspendResult = this.o9d_1.t9d(this.p9d_1, this.q9d_1, this.r9d_1, this);
|
|
130990
130858
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130991
130859
|
return suspendResult;
|
|
130992
130860
|
}
|
|
130993
130861
|
continue $sm;
|
|
130994
130862
|
} else {
|
|
130995
130863
|
this.j8_1 = 1;
|
|
130996
|
-
suspendResult = await_0(this.
|
|
130864
|
+
suspendResult = await_0(this.o9d_1.publishSMSBroadcast(this.p9d_1, this.q9d_1, this.r9d_1), this);
|
|
130997
130865
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130998
130866
|
return suspendResult;
|
|
130999
130867
|
}
|
|
@@ -131001,15 +130869,15 @@ protoOf($publishSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131001
130869
|
}
|
|
131002
130870
|
|
|
131003
130871
|
case 1:
|
|
131004
|
-
this.
|
|
130872
|
+
this.s9d_1 = suspendResult;
|
|
131005
130873
|
this.j8_1 = 3;
|
|
131006
130874
|
continue $sm;
|
|
131007
130875
|
case 2:
|
|
131008
|
-
this.
|
|
130876
|
+
this.s9d_1 = suspendResult;
|
|
131009
130877
|
this.j8_1 = 3;
|
|
131010
130878
|
continue $sm;
|
|
131011
130879
|
case 3:
|
|
131012
|
-
return this.
|
|
130880
|
+
return this.s9d_1;
|
|
131013
130881
|
case 4:
|
|
131014
130882
|
throw this.m8_1;
|
|
131015
130883
|
}
|
|
@@ -131026,10 +130894,10 @@ protoOf($publishSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131026
130894
|
};
|
|
131027
130895
|
function $publishSMSBroadcastCOROUTINE$(_this__u8e3s4, companyId, broadcastId, purchaseBundleId, resultContinuation) {
|
|
131028
130896
|
CoroutineImpl.call(this, resultContinuation);
|
|
131029
|
-
this.
|
|
131030
|
-
this.
|
|
131031
|
-
this.
|
|
131032
|
-
this.
|
|
130897
|
+
this.c9e_1 = _this__u8e3s4;
|
|
130898
|
+
this.d9e_1 = companyId;
|
|
130899
|
+
this.e9e_1 = broadcastId;
|
|
130900
|
+
this.f9e_1 = purchaseBundleId;
|
|
131033
130901
|
}
|
|
131034
130902
|
protoOf($publishSMSBroadcastCOROUTINE$).r8 = function () {
|
|
131035
130903
|
var suspendResult = this.l8_1;
|
|
@@ -131042,20 +130910,20 @@ protoOf($publishSMSBroadcastCOROUTINE$).r8 = function () {
|
|
|
131042
130910
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
131043
130911
|
var localVariableBody = EmptyContent_getInstance();
|
|
131044
130912
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
131045
|
-
if (this.
|
|
130913
|
+
if (this.f9e_1 == null)
|
|
131046
130914
|
null;
|
|
131047
130915
|
else {
|
|
131048
130916
|
var tmp2 = 'purchaseBundleId';
|
|
131049
|
-
var value = listOf_0(this.
|
|
130917
|
+
var value = listOf_0(this.f9e_1.toString());
|
|
131050
130918
|
localVariableQuery.s2(tmp2, value);
|
|
131051
130919
|
}
|
|
131052
130920
|
|
|
131053
130921
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
131054
130922
|
var tmp1_method = RequestMethod_PUT_getInstance();
|
|
131055
|
-
var tmp2_path = replace(replace('/companies/{companyId}/sms/broadcasts/{broadcastId}/publish', '{companyId}', this.
|
|
130923
|
+
var tmp2_path = replace(replace('/companies/{companyId}/sms/broadcasts/{broadcastId}/publish', '{companyId}', this.d9e_1.toString()), '{broadcastId}', this.e9e_1.toString());
|
|
131056
130924
|
var localVariableConfig = new RequestConfig(tmp1_method, tmp2_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
131057
130925
|
this.j8_1 = 1;
|
|
131058
|
-
suspendResult = this.
|
|
130926
|
+
suspendResult = this.c9e_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
131059
130927
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131060
130928
|
return suspendResult;
|
|
131061
130929
|
}
|
|
@@ -131093,13 +130961,127 @@ protoOf($publishSMSBroadcastCOROUTINE$).r8 = function () {
|
|
|
131093
130961
|
}
|
|
131094
130962
|
while (true);
|
|
131095
130963
|
};
|
|
130964
|
+
function $reportPushNotificationRead$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, trackingId, resultContinuation) {
|
|
130965
|
+
CoroutineImpl.call(this, resultContinuation);
|
|
130966
|
+
this.o9e_1 = _this__u8e3s4;
|
|
130967
|
+
this.p9e_1 = companyId;
|
|
130968
|
+
this.q9e_1 = trackingId;
|
|
130969
|
+
}
|
|
130970
|
+
protoOf($reportPushNotificationRead$suspendBridgeCOROUTINE$).r8 = function () {
|
|
130971
|
+
var suspendResult = this.l8_1;
|
|
130972
|
+
$sm: do
|
|
130973
|
+
try {
|
|
130974
|
+
var tmp = this.j8_1;
|
|
130975
|
+
switch (tmp) {
|
|
130976
|
+
case 0:
|
|
130977
|
+
this.k8_1 = 4;
|
|
130978
|
+
if (this.o9e_1.reportPushNotificationRead === protoOf(CommunicationApi).reportPushNotificationRead) {
|
|
130979
|
+
this.j8_1 = 2;
|
|
130980
|
+
suspendResult = this.o9e_1.s9e(this.p9e_1, this.q9e_1, this);
|
|
130981
|
+
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130982
|
+
return suspendResult;
|
|
130983
|
+
}
|
|
130984
|
+
continue $sm;
|
|
130985
|
+
} else {
|
|
130986
|
+
this.j8_1 = 1;
|
|
130987
|
+
suspendResult = await_0(this.o9e_1.reportPushNotificationRead(this.p9e_1, this.q9e_1), this);
|
|
130988
|
+
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
130989
|
+
return suspendResult;
|
|
130990
|
+
}
|
|
130991
|
+
continue $sm;
|
|
130992
|
+
}
|
|
130993
|
+
|
|
130994
|
+
case 1:
|
|
130995
|
+
this.r9e_1 = suspendResult;
|
|
130996
|
+
this.j8_1 = 3;
|
|
130997
|
+
continue $sm;
|
|
130998
|
+
case 2:
|
|
130999
|
+
this.r9e_1 = suspendResult;
|
|
131000
|
+
this.j8_1 = 3;
|
|
131001
|
+
continue $sm;
|
|
131002
|
+
case 3:
|
|
131003
|
+
return this.r9e_1;
|
|
131004
|
+
case 4:
|
|
131005
|
+
throw this.m8_1;
|
|
131006
|
+
}
|
|
131007
|
+
} catch ($p) {
|
|
131008
|
+
var e = $p;
|
|
131009
|
+
if (this.k8_1 === 4) {
|
|
131010
|
+
throw e;
|
|
131011
|
+
} else {
|
|
131012
|
+
this.j8_1 = this.k8_1;
|
|
131013
|
+
this.m8_1 = e;
|
|
131014
|
+
}
|
|
131015
|
+
}
|
|
131016
|
+
while (true);
|
|
131017
|
+
};
|
|
131018
|
+
function $reportPushNotificationReadCOROUTINE$(_this__u8e3s4, companyId, trackingId, resultContinuation) {
|
|
131019
|
+
CoroutineImpl.call(this, resultContinuation);
|
|
131020
|
+
this.b9f_1 = _this__u8e3s4;
|
|
131021
|
+
this.c9f_1 = companyId;
|
|
131022
|
+
this.d9f_1 = trackingId;
|
|
131023
|
+
}
|
|
131024
|
+
protoOf($reportPushNotificationReadCOROUTINE$).r8 = function () {
|
|
131025
|
+
var suspendResult = this.l8_1;
|
|
131026
|
+
$sm: do
|
|
131027
|
+
try {
|
|
131028
|
+
var tmp = this.j8_1;
|
|
131029
|
+
switch (tmp) {
|
|
131030
|
+
case 0:
|
|
131031
|
+
this.k8_1 = 2;
|
|
131032
|
+
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
131033
|
+
var localVariableBody = EmptyContent_getInstance();
|
|
131034
|
+
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
131035
|
+
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
131036
|
+
var tmp0_method = RequestMethod_POST_getInstance();
|
|
131037
|
+
var tmp1_path = replace(replace('/companies/{companyId}/communication/receipt/{trackingId}', '{companyId}', this.c9f_1.toString()), '{trackingId}', this.d9f_1);
|
|
131038
|
+
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
131039
|
+
this.j8_1 = 1;
|
|
131040
|
+
suspendResult = this.b9f_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
131041
|
+
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131042
|
+
return suspendResult;
|
|
131043
|
+
}
|
|
131044
|
+
|
|
131045
|
+
continue $sm;
|
|
131046
|
+
case 1:
|
|
131047
|
+
var this_0 = suspendResult;
|
|
131048
|
+
var tmp_0 = getKClass(Unit);
|
|
131049
|
+
var tmp_1;
|
|
131050
|
+
try {
|
|
131051
|
+
tmp_1 = createKType(getKClass(Unit), arrayOf([]), false);
|
|
131052
|
+
} catch ($p) {
|
|
131053
|
+
var tmp_2;
|
|
131054
|
+
if ($p instanceof Error) {
|
|
131055
|
+
var _unused_var__etf5q3 = $p;
|
|
131056
|
+
tmp_2 = null;
|
|
131057
|
+
} else {
|
|
131058
|
+
throw $p;
|
|
131059
|
+
}
|
|
131060
|
+
tmp_1 = tmp_2;
|
|
131061
|
+
}
|
|
131062
|
+
|
|
131063
|
+
return new HttpResponse(this_0, new TypedBodyProvider(new TypeInfo(tmp_0, tmp_1)));
|
|
131064
|
+
case 2:
|
|
131065
|
+
throw this.m8_1;
|
|
131066
|
+
}
|
|
131067
|
+
} catch ($p) {
|
|
131068
|
+
var e = $p;
|
|
131069
|
+
if (this.k8_1 === 2) {
|
|
131070
|
+
throw e;
|
|
131071
|
+
} else {
|
|
131072
|
+
this.j8_1 = this.k8_1;
|
|
131073
|
+
this.m8_1 = e;
|
|
131074
|
+
}
|
|
131075
|
+
}
|
|
131076
|
+
while (true);
|
|
131077
|
+
};
|
|
131096
131078
|
function $showCommunicationReport$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, communicationType, communicationId, reportType, resultContinuation) {
|
|
131097
131079
|
CoroutineImpl.call(this, resultContinuation);
|
|
131098
|
-
this.
|
|
131099
|
-
this.
|
|
131100
|
-
this.
|
|
131101
|
-
this.
|
|
131102
|
-
this.
|
|
131080
|
+
this.m9f_1 = _this__u8e3s4;
|
|
131081
|
+
this.n9f_1 = companyId;
|
|
131082
|
+
this.o9f_1 = communicationType;
|
|
131083
|
+
this.p9f_1 = communicationId;
|
|
131084
|
+
this.q9f_1 = reportType;
|
|
131103
131085
|
}
|
|
131104
131086
|
protoOf($showCommunicationReport$suspendBridgeCOROUTINE$).r8 = function () {
|
|
131105
131087
|
var suspendResult = this.l8_1;
|
|
@@ -131109,16 +131091,16 @@ protoOf($showCommunicationReport$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131109
131091
|
switch (tmp) {
|
|
131110
131092
|
case 0:
|
|
131111
131093
|
this.k8_1 = 4;
|
|
131112
|
-
if (this.
|
|
131094
|
+
if (this.m9f_1.showCommunicationReport === protoOf(CommunicationApi).showCommunicationReport) {
|
|
131113
131095
|
this.j8_1 = 2;
|
|
131114
|
-
suspendResult = this.
|
|
131096
|
+
suspendResult = this.m9f_1.s9f(this.n9f_1, this.o9f_1, this.p9f_1, this.q9f_1, this);
|
|
131115
131097
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131116
131098
|
return suspendResult;
|
|
131117
131099
|
}
|
|
131118
131100
|
continue $sm;
|
|
131119
131101
|
} else {
|
|
131120
131102
|
this.j8_1 = 1;
|
|
131121
|
-
suspendResult = await_0(this.
|
|
131103
|
+
suspendResult = await_0(this.m9f_1.showCommunicationReport(this.n9f_1, this.o9f_1, this.p9f_1, this.q9f_1), this);
|
|
131122
131104
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131123
131105
|
return suspendResult;
|
|
131124
131106
|
}
|
|
@@ -131126,15 +131108,15 @@ protoOf($showCommunicationReport$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131126
131108
|
}
|
|
131127
131109
|
|
|
131128
131110
|
case 1:
|
|
131129
|
-
this.
|
|
131111
|
+
this.r9f_1 = suspendResult;
|
|
131130
131112
|
this.j8_1 = 3;
|
|
131131
131113
|
continue $sm;
|
|
131132
131114
|
case 2:
|
|
131133
|
-
this.
|
|
131115
|
+
this.r9f_1 = suspendResult;
|
|
131134
131116
|
this.j8_1 = 3;
|
|
131135
131117
|
continue $sm;
|
|
131136
131118
|
case 3:
|
|
131137
|
-
return this.
|
|
131119
|
+
return this.r9f_1;
|
|
131138
131120
|
case 4:
|
|
131139
131121
|
throw this.m8_1;
|
|
131140
131122
|
}
|
|
@@ -131151,11 +131133,11 @@ protoOf($showCommunicationReport$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131151
131133
|
};
|
|
131152
131134
|
function $showCommunicationReportCOROUTINE$(_this__u8e3s4, companyId, communicationType, communicationId, reportType, resultContinuation) {
|
|
131153
131135
|
CoroutineImpl.call(this, resultContinuation);
|
|
131154
|
-
this.
|
|
131155
|
-
this.
|
|
131156
|
-
this.
|
|
131157
|
-
this.
|
|
131158
|
-
this.
|
|
131136
|
+
this.b9g_1 = _this__u8e3s4;
|
|
131137
|
+
this.c9g_1 = companyId;
|
|
131138
|
+
this.d9g_1 = communicationType;
|
|
131139
|
+
this.e9g_1 = communicationId;
|
|
131140
|
+
this.f9g_1 = reportType;
|
|
131159
131141
|
}
|
|
131160
131142
|
protoOf($showCommunicationReportCOROUTINE$).r8 = function () {
|
|
131161
131143
|
var suspendResult = this.l8_1;
|
|
@@ -131168,20 +131150,20 @@ protoOf($showCommunicationReportCOROUTINE$).r8 = function () {
|
|
|
131168
131150
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
131169
131151
|
var localVariableBody = EmptyContent_getInstance();
|
|
131170
131152
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
131171
|
-
if (this.
|
|
131153
|
+
if (this.f9g_1 == null)
|
|
131172
131154
|
null;
|
|
131173
131155
|
else {
|
|
131174
131156
|
var tmp2 = 'reportType';
|
|
131175
|
-
var value = listOf_0(this.
|
|
131157
|
+
var value = listOf_0(this.f9g_1);
|
|
131176
131158
|
localVariableQuery.s2(tmp2, value);
|
|
131177
131159
|
}
|
|
131178
131160
|
|
|
131179
131161
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
131180
131162
|
var tmp1_method = RequestMethod_GET_getInstance();
|
|
131181
|
-
var tmp2_path = replace(replace(replace('/companies/{companyId}/communication/report/{communicationType}/{communicationId}', '{companyId}', this.
|
|
131163
|
+
var tmp2_path = replace(replace(replace('/companies/{companyId}/communication/report/{communicationType}/{communicationId}', '{companyId}', this.c9g_1.toString()), '{communicationType}', this.d9g_1), '{communicationId}', this.e9g_1.toString());
|
|
131182
131164
|
var localVariableConfig = new RequestConfig(tmp1_method, tmp2_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
131183
131165
|
this.j8_1 = 1;
|
|
131184
|
-
suspendResult = this.
|
|
131166
|
+
suspendResult = this.b9g_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
131185
131167
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131186
131168
|
return suspendResult;
|
|
131187
131169
|
}
|
|
@@ -131221,9 +131203,9 @@ protoOf($showCommunicationReportCOROUTINE$).r8 = function () {
|
|
|
131221
131203
|
};
|
|
131222
131204
|
function $showEmailNewsletter$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, newsletterId, resultContinuation) {
|
|
131223
131205
|
CoroutineImpl.call(this, resultContinuation);
|
|
131224
|
-
this.
|
|
131225
|
-
this.
|
|
131226
|
-
this.
|
|
131206
|
+
this.o9g_1 = _this__u8e3s4;
|
|
131207
|
+
this.p9g_1 = companyId;
|
|
131208
|
+
this.q9g_1 = newsletterId;
|
|
131227
131209
|
}
|
|
131228
131210
|
protoOf($showEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
131229
131211
|
var suspendResult = this.l8_1;
|
|
@@ -131233,16 +131215,16 @@ protoOf($showEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131233
131215
|
switch (tmp) {
|
|
131234
131216
|
case 0:
|
|
131235
131217
|
this.k8_1 = 4;
|
|
131236
|
-
if (this.
|
|
131218
|
+
if (this.o9g_1.showEmailNewsletter === protoOf(CommunicationApi).showEmailNewsletter) {
|
|
131237
131219
|
this.j8_1 = 2;
|
|
131238
|
-
suspendResult = this.
|
|
131220
|
+
suspendResult = this.o9g_1.s9g(this.p9g_1, this.q9g_1, this);
|
|
131239
131221
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131240
131222
|
return suspendResult;
|
|
131241
131223
|
}
|
|
131242
131224
|
continue $sm;
|
|
131243
131225
|
} else {
|
|
131244
131226
|
this.j8_1 = 1;
|
|
131245
|
-
suspendResult = await_0(this.
|
|
131227
|
+
suspendResult = await_0(this.o9g_1.showEmailNewsletter(this.p9g_1, this.q9g_1), this);
|
|
131246
131228
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131247
131229
|
return suspendResult;
|
|
131248
131230
|
}
|
|
@@ -131250,15 +131232,15 @@ protoOf($showEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131250
131232
|
}
|
|
131251
131233
|
|
|
131252
131234
|
case 1:
|
|
131253
|
-
this.
|
|
131235
|
+
this.r9g_1 = suspendResult;
|
|
131254
131236
|
this.j8_1 = 3;
|
|
131255
131237
|
continue $sm;
|
|
131256
131238
|
case 2:
|
|
131257
|
-
this.
|
|
131239
|
+
this.r9g_1 = suspendResult;
|
|
131258
131240
|
this.j8_1 = 3;
|
|
131259
131241
|
continue $sm;
|
|
131260
131242
|
case 3:
|
|
131261
|
-
return this.
|
|
131243
|
+
return this.r9g_1;
|
|
131262
131244
|
case 4:
|
|
131263
131245
|
throw this.m8_1;
|
|
131264
131246
|
}
|
|
@@ -131275,9 +131257,9 @@ protoOf($showEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131275
131257
|
};
|
|
131276
131258
|
function $showEmailNewsletterCOROUTINE$(_this__u8e3s4, companyId, newsletterId, resultContinuation) {
|
|
131277
131259
|
CoroutineImpl.call(this, resultContinuation);
|
|
131278
|
-
this.
|
|
131279
|
-
this.
|
|
131280
|
-
this.
|
|
131260
|
+
this.b9h_1 = _this__u8e3s4;
|
|
131261
|
+
this.c9h_1 = companyId;
|
|
131262
|
+
this.d9h_1 = newsletterId;
|
|
131281
131263
|
}
|
|
131282
131264
|
protoOf($showEmailNewsletterCOROUTINE$).r8 = function () {
|
|
131283
131265
|
var suspendResult = this.l8_1;
|
|
@@ -131292,10 +131274,10 @@ protoOf($showEmailNewsletterCOROUTINE$).r8 = function () {
|
|
|
131292
131274
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
131293
131275
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
131294
131276
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
131295
|
-
var tmp1_path = replace(replace('/companies/{companyId}/email/newsletters/{newsletterId}', '{companyId}', this.
|
|
131277
|
+
var tmp1_path = replace(replace('/companies/{companyId}/email/newsletters/{newsletterId}', '{companyId}', this.c9h_1.toString()), '{newsletterId}', this.d9h_1.toString());
|
|
131296
131278
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
131297
131279
|
this.j8_1 = 1;
|
|
131298
|
-
suspendResult = this.
|
|
131280
|
+
suspendResult = this.b9h_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
131299
131281
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131300
131282
|
return suspendResult;
|
|
131301
131283
|
}
|
|
@@ -131335,8 +131317,8 @@ protoOf($showEmailNewsletterCOROUTINE$).r8 = function () {
|
|
|
131335
131317
|
};
|
|
131336
131318
|
function $showSMSAvailable$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
131337
131319
|
CoroutineImpl.call(this, resultContinuation);
|
|
131338
|
-
this.
|
|
131339
|
-
this.
|
|
131320
|
+
this.m9h_1 = _this__u8e3s4;
|
|
131321
|
+
this.n9h_1 = companyId;
|
|
131340
131322
|
}
|
|
131341
131323
|
protoOf($showSMSAvailable$suspendBridgeCOROUTINE$).r8 = function () {
|
|
131342
131324
|
var suspendResult = this.l8_1;
|
|
@@ -131346,16 +131328,16 @@ protoOf($showSMSAvailable$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131346
131328
|
switch (tmp) {
|
|
131347
131329
|
case 0:
|
|
131348
131330
|
this.k8_1 = 4;
|
|
131349
|
-
if (this.
|
|
131331
|
+
if (this.m9h_1.showSMSAvailable === protoOf(CommunicationApi).showSMSAvailable) {
|
|
131350
131332
|
this.j8_1 = 2;
|
|
131351
|
-
suspendResult = this.
|
|
131333
|
+
suspendResult = this.m9h_1.p9h(this.n9h_1, this);
|
|
131352
131334
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131353
131335
|
return suspendResult;
|
|
131354
131336
|
}
|
|
131355
131337
|
continue $sm;
|
|
131356
131338
|
} else {
|
|
131357
131339
|
this.j8_1 = 1;
|
|
131358
|
-
suspendResult = await_0(this.
|
|
131340
|
+
suspendResult = await_0(this.m9h_1.showSMSAvailable(this.n9h_1), this);
|
|
131359
131341
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131360
131342
|
return suspendResult;
|
|
131361
131343
|
}
|
|
@@ -131363,15 +131345,15 @@ protoOf($showSMSAvailable$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131363
131345
|
}
|
|
131364
131346
|
|
|
131365
131347
|
case 1:
|
|
131366
|
-
this.
|
|
131348
|
+
this.o9h_1 = suspendResult;
|
|
131367
131349
|
this.j8_1 = 3;
|
|
131368
131350
|
continue $sm;
|
|
131369
131351
|
case 2:
|
|
131370
|
-
this.
|
|
131352
|
+
this.o9h_1 = suspendResult;
|
|
131371
131353
|
this.j8_1 = 3;
|
|
131372
131354
|
continue $sm;
|
|
131373
131355
|
case 3:
|
|
131374
|
-
return this.
|
|
131356
|
+
return this.o9h_1;
|
|
131375
131357
|
case 4:
|
|
131376
131358
|
throw this.m8_1;
|
|
131377
131359
|
}
|
|
@@ -131388,8 +131370,8 @@ protoOf($showSMSAvailable$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131388
131370
|
};
|
|
131389
131371
|
function $showSMSAvailableCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
131390
131372
|
CoroutineImpl.call(this, resultContinuation);
|
|
131391
|
-
this.
|
|
131392
|
-
this.
|
|
131373
|
+
this.y9h_1 = _this__u8e3s4;
|
|
131374
|
+
this.z9h_1 = companyId;
|
|
131393
131375
|
}
|
|
131394
131376
|
protoOf($showSMSAvailableCOROUTINE$).r8 = function () {
|
|
131395
131377
|
var suspendResult = this.l8_1;
|
|
@@ -131404,10 +131386,10 @@ protoOf($showSMSAvailableCOROUTINE$).r8 = function () {
|
|
|
131404
131386
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
131405
131387
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
131406
131388
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
131407
|
-
var tmp1_path = replace('/companies/{companyId}/sms/available', '{companyId}', this.
|
|
131389
|
+
var tmp1_path = replace('/companies/{companyId}/sms/available', '{companyId}', this.z9h_1.toString());
|
|
131408
131390
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
131409
131391
|
this.j8_1 = 1;
|
|
131410
|
-
suspendResult = this.
|
|
131392
|
+
suspendResult = this.y9h_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
131411
131393
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131412
131394
|
return suspendResult;
|
|
131413
131395
|
}
|
|
@@ -131447,9 +131429,9 @@ protoOf($showSMSAvailableCOROUTINE$).r8 = function () {
|
|
|
131447
131429
|
};
|
|
131448
131430
|
function $showSMSBroadcast$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, broadcastId, resultContinuation) {
|
|
131449
131431
|
CoroutineImpl.call(this, resultContinuation);
|
|
131450
|
-
this.
|
|
131451
|
-
this.
|
|
131452
|
-
this.
|
|
131432
|
+
this.i9i_1 = _this__u8e3s4;
|
|
131433
|
+
this.j9i_1 = companyId;
|
|
131434
|
+
this.k9i_1 = broadcastId;
|
|
131453
131435
|
}
|
|
131454
131436
|
protoOf($showSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
131455
131437
|
var suspendResult = this.l8_1;
|
|
@@ -131459,16 +131441,16 @@ protoOf($showSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131459
131441
|
switch (tmp) {
|
|
131460
131442
|
case 0:
|
|
131461
131443
|
this.k8_1 = 4;
|
|
131462
|
-
if (this.
|
|
131444
|
+
if (this.i9i_1.showSMSBroadcast === protoOf(CommunicationApi).showSMSBroadcast) {
|
|
131463
131445
|
this.j8_1 = 2;
|
|
131464
|
-
suspendResult = this.
|
|
131446
|
+
suspendResult = this.i9i_1.m9i(this.j9i_1, this.k9i_1, this);
|
|
131465
131447
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131466
131448
|
return suspendResult;
|
|
131467
131449
|
}
|
|
131468
131450
|
continue $sm;
|
|
131469
131451
|
} else {
|
|
131470
131452
|
this.j8_1 = 1;
|
|
131471
|
-
suspendResult = await_0(this.
|
|
131453
|
+
suspendResult = await_0(this.i9i_1.showSMSBroadcast(this.j9i_1, this.k9i_1), this);
|
|
131472
131454
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131473
131455
|
return suspendResult;
|
|
131474
131456
|
}
|
|
@@ -131476,15 +131458,15 @@ protoOf($showSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131476
131458
|
}
|
|
131477
131459
|
|
|
131478
131460
|
case 1:
|
|
131479
|
-
this.
|
|
131461
|
+
this.l9i_1 = suspendResult;
|
|
131480
131462
|
this.j8_1 = 3;
|
|
131481
131463
|
continue $sm;
|
|
131482
131464
|
case 2:
|
|
131483
|
-
this.
|
|
131465
|
+
this.l9i_1 = suspendResult;
|
|
131484
131466
|
this.j8_1 = 3;
|
|
131485
131467
|
continue $sm;
|
|
131486
131468
|
case 3:
|
|
131487
|
-
return this.
|
|
131469
|
+
return this.l9i_1;
|
|
131488
131470
|
case 4:
|
|
131489
131471
|
throw this.m8_1;
|
|
131490
131472
|
}
|
|
@@ -131501,9 +131483,9 @@ protoOf($showSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131501
131483
|
};
|
|
131502
131484
|
function $showSMSBroadcastCOROUTINE$(_this__u8e3s4, companyId, broadcastId, resultContinuation) {
|
|
131503
131485
|
CoroutineImpl.call(this, resultContinuation);
|
|
131504
|
-
this.
|
|
131505
|
-
this.
|
|
131506
|
-
this.
|
|
131486
|
+
this.v9i_1 = _this__u8e3s4;
|
|
131487
|
+
this.w9i_1 = companyId;
|
|
131488
|
+
this.x9i_1 = broadcastId;
|
|
131507
131489
|
}
|
|
131508
131490
|
protoOf($showSMSBroadcastCOROUTINE$).r8 = function () {
|
|
131509
131491
|
var suspendResult = this.l8_1;
|
|
@@ -131518,10 +131500,10 @@ protoOf($showSMSBroadcastCOROUTINE$).r8 = function () {
|
|
|
131518
131500
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
131519
131501
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
131520
131502
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
131521
|
-
var tmp1_path = replace(replace('/companies/{companyId}/sms/broadcasts/{broadcastId}', '{companyId}', this.
|
|
131503
|
+
var tmp1_path = replace(replace('/companies/{companyId}/sms/broadcasts/{broadcastId}', '{companyId}', this.w9i_1.toString()), '{broadcastId}', this.x9i_1.toString());
|
|
131522
131504
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
131523
131505
|
this.j8_1 = 1;
|
|
131524
|
-
suspendResult = this.
|
|
131506
|
+
suspendResult = this.v9i_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
131525
131507
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131526
131508
|
return suspendResult;
|
|
131527
131509
|
}
|
|
@@ -131561,9 +131543,9 @@ protoOf($showSMSBroadcastCOROUTINE$).r8 = function () {
|
|
|
131561
131543
|
};
|
|
131562
131544
|
function $showSMSBroadcastSMSValidation$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, broadcastId, resultContinuation) {
|
|
131563
131545
|
CoroutineImpl.call(this, resultContinuation);
|
|
131564
|
-
this.
|
|
131565
|
-
this.
|
|
131566
|
-
this.
|
|
131546
|
+
this.g9j_1 = _this__u8e3s4;
|
|
131547
|
+
this.h9j_1 = companyId;
|
|
131548
|
+
this.i9j_1 = broadcastId;
|
|
131567
131549
|
}
|
|
131568
131550
|
protoOf($showSMSBroadcastSMSValidation$suspendBridgeCOROUTINE$).r8 = function () {
|
|
131569
131551
|
var suspendResult = this.l8_1;
|
|
@@ -131573,16 +131555,16 @@ protoOf($showSMSBroadcastSMSValidation$suspendBridgeCOROUTINE$).r8 = function ()
|
|
|
131573
131555
|
switch (tmp) {
|
|
131574
131556
|
case 0:
|
|
131575
131557
|
this.k8_1 = 4;
|
|
131576
|
-
if (this.
|
|
131558
|
+
if (this.g9j_1.showSMSBroadcastSMSValidation === protoOf(CommunicationApi).showSMSBroadcastSMSValidation) {
|
|
131577
131559
|
this.j8_1 = 2;
|
|
131578
|
-
suspendResult = this.
|
|
131560
|
+
suspendResult = this.g9j_1.k9j(this.h9j_1, this.i9j_1, this);
|
|
131579
131561
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131580
131562
|
return suspendResult;
|
|
131581
131563
|
}
|
|
131582
131564
|
continue $sm;
|
|
131583
131565
|
} else {
|
|
131584
131566
|
this.j8_1 = 1;
|
|
131585
|
-
suspendResult = await_0(this.
|
|
131567
|
+
suspendResult = await_0(this.g9j_1.showSMSBroadcastSMSValidation(this.h9j_1, this.i9j_1), this);
|
|
131586
131568
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131587
131569
|
return suspendResult;
|
|
131588
131570
|
}
|
|
@@ -131590,15 +131572,15 @@ protoOf($showSMSBroadcastSMSValidation$suspendBridgeCOROUTINE$).r8 = function ()
|
|
|
131590
131572
|
}
|
|
131591
131573
|
|
|
131592
131574
|
case 1:
|
|
131593
|
-
this.
|
|
131575
|
+
this.j9j_1 = suspendResult;
|
|
131594
131576
|
this.j8_1 = 3;
|
|
131595
131577
|
continue $sm;
|
|
131596
131578
|
case 2:
|
|
131597
|
-
this.
|
|
131579
|
+
this.j9j_1 = suspendResult;
|
|
131598
131580
|
this.j8_1 = 3;
|
|
131599
131581
|
continue $sm;
|
|
131600
131582
|
case 3:
|
|
131601
|
-
return this.
|
|
131583
|
+
return this.j9j_1;
|
|
131602
131584
|
case 4:
|
|
131603
131585
|
throw this.m8_1;
|
|
131604
131586
|
}
|
|
@@ -131615,9 +131597,9 @@ protoOf($showSMSBroadcastSMSValidation$suspendBridgeCOROUTINE$).r8 = function ()
|
|
|
131615
131597
|
};
|
|
131616
131598
|
function $showSMSBroadcastSMSValidationCOROUTINE$(_this__u8e3s4, companyId, broadcastId, resultContinuation) {
|
|
131617
131599
|
CoroutineImpl.call(this, resultContinuation);
|
|
131618
|
-
this.
|
|
131619
|
-
this.
|
|
131620
|
-
this.
|
|
131600
|
+
this.t9j_1 = _this__u8e3s4;
|
|
131601
|
+
this.u9j_1 = companyId;
|
|
131602
|
+
this.v9j_1 = broadcastId;
|
|
131621
131603
|
}
|
|
131622
131604
|
protoOf($showSMSBroadcastSMSValidationCOROUTINE$).r8 = function () {
|
|
131623
131605
|
var suspendResult = this.l8_1;
|
|
@@ -131632,10 +131614,10 @@ protoOf($showSMSBroadcastSMSValidationCOROUTINE$).r8 = function () {
|
|
|
131632
131614
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
131633
131615
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
131634
131616
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
131635
|
-
var tmp1_path = replace(replace('/companies/{companyId}/sms/broadcasts/{broadcastId}/validateSMSAvailable', '{companyId}', this.
|
|
131617
|
+
var tmp1_path = replace(replace('/companies/{companyId}/sms/broadcasts/{broadcastId}/validateSMSAvailable', '{companyId}', this.u9j_1.toString()), '{broadcastId}', this.v9j_1.toString());
|
|
131636
131618
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
131637
131619
|
this.j8_1 = 1;
|
|
131638
|
-
suspendResult = this.
|
|
131620
|
+
suspendResult = this.t9j_1.d8m(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
131639
131621
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131640
131622
|
return suspendResult;
|
|
131641
131623
|
}
|
|
@@ -131675,10 +131657,10 @@ protoOf($showSMSBroadcastSMSValidationCOROUTINE$).r8 = function () {
|
|
|
131675
131657
|
};
|
|
131676
131658
|
function $updateEmailNewsletter$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, newsletterId, updateNewsletterCommand, resultContinuation) {
|
|
131677
131659
|
CoroutineImpl.call(this, resultContinuation);
|
|
131678
|
-
this.
|
|
131679
|
-
this.
|
|
131680
|
-
this.
|
|
131681
|
-
this.
|
|
131660
|
+
this.e9k_1 = _this__u8e3s4;
|
|
131661
|
+
this.f9k_1 = companyId;
|
|
131662
|
+
this.g9k_1 = newsletterId;
|
|
131663
|
+
this.h9k_1 = updateNewsletterCommand;
|
|
131682
131664
|
}
|
|
131683
131665
|
protoOf($updateEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
131684
131666
|
var suspendResult = this.l8_1;
|
|
@@ -131688,16 +131670,16 @@ protoOf($updateEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131688
131670
|
switch (tmp) {
|
|
131689
131671
|
case 0:
|
|
131690
131672
|
this.k8_1 = 4;
|
|
131691
|
-
if (this.
|
|
131673
|
+
if (this.e9k_1.updateEmailNewsletter === protoOf(CommunicationApi).updateEmailNewsletter) {
|
|
131692
131674
|
this.j8_1 = 2;
|
|
131693
|
-
suspendResult = this.
|
|
131675
|
+
suspendResult = this.e9k_1.j9k(this.f9k_1, this.g9k_1, this.h9k_1, this);
|
|
131694
131676
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131695
131677
|
return suspendResult;
|
|
131696
131678
|
}
|
|
131697
131679
|
continue $sm;
|
|
131698
131680
|
} else {
|
|
131699
131681
|
this.j8_1 = 1;
|
|
131700
|
-
suspendResult = await_0(this.
|
|
131682
|
+
suspendResult = await_0(this.e9k_1.updateEmailNewsletter(this.f9k_1, this.g9k_1, this.h9k_1), this);
|
|
131701
131683
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131702
131684
|
return suspendResult;
|
|
131703
131685
|
}
|
|
@@ -131705,15 +131687,15 @@ protoOf($updateEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131705
131687
|
}
|
|
131706
131688
|
|
|
131707
131689
|
case 1:
|
|
131708
|
-
this.
|
|
131690
|
+
this.i9k_1 = suspendResult;
|
|
131709
131691
|
this.j8_1 = 3;
|
|
131710
131692
|
continue $sm;
|
|
131711
131693
|
case 2:
|
|
131712
|
-
this.
|
|
131694
|
+
this.i9k_1 = suspendResult;
|
|
131713
131695
|
this.j8_1 = 3;
|
|
131714
131696
|
continue $sm;
|
|
131715
131697
|
case 3:
|
|
131716
|
-
return this.
|
|
131698
|
+
return this.i9k_1;
|
|
131717
131699
|
case 4:
|
|
131718
131700
|
throw this.m8_1;
|
|
131719
131701
|
}
|
|
@@ -131730,10 +131712,10 @@ protoOf($updateEmailNewsletter$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131730
131712
|
};
|
|
131731
131713
|
function $updateEmailNewsletterCOROUTINE$(_this__u8e3s4, companyId, newsletterId, updateNewsletterCommand, resultContinuation) {
|
|
131732
131714
|
CoroutineImpl.call(this, resultContinuation);
|
|
131733
|
-
this.
|
|
131734
|
-
this.
|
|
131735
|
-
this.
|
|
131736
|
-
this.
|
|
131715
|
+
this.s9k_1 = _this__u8e3s4;
|
|
131716
|
+
this.t9k_1 = companyId;
|
|
131717
|
+
this.u9k_1 = newsletterId;
|
|
131718
|
+
this.v9k_1 = updateNewsletterCommand;
|
|
131737
131719
|
}
|
|
131738
131720
|
protoOf($updateEmailNewsletterCOROUTINE$).r8 = function () {
|
|
131739
131721
|
var suspendResult = this.l8_1;
|
|
@@ -131744,14 +131726,14 @@ protoOf($updateEmailNewsletterCOROUTINE$).r8 = function () {
|
|
|
131744
131726
|
case 0:
|
|
131745
131727
|
this.k8_1 = 2;
|
|
131746
131728
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
131747
|
-
var localVariableBody = this.
|
|
131729
|
+
var localVariableBody = this.v9k_1;
|
|
131748
131730
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
131749
131731
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
131750
131732
|
var tmp0_method = RequestMethod_PUT_getInstance();
|
|
131751
|
-
var tmp1_path = replace(replace('/companies/{companyId}/email/newsletters/{newsletterId}', '{companyId}', this.
|
|
131733
|
+
var tmp1_path = replace(replace('/companies/{companyId}/email/newsletters/{newsletterId}', '{companyId}', this.t9k_1.toString()), '{newsletterId}', this.u9k_1.toString());
|
|
131752
131734
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
131753
131735
|
this.j8_1 = 1;
|
|
131754
|
-
suspendResult = this.
|
|
131736
|
+
suspendResult = this.s9k_1.e8a(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
131755
131737
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131756
131738
|
return suspendResult;
|
|
131757
131739
|
}
|
|
@@ -131791,10 +131773,10 @@ protoOf($updateEmailNewsletterCOROUTINE$).r8 = function () {
|
|
|
131791
131773
|
};
|
|
131792
131774
|
function $updateSMSBroadcast$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, broadcastId, updateSMSBroadcastCommand, resultContinuation) {
|
|
131793
131775
|
CoroutineImpl.call(this, resultContinuation);
|
|
131794
|
-
this.
|
|
131795
|
-
this.
|
|
131796
|
-
this.
|
|
131797
|
-
this.
|
|
131776
|
+
this.e9l_1 = _this__u8e3s4;
|
|
131777
|
+
this.f9l_1 = companyId;
|
|
131778
|
+
this.g9l_1 = broadcastId;
|
|
131779
|
+
this.h9l_1 = updateSMSBroadcastCommand;
|
|
131798
131780
|
}
|
|
131799
131781
|
protoOf($updateSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
131800
131782
|
var suspendResult = this.l8_1;
|
|
@@ -131804,16 +131786,16 @@ protoOf($updateSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131804
131786
|
switch (tmp) {
|
|
131805
131787
|
case 0:
|
|
131806
131788
|
this.k8_1 = 4;
|
|
131807
|
-
if (this.
|
|
131789
|
+
if (this.e9l_1.updateSMSBroadcast === protoOf(CommunicationApi).updateSMSBroadcast) {
|
|
131808
131790
|
this.j8_1 = 2;
|
|
131809
|
-
suspendResult = this.
|
|
131791
|
+
suspendResult = this.e9l_1.j9l(this.f9l_1, this.g9l_1, this.h9l_1, this);
|
|
131810
131792
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131811
131793
|
return suspendResult;
|
|
131812
131794
|
}
|
|
131813
131795
|
continue $sm;
|
|
131814
131796
|
} else {
|
|
131815
131797
|
this.j8_1 = 1;
|
|
131816
|
-
suspendResult = await_0(this.
|
|
131798
|
+
suspendResult = await_0(this.e9l_1.updateSMSBroadcast(this.f9l_1, this.g9l_1, this.h9l_1), this);
|
|
131817
131799
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131818
131800
|
return suspendResult;
|
|
131819
131801
|
}
|
|
@@ -131821,15 +131803,15 @@ protoOf($updateSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131821
131803
|
}
|
|
131822
131804
|
|
|
131823
131805
|
case 1:
|
|
131824
|
-
this.
|
|
131806
|
+
this.i9l_1 = suspendResult;
|
|
131825
131807
|
this.j8_1 = 3;
|
|
131826
131808
|
continue $sm;
|
|
131827
131809
|
case 2:
|
|
131828
|
-
this.
|
|
131810
|
+
this.i9l_1 = suspendResult;
|
|
131829
131811
|
this.j8_1 = 3;
|
|
131830
131812
|
continue $sm;
|
|
131831
131813
|
case 3:
|
|
131832
|
-
return this.
|
|
131814
|
+
return this.i9l_1;
|
|
131833
131815
|
case 4:
|
|
131834
131816
|
throw this.m8_1;
|
|
131835
131817
|
}
|
|
@@ -131846,10 +131828,10 @@ protoOf($updateSMSBroadcast$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
131846
131828
|
};
|
|
131847
131829
|
function $updateSMSBroadcastCOROUTINE$(_this__u8e3s4, companyId, broadcastId, updateSMSBroadcastCommand, resultContinuation) {
|
|
131848
131830
|
CoroutineImpl.call(this, resultContinuation);
|
|
131849
|
-
this.
|
|
131850
|
-
this.
|
|
131851
|
-
this.
|
|
131852
|
-
this.
|
|
131831
|
+
this.s9l_1 = _this__u8e3s4;
|
|
131832
|
+
this.t9l_1 = companyId;
|
|
131833
|
+
this.u9l_1 = broadcastId;
|
|
131834
|
+
this.v9l_1 = updateSMSBroadcastCommand;
|
|
131853
131835
|
}
|
|
131854
131836
|
protoOf($updateSMSBroadcastCOROUTINE$).r8 = function () {
|
|
131855
131837
|
var suspendResult = this.l8_1;
|
|
@@ -131860,14 +131842,14 @@ protoOf($updateSMSBroadcastCOROUTINE$).r8 = function () {
|
|
|
131860
131842
|
case 0:
|
|
131861
131843
|
this.k8_1 = 2;
|
|
131862
131844
|
var localVariableAuthNames = listOf(['cognito', 'cognito-direct']);
|
|
131863
|
-
var localVariableBody = this.
|
|
131845
|
+
var localVariableBody = this.v9l_1;
|
|
131864
131846
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
131865
131847
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
131866
131848
|
var tmp0_method = RequestMethod_PUT_getInstance();
|
|
131867
|
-
var tmp1_path = replace(replace('/companies/{companyId}/sms/broadcasts/{broadcastId}', '{companyId}', this.
|
|
131849
|
+
var tmp1_path = replace(replace('/companies/{companyId}/sms/broadcasts/{broadcastId}', '{companyId}', this.t9l_1.toString()), '{broadcastId}', this.u9l_1.toString());
|
|
131868
131850
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
131869
131851
|
this.j8_1 = 1;
|
|
131870
|
-
suspendResult = this.
|
|
131852
|
+
suspendResult = this.s9l_1.e8a(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
131871
131853
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
131872
131854
|
return suspendResult;
|
|
131873
131855
|
}
|
|
@@ -131908,16 +131890,16 @@ protoOf($updateSMSBroadcastCOROUTINE$).r8 = function () {
|
|
|
131908
131890
|
protoOf(CommunicationApi).createEmailNewsletter = function (companyId, createNewsletterCommand) {
|
|
131909
131891
|
var tmp = this;
|
|
131910
131892
|
return promisify(function ($completion) {
|
|
131911
|
-
return tmp.
|
|
131893
|
+
return tmp.w9l(companyId, createNewsletterCommand, $completion);
|
|
131912
131894
|
});
|
|
131913
131895
|
};
|
|
131914
|
-
protoOf(CommunicationApi).
|
|
131896
|
+
protoOf(CommunicationApi).w9l = function (companyId, createNewsletterCommand, $completion) {
|
|
131915
131897
|
var tmp = new $createEmailNewsletter$suspendBridgeCOROUTINE$(this, companyId, createNewsletterCommand, $completion);
|
|
131916
131898
|
tmp.l8_1 = Unit_instance;
|
|
131917
131899
|
tmp.m8_1 = null;
|
|
131918
131900
|
return tmp.r8();
|
|
131919
131901
|
};
|
|
131920
|
-
protoOf(CommunicationApi).
|
|
131902
|
+
protoOf(CommunicationApi).i91 = function (companyId, createNewsletterCommand, $completion) {
|
|
131921
131903
|
var tmp = new $createEmailNewsletterCOROUTINE$(this, companyId, createNewsletterCommand, $completion);
|
|
131922
131904
|
tmp.l8_1 = Unit_instance;
|
|
131923
131905
|
tmp.m8_1 = null;
|
|
@@ -131926,16 +131908,16 @@ protoOf(CommunicationApi).h92 = function (companyId, createNewsletterCommand, $c
|
|
|
131926
131908
|
protoOf(CommunicationApi).createLetter = function (sendLetterCommand) {
|
|
131927
131909
|
var tmp = this;
|
|
131928
131910
|
return promisify(function ($completion) {
|
|
131929
|
-
return tmp.
|
|
131911
|
+
return tmp.x9l(sendLetterCommand, $completion);
|
|
131930
131912
|
});
|
|
131931
131913
|
};
|
|
131932
|
-
protoOf(CommunicationApi).
|
|
131914
|
+
protoOf(CommunicationApi).x9l = function (sendLetterCommand, $completion) {
|
|
131933
131915
|
var tmp = new $createLetter$suspendBridgeCOROUTINE$(this, sendLetterCommand, $completion);
|
|
131934
131916
|
tmp.l8_1 = Unit_instance;
|
|
131935
131917
|
tmp.m8_1 = null;
|
|
131936
131918
|
return tmp.r8();
|
|
131937
131919
|
};
|
|
131938
|
-
protoOf(CommunicationApi).
|
|
131920
|
+
protoOf(CommunicationApi).f92 = function (sendLetterCommand, $completion) {
|
|
131939
131921
|
var tmp = new $createLetterCOROUTINE$(this, sendLetterCommand, $completion);
|
|
131940
131922
|
tmp.l8_1 = Unit_instance;
|
|
131941
131923
|
tmp.m8_1 = null;
|
|
@@ -131944,16 +131926,16 @@ protoOf(CommunicationApi).e93 = function (sendLetterCommand, $completion) {
|
|
|
131944
131926
|
protoOf(CommunicationApi).createLetterInCompany = function (companyId, sendLetterCommand) {
|
|
131945
131927
|
var tmp = this;
|
|
131946
131928
|
return promisify(function ($completion) {
|
|
131947
|
-
return tmp.
|
|
131929
|
+
return tmp.y9l(companyId, sendLetterCommand, $completion);
|
|
131948
131930
|
});
|
|
131949
131931
|
};
|
|
131950
|
-
protoOf(CommunicationApi).
|
|
131932
|
+
protoOf(CommunicationApi).y9l = function (companyId, sendLetterCommand, $completion) {
|
|
131951
131933
|
var tmp = new $createLetterInCompany$suspendBridgeCOROUTINE$(this, companyId, sendLetterCommand, $completion);
|
|
131952
131934
|
tmp.l8_1 = Unit_instance;
|
|
131953
131935
|
tmp.m8_1 = null;
|
|
131954
131936
|
return tmp.r8();
|
|
131955
131937
|
};
|
|
131956
|
-
protoOf(CommunicationApi).
|
|
131938
|
+
protoOf(CommunicationApi).c93 = function (companyId, sendLetterCommand, $completion) {
|
|
131957
131939
|
var tmp = new $createLetterInCompanyCOROUTINE$(this, companyId, sendLetterCommand, $completion);
|
|
131958
131940
|
tmp.l8_1 = Unit_instance;
|
|
131959
131941
|
tmp.m8_1 = null;
|
|
@@ -131962,16 +131944,16 @@ protoOf(CommunicationApi).b94 = function (companyId, sendLetterCommand, $complet
|
|
|
131962
131944
|
protoOf(CommunicationApi).createSMSBroadcast = function (companyId, createSMSBroadcastCommand) {
|
|
131963
131945
|
var tmp = this;
|
|
131964
131946
|
return promisify(function ($completion) {
|
|
131965
|
-
return tmp.
|
|
131947
|
+
return tmp.z9l(companyId, createSMSBroadcastCommand, $completion);
|
|
131966
131948
|
});
|
|
131967
131949
|
};
|
|
131968
|
-
protoOf(CommunicationApi).
|
|
131950
|
+
protoOf(CommunicationApi).z9l = function (companyId, createSMSBroadcastCommand, $completion) {
|
|
131969
131951
|
var tmp = new $createSMSBroadcast$suspendBridgeCOROUTINE$(this, companyId, createSMSBroadcastCommand, $completion);
|
|
131970
131952
|
tmp.l8_1 = Unit_instance;
|
|
131971
131953
|
tmp.m8_1 = null;
|
|
131972
131954
|
return tmp.r8();
|
|
131973
131955
|
};
|
|
131974
|
-
protoOf(CommunicationApi).
|
|
131956
|
+
protoOf(CommunicationApi).a94 = function (companyId, createSMSBroadcastCommand, $completion) {
|
|
131975
131957
|
var tmp = new $createSMSBroadcastCOROUTINE$(this, companyId, createSMSBroadcastCommand, $completion);
|
|
131976
131958
|
tmp.l8_1 = Unit_instance;
|
|
131977
131959
|
tmp.m8_1 = null;
|
|
@@ -131980,16 +131962,16 @@ protoOf(CommunicationApi).z94 = function (companyId, createSMSBroadcastCommand,
|
|
|
131980
131962
|
protoOf(CommunicationApi).createSMSPurchase = function (companyId, bundleId) {
|
|
131981
131963
|
var tmp = this;
|
|
131982
131964
|
return promisify(function ($completion) {
|
|
131983
|
-
return tmp.
|
|
131965
|
+
return tmp.a9m(companyId, bundleId, $completion);
|
|
131984
131966
|
});
|
|
131985
131967
|
};
|
|
131986
|
-
protoOf(CommunicationApi).
|
|
131968
|
+
protoOf(CommunicationApi).a9m = function (companyId, bundleId, $completion) {
|
|
131987
131969
|
var tmp = new $createSMSPurchase$suspendBridgeCOROUTINE$(this, companyId, bundleId, $completion);
|
|
131988
131970
|
tmp.l8_1 = Unit_instance;
|
|
131989
131971
|
tmp.m8_1 = null;
|
|
131990
131972
|
return tmp.r8();
|
|
131991
131973
|
};
|
|
131992
|
-
protoOf(CommunicationApi).
|
|
131974
|
+
protoOf(CommunicationApi).y94 = function (companyId, bundleId, $completion) {
|
|
131993
131975
|
var tmp = new $createSMSPurchaseCOROUTINE$(this, companyId, bundleId, $completion);
|
|
131994
131976
|
tmp.l8_1 = Unit_instance;
|
|
131995
131977
|
tmp.m8_1 = null;
|
|
@@ -131998,16 +131980,16 @@ protoOf(CommunicationApi).x95 = function (companyId, bundleId, $completion) {
|
|
|
131998
131980
|
protoOf(CommunicationApi).deleteEmailNewsletter = function (companyId, newsletterId) {
|
|
131999
131981
|
var tmp = this;
|
|
132000
131982
|
return promisify(function ($completion) {
|
|
132001
|
-
return tmp.
|
|
131983
|
+
return tmp.b9m(companyId, newsletterId, $completion);
|
|
132002
131984
|
});
|
|
132003
131985
|
};
|
|
132004
|
-
protoOf(CommunicationApi).
|
|
131986
|
+
protoOf(CommunicationApi).b9m = function (companyId, newsletterId, $completion) {
|
|
132005
131987
|
var tmp = new $deleteEmailNewsletter$suspendBridgeCOROUTINE$(this, companyId, newsletterId, $completion);
|
|
132006
131988
|
tmp.l8_1 = Unit_instance;
|
|
132007
131989
|
tmp.m8_1 = null;
|
|
132008
131990
|
return tmp.r8();
|
|
132009
131991
|
};
|
|
132010
|
-
protoOf(CommunicationApi).
|
|
131992
|
+
protoOf(CommunicationApi).w95 = function (companyId, newsletterId, $completion) {
|
|
132011
131993
|
var tmp = new $deleteEmailNewsletterCOROUTINE$(this, companyId, newsletterId, $completion);
|
|
132012
131994
|
tmp.l8_1 = Unit_instance;
|
|
132013
131995
|
tmp.m8_1 = null;
|
|
@@ -132016,16 +131998,16 @@ protoOf(CommunicationApi).v96 = function (companyId, newsletterId, $completion)
|
|
|
132016
131998
|
protoOf(CommunicationApi).deleteSMSBroadcast = function (companyId, broadcastId) {
|
|
132017
131999
|
var tmp = this;
|
|
132018
132000
|
return promisify(function ($completion) {
|
|
132019
|
-
return tmp.
|
|
132001
|
+
return tmp.c9m(companyId, broadcastId, $completion);
|
|
132020
132002
|
});
|
|
132021
132003
|
};
|
|
132022
|
-
protoOf(CommunicationApi).
|
|
132004
|
+
protoOf(CommunicationApi).c9m = function (companyId, broadcastId, $completion) {
|
|
132023
132005
|
var tmp = new $deleteSMSBroadcast$suspendBridgeCOROUTINE$(this, companyId, broadcastId, $completion);
|
|
132024
132006
|
tmp.l8_1 = Unit_instance;
|
|
132025
132007
|
tmp.m8_1 = null;
|
|
132026
132008
|
return tmp.r8();
|
|
132027
132009
|
};
|
|
132028
|
-
protoOf(CommunicationApi).
|
|
132010
|
+
protoOf(CommunicationApi).u96 = function (companyId, broadcastId, $completion) {
|
|
132029
132011
|
var tmp = new $deleteSMSBroadcastCOROUTINE$(this, companyId, broadcastId, $completion);
|
|
132030
132012
|
tmp.l8_1 = Unit_instance;
|
|
132031
132013
|
tmp.m8_1 = null;
|
|
@@ -132034,16 +132016,16 @@ protoOf(CommunicationApi).t97 = function (companyId, broadcastId, $completion) {
|
|
|
132034
132016
|
protoOf(CommunicationApi).indexEmailNewsletterNotificationGroups = function (companyId) {
|
|
132035
132017
|
var tmp = this;
|
|
132036
132018
|
return promisify(function ($completion) {
|
|
132037
|
-
return tmp.
|
|
132019
|
+
return tmp.d9m(companyId, $completion);
|
|
132038
132020
|
});
|
|
132039
132021
|
};
|
|
132040
|
-
protoOf(CommunicationApi).
|
|
132022
|
+
protoOf(CommunicationApi).d9m = function (companyId, $completion) {
|
|
132041
132023
|
var tmp = new $indexEmailNewsletterNotificationGroups$suspendBridgeCOROUTINE$(this, companyId, $completion);
|
|
132042
132024
|
tmp.l8_1 = Unit_instance;
|
|
132043
132025
|
tmp.m8_1 = null;
|
|
132044
132026
|
return tmp.r8();
|
|
132045
132027
|
};
|
|
132046
|
-
protoOf(CommunicationApi).
|
|
132028
|
+
protoOf(CommunicationApi).r97 = function (companyId, $completion) {
|
|
132047
132029
|
var tmp = new $indexEmailNewsletterNotificationGroupsCOROUTINE$(this, companyId, $completion);
|
|
132048
132030
|
tmp.l8_1 = Unit_instance;
|
|
132049
132031
|
tmp.m8_1 = null;
|
|
@@ -132052,16 +132034,16 @@ protoOf(CommunicationApi).q98 = function (companyId, $completion) {
|
|
|
132052
132034
|
protoOf(CommunicationApi).indexEmailNewsletters = function (companyId) {
|
|
132053
132035
|
var tmp = this;
|
|
132054
132036
|
return promisify(function ($completion) {
|
|
132055
|
-
return tmp.
|
|
132037
|
+
return tmp.e9m(companyId, $completion);
|
|
132056
132038
|
});
|
|
132057
132039
|
};
|
|
132058
|
-
protoOf(CommunicationApi).
|
|
132040
|
+
protoOf(CommunicationApi).e9m = function (companyId, $completion) {
|
|
132059
132041
|
var tmp = new $indexEmailNewsletters$suspendBridgeCOROUTINE$(this, companyId, $completion);
|
|
132060
132042
|
tmp.l8_1 = Unit_instance;
|
|
132061
132043
|
tmp.m8_1 = null;
|
|
132062
132044
|
return tmp.r8();
|
|
132063
132045
|
};
|
|
132064
|
-
protoOf(CommunicationApi).
|
|
132046
|
+
protoOf(CommunicationApi).n98 = function (companyId, $completion) {
|
|
132065
132047
|
var tmp = new $indexEmailNewslettersCOROUTINE$(this, companyId, $completion);
|
|
132066
132048
|
tmp.l8_1 = Unit_instance;
|
|
132067
132049
|
tmp.m8_1 = null;
|
|
@@ -132070,16 +132052,16 @@ protoOf(CommunicationApi).m99 = function (companyId, $completion) {
|
|
|
132070
132052
|
protoOf(CommunicationApi).indexSMSBroadcasts = function (companyId) {
|
|
132071
132053
|
var tmp = this;
|
|
132072
132054
|
return promisify(function ($completion) {
|
|
132073
|
-
return tmp.
|
|
132055
|
+
return tmp.f9m(companyId, $completion);
|
|
132074
132056
|
});
|
|
132075
132057
|
};
|
|
132076
|
-
protoOf(CommunicationApi).
|
|
132058
|
+
protoOf(CommunicationApi).f9m = function (companyId, $completion) {
|
|
132077
132059
|
var tmp = new $indexSMSBroadcasts$suspendBridgeCOROUTINE$(this, companyId, $completion);
|
|
132078
132060
|
tmp.l8_1 = Unit_instance;
|
|
132079
132061
|
tmp.m8_1 = null;
|
|
132080
132062
|
return tmp.r8();
|
|
132081
132063
|
};
|
|
132082
|
-
protoOf(CommunicationApi).
|
|
132064
|
+
protoOf(CommunicationApi).j99 = function (companyId, $completion) {
|
|
132083
132065
|
var tmp = new $indexSMSBroadcastsCOROUTINE$(this, companyId, $completion);
|
|
132084
132066
|
tmp.l8_1 = Unit_instance;
|
|
132085
132067
|
tmp.m8_1 = null;
|
|
@@ -132088,16 +132070,16 @@ protoOf(CommunicationApi).i9a = function (companyId, $completion) {
|
|
|
132088
132070
|
protoOf(CommunicationApi).indexSMSBundleAvailable = function (companyId) {
|
|
132089
132071
|
var tmp = this;
|
|
132090
132072
|
return promisify(function ($completion) {
|
|
132091
|
-
return tmp.
|
|
132073
|
+
return tmp.g9m(companyId, $completion);
|
|
132092
132074
|
});
|
|
132093
132075
|
};
|
|
132094
|
-
protoOf(CommunicationApi).
|
|
132076
|
+
protoOf(CommunicationApi).g9m = function (companyId, $completion) {
|
|
132095
132077
|
var tmp = new $indexSMSBundleAvailable$suspendBridgeCOROUTINE$(this, companyId, $completion);
|
|
132096
132078
|
tmp.l8_1 = Unit_instance;
|
|
132097
132079
|
tmp.m8_1 = null;
|
|
132098
132080
|
return tmp.r8();
|
|
132099
132081
|
};
|
|
132100
|
-
protoOf(CommunicationApi).
|
|
132082
|
+
protoOf(CommunicationApi).f9a = function (companyId, $completion) {
|
|
132101
132083
|
var tmp = new $indexSMSBundleAvailableCOROUTINE$(this, companyId, $completion);
|
|
132102
132084
|
tmp.l8_1 = Unit_instance;
|
|
132103
132085
|
tmp.m8_1 = null;
|
|
@@ -132106,16 +132088,16 @@ protoOf(CommunicationApi).e9b = function (companyId, $completion) {
|
|
|
132106
132088
|
protoOf(CommunicationApi).indexSMSNotificationGroups = function (companyId) {
|
|
132107
132089
|
var tmp = this;
|
|
132108
132090
|
return promisify(function ($completion) {
|
|
132109
|
-
return tmp.
|
|
132091
|
+
return tmp.h9m(companyId, $completion);
|
|
132110
132092
|
});
|
|
132111
132093
|
};
|
|
132112
|
-
protoOf(CommunicationApi).
|
|
132094
|
+
protoOf(CommunicationApi).h9m = function (companyId, $completion) {
|
|
132113
132095
|
var tmp = new $indexSMSNotificationGroups$suspendBridgeCOROUTINE$(this, companyId, $completion);
|
|
132114
132096
|
tmp.l8_1 = Unit_instance;
|
|
132115
132097
|
tmp.m8_1 = null;
|
|
132116
132098
|
return tmp.r8();
|
|
132117
132099
|
};
|
|
132118
|
-
protoOf(CommunicationApi).
|
|
132100
|
+
protoOf(CommunicationApi).b9b = function (companyId, $completion) {
|
|
132119
132101
|
var tmp = new $indexSMSNotificationGroupsCOROUTINE$(this, companyId, $completion);
|
|
132120
132102
|
tmp.l8_1 = Unit_instance;
|
|
132121
132103
|
tmp.m8_1 = null;
|
|
@@ -132124,16 +132106,16 @@ protoOf(CommunicationApi).a9c = function (companyId, $completion) {
|
|
|
132124
132106
|
protoOf(CommunicationApi).indexSMSPurchases = function (companyId) {
|
|
132125
132107
|
var tmp = this;
|
|
132126
132108
|
return promisify(function ($completion) {
|
|
132127
|
-
return tmp.
|
|
132109
|
+
return tmp.i9m(companyId, $completion);
|
|
132128
132110
|
});
|
|
132129
132111
|
};
|
|
132130
|
-
protoOf(CommunicationApi).
|
|
132112
|
+
protoOf(CommunicationApi).i9m = function (companyId, $completion) {
|
|
132131
132113
|
var tmp = new $indexSMSPurchases$suspendBridgeCOROUTINE$(this, companyId, $completion);
|
|
132132
132114
|
tmp.l8_1 = Unit_instance;
|
|
132133
132115
|
tmp.m8_1 = null;
|
|
132134
132116
|
return tmp.r8();
|
|
132135
132117
|
};
|
|
132136
|
-
protoOf(CommunicationApi).
|
|
132118
|
+
protoOf(CommunicationApi).x9b = function (companyId, $completion) {
|
|
132137
132119
|
var tmp = new $indexSMSPurchasesCOROUTINE$(this, companyId, $completion);
|
|
132138
132120
|
tmp.l8_1 = Unit_instance;
|
|
132139
132121
|
tmp.m8_1 = null;
|
|
@@ -132142,16 +132124,16 @@ protoOf(CommunicationApi).w9c = function (companyId, $completion) {
|
|
|
132142
132124
|
protoOf(CommunicationApi).publishEmailNewsletter = function (companyId, newsletterId) {
|
|
132143
132125
|
var tmp = this;
|
|
132144
132126
|
return promisify(function ($completion) {
|
|
132145
|
-
return tmp.
|
|
132127
|
+
return tmp.j9m(companyId, newsletterId, $completion);
|
|
132146
132128
|
});
|
|
132147
132129
|
};
|
|
132148
|
-
protoOf(CommunicationApi).
|
|
132130
|
+
protoOf(CommunicationApi).j9m = function (companyId, newsletterId, $completion) {
|
|
132149
132131
|
var tmp = new $publishEmailNewsletter$suspendBridgeCOROUTINE$(this, companyId, newsletterId, $completion);
|
|
132150
132132
|
tmp.l8_1 = Unit_instance;
|
|
132151
132133
|
tmp.m8_1 = null;
|
|
132152
132134
|
return tmp.r8();
|
|
132153
132135
|
};
|
|
132154
|
-
protoOf(CommunicationApi).
|
|
132136
|
+
protoOf(CommunicationApi).u9c = function (companyId, newsletterId, $completion) {
|
|
132155
132137
|
var tmp = new $publishEmailNewsletterCOROUTINE$(this, companyId, newsletterId, $completion);
|
|
132156
132138
|
tmp.l8_1 = Unit_instance;
|
|
132157
132139
|
tmp.m8_1 = null;
|
|
@@ -132160,24 +132142,42 @@ protoOf(CommunicationApi).t9d = function (companyId, newsletterId, $completion)
|
|
|
132160
132142
|
protoOf(CommunicationApi).publishSMSBroadcast = function (companyId, broadcastId, purchaseBundleId) {
|
|
132161
132143
|
var tmp = this;
|
|
132162
132144
|
return promisify(function ($completion) {
|
|
132163
|
-
return tmp.
|
|
132145
|
+
return tmp.k9m(companyId, broadcastId, purchaseBundleId, $completion);
|
|
132164
132146
|
});
|
|
132165
132147
|
};
|
|
132166
|
-
protoOf(CommunicationApi).
|
|
132148
|
+
protoOf(CommunicationApi).k9m = function (companyId, broadcastId, purchaseBundleId, $completion) {
|
|
132167
132149
|
var tmp = new $publishSMSBroadcast$suspendBridgeCOROUTINE$(this, companyId, broadcastId, purchaseBundleId, $completion);
|
|
132168
132150
|
tmp.l8_1 = Unit_instance;
|
|
132169
132151
|
tmp.m8_1 = null;
|
|
132170
132152
|
return tmp.r8();
|
|
132171
132153
|
};
|
|
132172
|
-
protoOf(CommunicationApi).
|
|
132154
|
+
protoOf(CommunicationApi).l9m = function (companyId, broadcastId, purchaseBundleId, $completion) {
|
|
132173
132155
|
var tmp = new $publishSMSBroadcastCOROUTINE$(this, companyId, broadcastId, purchaseBundleId, $completion);
|
|
132174
132156
|
tmp.l8_1 = Unit_instance;
|
|
132175
132157
|
tmp.m8_1 = null;
|
|
132176
132158
|
return tmp.r8();
|
|
132177
132159
|
};
|
|
132178
|
-
protoOf(CommunicationApi).
|
|
132160
|
+
protoOf(CommunicationApi).t9d = function (companyId, broadcastId, purchaseBundleId, $completion, $super) {
|
|
132179
132161
|
purchaseBundleId = purchaseBundleId === VOID ? null : purchaseBundleId;
|
|
132180
|
-
return $super === VOID ? this.
|
|
132162
|
+
return $super === VOID ? this.l9m(companyId, broadcastId, purchaseBundleId, $completion) : $super.l9m.call(this, companyId, broadcastId, purchaseBundleId, $completion);
|
|
132163
|
+
};
|
|
132164
|
+
protoOf(CommunicationApi).reportPushNotificationRead = function (companyId, trackingId) {
|
|
132165
|
+
var tmp = this;
|
|
132166
|
+
return promisify(function ($completion) {
|
|
132167
|
+
return tmp.m9m(companyId, trackingId, $completion);
|
|
132168
|
+
});
|
|
132169
|
+
};
|
|
132170
|
+
protoOf(CommunicationApi).m9m = function (companyId, trackingId, $completion) {
|
|
132171
|
+
var tmp = new $reportPushNotificationRead$suspendBridgeCOROUTINE$(this, companyId, trackingId, $completion);
|
|
132172
|
+
tmp.l8_1 = Unit_instance;
|
|
132173
|
+
tmp.m8_1 = null;
|
|
132174
|
+
return tmp.r8();
|
|
132175
|
+
};
|
|
132176
|
+
protoOf(CommunicationApi).s9e = function (companyId, trackingId, $completion) {
|
|
132177
|
+
var tmp = new $reportPushNotificationReadCOROUTINE$(this, companyId, trackingId, $completion);
|
|
132178
|
+
tmp.l8_1 = Unit_instance;
|
|
132179
|
+
tmp.m8_1 = null;
|
|
132180
|
+
return tmp.r8();
|
|
132181
132181
|
};
|
|
132182
132182
|
protoOf(CommunicationApi).showCommunicationReport = function (companyId, communicationType, communicationId, reportType) {
|
|
132183
132183
|
var tmp = this;
|
|
@@ -132191,7 +132191,7 @@ protoOf(CommunicationApi).n9m = function (companyId, communicationType, communic
|
|
|
132191
132191
|
tmp.m8_1 = null;
|
|
132192
132192
|
return tmp.r8();
|
|
132193
132193
|
};
|
|
132194
|
-
protoOf(CommunicationApi).
|
|
132194
|
+
protoOf(CommunicationApi).s9f = function (companyId, communicationType, communicationId, reportType, $completion) {
|
|
132195
132195
|
var tmp = new $showCommunicationReportCOROUTINE$(this, companyId, communicationType, communicationId, reportType, $completion);
|
|
132196
132196
|
tmp.l8_1 = Unit_instance;
|
|
132197
132197
|
tmp.m8_1 = null;
|
|
@@ -132209,7 +132209,7 @@ protoOf(CommunicationApi).o9m = function (companyId, newsletterId, $completion)
|
|
|
132209
132209
|
tmp.m8_1 = null;
|
|
132210
132210
|
return tmp.r8();
|
|
132211
132211
|
};
|
|
132212
|
-
protoOf(CommunicationApi).
|
|
132212
|
+
protoOf(CommunicationApi).s9g = function (companyId, newsletterId, $completion) {
|
|
132213
132213
|
var tmp = new $showEmailNewsletterCOROUTINE$(this, companyId, newsletterId, $completion);
|
|
132214
132214
|
tmp.l8_1 = Unit_instance;
|
|
132215
132215
|
tmp.m8_1 = null;
|
|
@@ -132227,7 +132227,7 @@ protoOf(CommunicationApi).p9m = function (companyId, $completion) {
|
|
|
132227
132227
|
tmp.m8_1 = null;
|
|
132228
132228
|
return tmp.r8();
|
|
132229
132229
|
};
|
|
132230
|
-
protoOf(CommunicationApi).
|
|
132230
|
+
protoOf(CommunicationApi).p9h = function (companyId, $completion) {
|
|
132231
132231
|
var tmp = new $showSMSAvailableCOROUTINE$(this, companyId, $completion);
|
|
132232
132232
|
tmp.l8_1 = Unit_instance;
|
|
132233
132233
|
tmp.m8_1 = null;
|
|
@@ -132245,7 +132245,7 @@ protoOf(CommunicationApi).q9m = function (companyId, broadcastId, $completion) {
|
|
|
132245
132245
|
tmp.m8_1 = null;
|
|
132246
132246
|
return tmp.r8();
|
|
132247
132247
|
};
|
|
132248
|
-
protoOf(CommunicationApi).
|
|
132248
|
+
protoOf(CommunicationApi).m9i = function (companyId, broadcastId, $completion) {
|
|
132249
132249
|
var tmp = new $showSMSBroadcastCOROUTINE$(this, companyId, broadcastId, $completion);
|
|
132250
132250
|
tmp.l8_1 = Unit_instance;
|
|
132251
132251
|
tmp.m8_1 = null;
|
|
@@ -132263,7 +132263,7 @@ protoOf(CommunicationApi).r9m = function (companyId, broadcastId, $completion) {
|
|
|
132263
132263
|
tmp.m8_1 = null;
|
|
132264
132264
|
return tmp.r8();
|
|
132265
132265
|
};
|
|
132266
|
-
protoOf(CommunicationApi).
|
|
132266
|
+
protoOf(CommunicationApi).k9j = function (companyId, broadcastId, $completion) {
|
|
132267
132267
|
var tmp = new $showSMSBroadcastSMSValidationCOROUTINE$(this, companyId, broadcastId, $completion);
|
|
132268
132268
|
tmp.l8_1 = Unit_instance;
|
|
132269
132269
|
tmp.m8_1 = null;
|
|
@@ -132281,7 +132281,7 @@ protoOf(CommunicationApi).s9m = function (companyId, newsletterId, updateNewslet
|
|
|
132281
132281
|
tmp.m8_1 = null;
|
|
132282
132282
|
return tmp.r8();
|
|
132283
132283
|
};
|
|
132284
|
-
protoOf(CommunicationApi).
|
|
132284
|
+
protoOf(CommunicationApi).j9k = function (companyId, newsletterId, updateNewsletterCommand, $completion) {
|
|
132285
132285
|
var tmp = new $updateEmailNewsletterCOROUTINE$(this, companyId, newsletterId, updateNewsletterCommand, $completion);
|
|
132286
132286
|
tmp.l8_1 = Unit_instance;
|
|
132287
132287
|
tmp.m8_1 = null;
|
|
@@ -132299,7 +132299,7 @@ protoOf(CommunicationApi).t9m = function (companyId, broadcastId, updateSMSBroad
|
|
|
132299
132299
|
tmp.m8_1 = null;
|
|
132300
132300
|
return tmp.r8();
|
|
132301
132301
|
};
|
|
132302
|
-
protoOf(CommunicationApi).
|
|
132302
|
+
protoOf(CommunicationApi).j9l = function (companyId, broadcastId, updateSMSBroadcastCommand, $completion) {
|
|
132303
132303
|
var tmp = new $updateSMSBroadcastCOROUTINE$(this, companyId, broadcastId, updateSMSBroadcastCommand, $completion);
|
|
132304
132304
|
tmp.l8_1 = Unit_instance;
|
|
132305
132305
|
tmp.m8_1 = null;
|
|
@@ -197049,7 +197049,7 @@ protoOf($multipartFormRequest$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
197049
197049
|
this.k8_1 = 4;
|
|
197050
197050
|
if (this.qmg_1.multipartFormRequest === protoOf(ApiClient).multipartFormRequest) {
|
|
197051
197051
|
this.j8_1 = 2;
|
|
197052
|
-
suspendResult = this.qmg_1.
|
|
197052
|
+
suspendResult = this.qmg_1.y8v(this.rmg_1, this.smg_1, this.tmg_1, this);
|
|
197053
197053
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
197054
197054
|
return suspendResult;
|
|
197055
197055
|
}
|
|
@@ -197104,7 +197104,7 @@ protoOf($urlEncodedFormRequest$suspendBridgeCOROUTINE$).r8 = function () {
|
|
|
197104
197104
|
this.k8_1 = 4;
|
|
197105
197105
|
if (this.dmh_1.urlEncodedFormRequest === protoOf(ApiClient).urlEncodedFormRequest) {
|
|
197106
197106
|
this.j8_1 = 2;
|
|
197107
|
-
suspendResult = this.dmh_1.
|
|
197107
|
+
suspendResult = this.dmh_1.z8v(this.emh_1, this.fmh_1, this.gmh_1, this);
|
|
197108
197108
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
197109
197109
|
return suspendResult;
|
|
197110
197110
|
}
|
|
@@ -197371,10 +197371,10 @@ function ApiClient(baseUrl) {
|
|
|
197371
197371
|
var tmp = this;
|
|
197372
197372
|
tmp.d8a_1 = lazy_0(ApiClient$authentications$delegate$lambda);
|
|
197373
197373
|
}
|
|
197374
|
-
protoOf(ApiClient).
|
|
197374
|
+
protoOf(ApiClient).u8v = function (_set____db54di) {
|
|
197375
197375
|
this.c8a_1 = _set____db54di;
|
|
197376
197376
|
};
|
|
197377
|
-
protoOf(ApiClient).
|
|
197377
|
+
protoOf(ApiClient).v8v = function () {
|
|
197378
197378
|
var tmp = this.c8a_1;
|
|
197379
197379
|
if (!(tmp == null))
|
|
197380
197380
|
return tmp;
|
|
@@ -197448,7 +197448,7 @@ protoOf(ApiClient).setPassword = function (password) {
|
|
|
197448
197448
|
var auth = tmp_1;
|
|
197449
197449
|
auth.vmi_1 = password;
|
|
197450
197450
|
};
|
|
197451
|
-
protoOf(ApiClient).
|
|
197451
|
+
protoOf(ApiClient).w8v = function (apiKey, paramName) {
|
|
197452
197452
|
var tmp0_safe_receiver = _get_authentications__apunwq(this);
|
|
197453
197453
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w2();
|
|
197454
197454
|
var tmp;
|
|
@@ -197491,14 +197491,14 @@ protoOf(ApiClient).setApiKey = function (apiKey, paramName, $super) {
|
|
|
197491
197491
|
paramName = paramName === VOID ? null : paramName;
|
|
197492
197492
|
var tmp;
|
|
197493
197493
|
if ($super === VOID) {
|
|
197494
|
-
this.
|
|
197494
|
+
this.w8v(apiKey, paramName);
|
|
197495
197495
|
tmp = Unit_instance;
|
|
197496
197496
|
} else {
|
|
197497
|
-
tmp = $super.
|
|
197497
|
+
tmp = $super.w8v.call(this, apiKey, paramName);
|
|
197498
197498
|
}
|
|
197499
197499
|
return tmp;
|
|
197500
197500
|
};
|
|
197501
|
-
protoOf(ApiClient).
|
|
197501
|
+
protoOf(ApiClient).x8v = function (apiKeyPrefix, paramName) {
|
|
197502
197502
|
var tmp0_safe_receiver = _get_authentications__apunwq(this);
|
|
197503
197503
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w2();
|
|
197504
197504
|
var tmp;
|
|
@@ -197541,10 +197541,10 @@ protoOf(ApiClient).setApiKeyPrefix = function (apiKeyPrefix, paramName, $super)
|
|
|
197541
197541
|
paramName = paramName === VOID ? null : paramName;
|
|
197542
197542
|
var tmp;
|
|
197543
197543
|
if ($super === VOID) {
|
|
197544
|
-
this.
|
|
197544
|
+
this.x8v(apiKeyPrefix, paramName);
|
|
197545
197545
|
tmp = Unit_instance;
|
|
197546
197546
|
} else {
|
|
197547
|
-
tmp = $super.
|
|
197547
|
+
tmp = $super.x8v.call(this, apiKeyPrefix, paramName);
|
|
197548
197548
|
}
|
|
197549
197549
|
return tmp;
|
|
197550
197550
|
};
|
|
@@ -197626,7 +197626,7 @@ protoOf(ApiClient).zmi = function (requestConfig, body, authNames, $completion)
|
|
|
197626
197626
|
tmp.m8_1 = null;
|
|
197627
197627
|
return tmp.r8();
|
|
197628
197628
|
};
|
|
197629
|
-
protoOf(ApiClient).
|
|
197629
|
+
protoOf(ApiClient).y8v = function (requestConfig, body, authNames, $completion) {
|
|
197630
197630
|
var tmp;
|
|
197631
197631
|
if (body == null) {
|
|
197632
197632
|
// Inline function 'kotlin.collections.listOf' call
|
|
@@ -197648,7 +197648,7 @@ protoOf(ApiClient).bmj = function (requestConfig, body, authNames, $completion)
|
|
|
197648
197648
|
tmp.m8_1 = null;
|
|
197649
197649
|
return tmp.r8();
|
|
197650
197650
|
};
|
|
197651
|
-
protoOf(ApiClient).
|
|
197651
|
+
protoOf(ApiClient).z8v = function (requestConfig, body, authNames, $completion) {
|
|
197652
197652
|
return this.amj(requestConfig, new FormDataContent(body == null ? Companion_getInstance_1().o2s_1 : body), authNames, $completion);
|
|
197653
197653
|
};
|
|
197654
197654
|
protoOf(ApiClient).jsonRequest = function (requestConfig, body, authNames) {
|
|
@@ -197663,12 +197663,12 @@ protoOf(ApiClient).cmj = function (requestConfig, body, authNames, $completion)
|
|
|
197663
197663
|
tmp.m8_1 = null;
|
|
197664
197664
|
return tmp.r8();
|
|
197665
197665
|
};
|
|
197666
|
-
protoOf(ApiClient).
|
|
197666
|
+
protoOf(ApiClient).a8w = function (requestConfig, body, authNames, $completion) {
|
|
197667
197667
|
return this.amj(requestConfig, body, authNames, $completion);
|
|
197668
197668
|
};
|
|
197669
197669
|
protoOf(ApiClient).e8a = function (requestConfig, body, authNames, $completion, $super) {
|
|
197670
197670
|
body = body === VOID ? null : body;
|
|
197671
|
-
return $super === VOID ? this.
|
|
197671
|
+
return $super === VOID ? this.a8w(requestConfig, body, authNames, $completion) : $super.a8w.call(this, requestConfig, body, authNames, $completion);
|
|
197672
197672
|
};
|
|
197673
197673
|
protoOf(ApiClient).request = function (requestConfig, body, authNames) {
|
|
197674
197674
|
var tmp = this;
|
|
@@ -197682,7 +197682,7 @@ protoOf(ApiClient).amj = function (requestConfig, body, authNames, $completion)
|
|
|
197682
197682
|
tmp.m8_1 = null;
|
|
197683
197683
|
return tmp.r8();
|
|
197684
197684
|
};
|
|
197685
|
-
protoOf(ApiClient).
|
|
197685
|
+
protoOf(ApiClient).b8w = function (requestConfig, body, authNames, $completion) {
|
|
197686
197686
|
var tmp = new $requestCOROUTINE$(this, requestConfig, body, authNames, $completion);
|
|
197687
197687
|
tmp.l8_1 = Unit_instance;
|
|
197688
197688
|
tmp.m8_1 = null;
|
|
@@ -197690,7 +197690,7 @@ protoOf(ApiClient).a8x = function (requestConfig, body, authNames, $completion)
|
|
|
197690
197690
|
};
|
|
197691
197691
|
protoOf(ApiClient).d8m = function (requestConfig, body, authNames, $completion, $super) {
|
|
197692
197692
|
body = body === VOID ? null : body;
|
|
197693
|
-
return $super === VOID ? this.
|
|
197693
|
+
return $super === VOID ? this.b8w(requestConfig, body, authNames, $completion) : $super.b8w.call(this, requestConfig, body, authNames, $completion);
|
|
197694
197694
|
};
|
|
197695
197695
|
function Companion_652() {
|
|
197696
197696
|
Companion_instance_652 = this;
|
|
@@ -199473,7 +199473,7 @@ protoOf($serializer_469).v23 = typeParametersSerializers;
|
|
|
199473
199473
|
protoOf($serializer_470).v23 = typeParametersSerializers;
|
|
199474
199474
|
protoOf($serializer_471).v23 = typeParametersSerializers;
|
|
199475
199475
|
protoOf($serializer_472).v23 = typeParametersSerializers;
|
|
199476
|
-
defineProp(protoOf(ApiClient), 'client', protoOf(ApiClient).
|
|
199476
|
+
defineProp(protoOf(ApiClient), 'client', protoOf(ApiClient).v8v, protoOf(ApiClient).u8v);
|
|
199477
199477
|
defineProp(protoOf(RequestMethod), 'name', protoOf(RequestMethod).m);
|
|
199478
199478
|
defineProp(protoOf(RequestMethod), 'ordinal', protoOf(RequestMethod).a3);
|
|
199479
199479
|
//endregion
|