prismic-slicemachine-to-hydrogen-jrhcn 0.1.611 → 0.1.612

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.
@@ -9058,6 +9058,17 @@ interface HeadlessProductDocumentData {
9058
9058
  */
9059
9059
  show_hsa_fsa: prismic.BooleanField
9060
9060
 
9061
+ /**
9062
+ * HSA/FSA Title field in *Headless Product*
9063
+ *
9064
+ * - **Field Type**: Text
9065
+ * - **Placeholder**: How to Use Your Insurance or HSA/FSA
9066
+ * - **API ID Path**: headless_product.hsa_fsa_title
9067
+ * - **Tab**: Accordions
9068
+ * - **Documentation**: https://prismic.io/docs/field#key-text
9069
+ */
9070
+ hsa_fsa_title: prismic.KeyTextField
9071
+
9061
9072
  /**
9062
9073
  * Show More Ways To Wear field in *Headless Product*
9063
9074
  *
@@ -9070,6 +9081,17 @@ interface HeadlessProductDocumentData {
9070
9081
  */
9071
9082
  show_more_ways_to_wear: prismic.BooleanField
9072
9083
 
9084
+ /**
9085
+ * More Ways To Wear Title field in *Headless Product*
9086
+ *
9087
+ * - **Field Type**: Text
9088
+ * - **Placeholder**: More Ways To Wear
9089
+ * - **API ID Path**: headless_product.more_ways_to_wear_title
9090
+ * - **Tab**: Accordions
9091
+ * - **Documentation**: https://prismic.io/docs/field#key-text
9092
+ */
9093
+ more_ways_to_wear_title: prismic.KeyTextField
9094
+
9073
9095
  /**
9074
9096
  * More Ways to Wear Products field in *Headless Product*
9075
9097
  *
@@ -9105,6 +9127,17 @@ interface HeadlessProductDocumentData {
9105
9127
  */
9106
9128
  show_measurements: prismic.BooleanField
9107
9129
 
9130
+ /**
9131
+ * Measurements Title field in *Headless Product*
9132
+ *
9133
+ * - **Field Type**: Text
9134
+ * - **Placeholder**: Measurements
9135
+ * - **API ID Path**: headless_product.measurements_title
9136
+ * - **Tab**: Accordions
9137
+ * - **Documentation**: https://prismic.io/docs/field#key-text
9138
+ */
9139
+ measurements_title: prismic.KeyTextField
9140
+
9108
9141
  /**
9109
9142
  * Measurements Image field in *Headless Product*
9110
9143
  *
@@ -9137,7 +9170,18 @@ interface HeadlessProductDocumentData {
9137
9170
  * - **Tab**: Accordions
9138
9171
  * - **Documentation**: https://prismic.io/docs/field#rich-text-title
9139
9172
  */
9140
- hto_content: prismic.RichTextField /**
9173
+ hto_content: prismic.RichTextField
9174
+
9175
+ /**
9176
+ * HTO Title field in *Headless Product*
9177
+ *
9178
+ * - **Field Type**: Text
9179
+ * - **Placeholder**: How to Tryout at Home
9180
+ * - **API ID Path**: headless_product.hto_title
9181
+ * - **Tab**: Accordions
9182
+ * - **Documentation**: https://prismic.io/docs/field#key-text
9183
+ */
9184
+ hto_title: prismic.KeyTextField /**
9141
9185
  * Is Enabled field in *Headless Product*
9142
9186
  *
9143
9187
  * - **Field Type**: Boolean
@@ -39347,7 +39391,7 @@ export interface ProductFaqSliceDefaultPrimary {
39347
39391
  /**
39348
39392
  * FAQ Group field in *ProductFaq → Default → Primary*
39349
39393
  *
39350
- * - **Field Type**: Integration Fields (Catalog: `roka--faq_group`)
39394
+ * - **Field Type**: Integration Fields (Catalog: `roka--faq_groups`)
39351
39395
  * - **Placeholder**: *None*
39352
39396
  * - **API ID Path**: product_faq.default.primary.faq_group
39353
39397
  * - **Documentation**: https://prismic.io/docs/field#integration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prismic-slicemachine-to-hydrogen-jrhcn",
3
- "version": "0.1.611",
3
+ "version": "0.1.612",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",