@gem-sdk/core 1.56.0 → 1.56.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.
- package/dist/cjs/helpers/third-party/appConfig.js +7 -0
- package/dist/cjs/helpers/third-party/appSetting.js +92 -60
- package/dist/cjs/helpers/third-party/constant.js +2 -1
- package/dist/esm/helpers/third-party/appConfig.js +7 -1
- package/dist/esm/helpers/third-party/appSetting.js +92 -60
- package/dist/esm/helpers/third-party/constant.js +3 -2
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -132,8 +132,15 @@ const AppointmentBookingCowlendarConfig = {
|
|
|
132
132
|
appId: '6d8b8f6a-9b3c-42b8-b2e6-a758c38d45bf'
|
|
133
133
|
}
|
|
134
134
|
};
|
|
135
|
+
const BoldSubscriptionsConfig = {
|
|
136
|
+
BoldSubscriptions: {
|
|
137
|
+
appName: 'bold-subscriptions',
|
|
138
|
+
appId: '9ceb49f0-5fe5-4b5e-943d-f8af8985167d'
|
|
139
|
+
}
|
|
140
|
+
};
|
|
135
141
|
|
|
136
142
|
exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
|
|
143
|
+
exports.BoldSubscriptionsConfig = BoldSubscriptionsConfig;
|
|
137
144
|
exports.BonLoyaltyRewardsReferralsConfig = BonLoyaltyRewardsReferralsConfig;
|
|
138
145
|
exports.EasyBundleBuilderSkailamaConfig = EasyBundleBuilderSkailamaConfig;
|
|
139
146
|
exports.FastBundleBundlesDiscountsConfig = FastBundleBundlesDiscountsConfig;
|
|
@@ -217,77 +217,77 @@ const YotpoReviews = {
|
|
|
217
217
|
const WhatmoreShoppableVideosreel = {
|
|
218
218
|
WhatmoreShoppableVideosreel: {
|
|
219
219
|
'app-block': {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
220
|
+
heading: 'Watch and Buy',
|
|
221
|
+
'template-type': 'template-f',
|
|
222
|
+
'show-views': 'show',
|
|
223
|
+
'ui-theme': 'round',
|
|
224
|
+
'color-primary': '#343434',
|
|
225
|
+
'color-secondary': '#343434',
|
|
226
|
+
'title-font': 'poppins_n4',
|
|
227
|
+
'primary-font': 'poppins_n4',
|
|
228
|
+
'title-font-size': 40,
|
|
229
|
+
'title-font-size-portrait': 24,
|
|
230
|
+
'landscape-padding': 40,
|
|
231
|
+
'top-bottom-padding': 20,
|
|
232
|
+
'scroll-video-tile-size': 80,
|
|
233
|
+
'scroll-video-tile-size-portrait': 80,
|
|
234
|
+
'min-height': 380
|
|
235
235
|
},
|
|
236
236
|
'app-block-banner': {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
237
|
+
'template-type': 'template-banner-a',
|
|
238
|
+
'ui-theme': 'round',
|
|
239
|
+
'banner-video-tile-size': 80
|
|
240
240
|
},
|
|
241
241
|
'app-block-collections': {
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
242
|
+
collectionHeading: 'W',
|
|
243
|
+
'template-type': 'template-collections-b',
|
|
244
|
+
'ui-theme': 'round',
|
|
245
|
+
'color-secondary': '#343434',
|
|
246
|
+
'primary-font': 'poppins_n4',
|
|
247
|
+
'tile-size': 60,
|
|
248
|
+
'tile-size-portrait': 60,
|
|
249
|
+
'min-height': 250
|
|
250
250
|
},
|
|
251
251
|
'app-block-stories': {
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
252
|
+
'template-type': 'template-stories-a',
|
|
253
|
+
'ui-theme': 'round',
|
|
254
|
+
'color-primary': '#343434',
|
|
255
|
+
'color-secondary': '#343434',
|
|
256
|
+
'primary-font': 'poppins_n4',
|
|
257
|
+
'stories-top-bottom-padding': 0,
|
|
258
|
+
'story-tile-size': 40,
|
|
259
|
+
'story-tile-size-desktop': 40
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
};
|
|
263
263
|
const ProductOptionsCustomizer = {
|
|
264
264
|
ProductOptionsCustomizer: {
|
|
265
265
|
'product-page-customizer': {
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
266
|
+
pc_container_size: 100,
|
|
267
|
+
pc_show_options_total: 'initial',
|
|
268
|
+
pc_customizations_total_text: 'Customizations Total:',
|
|
269
|
+
pc_show_preloader: 'hide',
|
|
270
|
+
pc_preloader_color: '',
|
|
271
|
+
pc_ignore_redirect_command: true,
|
|
272
|
+
pc_basic_label_text_color: '#000000',
|
|
273
|
+
pc_basic_label_font_size: 14,
|
|
274
|
+
pc_basic_label_bolden: 'unset',
|
|
275
|
+
pc_basic_label_space_above: 0,
|
|
276
|
+
pc_basic_option_background_color: '#FFFFFF',
|
|
277
|
+
pc_basic_option_text_color: '#000000',
|
|
278
|
+
pc_basic_option_border_color: '#000000',
|
|
279
|
+
pc_basic_option_border_style: 'solid',
|
|
280
|
+
pc_basic_option_border_width: 1,
|
|
281
|
+
pc_basic_option_curve_the_corners: 'none',
|
|
282
|
+
pc_basic_option_font_size: 14,
|
|
283
|
+
pc_basic_option_bolden: 'none',
|
|
284
|
+
pc_basic_option_width: 100,
|
|
285
|
+
pc_basic_option_space_above: 0,
|
|
286
|
+
pc_basic_option_space_below: 0,
|
|
287
|
+
pc_basic_option_space_inside: 10,
|
|
288
|
+
pc_advanced_custom_css: '',
|
|
289
|
+
pc_advanced_custom_js: '',
|
|
290
|
+
pc_show_image_swatch_preview: false
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
};
|
|
@@ -299,6 +299,37 @@ const AppointmentBookingCowlendar = {
|
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
301
|
};
|
|
302
|
+
const BoldSubscriptions = {
|
|
303
|
+
BoldSubscriptions: {
|
|
304
|
+
'bsub-widget-block': {
|
|
305
|
+
default_subscribe: true,
|
|
306
|
+
primary_color: '#3b63ff',
|
|
307
|
+
secondary_color: '#7dba63',
|
|
308
|
+
background_color: '#f8f9f9',
|
|
309
|
+
border_radius: 4,
|
|
310
|
+
header_text: 'Purchase Options',
|
|
311
|
+
one_time_text: 'One-time Purchase',
|
|
312
|
+
recurring_text: 'Subscribe and Save',
|
|
313
|
+
prepaid_recurring_text: 'Prepaid Subscribe and Save',
|
|
314
|
+
discount_summary_text: '(Save {discount})',
|
|
315
|
+
discount_summary_plural_text: '(Save up to {discount})',
|
|
316
|
+
frequency_header: 'Delivery Frequency',
|
|
317
|
+
frequency_text: 'delivery',
|
|
318
|
+
prepaid_checkbox_label_text: 'Prepay for subscription',
|
|
319
|
+
billing_frequency_header: 'Billing Frequency',
|
|
320
|
+
billing_frequency_text: '{count} Orders',
|
|
321
|
+
delivery_frequency_discount_text: '({discount} off)',
|
|
322
|
+
billing_frequency_discount_text: '({discount} off)',
|
|
323
|
+
prepaid_total_text: 'Billed {price} today',
|
|
324
|
+
prepaid_continue_as_prepaid_text: 'Prepaid order will auto-renew after {count} orders',
|
|
325
|
+
prepaid_continue_as_standard_text: 'Becomes a regular subscription after {count} orders',
|
|
326
|
+
convertible_header: 'Converts to',
|
|
327
|
+
eligible_for_subscription_header: 'Eligible for Subscription',
|
|
328
|
+
initial_dynamic_discount_text: 'Save {initial_percent_discount}% ({initial_fixed_discount})',
|
|
329
|
+
subsequent_dynamic_discounts_text: '{subsequent_percent_discount}% ({subsequent_fixed_discount}) after {order_count} order(s)'
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
};
|
|
302
333
|
const composeSettingsByWidgetType = {
|
|
303
334
|
...AppointmentBookingCowlendar,
|
|
304
335
|
...ProductOptionsCustomizer,
|
|
@@ -321,7 +352,8 @@ const composeSettingsByWidgetType = {
|
|
|
321
352
|
...LoyaltyRewardsReferrals,
|
|
322
353
|
...SubifySubscriptions,
|
|
323
354
|
...SelleasyWidget,
|
|
324
|
-
...YotpoReviews
|
|
355
|
+
...YotpoReviews,
|
|
356
|
+
...BoldSubscriptions
|
|
325
357
|
};
|
|
326
358
|
|
|
327
359
|
exports.composeSettingsByWidgetType = composeSettingsByWidgetType;
|
|
@@ -24,7 +24,8 @@ const mapShopifyAppMeta = {
|
|
|
24
24
|
...appConfig.YotpoReviewsV3UgcConfig,
|
|
25
25
|
...appConfig.WhatmoreShoppableVideosreelConfig,
|
|
26
26
|
...appConfig.ProductOptionsCustomizerConfig,
|
|
27
|
-
...appConfig.AppointmentBookingCowlendarConfig
|
|
27
|
+
...appConfig.AppointmentBookingCowlendarConfig,
|
|
28
|
+
...appConfig.BoldSubscriptionsConfig
|
|
28
29
|
};
|
|
29
30
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
30
31
|
|
|
@@ -130,5 +130,11 @@ const AppointmentBookingCowlendarConfig = {
|
|
|
130
130
|
appId: '6d8b8f6a-9b3c-42b8-b2e6-a758c38d45bf'
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
|
+
const BoldSubscriptionsConfig = {
|
|
134
|
+
BoldSubscriptions: {
|
|
135
|
+
appName: 'bold-subscriptions',
|
|
136
|
+
appId: '9ceb49f0-5fe5-4b5e-943d-f8af8985167d'
|
|
137
|
+
}
|
|
138
|
+
};
|
|
133
139
|
|
|
134
|
-
export { AppointmentBookingCowlendarConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
|
|
140
|
+
export { AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
|
|
@@ -215,77 +215,77 @@ const YotpoReviews = {
|
|
|
215
215
|
const WhatmoreShoppableVideosreel = {
|
|
216
216
|
WhatmoreShoppableVideosreel: {
|
|
217
217
|
'app-block': {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
218
|
+
heading: 'Watch and Buy',
|
|
219
|
+
'template-type': 'template-f',
|
|
220
|
+
'show-views': 'show',
|
|
221
|
+
'ui-theme': 'round',
|
|
222
|
+
'color-primary': '#343434',
|
|
223
|
+
'color-secondary': '#343434',
|
|
224
|
+
'title-font': 'poppins_n4',
|
|
225
|
+
'primary-font': 'poppins_n4',
|
|
226
|
+
'title-font-size': 40,
|
|
227
|
+
'title-font-size-portrait': 24,
|
|
228
|
+
'landscape-padding': 40,
|
|
229
|
+
'top-bottom-padding': 20,
|
|
230
|
+
'scroll-video-tile-size': 80,
|
|
231
|
+
'scroll-video-tile-size-portrait': 80,
|
|
232
|
+
'min-height': 380
|
|
233
233
|
},
|
|
234
234
|
'app-block-banner': {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
235
|
+
'template-type': 'template-banner-a',
|
|
236
|
+
'ui-theme': 'round',
|
|
237
|
+
'banner-video-tile-size': 80
|
|
238
238
|
},
|
|
239
239
|
'app-block-collections': {
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
240
|
+
collectionHeading: 'W',
|
|
241
|
+
'template-type': 'template-collections-b',
|
|
242
|
+
'ui-theme': 'round',
|
|
243
|
+
'color-secondary': '#343434',
|
|
244
|
+
'primary-font': 'poppins_n4',
|
|
245
|
+
'tile-size': 60,
|
|
246
|
+
'tile-size-portrait': 60,
|
|
247
|
+
'min-height': 250
|
|
248
248
|
},
|
|
249
249
|
'app-block-stories': {
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
250
|
+
'template-type': 'template-stories-a',
|
|
251
|
+
'ui-theme': 'round',
|
|
252
|
+
'color-primary': '#343434',
|
|
253
|
+
'color-secondary': '#343434',
|
|
254
|
+
'primary-font': 'poppins_n4',
|
|
255
|
+
'stories-top-bottom-padding': 0,
|
|
256
|
+
'story-tile-size': 40,
|
|
257
|
+
'story-tile-size-desktop': 40
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
260
|
};
|
|
261
261
|
const ProductOptionsCustomizer = {
|
|
262
262
|
ProductOptionsCustomizer: {
|
|
263
263
|
'product-page-customizer': {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
264
|
+
pc_container_size: 100,
|
|
265
|
+
pc_show_options_total: 'initial',
|
|
266
|
+
pc_customizations_total_text: 'Customizations Total:',
|
|
267
|
+
pc_show_preloader: 'hide',
|
|
268
|
+
pc_preloader_color: '',
|
|
269
|
+
pc_ignore_redirect_command: true,
|
|
270
|
+
pc_basic_label_text_color: '#000000',
|
|
271
|
+
pc_basic_label_font_size: 14,
|
|
272
|
+
pc_basic_label_bolden: 'unset',
|
|
273
|
+
pc_basic_label_space_above: 0,
|
|
274
|
+
pc_basic_option_background_color: '#FFFFFF',
|
|
275
|
+
pc_basic_option_text_color: '#000000',
|
|
276
|
+
pc_basic_option_border_color: '#000000',
|
|
277
|
+
pc_basic_option_border_style: 'solid',
|
|
278
|
+
pc_basic_option_border_width: 1,
|
|
279
|
+
pc_basic_option_curve_the_corners: 'none',
|
|
280
|
+
pc_basic_option_font_size: 14,
|
|
281
|
+
pc_basic_option_bolden: 'none',
|
|
282
|
+
pc_basic_option_width: 100,
|
|
283
|
+
pc_basic_option_space_above: 0,
|
|
284
|
+
pc_basic_option_space_below: 0,
|
|
285
|
+
pc_basic_option_space_inside: 10,
|
|
286
|
+
pc_advanced_custom_css: '',
|
|
287
|
+
pc_advanced_custom_js: '',
|
|
288
|
+
pc_show_image_swatch_preview: false
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
291
|
};
|
|
@@ -297,6 +297,37 @@ const AppointmentBookingCowlendar = {
|
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
};
|
|
300
|
+
const BoldSubscriptions = {
|
|
301
|
+
BoldSubscriptions: {
|
|
302
|
+
'bsub-widget-block': {
|
|
303
|
+
default_subscribe: true,
|
|
304
|
+
primary_color: '#3b63ff',
|
|
305
|
+
secondary_color: '#7dba63',
|
|
306
|
+
background_color: '#f8f9f9',
|
|
307
|
+
border_radius: 4,
|
|
308
|
+
header_text: 'Purchase Options',
|
|
309
|
+
one_time_text: 'One-time Purchase',
|
|
310
|
+
recurring_text: 'Subscribe and Save',
|
|
311
|
+
prepaid_recurring_text: 'Prepaid Subscribe and Save',
|
|
312
|
+
discount_summary_text: '(Save {discount})',
|
|
313
|
+
discount_summary_plural_text: '(Save up to {discount})',
|
|
314
|
+
frequency_header: 'Delivery Frequency',
|
|
315
|
+
frequency_text: 'delivery',
|
|
316
|
+
prepaid_checkbox_label_text: 'Prepay for subscription',
|
|
317
|
+
billing_frequency_header: 'Billing Frequency',
|
|
318
|
+
billing_frequency_text: '{count} Orders',
|
|
319
|
+
delivery_frequency_discount_text: '({discount} off)',
|
|
320
|
+
billing_frequency_discount_text: '({discount} off)',
|
|
321
|
+
prepaid_total_text: 'Billed {price} today',
|
|
322
|
+
prepaid_continue_as_prepaid_text: 'Prepaid order will auto-renew after {count} orders',
|
|
323
|
+
prepaid_continue_as_standard_text: 'Becomes a regular subscription after {count} orders',
|
|
324
|
+
convertible_header: 'Converts to',
|
|
325
|
+
eligible_for_subscription_header: 'Eligible for Subscription',
|
|
326
|
+
initial_dynamic_discount_text: 'Save {initial_percent_discount}% ({initial_fixed_discount})',
|
|
327
|
+
subsequent_dynamic_discounts_text: '{subsequent_percent_discount}% ({subsequent_fixed_discount}) after {order_count} order(s)'
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
};
|
|
300
331
|
const composeSettingsByWidgetType = {
|
|
301
332
|
...AppointmentBookingCowlendar,
|
|
302
333
|
...ProductOptionsCustomizer,
|
|
@@ -319,7 +350,8 @@ const composeSettingsByWidgetType = {
|
|
|
319
350
|
...LoyaltyRewardsReferrals,
|
|
320
351
|
...SubifySubscriptions,
|
|
321
352
|
...SelleasyWidget,
|
|
322
|
-
...YotpoReviews
|
|
353
|
+
...YotpoReviews,
|
|
354
|
+
...BoldSubscriptions
|
|
323
355
|
};
|
|
324
356
|
|
|
325
357
|
export { composeSettingsByWidgetType, overrideSettings };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig, SimpleBundlesKitsConfig, EasyBundleBuilderSkailamaConfig, PreorderNowPreOrderPqConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, PreorderNowWodPresaleConfig, YotpoReviewsV3UgcConfig, WhatmoreShoppableVideosreelConfig, ProductOptionsCustomizerConfig, AppointmentBookingCowlendarConfig } from './appConfig.js';
|
|
1
|
+
import { RechargeSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, SubifySubscriptionsConfig, SelleasyConfig, LoopSubscriptionsConfig, SkioSubscriptionsYcS20Config, ShopifyFormsConfig, ReviewxpoProductReviewsAppConfig, PumperBundlesVolumeDiscountConfig, UnlimitedBundlesDiscountsConfig, KiteFreeGiftDiscountConfig, FastBundleBundlesDiscountsConfig, SimpleBundlesKitsConfig, EasyBundleBuilderSkailamaConfig, PreorderNowPreOrderPqConfig, FlyBundlesUpsellsFbtConfig, JunipProductReviewsUgcConfig, PreorderNowWodPresaleConfig, YotpoReviewsV3UgcConfig, WhatmoreShoppableVideosreelConfig, ProductOptionsCustomizerConfig, AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig } from './appConfig.js';
|
|
2
2
|
|
|
3
3
|
const mapShopifyAppMeta = {
|
|
4
4
|
...RechargeSubscriptionsConfig,
|
|
@@ -22,7 +22,8 @@ const mapShopifyAppMeta = {
|
|
|
22
22
|
...YotpoReviewsV3UgcConfig,
|
|
23
23
|
...WhatmoreShoppableVideosreelConfig,
|
|
24
24
|
...ProductOptionsCustomizerConfig,
|
|
25
|
-
...AppointmentBookingCowlendarConfig
|
|
25
|
+
...AppointmentBookingCowlendarConfig,
|
|
26
|
+
...BoldSubscriptionsConfig
|
|
26
27
|
};
|
|
27
28
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
28
29
|
|
package/dist/types/index.d.ts
CHANGED
|
@@ -6895,7 +6895,7 @@ type OpinewWidgetType = 'reviews' | 'badge' | 'badgeCollection' | 'carousel' | '
|
|
|
6895
6895
|
type OpinewDesignWidgetType = 'opinew_badge_wide_average' | 'opinew_badge_wide' | 'opinew_badge_small';
|
|
6896
6896
|
type UltimateSalesBoostWidgetType = 'sticker' | 'message' | 'getItByTimer' | 'buyXGetTY' | 'countdownTimer' | 'stockInventoryNumber' | 'trustBadge' | 'advancedTrustBadge';
|
|
6897
6897
|
type OmnisendWidgetType = 'landing-page' | 'embedded';
|
|
6898
|
-
type BoldSubscriptionsWidgetType = 'v1' | '
|
|
6898
|
+
type BoldSubscriptionsWidgetType = 'v1' | 'bsub-widget-block';
|
|
6899
6899
|
type PickyStoryWidgetType = 'gem-picky-bundle' | 'gem-picky-kit' | 'gem-picky-buy-the-look' | 'gem-picky-gallery';
|
|
6900
6900
|
type KlaviyoWidgetType = 'popup_widget' | 'flyout_widget' | 'embed_widget' | 'full_page_widget';
|
|
6901
6901
|
type ObjectLayoutValue = {
|