@payrails/web-sdk 5.25.0 → 5.25.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payrails/web-sdk",
3
- "version": "5.25.0",
3
+ "version": "5.25.1",
4
4
  "description": "SDK providing tokenization options on the client for merchants",
5
5
  "main": "index.js",
6
6
  "types": "payrails.d.ts",
package/payrails.d.ts CHANGED
@@ -612,7 +612,7 @@ declare class PayrailsCollectContainer implements Mountable {
612
612
  private attachCustomEventHandler;
613
613
  private formatBin;
614
614
  private get elementToFieldMap();
615
- fetchBinLookup: (bin: string) => Promise<string | BinLookupResponse | {
615
+ fetchBinLookup: (bin: string) => Promise<BinLookupResponse | {
616
616
  bin: string;
617
617
  }>;
618
618
  }