@gem-sdk/core 1.57.0-staging.40 → 1.57.0-staging.42
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 +6 -0
- 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 +6 -0
- package/dist/esm/helpers/third-party/constant.js +3 -2
- package/package.json +1 -1
|
@@ -174,6 +174,12 @@ const PowerfulContactFormBuilderConfig = {
|
|
|
174
174
|
appId: 'e4bcb1eb-35b2-42e6-bc37-bfe0e1542c9d'
|
|
175
175
|
}
|
|
176
176
|
};
|
|
177
|
+
const WishlistKingConfig = {
|
|
178
|
+
WishlistKing: {
|
|
179
|
+
appName: 'wishlist-king',
|
|
180
|
+
appId: '194f5011-a43c-4b22-b12e-eaf20dc4506a'
|
|
181
|
+
}
|
|
182
|
+
};
|
|
177
183
|
|
|
178
184
|
exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
|
|
179
185
|
exports.BoldSubscriptionsConfig = BoldSubscriptionsConfig;
|
|
@@ -203,4 +209,5 @@ exports.SproutPlantTreesGrowSalesConfig = SproutPlantTreesGrowSalesConfig;
|
|
|
203
209
|
exports.SubifySubscriptionsConfig = SubifySubscriptionsConfig;
|
|
204
210
|
exports.UnlimitedBundlesDiscountsConfig = UnlimitedBundlesDiscountsConfig;
|
|
205
211
|
exports.WhatmoreShoppableVideosreelConfig = WhatmoreShoppableVideosreelConfig;
|
|
212
|
+
exports.WishlistKingConfig = WishlistKingConfig;
|
|
206
213
|
exports.YotpoReviewsV3UgcConfig = YotpoReviewsV3UgcConfig;
|
|
@@ -433,7 +433,13 @@ const PowerfulContactFormBuilder = {
|
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
435
|
};
|
|
436
|
+
const WishlistKing = {
|
|
437
|
+
WishlistKing: {
|
|
438
|
+
'wishlist-button-block': null
|
|
439
|
+
}
|
|
440
|
+
};
|
|
436
441
|
const composeSettingsByWidgetType = {
|
|
442
|
+
...WishlistKing,
|
|
437
443
|
...LoloyalLoyaltyReferrals,
|
|
438
444
|
...PowerfulContactFormBuilder,
|
|
439
445
|
...InstasellShoppableInstagram,
|
|
@@ -31,7 +31,8 @@ const mapShopifyAppMeta = {
|
|
|
31
31
|
...appConfig.GrowaveConfig,
|
|
32
32
|
...appConfig.KachingBundlesConfig,
|
|
33
33
|
...appConfig.LoloyalLoyaltyReferralsConfig,
|
|
34
|
-
...appConfig.PowerfulContactFormBuilderConfig
|
|
34
|
+
...appConfig.PowerfulContactFormBuilderConfig,
|
|
35
|
+
...appConfig.WishlistKingConfig
|
|
35
36
|
};
|
|
36
37
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
37
38
|
|
|
@@ -172,5 +172,11 @@ const PowerfulContactFormBuilderConfig = {
|
|
|
172
172
|
appId: 'e4bcb1eb-35b2-42e6-bc37-bfe0e1542c9d'
|
|
173
173
|
}
|
|
174
174
|
};
|
|
175
|
+
const WishlistKingConfig = {
|
|
176
|
+
WishlistKing: {
|
|
177
|
+
appName: 'wishlist-king',
|
|
178
|
+
appId: '194f5011-a43c-4b22-b12e-eaf20dc4506a'
|
|
179
|
+
}
|
|
180
|
+
};
|
|
175
181
|
|
|
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 };
|
|
182
|
+
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, WishlistKingConfig, YotpoReviewsV3UgcConfig };
|
|
@@ -431,7 +431,13 @@ const PowerfulContactFormBuilder = {
|
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
433
|
};
|
|
434
|
+
const WishlistKing = {
|
|
435
|
+
WishlistKing: {
|
|
436
|
+
'wishlist-button-block': null
|
|
437
|
+
}
|
|
438
|
+
};
|
|
434
439
|
const composeSettingsByWidgetType = {
|
|
440
|
+
...WishlistKing,
|
|
435
441
|
...LoloyalLoyaltyReferrals,
|
|
436
442
|
...PowerfulContactFormBuilder,
|
|
437
443
|
...InstasellShoppableInstagram,
|
|
@@ -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, PowerfulContactFormBuilderConfig } 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, WishlistKingConfig } from './appConfig.js';
|
|
2
2
|
|
|
3
3
|
const mapShopifyAppMeta = {
|
|
4
4
|
...RechargeSubscriptionsConfig,
|
|
@@ -29,7 +29,8 @@ const mapShopifyAppMeta = {
|
|
|
29
29
|
...GrowaveConfig,
|
|
30
30
|
...KachingBundlesConfig,
|
|
31
31
|
...LoloyalLoyaltyReferralsConfig,
|
|
32
|
-
...PowerfulContactFormBuilderConfig
|
|
32
|
+
...PowerfulContactFormBuilderConfig,
|
|
33
|
+
...WishlistKingConfig
|
|
33
34
|
};
|
|
34
35
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
35
36
|
|