@wix/ecom 1.0.734 → 1.0.735

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": "@wix/ecom",
3
- "version": "1.0.734",
3
+ "version": "1.0.735",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -26,7 +26,7 @@
26
26
  "@wix/ecom_cart": "1.0.70",
27
27
  "@wix/ecom_checkout": "1.0.80",
28
28
  "@wix/ecom_checkout-content": "1.0.5",
29
- "@wix/ecom_checkout-settings": "1.0.48",
29
+ "@wix/ecom_checkout-settings": "1.0.49",
30
30
  "@wix/ecom_checkout-templates": "1.0.80",
31
31
  "@wix/ecom_currencies": "1.0.35",
32
32
  "@wix/ecom_current-cart": "1.0.70",
@@ -76,5 +76,5 @@
76
76
  "fqdn": ""
77
77
  }
78
78
  },
79
- "falconPackageHash": "7c4695158eac5652e9990b0af5a0a9ee9bcb5dcf4d256d2664385d46"
79
+ "falconPackageHash": "de9f9a62b848934ac939351452e04c539cb8c58bea5fee5e1a7b2d2c"
80
80
  }
@@ -12154,6 +12154,19 @@ interface CheckoutFields {
12154
12154
  * Default: `false`.
12155
12155
  */
12156
12156
  mitEnabled?: boolean | null;
12157
+ /**
12158
+ * Whether to allow for Auth & Capture transactions. <br><br>
12159
+ *
12160
+ * Default: `false`
12161
+ */
12162
+ delayCaptureEnabled?: boolean | null;
12163
+ /**
12164
+ * Whether to automatically capture the transaction before the authorization expires.
12165
+ *
12166
+ * Default: `true`
12167
+ * >**Note:** this setting is only relevant when `delay_capture_enabled: true`.
12168
+ */
12169
+ captureBeforeExpiryEnabled?: boolean | null;
12157
12170
  }
12158
12171
  interface CheckboxField {
12159
12172
  /** Whether the checkbox is visible to the customer. */
@@ -12154,6 +12154,19 @@ interface CheckoutFields {
12154
12154
  * Default: `false`.
12155
12155
  */
12156
12156
  mitEnabled?: boolean | null;
12157
+ /**
12158
+ * Whether to allow for Auth & Capture transactions. <br><br>
12159
+ *
12160
+ * Default: `false`
12161
+ */
12162
+ delayCaptureEnabled?: boolean | null;
12163
+ /**
12164
+ * Whether to automatically capture the transaction before the authorization expires.
12165
+ *
12166
+ * Default: `true`
12167
+ * >**Note:** this setting is only relevant when `delay_capture_enabled: true`.
12168
+ */
12169
+ captureBeforeExpiryEnabled?: boolean | null;
12157
12170
  }
12158
12171
  interface CheckboxField {
12159
12172
  /** Whether the checkbox is visible to the customer. */
@@ -14915,6 +14915,19 @@ interface CheckoutFields$1 {
14915
14915
  * Default: `false`
14916
14916
  */
14917
14917
  mitEnabled?: boolean | null;
14918
+ /**
14919
+ * Whether to allow for Auth & Capture transactions. <br><br>
14920
+ *
14921
+ * Default: `false`
14922
+ */
14923
+ delayCaptureEnabled?: boolean | null;
14924
+ /**
14925
+ * Whether to automatically capture the transaction before the authorization expires.
14926
+ *
14927
+ * Default: `true`
14928
+ * >**Note:** this setting is only relevant when `delay_capture_enabled: true`.
14929
+ */
14930
+ captureBeforeExpiryEnabled?: boolean | null;
14918
14931
  }
14919
14932
  interface CheckboxField$1 {
14920
14933
  /** Whether the checkbox is visible to the customer. */
@@ -15090,6 +15103,19 @@ interface CheckoutFields {
15090
15103
  * Default: `false`.
15091
15104
  */
15092
15105
  mitEnabled?: boolean | null;
15106
+ /**
15107
+ * Whether to allow for Auth & Capture transactions. <br><br>
15108
+ *
15109
+ * Default: `false`
15110
+ */
15111
+ delayCaptureEnabled?: boolean | null;
15112
+ /**
15113
+ * Whether to automatically capture the transaction before the authorization expires.
15114
+ *
15115
+ * Default: `true`
15116
+ * >**Note:** this setting is only relevant when `delay_capture_enabled: true`.
15117
+ */
15118
+ captureBeforeExpiryEnabled?: boolean | null;
15093
15119
  }
15094
15120
  interface CheckboxField {
15095
15121
  /** Whether the checkbox is visible to the customer. */