@gem-sdk/core 1.53.0-dev.172 → 1.53.0-dev.185
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 +9 -1
- 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 +9 -1
- package/dist/esm/helpers/third-party/constant.js +3 -2
- package/package.json +1 -1
|
@@ -156,6 +156,12 @@ const GrowaveConfig = {
|
|
|
156
156
|
appId: 'b3d2efbe-110a-4e27-84a8-1f2ed63996a4'
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
+
const KachingBundlesConfig = {
|
|
160
|
+
KachingBundles: {
|
|
161
|
+
appName: 'kaching-bundles',
|
|
162
|
+
appId: '6c637362-a106-4a32-94ac-94dcfd68cdb8'
|
|
163
|
+
}
|
|
164
|
+
};
|
|
159
165
|
|
|
160
166
|
exports.AppointmentBookingCowlendarConfig = AppointmentBookingCowlendarConfig;
|
|
161
167
|
exports.BoldSubscriptionsConfig = BoldSubscriptionsConfig;
|
|
@@ -166,6 +172,7 @@ exports.FlyBundlesUpsellsFbtConfig = FlyBundlesUpsellsFbtConfig;
|
|
|
166
172
|
exports.GrowaveConfig = GrowaveConfig;
|
|
167
173
|
exports.InstasellShoppableInstagramConfig = InstasellShoppableInstagramConfig;
|
|
168
174
|
exports.JunipProductReviewsUgcConfig = JunipProductReviewsUgcConfig;
|
|
175
|
+
exports.KachingBundlesConfig = KachingBundlesConfig;
|
|
169
176
|
exports.KiteFreeGiftDiscountConfig = KiteFreeGiftDiscountConfig;
|
|
170
177
|
exports.LoopSubscriptionsConfig = LoopSubscriptionsConfig;
|
|
171
178
|
exports.PreorderNowPreOrderPqConfig = PreorderNowPreOrderPqConfig;
|
|
@@ -74,6 +74,13 @@ const ShopifyForms = {
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
|
+
const KachingBundles = {
|
|
78
|
+
KachingBundles: {
|
|
79
|
+
'app-block': {
|
|
80
|
+
product: '{{product}}'
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
};
|
|
77
84
|
const overrideSettings = (tag, currentSetting, appSetting)=>{
|
|
78
85
|
switch(tag){
|
|
79
86
|
case 'ShopifyForms':
|
|
@@ -387,7 +394,8 @@ const composeSettingsByWidgetType = {
|
|
|
387
394
|
...SelleasyWidget,
|
|
388
395
|
...YotpoReviews,
|
|
389
396
|
...BoldSubscriptions,
|
|
390
|
-
...Growave
|
|
397
|
+
...Growave,
|
|
398
|
+
...KachingBundles
|
|
391
399
|
};
|
|
392
400
|
|
|
393
401
|
exports.composeSettingsByWidgetType = composeSettingsByWidgetType;
|
|
@@ -28,7 +28,8 @@ const mapShopifyAppMeta = {
|
|
|
28
28
|
...appConfig.SproutPlantTreesGrowSalesConfig,
|
|
29
29
|
...appConfig.InstasellShoppableInstagramConfig,
|
|
30
30
|
...appConfig.BoldSubscriptionsConfig,
|
|
31
|
-
...appConfig.GrowaveConfig
|
|
31
|
+
...appConfig.GrowaveConfig,
|
|
32
|
+
...appConfig.KachingBundlesConfig
|
|
32
33
|
};
|
|
33
34
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
34
35
|
|
|
@@ -154,5 +154,11 @@ const GrowaveConfig = {
|
|
|
154
154
|
appId: 'b3d2efbe-110a-4e27-84a8-1f2ed63996a4'
|
|
155
155
|
}
|
|
156
156
|
};
|
|
157
|
+
const KachingBundlesConfig = {
|
|
158
|
+
KachingBundles: {
|
|
159
|
+
appName: 'kaching-bundles',
|
|
160
|
+
appId: '6c637362-a106-4a32-94ac-94dcfd68cdb8'
|
|
161
|
+
}
|
|
162
|
+
};
|
|
157
163
|
|
|
158
|
-
export { AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GrowaveConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
|
|
164
|
+
export { AppointmentBookingCowlendarConfig, BoldSubscriptionsConfig, BonLoyaltyRewardsReferralsConfig, EasyBundleBuilderSkailamaConfig, FastBundleBundlesDiscountsConfig, FlyBundlesUpsellsFbtConfig, GrowaveConfig, InstasellShoppableInstagramConfig, JunipProductReviewsUgcConfig, KachingBundlesConfig, KiteFreeGiftDiscountConfig, LoopSubscriptionsConfig, PreorderNowPreOrderPqConfig, PreorderNowWodPresaleConfig, ProductOptionsCustomizerConfig, PumperBundlesVolumeDiscountConfig, RechargeSubscriptionsConfig, ReviewxpoProductReviewsAppConfig, SelleasyConfig, ShopifyFormsConfig, SimpleBundlesKitsConfig, SkioSubscriptionsYcS20Config, SproutPlantTreesGrowSalesConfig, SubifySubscriptionsConfig, UnlimitedBundlesDiscountsConfig, WhatmoreShoppableVideosreelConfig, YotpoReviewsV3UgcConfig };
|
|
@@ -72,6 +72,13 @@ const ShopifyForms = {
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
};
|
|
75
|
+
const KachingBundles = {
|
|
76
|
+
KachingBundles: {
|
|
77
|
+
'app-block': {
|
|
78
|
+
product: '{{product}}'
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
};
|
|
75
82
|
const overrideSettings = (tag, currentSetting, appSetting)=>{
|
|
76
83
|
switch(tag){
|
|
77
84
|
case 'ShopifyForms':
|
|
@@ -385,7 +392,8 @@ const composeSettingsByWidgetType = {
|
|
|
385
392
|
...SelleasyWidget,
|
|
386
393
|
...YotpoReviews,
|
|
387
394
|
...BoldSubscriptions,
|
|
388
|
-
...Growave
|
|
395
|
+
...Growave,
|
|
396
|
+
...KachingBundles
|
|
389
397
|
};
|
|
390
398
|
|
|
391
399
|
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, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig, BoldSubscriptionsConfig, GrowaveConfig } 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, SproutPlantTreesGrowSalesConfig, InstasellShoppableInstagramConfig, BoldSubscriptionsConfig, GrowaveConfig, KachingBundlesConfig } from './appConfig.js';
|
|
2
2
|
|
|
3
3
|
const mapShopifyAppMeta = {
|
|
4
4
|
...RechargeSubscriptionsConfig,
|
|
@@ -26,7 +26,8 @@ const mapShopifyAppMeta = {
|
|
|
26
26
|
...SproutPlantTreesGrowSalesConfig,
|
|
27
27
|
...InstasellShoppableInstagramConfig,
|
|
28
28
|
...BoldSubscriptionsConfig,
|
|
29
|
-
...GrowaveConfig
|
|
29
|
+
...GrowaveConfig,
|
|
30
|
+
...KachingBundlesConfig
|
|
30
31
|
};
|
|
31
32
|
const THIRD_PARTY_APP_BLOCK_ID_PREFIX = 'gp_app';
|
|
32
33
|
|