@bigcommerce/checkout-sdk 1.350.1 → 1.351.0

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/docs/README.md CHANGED
@@ -32,6 +32,7 @@
32
32
  - [StyleButtonColor](enums/StyleButtonColor.md)
33
33
  - [StyleButtonLabel](enums/StyleButtonLabel.md)
34
34
  - [StyleButtonShape](enums/StyleButtonShape.md)
35
+ - [UntrustedShippingCardVerificationType](enums/UntrustedShippingCardVerificationType.md)
35
36
 
36
37
  ### Classes
37
38
 
@@ -0,0 +1,22 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / UntrustedShippingCardVerificationType
2
+
3
+ # Enumeration: UntrustedShippingCardVerificationType
4
+
5
+ ## Table of contents
6
+
7
+ ### Enumeration Members
8
+
9
+ - [CVV](UntrustedShippingCardVerificationType.md#cvv)
10
+ - [PAN](UntrustedShippingCardVerificationType.md#pan)
11
+
12
+ ## Enumeration Members
13
+
14
+ ### CVV
15
+
16
+ • **CVV**
17
+
18
+ ___
19
+
20
+ ### PAN
21
+
22
+ • **PAN**
@@ -23,6 +23,7 @@
23
23
  - [provider](CardInstrument.md#provider)
24
24
  - [trustedShippingAddress](CardInstrument.md#trustedshippingaddress)
25
25
  - [type](CardInstrument.md#type)
26
+ - [untrustedShippingCardVerificationMode](CardInstrument.md#untrustedshippingcardverificationmode)
26
27
 
27
28
  ## Properties
28
29
 
@@ -113,3 +114,9 @@ ___
113
114
  #### Overrides
114
115
 
115
116
  [BaseInstrument](BaseInstrument.md).[type](BaseInstrument.md#type)
117
+
118
+ ___
119
+
120
+ ### untrustedShippingCardVerificationMode
121
+
122
+ • **untrustedShippingCardVerificationMode**: [`UntrustedShippingCardVerificationType`](../enums/UntrustedShippingCardVerificationType.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.350.1",
3
+ "version": "1.351.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",