@schematichq/schematic-components 1.4.1 → 1.4.2

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.
@@ -2774,6 +2774,43 @@ declare interface ComponentCapabilities_2 {
2774
2774
  checkout: boolean;
2775
2775
  }
2776
2776
 
2777
+ /**
2778
+ * Schematic API
2779
+ * Schematic API
2780
+ *
2781
+ * The version of the OpenAPI document: 0.1
2782
+ *
2783
+ *
2784
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
2785
+ * https://openapi-generator.tech
2786
+ * Do not edit the class manually.
2787
+ */
2788
+ /**
2789
+ *
2790
+ * @export
2791
+ * @interface ComponentCheckoutSettings
2792
+ */
2793
+ declare interface ComponentCheckoutSettings {
2794
+ /**
2795
+ *
2796
+ * @type {boolean}
2797
+ * @memberof ComponentCheckoutSettings
2798
+ */
2799
+ collectAddress: boolean;
2800
+ /**
2801
+ *
2802
+ * @type {boolean}
2803
+ * @memberof ComponentCheckoutSettings
2804
+ */
2805
+ collectEmail: boolean;
2806
+ /**
2807
+ *
2808
+ * @type {boolean}
2809
+ * @memberof ComponentCheckoutSettings
2810
+ */
2811
+ collectPhone: boolean;
2812
+ }
2813
+
2777
2814
  /**
2778
2815
  * The returned resource
2779
2816
  * @export
@@ -2810,6 +2847,12 @@ declare interface ComponentHydrateResponseData {
2810
2847
  * @memberof ComponentHydrateResponseData
2811
2848
  */
2812
2849
  capabilities?: ComponentCapabilities;
2850
+ /**
2851
+ *
2852
+ * @type {ComponentCheckoutSettings}
2853
+ * @memberof ComponentHydrateResponseData
2854
+ */
2855
+ checkoutSettings: ComponentCheckoutSettings;
2813
2856
  /**
2814
2857
  *
2815
2858
  * @type {CompanyDetailResponseData}