ntk-cms-api 1.2.152 → 1.2.153
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/fesm2015/ntk-cms-api.mjs +1 -1
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +1 -1
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/entity/bank-payment/bankPaymentTransactionModel.d.ts +1 -0
- package/package.json +1 -1
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -7025,7 +7025,7 @@ class BankPaymentPrivateSiteConfigAliasJsonModel extends BankPaymentPrivateSiteC
|
|
|
7025
7025
|
class BankPaymentTransactionLogModel extends BaseEntity {
|
|
7026
7026
|
}
|
|
7027
7027
|
|
|
7028
|
-
//@@tag-Version-
|
|
7028
|
+
//@@tag-Version-2305051
|
|
7029
7029
|
class BankPaymentTransactionModel extends BaseEntity {
|
|
7030
7030
|
}
|
|
7031
7031
|
|