@gem-sdk/core 1.57.0-staging.33 → 1.57.0-staging.37

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.
@@ -168,6 +168,12 @@ const LoloyalLoyaltyReferralsConfig = {
168
168
  appId: '930ac91f-2bf2-4655-9ba0-574771f782d6'
169
169
  }
170
170
  };
171
+ const PowerfulContactFormBuilderConfig = {
172
+ PowerfulContactFormBuilder: {
173
+ appName: 'powerful-form-builder',
174
+ appId: 'e4bcb1eb-35b2-42e6-bc37-bfe0e1542c9d'
175
+ }
176
+ };
171
177
 
172
178
  exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
173
179
  exports.BoldSubscriptionsConfig = BoldSubscriptionsConfig;
@@ -182,6 +188,7 @@ exports.KachingBundlesConfig = KachingBundlesConfig;
182
188
  exports.KiteFreeGiftDiscountConfig = KiteFreeGiftDiscountConfig;
183
189
  exports.LoloyalLoyaltyReferralsConfig = LoloyalLoyaltyReferralsConfig;
184
190
  exports.LoopSubscriptionsConfig = LoopSubscriptionsConfig;
191
+ exports.PowerfulContactFormBuilderConfig = PowerfulContactFormBuilderConfig;
185
192
  exports.PreorderNowPreOrderPqConfig = PreorderNowPreOrderPqConfig;
186
193
  exports.PreorderNowWodPresaleConfig = PreorderNowWodPresaleConfig;
187
194
  exports.ProductOptionsCustomizerConfig = ProductOptionsCustomizerConfig;
@@ -109,6 +109,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
109
109
  ['show-views']: appSetting?.showViews
110
110
  };
111
111
  }
112
+ case 'PowerfulContactFormBuilder':
113
+ {
114
+ return {
115
+ ...currentSetting,
116
+ shortcode: appSetting?.shortcode
117
+ };
118
+ }
112
119
  default:
113
120
  return currentSetting;
114
121
  }
@@ -419,8 +426,16 @@ const LoloyalLoyaltyReferrals = {
419
426
  'app-referrals': LoloyalSettingCommon
420
427
  }
421
428
  };
429
+ const PowerfulContactFormBuilder = {
430
+ PowerfulContactFormBuilder: {
431
+ 'app-block': {
432
+ shortcode: ''
433
+ }
434
+ }
435
+ };
422
436
  const composeSettingsByWidgetType = {
423
437
  ...LoloyalLoyaltyReferrals,
438
+ ...PowerfulContactFormBuilder,
424
439
  ...InstasellShoppableInstagram,
425
440
  ...SproutPlantTreesGrowSales,
426
441
  ...AppointmentBookingCowlendar,
@@ -30,7 +30,8 @@ const mapShopifyAppMeta = {
30
30
  ...appConfig.InstasellShoppableInstagramConfig,
31
31
  ...appConfig.GrowaveConfig,
32
32
  ...appConfig.KachingBundlesConfig,
33
- ...appConfig.LoloyalLoyaltyReferralsConfig
33
+ ...appConfig.LoloyalLoyaltyReferralsConfig,
34
+ ...appConfig.PowerfulContactFormBuilderConfig
34
35
  };
35
36
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
36
37
 
@@ -166,5 +166,11 @@ const LoloyalLoyaltyReferralsConfig = {
166
166
  appId: '930ac91f-2bf2-4655-9ba0-574771f782d6'
167
167
  }
168
168
  };
169
+ const PowerfulContactFormBuilderConfig = {
170
+ PowerfulContactFormBuilder: {
171
+ appName: 'powerful-form-builder',
172
+ appId: 'e4bcb1eb-35b2-42e6-bc37-bfe0e1542c9d'
173
+ }
174
+ };
169
175
 
170
- export { AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GrowaveConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
176
+ export { AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GrowaveConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoloyalLoyaltyReferralsConfig, LoopSubscriptionsConfig, PowerfulContactFormBuilderConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
@@ -107,6 +107,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
107
107
  ['show-views']: appSetting?.showViews
108
108
  };
109
109
  }
110
+ case 'PowerfulContactFormBuilder':
111
+ {
112
+ return {
113
+ ...currentSetting,
114
+ shortcode: appSetting?.shortcode
115
+ };
116
+ }
110
117
  default:
111
118
  return currentSetting;
112
119
  }
@@ -417,8 +424,16 @@ const LoloyalLoyaltyReferrals = {
417
424
  'app-referrals': LoloyalSettingCommon
418
425
  }
419
426
  };
427
+ const PowerfulContactFormBuilder = {
428
+ PowerfulContactFormBuilder: {
429
+ 'app-block': {
430
+ shortcode: ''
431
+ }
432
+ }
433
+ };
420
434
  const composeSettingsByWidgetType = {
421
435
  ...LoloyalLoyaltyReferrals,
436
+ ...PowerfulContactFormBuilder,
422
437
  ...InstasellShoppableInstagram,
423
438
  ...SproutPlantTreesGrowSales,
424
439
  ...AppointmentBookingCowlendar,
@@ -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, BoldSubscriptionsConfig, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig, GrowaveConfig, KachingBundlesConfig, LoloyalLoyaltyReferralsConfig } 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, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig, GrowaveConfig, KachingBundlesConfig, LoloyalLoyaltyReferralsConfig, PowerfulContactFormBuilderConfig } from './appConfig.js';
2
2
 
3
3
  const mapShopifyAppMeta = {
4
4
  ...RechargeSubscriptionsConfig,
@@ -28,7 +28,8 @@ const mapShopifyAppMeta = {
28
28
  ...InstasellShoppableInstagramConfig,
29
29
  ...GrowaveConfig,
30
30
  ...KachingBundlesConfig,
31
- ...LoloyalLoyaltyReferralsConfig
31
+ ...LoloyalLoyaltyReferralsConfig,
32
+ ...PowerfulContactFormBuilderConfig
32
33
  };
33
34
  const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
34
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.57.0-staging.33",
3
+ "version": "1.57.0-staging.37",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",