choco-one-click-payment 1.0.2 → 1.0.3

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/index.d.ts +5 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3,6 +3,11 @@
3
3
  */
4
4
 
5
5
  export interface ChocoOneClickConfig {
6
+ /**
7
+ * PreorderId для авторизации. При init() по нему получается access token.
8
+ * @required
9
+ */
10
+ preorderId: number;
6
11
  /**
7
12
  * TrackId для авторизации. При init() по нему получается access token.
8
13
  * @required
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "choco-one-click-payment",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Встраиваемый виджет для быстрой оплаты с bottom sheet интерфейсом",
5
5
  "main": "./index.js",
6
6
  "module": "./index.esm.js",