ntk-cms-api 1.2.152 → 1.2.154
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/models/entity/bank-payment/bankPaymentTransactionModel.mjs +2 -2
- package/esm2020/lib/service/bank-payment/bankPaymentTransaction.service.mjs +1 -4
- package/fesm2015/ntk-cms-api.mjs +1 -4
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +1 -4
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/entity/bank-payment/bankPaymentTransactionModel.d.ts +1 -0
- package/lib/service/bank-payment/bankPaymentTransaction.service.d.ts +0 -1
- package/package.json +1 -1
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -6938,9 +6938,6 @@ class BankPaymentTransactionService extends ApiCmsServerBase {
|
|
|
6938
6938
|
return this.errorExceptionResultCheck(ret);
|
|
6939
6939
|
}));
|
|
6940
6940
|
}
|
|
6941
|
-
ServiceGoToBank(id) {
|
|
6942
|
-
return this.getBaseUrl() + '/GoToBank/' + id;
|
|
6943
|
-
}
|
|
6944
6941
|
}
|
|
6945
6942
|
BankPaymentTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BankPaymentTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
6946
6943
|
BankPaymentTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: BankPaymentTransactionService });
|
|
@@ -7025,7 +7022,7 @@ class BankPaymentPrivateSiteConfigAliasJsonModel extends BankPaymentPrivateSiteC
|
|
|
7025
7022
|
class BankPaymentTransactionLogModel extends BaseEntity {
|
|
7026
7023
|
}
|
|
7027
7024
|
|
|
7028
|
-
//@@tag-Version-
|
|
7025
|
+
//@@tag-Version-2305051
|
|
7029
7026
|
class BankPaymentTransactionModel extends BaseEntity {
|
|
7030
7027
|
}
|
|
7031
7028
|
|