@bondsports/types 2.1.66 → 2.1.67

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,5 +10,7 @@ export declare class UserPaymentMethod extends BondBaseEntity {
10
10
  ccLast4?: string;
11
11
  ccBrand?: string;
12
12
  importedId?: string;
13
+ expYear?: number;
14
+ expMonth?: number;
13
15
  deletedAt?: Date;
14
16
  }
@@ -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;CAoBpD;AApBD,8CAoBC"}
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;CAwBpD;AAxBD,8CAwBC"}
@@ -28,6 +28,8 @@ export declare class UserPaymentMethodDto {
28
28
  ccBrand?: string;
29
29
  importedId?: string;
30
30
  deletedAt?: Date;
31
+ expYear?: number;
32
+ expMonth?: number;
31
33
  }
32
34
  export declare class UserPaymentMethodOption {
33
35
  paymentMethodType: PaymentMethodTypeEnum;
@@ -1 +1 @@
1
- {"version":3,"file":"payment-method.dto.js","sourceRoot":"","sources":["../../../../src/types/payment/dto/payment-method.dto.ts"],"names":[],"mappings":";;;AAaA,MAAa,uCAAuC;CAUnD;AAVD,0FAUC;AAED,MAAa,oBAAoB;CAsBhC;AAtBD,oDAsBC;AAED,MAAa,uBAAuB;CAQnC;AARD,0DAQC"}
1
+ {"version":3,"file":"payment-method.dto.js","sourceRoot":"","sources":["../../../../src/types/payment/dto/payment-method.dto.ts"],"names":[],"mappings":";;;AAaA,MAAa,uCAAuC;CAUnD;AAVD,0FAUC;AAED,MAAa,oBAAoB;CA0BhC;AA1BD,oDA0BC;AAED,MAAa,uBAAuB;CAQnC;AARD,0DAQC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.1.66",
3
+ "version": "2.1.67",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {