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

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.
@@ -8804,6 +8804,39 @@ interface HeadlessCollectionDocumentData {
8804
8804
  * - **Documentation**: https://prismic.io/docs/field#image
8805
8805
  */
8806
8806
  meta_image: prismic.ImageField<never>
8807
+
8808
+ /**
8809
+ * OG Title field in *Headless Collection*
8810
+ *
8811
+ * - **Field Type**: Text
8812
+ * - **Placeholder**: *None*
8813
+ * - **API ID Path**: headless_collection.og_title
8814
+ * - **Tab**: SEO & Metadata
8815
+ * - **Documentation**: https://prismic.io/docs/field#key-text
8816
+ */
8817
+ og_title: prismic.KeyTextField
8818
+
8819
+ /**
8820
+ * OG Description field in *Headless Collection*
8821
+ *
8822
+ * - **Field Type**: Text
8823
+ * - **Placeholder**: *None*
8824
+ * - **API ID Path**: headless_collection.og_description
8825
+ * - **Tab**: SEO & Metadata
8826
+ * - **Documentation**: https://prismic.io/docs/field#key-text
8827
+ */
8828
+ og_description: prismic.KeyTextField
8829
+
8830
+ /**
8831
+ * OG Image field in *Headless Collection*
8832
+ *
8833
+ * - **Field Type**: Image
8834
+ * - **Placeholder**: *None*
8835
+ * - **API ID Path**: headless_collection.og_image
8836
+ * - **Tab**: SEO & Metadata
8837
+ * - **Documentation**: https://prismic.io/docs/field#image
8838
+ */
8839
+ og_image: prismic.ImageField<never>
8807
8840
  }
8808
8841
 
8809
8842
  /**
@@ -8898,6 +8931,39 @@ interface HeadlessPageDocumentData {
8898
8931
  * - **Documentation**: https://prismic.io/docs/field#image
8899
8932
  */
8900
8933
  meta_image: prismic.ImageField<never>
8934
+
8935
+ /**
8936
+ * OG Title field in *Headless Page*
8937
+ *
8938
+ * - **Field Type**: Text
8939
+ * - **Placeholder**: *None*
8940
+ * - **API ID Path**: headless_page.og_title
8941
+ * - **Tab**: SEO & Metadata
8942
+ * - **Documentation**: https://prismic.io/docs/field#key-text
8943
+ */
8944
+ og_title: prismic.KeyTextField
8945
+
8946
+ /**
8947
+ * OG Description field in *Headless Page*
8948
+ *
8949
+ * - **Field Type**: Text
8950
+ * - **Placeholder**: *None*
8951
+ * - **API ID Path**: headless_page.og_description
8952
+ * - **Tab**: SEO & Metadata
8953
+ * - **Documentation**: https://prismic.io/docs/field#key-text
8954
+ */
8955
+ og_description: prismic.KeyTextField
8956
+
8957
+ /**
8958
+ * OG Image field in *Headless Page*
8959
+ *
8960
+ * - **Field Type**: Image
8961
+ * - **Placeholder**: *None*
8962
+ * - **API ID Path**: headless_page.og_image
8963
+ * - **Tab**: SEO & Metadata
8964
+ * - **Documentation**: https://prismic.io/docs/field#image
8965
+ */
8966
+ og_image: prismic.ImageField<never>
8901
8967
  }
8902
8968
 
8903
8969
  /**
@@ -9046,7 +9112,40 @@ interface HeadlessProductDocumentData {
9046
9112
  * - **Tab**: SEO & Metadata
9047
9113
  * - **Documentation**: https://prismic.io/docs/field#image
9048
9114
  */
9049
- meta_image: prismic.ImageField<never> /**
9115
+ meta_image: prismic.ImageField<never>
9116
+
9117
+ /**
9118
+ * OG Title field in *Headless Product*
9119
+ *
9120
+ * - **Field Type**: Text
9121
+ * - **Placeholder**: *None*
9122
+ * - **API ID Path**: headless_product.og_title
9123
+ * - **Tab**: SEO & Metadata
9124
+ * - **Documentation**: https://prismic.io/docs/field#key-text
9125
+ */
9126
+ og_title: prismic.KeyTextField
9127
+
9128
+ /**
9129
+ * OG Description field in *Headless Product*
9130
+ *
9131
+ * - **Field Type**: Text
9132
+ * - **Placeholder**: *None*
9133
+ * - **API ID Path**: headless_product.og_description
9134
+ * - **Tab**: SEO & Metadata
9135
+ * - **Documentation**: https://prismic.io/docs/field#key-text
9136
+ */
9137
+ og_description: prismic.KeyTextField
9138
+
9139
+ /**
9140
+ * OG Image field in *Headless Product*
9141
+ *
9142
+ * - **Field Type**: Image
9143
+ * - **Placeholder**: *None*
9144
+ * - **API ID Path**: headless_product.og_image
9145
+ * - **Tab**: SEO & Metadata
9146
+ * - **Documentation**: https://prismic.io/docs/field#image
9147
+ */
9148
+ og_image: prismic.ImageField<never> /**
9050
9149
  * Show HSA/FSA field in *Headless Product*
9051
9150
  *
9052
9151
  * - **Field Type**: Boolean
@@ -9058,6 +9157,17 @@ interface HeadlessProductDocumentData {
9058
9157
  */
9059
9158
  show_hsa_fsa: prismic.BooleanField
9060
9159
 
9160
+ /**
9161
+ * HSA/FSA Title field in *Headless Product*
9162
+ *
9163
+ * - **Field Type**: Text
9164
+ * - **Placeholder**: How to Use Your Insurance or HSA/FSA
9165
+ * - **API ID Path**: headless_product.hsa_fsa_title
9166
+ * - **Tab**: Accordions
9167
+ * - **Documentation**: https://prismic.io/docs/field#key-text
9168
+ */
9169
+ hsa_fsa_title: prismic.KeyTextField
9170
+
9061
9171
  /**
9062
9172
  * Show More Ways To Wear field in *Headless Product*
9063
9173
  *
@@ -9070,6 +9180,17 @@ interface HeadlessProductDocumentData {
9070
9180
  */
9071
9181
  show_more_ways_to_wear: prismic.BooleanField
9072
9182
 
9183
+ /**
9184
+ * More Ways To Wear Title field in *Headless Product*
9185
+ *
9186
+ * - **Field Type**: Text
9187
+ * - **Placeholder**: More Ways To Wear
9188
+ * - **API ID Path**: headless_product.more_ways_to_wear_title
9189
+ * - **Tab**: Accordions
9190
+ * - **Documentation**: https://prismic.io/docs/field#key-text
9191
+ */
9192
+ more_ways_to_wear_title: prismic.KeyTextField
9193
+
9073
9194
  /**
9074
9195
  * More Ways to Wear Products field in *Headless Product*
9075
9196
  *
@@ -9105,6 +9226,17 @@ interface HeadlessProductDocumentData {
9105
9226
  */
9106
9227
  show_measurements: prismic.BooleanField
9107
9228
 
9229
+ /**
9230
+ * Measurements Title field in *Headless Product*
9231
+ *
9232
+ * - **Field Type**: Text
9233
+ * - **Placeholder**: Measurements
9234
+ * - **API ID Path**: headless_product.measurements_title
9235
+ * - **Tab**: Accordions
9236
+ * - **Documentation**: https://prismic.io/docs/field#key-text
9237
+ */
9238
+ measurements_title: prismic.KeyTextField
9239
+
9108
9240
  /**
9109
9241
  * Measurements Image field in *Headless Product*
9110
9242
  *
@@ -9137,7 +9269,18 @@ interface HeadlessProductDocumentData {
9137
9269
  * - **Tab**: Accordions
9138
9270
  * - **Documentation**: https://prismic.io/docs/field#rich-text-title
9139
9271
  */
9140
- hto_content: prismic.RichTextField /**
9272
+ hto_content: prismic.RichTextField
9273
+
9274
+ /**
9275
+ * HTO Title field in *Headless Product*
9276
+ *
9277
+ * - **Field Type**: Text
9278
+ * - **Placeholder**: How to Tryout at Home
9279
+ * - **API ID Path**: headless_product.hto_title
9280
+ * - **Tab**: Accordions
9281
+ * - **Documentation**: https://prismic.io/docs/field#key-text
9282
+ */
9283
+ hto_title: prismic.KeyTextField /**
9141
9284
  * Is Enabled field in *Headless Product*
9142
9285
  *
9143
9286
  * - **Field Type**: Boolean
@@ -39347,7 +39490,7 @@ export interface ProductFaqSliceDefaultPrimary {
39347
39490
  /**
39348
39491
  * FAQ Group field in *ProductFaq → Default → Primary*
39349
39492
  *
39350
- * - **Field Type**: Integration Fields (Catalog: `roka--faq_group`)
39493
+ * - **Field Type**: Integration Fields (Catalog: `roka--faq_groups`)
39351
39494
  * - **Placeholder**: *None*
39352
39495
  * - **API ID Path**: product_faq.default.primary.faq_group
39353
39496
  * - **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.613",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",