@solibo/home-api 1.1.1 → 1.1.3
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.
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
initMetadataForClass(Symbol, 'Symbol');
|
|
275
275
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
276
276
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
277
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
277
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
|
|
278
278
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
279
279
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, [CoroutineDispatcher, Delay], [1]);
|
|
280
280
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
|
package/package.json
CHANGED
|
@@ -14152,8 +14152,8 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
|
|
|
14152
14152
|
deleteSettlementCustomCost(companyId: bigint, settlementId: bigint, customCostId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void>>;
|
|
14153
14153
|
indexSettlement(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Settlement>>>;
|
|
14154
14154
|
indexSettlementCustomCost(companyId: bigint, settlementId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SettlementCustomCost>>>;
|
|
14155
|
+
indexSettlementInvoices(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SupplierInvoice>>>;
|
|
14155
14156
|
indexSettlementProviderConfiguration(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SettlementProviderConfiguration>>>;
|
|
14156
|
-
indexSettlement_0(companyId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SupplierInvoice>>>;
|
|
14157
14157
|
showSettlement(companyId: bigint, settlementId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.Settlement>>;
|
|
14158
14158
|
showSettlementCustomCost(companyId: bigint, settlementId: bigint, customCostId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SettlementCustomCost>>;
|
|
14159
14159
|
showSettlementProviderConfigurationById(companyId: bigint, configurationId: bigint): Promise<no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SettlementProviderConfiguration>>;
|
|
@@ -2744,8 +2744,8 @@
|
|
|
2744
2744
|
initMetadataForCompanion(Companion_629, VOID, [KSerializer]);
|
|
2745
2745
|
initMetadataForClass(IndexSettlementResponse, 'IndexSettlementResponse', VOID, VOID, VOID, VOID, VOID, {0: Companion_getInstance_629});
|
|
2746
2746
|
initMetadataForClass(IndexSettlementCustomCostResponse, 'IndexSettlementCustomCostResponse', VOID, VOID, VOID, VOID, VOID, {0: Companion_getInstance_630});
|
|
2747
|
-
initMetadataForClass(
|
|
2748
|
-
initMetadataForClass(
|
|
2747
|
+
initMetadataForClass(IndexSettlementInvoicesResponse, 'IndexSettlementInvoicesResponse', VOID, VOID, VOID, VOID, VOID, {0: Companion_getInstance_631});
|
|
2748
|
+
initMetadataForClass(IndexSettlementProviderConfigurationResponse, 'IndexSettlementProviderConfigurationResponse', VOID, VOID, VOID, VOID, VOID, {0: Companion_getInstance_632});
|
|
2749
2749
|
initMetadataForCoroutine($closeSettlement$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
2750
2750
|
initMetadataForCoroutine($closeSettlementCOROUTINE$, CoroutineImpl);
|
|
2751
2751
|
initMetadataForCoroutine($createSettlement$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
@@ -2762,10 +2762,10 @@
|
|
|
2762
2762
|
initMetadataForCoroutine($indexSettlementCOROUTINE$, CoroutineImpl);
|
|
2763
2763
|
initMetadataForCoroutine($indexSettlementCustomCost$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
2764
2764
|
initMetadataForCoroutine($indexSettlementCustomCostCOROUTINE$, CoroutineImpl);
|
|
2765
|
+
initMetadataForCoroutine($indexSettlementInvoices$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
2766
|
+
initMetadataForCoroutine($indexSettlementInvoicesCOROUTINE$, CoroutineImpl);
|
|
2765
2767
|
initMetadataForCoroutine($indexSettlementProviderConfiguration$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
2766
2768
|
initMetadataForCoroutine($indexSettlementProviderConfigurationCOROUTINE$, CoroutineImpl);
|
|
2767
|
-
initMetadataForCoroutine($indexSettlement_0$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
2768
|
-
initMetadataForCoroutine($indexSettlement_0COROUTINE$, CoroutineImpl);
|
|
2769
2769
|
initMetadataForCoroutine($showSettlement$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
2770
2770
|
initMetadataForCoroutine($showSettlementCOROUTINE$, CoroutineImpl);
|
|
2771
2771
|
initMetadataForCoroutine($showSettlementCustomCost$suspendBridgeCOROUTINE$, CoroutineImpl);
|
|
@@ -184078,7 +184078,7 @@
|
|
|
184078
184078
|
var tmp = this;
|
|
184079
184079
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
184080
184080
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
184081
|
-
var this_0 = serializer(createKType(getKClass(KtList), arrayOf([createInvariantKTypeProjection(createKType(getKClass(
|
|
184081
|
+
var this_0 = serializer(createKType(getKClass(KtList), arrayOf([createInvariantKTypeProjection(createKType(getKClass(SupplierInvoice), arrayOf([]), false))]), false));
|
|
184082
184082
|
tmp.ik6_1 = isInterface(this_0, KSerializer) ? this_0 : THROW_CCE();
|
|
184083
184083
|
this.jk6_1 = this.ik6_1.z1r();
|
|
184084
184084
|
}
|
|
@@ -184089,10 +184089,10 @@
|
|
|
184089
184089
|
return this.ik6_1.a1s(encoder, value.lk6_1);
|
|
184090
184090
|
};
|
|
184091
184091
|
protoOf(Companion_628).a1s = function (encoder, value) {
|
|
184092
|
-
return this.kk6(encoder, value instanceof
|
|
184092
|
+
return this.kk6(encoder, value instanceof IndexSettlementInvoicesResponse ? value : THROW_CCE());
|
|
184093
184093
|
};
|
|
184094
184094
|
protoOf(Companion_628).b1s = function (decoder) {
|
|
184095
|
-
return new
|
|
184095
|
+
return new IndexSettlementInvoicesResponse(this.ik6_1.b1s(decoder));
|
|
184096
184096
|
};
|
|
184097
184097
|
protoOf(Companion_628).s4q = function () {
|
|
184098
184098
|
return Companion_getInstance_631();
|
|
@@ -184108,7 +184108,7 @@
|
|
|
184108
184108
|
var tmp = this;
|
|
184109
184109
|
// Inline function 'kotlinx.serialization.serializer' call
|
|
184110
184110
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
184111
|
-
var this_0 = serializer(createKType(getKClass(KtList), arrayOf([createInvariantKTypeProjection(createKType(getKClass(
|
|
184111
|
+
var this_0 = serializer(createKType(getKClass(KtList), arrayOf([createInvariantKTypeProjection(createKType(getKClass(SettlementProviderConfiguration), arrayOf([]), false))]), false));
|
|
184112
184112
|
tmp.mk6_1 = isInterface(this_0, KSerializer) ? this_0 : THROW_CCE();
|
|
184113
184113
|
this.nk6_1 = this.mk6_1.z1r();
|
|
184114
184114
|
}
|
|
@@ -184119,10 +184119,10 @@
|
|
|
184119
184119
|
return this.mk6_1.a1s(encoder, value.pk6_1);
|
|
184120
184120
|
};
|
|
184121
184121
|
protoOf(Companion_629).a1s = function (encoder, value) {
|
|
184122
|
-
return this.ok6(encoder, value instanceof
|
|
184122
|
+
return this.ok6(encoder, value instanceof IndexSettlementProviderConfigurationResponse ? value : THROW_CCE());
|
|
184123
184123
|
};
|
|
184124
184124
|
protoOf(Companion_629).b1s = function (decoder) {
|
|
184125
|
-
return new
|
|
184125
|
+
return new IndexSettlementProviderConfigurationResponse(this.mk6_1.b1s(decoder));
|
|
184126
184126
|
};
|
|
184127
184127
|
protoOf(Companion_629).s4q = function () {
|
|
184128
184128
|
return Companion_getInstance_632();
|
|
@@ -184161,11 +184161,11 @@
|
|
|
184161
184161
|
Companion_getInstance_630();
|
|
184162
184162
|
this.hk6_1 = value;
|
|
184163
184163
|
}
|
|
184164
|
-
function
|
|
184164
|
+
function IndexSettlementInvoicesResponse(value) {
|
|
184165
184165
|
Companion_getInstance_631();
|
|
184166
184166
|
this.lk6_1 = value;
|
|
184167
184167
|
}
|
|
184168
|
-
function
|
|
184168
|
+
function IndexSettlementProviderConfigurationResponse(value) {
|
|
184169
184169
|
Companion_getInstance_632();
|
|
184170
184170
|
this.pk6_1 = value;
|
|
184171
184171
|
}
|
|
@@ -184175,10 +184175,10 @@
|
|
|
184175
184175
|
function SettlementApi$indexSettlementCustomCost$lambda($this$map) {
|
|
184176
184176
|
return $this$map.hk6_1;
|
|
184177
184177
|
}
|
|
184178
|
-
function SettlementApi$
|
|
184178
|
+
function SettlementApi$indexSettlementInvoices$lambda($this$map) {
|
|
184179
184179
|
return $this$map.lk6_1;
|
|
184180
184180
|
}
|
|
184181
|
-
function SettlementApi$
|
|
184181
|
+
function SettlementApi$indexSettlementProviderConfiguration$lambda($this$map) {
|
|
184182
184182
|
return $this$map.pk6_1;
|
|
184183
184183
|
}
|
|
184184
184184
|
function $closeSettlement$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, settlementId, resultContinuation) {
|
|
@@ -185097,12 +185097,12 @@
|
|
|
185097
185097
|
}
|
|
185098
185098
|
while (true);
|
|
185099
185099
|
};
|
|
185100
|
-
function $
|
|
185100
|
+
function $indexSettlementInvoices$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
185101
185101
|
CoroutineImpl.call(this, resultContinuation);
|
|
185102
185102
|
this.nke_1 = _this__u8e3s4;
|
|
185103
185103
|
this.oke_1 = companyId;
|
|
185104
185104
|
}
|
|
185105
|
-
protoOf($
|
|
185105
|
+
protoOf($indexSettlementInvoices$suspendBridgeCOROUTINE$).r8 = function () {
|
|
185106
185106
|
var suspendResult = this.l8_1;
|
|
185107
185107
|
$sm: do
|
|
185108
185108
|
try {
|
|
@@ -185110,7 +185110,7 @@
|
|
|
185110
185110
|
switch (tmp) {
|
|
185111
185111
|
case 0:
|
|
185112
185112
|
this.k8_1 = 4;
|
|
185113
|
-
if (this.nke_1.
|
|
185113
|
+
if (this.nke_1.indexSettlementInvoices === protoOf(SettlementApi).indexSettlementInvoices) {
|
|
185114
185114
|
this.j8_1 = 2;
|
|
185115
185115
|
suspendResult = this.nke_1.qke(this.oke_1, this);
|
|
185116
185116
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
@@ -185119,7 +185119,7 @@
|
|
|
185119
185119
|
continue $sm;
|
|
185120
185120
|
} else {
|
|
185121
185121
|
this.j8_1 = 1;
|
|
185122
|
-
suspendResult = await_0(this.nke_1.
|
|
185122
|
+
suspendResult = await_0(this.nke_1.indexSettlementInvoices(this.oke_1), this);
|
|
185123
185123
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
185124
185124
|
return suspendResult;
|
|
185125
185125
|
}
|
|
@@ -185150,12 +185150,12 @@
|
|
|
185150
185150
|
}
|
|
185151
185151
|
while (true);
|
|
185152
185152
|
};
|
|
185153
|
-
function $
|
|
185153
|
+
function $indexSettlementInvoicesCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
185154
185154
|
CoroutineImpl.call(this, resultContinuation);
|
|
185155
185155
|
this.zke_1 = _this__u8e3s4;
|
|
185156
185156
|
this.akf_1 = companyId;
|
|
185157
185157
|
}
|
|
185158
|
-
protoOf($
|
|
185158
|
+
protoOf($indexSettlementInvoicesCOROUTINE$).r8 = function () {
|
|
185159
185159
|
var suspendResult = this.l8_1;
|
|
185160
185160
|
$sm: do
|
|
185161
185161
|
try {
|
|
@@ -185168,7 +185168,7 @@
|
|
|
185168
185168
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
185169
185169
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
185170
185170
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
185171
|
-
var tmp1_path = replace('/companies/{companyId}/economy/settlements/
|
|
185171
|
+
var tmp1_path = replace('/companies/{companyId}/economy/settlements/invoices', '{companyId}', this.akf_1.toString());
|
|
185172
185172
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
185173
185173
|
this.j8_1 = 1;
|
|
185174
185174
|
suspendResult = this.zke_1.h8k(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
@@ -185179,10 +185179,10 @@
|
|
|
185179
185179
|
continue $sm;
|
|
185180
185180
|
case 1:
|
|
185181
185181
|
var this_0 = suspendResult;
|
|
185182
|
-
var tmp_0 = getKClass(
|
|
185182
|
+
var tmp_0 = getKClass(IndexSettlementInvoicesResponse);
|
|
185183
185183
|
var tmp_1;
|
|
185184
185184
|
try {
|
|
185185
|
-
tmp_1 = createKType(getKClass(
|
|
185185
|
+
tmp_1 = createKType(getKClass(IndexSettlementInvoicesResponse), arrayOf([]), false);
|
|
185186
185186
|
} catch ($p) {
|
|
185187
185187
|
var tmp_2;
|
|
185188
185188
|
if ($p instanceof Error) {
|
|
@@ -185195,7 +185195,7 @@
|
|
|
185195
185195
|
}
|
|
185196
185196
|
|
|
185197
185197
|
var ARGUMENT = new HttpResponse(this_0, new TypedBodyProvider(new TypeInfo(tmp_0, tmp_1)));
|
|
185198
|
-
return map(ARGUMENT, SettlementApi$
|
|
185198
|
+
return map(ARGUMENT, SettlementApi$indexSettlementInvoices$lambda);
|
|
185199
185199
|
case 2:
|
|
185200
185200
|
throw this.m8_1;
|
|
185201
185201
|
}
|
|
@@ -185210,12 +185210,12 @@
|
|
|
185210
185210
|
}
|
|
185211
185211
|
while (true);
|
|
185212
185212
|
};
|
|
185213
|
-
function $
|
|
185213
|
+
function $indexSettlementProviderConfiguration$suspendBridgeCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
185214
185214
|
CoroutineImpl.call(this, resultContinuation);
|
|
185215
185215
|
this.jkf_1 = _this__u8e3s4;
|
|
185216
185216
|
this.kkf_1 = companyId;
|
|
185217
185217
|
}
|
|
185218
|
-
protoOf($
|
|
185218
|
+
protoOf($indexSettlementProviderConfiguration$suspendBridgeCOROUTINE$).r8 = function () {
|
|
185219
185219
|
var suspendResult = this.l8_1;
|
|
185220
185220
|
$sm: do
|
|
185221
185221
|
try {
|
|
@@ -185223,7 +185223,7 @@
|
|
|
185223
185223
|
switch (tmp) {
|
|
185224
185224
|
case 0:
|
|
185225
185225
|
this.k8_1 = 4;
|
|
185226
|
-
if (this.jkf_1.
|
|
185226
|
+
if (this.jkf_1.indexSettlementProviderConfiguration === protoOf(SettlementApi).indexSettlementProviderConfiguration) {
|
|
185227
185227
|
this.j8_1 = 2;
|
|
185228
185228
|
suspendResult = this.jkf_1.mkf(this.kkf_1, this);
|
|
185229
185229
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
@@ -185232,7 +185232,7 @@
|
|
|
185232
185232
|
continue $sm;
|
|
185233
185233
|
} else {
|
|
185234
185234
|
this.j8_1 = 1;
|
|
185235
|
-
suspendResult = await_0(this.jkf_1.
|
|
185235
|
+
suspendResult = await_0(this.jkf_1.indexSettlementProviderConfiguration(this.kkf_1), this);
|
|
185236
185236
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
185237
185237
|
return suspendResult;
|
|
185238
185238
|
}
|
|
@@ -185263,12 +185263,12 @@
|
|
|
185263
185263
|
}
|
|
185264
185264
|
while (true);
|
|
185265
185265
|
};
|
|
185266
|
-
function $
|
|
185266
|
+
function $indexSettlementProviderConfigurationCOROUTINE$(_this__u8e3s4, companyId, resultContinuation) {
|
|
185267
185267
|
CoroutineImpl.call(this, resultContinuation);
|
|
185268
185268
|
this.vkf_1 = _this__u8e3s4;
|
|
185269
185269
|
this.wkf_1 = companyId;
|
|
185270
185270
|
}
|
|
185271
|
-
protoOf($
|
|
185271
|
+
protoOf($indexSettlementProviderConfigurationCOROUTINE$).r8 = function () {
|
|
185272
185272
|
var suspendResult = this.l8_1;
|
|
185273
185273
|
$sm: do
|
|
185274
185274
|
try {
|
|
@@ -185281,7 +185281,7 @@
|
|
|
185281
185281
|
var localVariableQuery = LinkedHashMap_init_$Create$_0();
|
|
185282
185282
|
var localVariableHeaders = LinkedHashMap_init_$Create$_0();
|
|
185283
185283
|
var tmp0_method = RequestMethod_GET_getInstance();
|
|
185284
|
-
var tmp1_path = replace('/companies/{companyId}/economy/settlements/
|
|
185284
|
+
var tmp1_path = replace('/companies/{companyId}/economy/settlements/configurations', '{companyId}', this.wkf_1.toString());
|
|
185285
185285
|
var localVariableConfig = new RequestConfig(tmp0_method, tmp1_path, localVariableHeaders, VOID, localVariableQuery, true);
|
|
185286
185286
|
this.j8_1 = 1;
|
|
185287
185287
|
suspendResult = this.vkf_1.h8k(localVariableConfig, localVariableBody, localVariableAuthNames, this);
|
|
@@ -185292,10 +185292,10 @@
|
|
|
185292
185292
|
continue $sm;
|
|
185293
185293
|
case 1:
|
|
185294
185294
|
var this_0 = suspendResult;
|
|
185295
|
-
var tmp_0 = getKClass(
|
|
185295
|
+
var tmp_0 = getKClass(IndexSettlementProviderConfigurationResponse);
|
|
185296
185296
|
var tmp_1;
|
|
185297
185297
|
try {
|
|
185298
|
-
tmp_1 = createKType(getKClass(
|
|
185298
|
+
tmp_1 = createKType(getKClass(IndexSettlementProviderConfigurationResponse), arrayOf([]), false);
|
|
185299
185299
|
} catch ($p) {
|
|
185300
185300
|
var tmp_2;
|
|
185301
185301
|
if ($p instanceof Error) {
|
|
@@ -185308,7 +185308,7 @@
|
|
|
185308
185308
|
}
|
|
185309
185309
|
|
|
185310
185310
|
var ARGUMENT = new HttpResponse(this_0, new TypedBodyProvider(new TypeInfo(tmp_0, tmp_1)));
|
|
185311
|
-
return map(ARGUMENT, SettlementApi$
|
|
185311
|
+
return map(ARGUMENT, SettlementApi$indexSettlementProviderConfiguration$lambda);
|
|
185312
185312
|
case 2:
|
|
185313
185313
|
throw this.m8_1;
|
|
185314
185314
|
}
|
|
@@ -186277,38 +186277,38 @@
|
|
|
186277
186277
|
tmp.m8_1 = null;
|
|
186278
186278
|
return tmp.r8();
|
|
186279
186279
|
};
|
|
186280
|
-
protoOf(SettlementApi).
|
|
186280
|
+
protoOf(SettlementApi).indexSettlementInvoices = function (companyId) {
|
|
186281
186281
|
var tmp = this;
|
|
186282
186282
|
return promisify(function ($completion) {
|
|
186283
186283
|
return tmp.dkn(companyId, $completion);
|
|
186284
186284
|
});
|
|
186285
186285
|
};
|
|
186286
186286
|
protoOf(SettlementApi).dkn = function (companyId, $completion) {
|
|
186287
|
-
var tmp = new $
|
|
186287
|
+
var tmp = new $indexSettlementInvoices$suspendBridgeCOROUTINE$(this, companyId, $completion);
|
|
186288
186288
|
tmp.l8_1 = Unit_instance;
|
|
186289
186289
|
tmp.m8_1 = null;
|
|
186290
186290
|
return tmp.r8();
|
|
186291
186291
|
};
|
|
186292
186292
|
protoOf(SettlementApi).qke = function (companyId, $completion) {
|
|
186293
|
-
var tmp = new $
|
|
186293
|
+
var tmp = new $indexSettlementInvoicesCOROUTINE$(this, companyId, $completion);
|
|
186294
186294
|
tmp.l8_1 = Unit_instance;
|
|
186295
186295
|
tmp.m8_1 = null;
|
|
186296
186296
|
return tmp.r8();
|
|
186297
186297
|
};
|
|
186298
|
-
protoOf(SettlementApi).
|
|
186298
|
+
protoOf(SettlementApi).indexSettlementProviderConfiguration = function (companyId) {
|
|
186299
186299
|
var tmp = this;
|
|
186300
186300
|
return promisify(function ($completion) {
|
|
186301
186301
|
return tmp.ekn(companyId, $completion);
|
|
186302
186302
|
});
|
|
186303
186303
|
};
|
|
186304
186304
|
protoOf(SettlementApi).ekn = function (companyId, $completion) {
|
|
186305
|
-
var tmp = new $
|
|
186305
|
+
var tmp = new $indexSettlementProviderConfiguration$suspendBridgeCOROUTINE$(this, companyId, $completion);
|
|
186306
186306
|
tmp.l8_1 = Unit_instance;
|
|
186307
186307
|
tmp.m8_1 = null;
|
|
186308
186308
|
return tmp.r8();
|
|
186309
186309
|
};
|
|
186310
186310
|
protoOf(SettlementApi).mkf = function (companyId, $completion) {
|
|
186311
|
-
var tmp = new $
|
|
186311
|
+
var tmp = new $indexSettlementProviderConfigurationCOROUTINE$(this, companyId, $completion);
|
|
186312
186312
|
tmp.l8_1 = Unit_instance;
|
|
186313
186313
|
tmp.m8_1 = null;
|
|
186314
186314
|
return tmp.r8();
|