@paydock/client-sdk 1.118.0 → 1.119.0-beta

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.
@@ -103,6 +103,7 @@ When the flow type is src, masked checkoutData available is also returned
103
103
  | --- | --- | --- |
104
104
  | type | <code>string</code> | type of the checkout, can be `src` or `manual`. |
105
105
  | token | <code>string</code> | one time token value. |
106
+ | token_type | <code>string</code> | one time token type value, can be `card` or `card_scheme_token`. |
106
107
  | [checkoutData] | <code>object</code> | Optional checkout data related to the checkout information. Only available on src flow. |
107
108
  | [checkoutData.card_number_bin] | <code>string</code> | The BIN of the card used for the transaction. |
108
109
  | [checkoutData.card_number_last4] | <code>string</code> | The last four digits of the card number. |
package/package.json CHANGED
@@ -104,7 +104,7 @@
104
104
  }
105
105
  },
106
106
  "name": "@paydock/client-sdk",
107
- "version": "1.118.0",
107
+ "version": "1.119.0-beta",
108
108
  "scripts": {
109
109
  "build:doc": "node docs/html/marked.js",
110
110
  "build:js": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",