@bondsports/types 2.1.64 → 2.1.65

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,6 @@ export declare class UserPaymentMethod extends BondBaseEntity {
7
7
  paymentMethodType: PaymentMethodTypeEnum;
8
8
  subPaymentMethodType?: SubPaymentMethodTypeEnum;
9
9
  paymentMethodId: string;
10
- nextAllowedChargeDate?: Date;
11
10
  ccLast4?: string;
12
11
  ccBrand?: string;
13
12
  importedId?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"user-payment-method.js","sourceRoot":"","sources":["../../../src/types/entity/user-payment-method.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAElD,MAAa,iBAAkB,SAAQ,+BAAc;CAsBpD;AAtBD,8CAsBC"}
1
+ {"version":3,"file":"user-payment-method.js","sourceRoot":"","sources":["../../../src/types/entity/user-payment-method.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAElD,MAAa,iBAAkB,SAAQ,+BAAc;CAoBpD;AApBD,8CAoBC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.1.64",
3
+ "version": "2.1.65",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {