@bondsports/types 2.0.98 → 2.0.99

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.
@@ -0,0 +1,12 @@
1
+ import { OrganizationBaseEntityDto } from '../../organization/dto/organization.dto';
2
+ import { FuturePaymentStatusEnum, PaymentMethodTypeEnum } from '../../payment/types/enums/payment.enums';
3
+ export declare class FutureInstallmentsDto extends OrganizationBaseEntityDto {
4
+ id: number;
5
+ paymentMethodId: string;
6
+ paymentType: PaymentMethodTypeEnum;
7
+ price: number;
8
+ status: FuturePaymentStatusEnum;
9
+ plannedDate: Date;
10
+ chargedAt?: Date;
11
+ originalPlannedDate?: Date;
12
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FutureInstallmentsDto = void 0;
4
+ const organization_dto_1 = require("../../organization/dto/organization.dto");
5
+ class FutureInstallmentsDto extends organization_dto_1.OrganizationBaseEntityDto {
6
+ }
7
+ exports.FutureInstallmentsDto = FutureInstallmentsDto;
8
+ //# sourceMappingURL=future-installments.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"future-installments.dto.js","sourceRoot":"","sources":["../../../../src/types/future-installments/dto/future-installments.dto.ts"],"names":[],"mappings":";;;AAAA,8EAAoF;AAGpF,MAAa,qBAAsB,SAAQ,4CAAyB;CAgBnE;AAhBD,sDAgBC"}
@@ -0,0 +1,9 @@
1
+ import { ByOrganizationIdDto } from '../../organization/dto/organization.dto';
2
+ export declare class GetFutureInstallmentsByOrgInvoiceDto extends ByOrganizationIdDto {
3
+ invoiceId: number;
4
+ userId: number;
5
+ }
6
+ export declare class GetFutureInstallmentsByInvoiceConsumerDto {
7
+ invoiceId: number;
8
+ userId: number;
9
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetFutureInstallmentsByInvoiceConsumerDto = exports.GetFutureInstallmentsByOrgInvoiceDto = void 0;
4
+ const organization_dto_1 = require("../../organization/dto/organization.dto");
5
+ class GetFutureInstallmentsByOrgInvoiceDto extends organization_dto_1.ByOrganizationIdDto {
6
+ }
7
+ exports.GetFutureInstallmentsByOrgInvoiceDto = GetFutureInstallmentsByOrgInvoiceDto;
8
+ class GetFutureInstallmentsByInvoiceConsumerDto {
9
+ }
10
+ exports.GetFutureInstallmentsByInvoiceConsumerDto = GetFutureInstallmentsByInvoiceConsumerDto;
11
+ //# sourceMappingURL=get-future-installment.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-future-installment.dto.js","sourceRoot":"","sources":["../../../../src/types/future-installments/dto/get-future-installment.dto.ts"],"names":[],"mappings":";;;AAAA,8EAA8E;AAE9E,MAAa,oCAAqC,SAAQ,sCAAmB;CAI5E;AAJD,oFAIC;AAED,MAAa,yCAAyC;CAIrD;AAJD,8FAIC"}
@@ -0,0 +1,2 @@
1
+ export * from './future-installments.dto';
2
+ export * from './get-future-installment.dto';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./future-installments.dto"), exports);
18
+ __exportStar(require("./get-future-installment.dto"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/future-installments/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,+DAA6C"}
@@ -0,0 +1,2 @@
1
+ export * from './dto';
2
+ export * from './types';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./dto"), exports);
18
+ __exportStar(require("./types"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/future-installments/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,0CAAwB"}
@@ -0,0 +1,4 @@
1
+ import { FindConditions } from 'typeorm/find-options/FindConditions';
2
+ import { FutureInstallment } from '../../payment/entities/FutureInstallment';
3
+ import { ObjectLiteral } from 'typeorm/common/ObjectLiteral';
4
+ export type TFutureInstallmentsWhereConditions = FindConditions<FutureInstallment>[] | FindConditions<FutureInstallment> | ObjectLiteral | string;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=future-installments.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"future-installments.types.js","sourceRoot":"","sources":["../../../../src/types/future-installments/types/future-installments.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './future-installments.types';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./future-installments.types"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/future-installments/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C"}
@@ -8,6 +8,7 @@ export * from './entity';
8
8
  export * from './errors';
9
9
  export * from './familyAccount';
10
10
  export * from './fee';
11
+ export * from './future-installments';
11
12
  export * from './gl-codes';
12
13
  export * from './import';
13
14
  export * from './invitations';
@@ -24,6 +24,7 @@ __exportStar(require("./entity"), exports);
24
24
  __exportStar(require("./errors"), exports);
25
25
  __exportStar(require("./familyAccount"), exports);
26
26
  __exportStar(require("./fee"), exports);
27
+ __exportStar(require("./future-installments"), exports);
27
28
  __exportStar(require("./gl-codes"), exports);
28
29
  __exportStar(require("./import"), exports);
29
30
  __exportStar(require("./invitations"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,2CAAyB;AACzB,yCAAuB;AACvB,kDAAgC;AAChC,8CAA4B;AAC5B,wCAAsB;AACtB,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,wCAAsB;AACtB,6CAA2B;AAC3B,2CAAyB;AACzB,gDAA8B;AAC9B,4CAA0B;AAC1B,2CAAyB;AACzB,0CAAwB;AACxB,+CAA6B;AAC7B,2CAAyB;AACzB,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,kDAAgC;AAChC,iDAA+B;AAC/B,4CAA0B;AAC1B,4CAA0B;AAC1B,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,+CAA6B;AAC7B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,0CAAwB;AACxB,6CAA2B;AAC3B,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,oDAAkC;AAClC,yCAAuB;AACvB,4CAA0B;AAC1B,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,2CAAyB;AACzB,yCAAuB;AACvB,kDAAgC;AAChC,8CAA4B;AAC5B,wCAAsB;AACtB,2CAAyB;AACzB,2CAAyB;AACzB,kDAAgC;AAChC,wCAAsB;AACtB,wDAAsC;AACtC,6CAA2B;AAC3B,2CAAyB;AACzB,gDAA8B;AAC9B,4CAA0B;AAC1B,2CAAyB;AACzB,0CAAwB;AACxB,+CAA6B;AAC7B,2CAAyB;AACzB,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,kDAAgC;AAChC,iDAA+B;AAC/B,4CAA0B;AAC1B,4CAA0B;AAC1B,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,+CAA6B;AAC7B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,0CAAwB;AACxB,6CAA2B;AAC3B,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,oDAAkC;AAClC,yCAAuB;AACvB,4CAA0B;AAC1B,6CAA2B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.0.98",
3
+ "version": "2.0.99",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {