@bondsports/types 2.2.274 → 2.2.276
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/dto/userPaymentMethod.dto.js.map +1 -1
- package/dist/types/notifications/dto/types/enums/notification.enums.js.map +1 -1
- package/dist/types/payment/dto/payment-plan.dto.js.map +1 -1
- package/dist/types/payment/entities/PaymentFailures.d.ts +1 -0
- package/dist/types/payment/entities/PaymentFailures.js.map +1 -1
- package/dist/types/payment/entities/ProductPaymentPlan.js.map +1 -1
- package/dist/types/roles/dto/role.dto.d.ts +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"userPaymentMethod.dto.js","sourceRoot":"","sources":["../../../src/types/dto/userPaymentMethod.dto.ts"],"names":[],"mappings":";;;AACA,iGAA8F;AAE9F,MAAa,0BAA2B,SAAQ,mEAAgC;CAM/E;AAND,gEAMC;
|
1
|
+
{"version":3,"file":"userPaymentMethod.dto.js","sourceRoot":"","sources":["../../../src/types/dto/userPaymentMethod.dto.ts"],"names":[],"mappings":";;;AACA,iGAA8F;AAE9F,MAAa,0BAA2B,SAAQ,mEAAgC;CAM/E;AAND,gEAMC;AAED,MAAa,sBAAsB;CAIlC;AAJD,wDAIC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"notification.enums.js","sourceRoot":"","sources":["../../../../../../src/types/notifications/dto/types/enums/notification.enums.ts"],"names":[],"mappings":";;;AAAA,qEAAuH;
|
1
|
+
{"version":3,"file":"notification.enums.js","sourceRoot":"","sources":["../../../../../../src/types/notifications/dto/types/enums/notification.enums.ts"],"names":[],"mappings":";;;AAAA,qEAAuH;AAE9G,2GAFA,8CAA0B,OAEA;AAAE,4GAFA,+CAA2B,OAEA;AAAE,8FAFA,iCAAa,OAEA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"payment-plan.dto.js","sourceRoot":"","sources":["../../../../src/types/payment/dto/payment-plan.dto.ts"],"names":[],"mappings":";;;AACA,8EAA8E;
|
1
|
+
{"version":3,"file":"payment-plan.dto.js","sourceRoot":"","sources":["../../../../src/types/payment/dto/payment-plan.dto.ts"],"names":[],"mappings":";;;AACA,8EAA8E;AAM9E,MAAa,sBAAsB;CAQlC;AARD,wDAQC;AACD,MAAa,cAAc;CAgB1B;AAhBD,wCAgBC;AAED,MAAa,oBAAqB,SAAQ,cAAc;CAEvD;AAFD,oDAEC;AAED,MAAa,kBAAmB,SAAQ,cAAc;CAIrD;AAJD,gDAIC;AAED,MAAa,uBAAwB,SAAQ,sCAAmB;CAM/D;AAND,0DAMC;AAED,MAAa,0BAA2B,SAAQ,uBAAuB;CAMtE;AAND,gEAMC;AAED,MAAa,mBAAmB;CAM/B;AAND,kDAMC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,2BAA4B,SAAQ,wBAAwB;CAIxE;AAJD,kEAIC;AAED,MAAa,0BAA0B;CAYtC;AAZD,gEAYC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PaymentFailures.js","sourceRoot":"","sources":["../../../../src/types/payment/entities/PaymentFailures.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAEjG,MAAa,cAAe,SAAQ,mEAAgC;
|
1
|
+
{"version":3,"file":"PaymentFailures.js","sourceRoot":"","sources":["../../../../src/types/payment/entities/PaymentFailures.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAEjG,MAAa,cAAe,SAAQ,mEAAgC;CAYnE;AAZD,wCAYC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ProductPaymentPlan.js","sourceRoot":"","sources":["../../../../src/types/payment/entities/ProductPaymentPlan.ts"],"names":[],"mappings":";;;AACA,oGAAiG;
|
1
|
+
{"version":3,"file":"ProductPaymentPlan.js","sourceRoot":"","sources":["../../../../src/types/payment/entities/ProductPaymentPlan.ts"],"names":[],"mappings":";;;AACA,oGAAiG;AAMjG,qGAAqG;AACrG,MAAa,kBAAmB,SAAQ,mEAAgC;CAsBvE;AAtBD,gDAsBC"}
|
@@ -5,7 +5,7 @@ import { PlatformsEnum } from '../../services/enums.service';
|
|
5
5
|
import { PermissionGroupDto } from './permission-group.dto';
|
6
6
|
import { PermissionDto } from './permission.dto';
|
7
7
|
import { UserRoleDto } from './user-role.dto';
|
8
|
-
import { RoleTypesEnum } from
|
8
|
+
import { RoleTypesEnum } from '../types/role.enums';
|
9
9
|
export declare class ByRoleIdDto extends OptionalFacilityIdDto {
|
10
10
|
roleId: number;
|
11
11
|
}
|