@bondsports/types 2.0.122 → 2.0.123

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.
@@ -1,5 +1,5 @@
1
1
  import { BondBaseEntity } from '../../entity/BondBaseEntity';
2
- export declare class PaymentsToInstallments extends BondBaseEntity {
2
+ export declare class PaymentToInstallment extends BondBaseEntity {
3
3
  installmentId: number;
4
4
  paymentId: number;
5
5
  deletedAt?: Date;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PaymentsToInstallments = void 0;
3
+ exports.PaymentToInstallment = void 0;
4
4
  const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
5
- class PaymentsToInstallments extends BondBaseEntity_1.BondBaseEntity {
5
+ class PaymentToInstallment extends BondBaseEntity_1.BondBaseEntity {
6
6
  }
7
- exports.PaymentsToInstallments = PaymentsToInstallments;
7
+ exports.PaymentToInstallment = PaymentToInstallment;
8
8
  //# sourceMappingURL=payment-to-installment.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"payment-to-installment.js","sourceRoot":"","sources":["../../../../src/types/payment/entities/payment-to-installment.ts"],"names":[],"mappings":";;;AACA,gEAA6D;AAE7D,MAAa,sBAAuB,SAAQ,+BAAc;CAQzD;AARD,wDAQC"}
1
+ {"version":3,"file":"payment-to-installment.js","sourceRoot":"","sources":["../../../../src/types/payment/entities/payment-to-installment.ts"],"names":[],"mappings":";;;AACA,gEAA6D;AAE7D,MAAa,oBAAqB,SAAQ,+BAAc;CAQvD;AARD,oDAQC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.0.122",
3
+ "version": "2.0.123",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {