@rebilly/framepay 1.80.2 → 1.81.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1058,8 +1058,12 @@ export declare interface TokenRequestPayload {
1058
1058
  currency?: string;
1059
1059
  descriptor?: string;
1060
1060
  payload?: PostTokenData;
1061
+ bin?: string;
1062
+ last4?: string;
1061
1063
  expMonth?: string;
1062
1064
  expYear?: string;
1065
+ encryptedCvv?: string;
1066
+ cvv?: string;
1063
1067
  };
1064
1068
  billingAddress?: reportsComponents['schemas']['ContactObject'];
1065
1069
  riskMetadata?: RiskMetadata;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/framepay",
3
- "version": "1.80.2",
3
+ "version": "1.81.0",
4
4
  "description": "A wrapper to load Rebilly's FramePay library and provide TypeScript types",
5
5
  "type": "module",
6
6
  "license": "MIT",