choco-one-click-payment 1.1.39 → 1.1.40

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/index.d.ts CHANGED
@@ -187,6 +187,13 @@ export interface ChocoOneClickConfig {
187
187
  */
188
188
  isNativeAndroid?: boolean;
189
189
 
190
+ /**
191
+ * Признак оплаты холодильника (микромаркет).
192
+ * Если true — передаётся is_fridge: true в тело checkout-запроса.
193
+ * @default false
194
+ */
195
+ isFridge?: boolean;
196
+
190
197
  /**
191
198
  * Данные по бонусам для отображения бонусного блока в виджете.
192
199
  * Если не переданы, бонусный блок не показывается.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "choco-one-click-payment",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "Встраиваемый виджет для быстрой оплаты с bottom sheet интерфейсом",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",