@rebilly/framepay 1.81.0 → 1.81.1

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