@capillarytech/creatives-library 1.0.1-alpha.0 → 1.0.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.
Files changed (1702) hide show
  1. package/app.js +14 -22
  2. package/assets/atoms-illustration.png +0 -0
  3. package/components/atoms/AvatarIcon/stories/AvatarIcon.stories.js +12 -0
  4. package/components/atoms/EllipsisText/EllipsisText.js +2 -6
  5. package/components/atoms/EllipsisText/index.js +2 -1
  6. package/components/atoms/GroupItemLabel/GroupItemLabel.js +45 -0
  7. package/components/atoms/GroupItemLabel/style.js +15 -0
  8. package/components/atoms/GroupItemLabel/tests/__snapshots__/index.test.js.snap +32 -0
  9. package/components/atoms/GroupItemLabel/tests/index.test.js +35 -0
  10. package/components/atoms/PrimaryInput/PrimaryInput.js +0 -4
  11. package/components/atoms/PrimarySelect/PrimarySelect.js +16 -14
  12. package/components/atoms/RenderRoute/tests/__snapshots__/index.test.js.snap +105 -13
  13. package/components/atoms/RenderRoute/tests/index.test.js +1 -1
  14. package/components/atoms/ReonNotEnabled/ReonNotEnabled.js +5 -1
  15. package/components/atoms/SelectOptionLabelWithInfo/SelectOptionLabelWithInfo.js +6 -10
  16. package/components/atoms/SelectOptionLabelWithInfo/tests/__snapshots__/index.test.js.snap +2 -4
  17. package/components/atoms/TriggerAction/TriggerAction.js +2 -1
  18. package/components/atoms/TriggerAction/index.js +1 -1
  19. package/components/atoms/TriggerAction/tests/__snapshots__/index.test.js.snap +6 -3
  20. package/components/molecules/ActionExpression/ActionExpression.js +135 -0
  21. package/components/molecules/ActionExpression/index.js +1 -0
  22. package/components/molecules/ActionExpression/style.js +10 -0
  23. package/components/{organisms → molecules}/ActionExpression/tests/ActionExpression.test.js +2 -21
  24. package/components/molecules/ActionExpression/tests/__snapshots__/ActionExpression.test.js.snap +87 -0
  25. package/components/molecules/ActionTitle/ActionTitle.js +11 -14
  26. package/components/molecules/ActionTitle/tests/ActionTitle.test.js +0 -21
  27. package/components/molecules/ActionTitle/tests/__snapshots__/ActionTitle.test.js.snap +1 -21
  28. package/components/molecules/AddActionConditionWorkflow/AddActionConditionWorkflow.js +7 -4
  29. package/components/molecules/AddActionConditionWorkflow/style.js +2 -16
  30. package/components/molecules/AddMoreCard/AddMoreCard.js +7 -1
  31. package/components/molecules/AddTierBanner/AddTierBanner.js +3 -2
  32. package/components/molecules/AddTierPrimaryInfo/AddTierPrimaryInfo.js +7 -3
  33. package/components/molecules/AddTrackersInfo/AddTrackersInfo.js +7 -2
  34. package/components/molecules/AddTrackersInfo/style.js +2 -2
  35. package/components/molecules/AdvanceSettingScrollContainer/AdvanceSettingScrollContainer.js +2 -2
  36. package/components/molecules/CardsCommunication/CardsCommunication.js +13 -37
  37. package/components/molecules/CardsCommunication/constants.js +0 -1
  38. package/components/molecules/CardsCommunication/messages.js +4 -0
  39. package/components/molecules/CardsWithCheckboxCommunication/CardsWithCheckboxCommunication.js +2 -2
  40. package/components/molecules/CardsWithCheckboxCommunication/messages.js +17 -0
  41. package/components/molecules/CheckboxWithInputPrefix/CheckboxWithInputPrefix.js +9 -48
  42. package/components/molecules/CollapsableContent/CollapsableContent.js +21 -144
  43. package/components/molecules/CollapsableContent/style.js +16 -92
  44. package/components/molecules/CollapseWithDateRange/CollapseWithDateRange.js +0 -11
  45. package/components/molecules/CollapseWithMultiSelect/CollapseWithMultiSelect.js +12 -28
  46. package/components/molecules/CollapseWithRadioGroup/CollapseWithRadioGroup.js +5 -17
  47. package/components/molecules/CollapseWithStore/CollapseWithStore.js +33 -228
  48. package/components/molecules/CollapseWithSwitchSelect/CollapseWithSwitchSelect.js +26 -60
  49. package/components/molecules/ColorPatch/ColorPatch.js +1 -1
  50. package/components/molecules/ColorSelector/ColorSelector.js +60 -98
  51. package/components/molecules/ColorSelector/style.js +16 -19
  52. package/components/molecules/CommunicationTable/CommunicationTable.js +3 -25
  53. package/components/molecules/CommunicationTable/messages.js +8 -0
  54. package/components/molecules/CommunicationTable/style.js +0 -8
  55. package/components/molecules/CommunicationTable/tests/index.test.js +6 -41
  56. package/components/molecules/ConfirmationModal/ConfirmationModal.js +2 -18
  57. package/components/molecules/ConfirmationModal/style.js +0 -110
  58. package/components/molecules/ContentPreviews/tests/__snapshots__/index.test.js.snap +82 -4
  59. package/components/molecules/CreateActionButton/CreateActionButton.js +1 -1
  60. package/components/molecules/CreateOfferInfo/CreateOfferInfo.js +4 -8
  61. package/components/molecules/CreateOfferInfo/messages.js +4 -0
  62. package/components/molecules/CreateTracker/CreateTracker.js +86 -483
  63. package/components/molecules/CreateTracker/constants.js +0 -2
  64. package/components/molecules/CreateTracker/messages.js +42 -84
  65. package/components/molecules/CreateTracker/reducer.js +1 -1
  66. package/components/molecules/CreateTracker/style.js +0 -58
  67. package/components/molecules/CustomTree/CustomTree.js +15 -279
  68. package/components/molecules/CustomTree/style.js +2 -65
  69. package/components/molecules/DelayCreatives/DelayCreatives.js +2 -12
  70. package/components/molecules/DividerInlinedText/style.js +2 -3
  71. package/components/molecules/DowngradeTier/DowngradeTier.js +90 -657
  72. package/components/molecules/DowngradeTier/constants.js +0 -18
  73. package/components/molecules/DowngradeTier/messages.js +0 -84
  74. package/components/molecules/EmptyStateIllustration/EmptyStateIllustration.js +3 -25
  75. package/components/molecules/EmptyStateIllustration/tests/index.test.js +11 -0
  76. package/components/molecules/FileSelector/FileSelector.js +3 -4
  77. package/components/molecules/FileSelector/messages.js +21 -1
  78. package/components/molecules/FileSelector/style.js +2 -2
  79. package/components/molecules/HeaderWithInput/HeaderWithInput.js +22 -41
  80. package/components/molecules/InfoBanner/InfoBanner.js +1 -2
  81. package/components/molecules/InfoBanner/style.js +0 -2
  82. package/components/molecules/InputToInput/InputToInput.js +1 -3
  83. package/components/molecules/LabelWithDivider/LabelWithDivider.js +2 -18
  84. package/components/molecules/LoyaltyStatus/tests/__snapshots__/LoyaltyStatus.test.js.snap +1140 -5238
  85. package/components/molecules/MoreLabel/MoreLabel.js +2 -2
  86. package/components/molecules/MoreLabel/messages.js +16 -0
  87. package/components/molecules/NumberInput/NumberInput.js +2 -9
  88. package/components/molecules/NumberInput/constants.js +0 -3
  89. package/components/molecules/PageHeader/PageHeader.js +177 -0
  90. package/components/molecules/PageHeader/stories/PageHeader.stories.js +20 -0
  91. package/components/{organisms → molecules}/PageHeader/style.js +18 -35
  92. package/components/molecules/PageHeader/tests/PageHeader.test.js +40 -0
  93. package/components/molecules/PageHeader/tests/__snapshots__/PageHeader.test.js.snap +2342 -0
  94. package/components/molecules/PageHeaderDescription/PageHeaderDescription.js +10 -53
  95. package/components/molecules/PageHeaderDescription/tests/PageHeaderDescription.test.js +2 -6
  96. package/components/molecules/PageHeaderDescription/tests/__snapshots__/PageHeaderDescription.test.js.snap +615 -111
  97. package/components/molecules/PointExpiryCommunication/PointExpiryCommunication.js +2 -5
  98. package/components/molecules/PointExpiryCommunication/messages.js +16 -0
  99. package/components/molecules/PointExpiryCommunication/tests/__snapshots__/index.test.js.snap +0 -1
  100. package/components/molecules/ProgramName/ProgramName.js +39 -97
  101. package/components/molecules/ProgramName/stories/ProgramName.stories.js +5 -0
  102. package/components/molecules/ProgramName/style.js +0 -32
  103. package/components/molecules/ProgramName/tests/index.test.js +11 -0
  104. package/components/molecules/ProgramTitle/stories/ProgramTitle.stories.js +5 -0
  105. package/components/molecules/ProgramValueSkeleton/stories/ProgramValueSkeleton.stories.js +5 -0
  106. package/components/molecules/RadioCardWithAction/RadioCardWithAction.js +57 -0
  107. package/components/molecules/RadioCardWithAction/index.js +1 -0
  108. package/components/molecules/RadioContentSlidebox/RadioContentSlidebox.js +5 -4
  109. package/components/molecules/RadioWithInfo/stories/RadioWithInfo.stories.js +15 -0
  110. package/components/molecules/RadioWithInfo/tests/__snapshots__/RadioWithInfo.test.js.snap +366 -86
  111. package/components/molecules/RenewalTier/RenewalTier.js +5 -7
  112. package/components/molecules/RenewalTier/messages.js +20 -0
  113. package/components/molecules/ReviewTierModal/ReviewTierModal.js +1 -1
  114. package/components/molecules/ReviewTierModal/messages.js +4 -0
  115. package/components/molecules/RowHeader/RowHeader.js +5 -20
  116. package/components/molecules/RowHeader/stories/RowHeader.stories.js +7 -0
  117. package/components/molecules/RowHeader/tests/RowHeader.test.js +1 -7
  118. package/components/molecules/RowHeader/tests/__snapshots__/RowHeader.test.js.snap +604 -196
  119. package/components/molecules/SelectApiWrapper/SelectApiWrapper.js +0 -1
  120. package/components/molecules/SelectCollection/SelectCollection.js +24 -43
  121. package/components/molecules/SelectCollection/stories/SelectCollection.stories.js +24 -0
  122. package/components/molecules/SenderInformation/SenderInformation.js +6 -38
  123. package/components/molecules/SenderInformation/messages.js +4 -0
  124. package/components/molecules/SenderSlideBox/SenderSlideBox.js +4 -8
  125. package/components/molecules/SenderSlideBox/style.js +0 -3
  126. package/components/molecules/SortHeader/stories/SortHeader.stories.js +5 -0
  127. package/components/molecules/SuggestionCard/stories/SuggestionCard.stories.js +16 -0
  128. package/components/molecules/SuggestionCard/style.js +3 -3
  129. package/components/molecules/SwitchWithDivider/SwitchWithDivider.js +3 -24
  130. package/components/molecules/SwitchWithDivider/style.js +2 -2
  131. package/components/molecules/SyncLabel/SyncLabel.js +1 -0
  132. package/components/molecules/SyncLabel/messages.js +11 -0
  133. package/components/molecules/SyncLabel/stories/SyncLabel.stories.js +5 -0
  134. package/components/molecules/SyncLabel/tests/__snapshots__/SyncLabel.test.js.snap +1016 -3612
  135. package/components/molecules/TableOption/TableOption.js +5 -95
  136. package/components/molecules/TableOption/stories/TableOption.stories.js +5 -0
  137. package/components/molecules/TagsTab/stories/TagsTab.stories.js +8 -0
  138. package/components/molecules/TagsTab/stories/mockData.js +9 -0
  139. package/components/molecules/TierButtonInput/TierButtonInput.js +2 -2
  140. package/components/molecules/TierButtonInput/messages.js +16 -0
  141. package/components/molecules/TierCard/BlockContent.js +11 -30
  142. package/components/molecules/TierCard/CardBody.js +34 -153
  143. package/components/molecules/TierCard/CardContent.js +5 -5
  144. package/components/molecules/TierCard/TierCard.js +1 -1
  145. package/components/molecules/TierCard/TierWithContent.js +1 -0
  146. package/components/molecules/TierCard/constants.js +3 -8
  147. package/components/molecules/TierCard/messages.js +28 -24
  148. package/components/molecules/TierCard/stories/TierCard.stories.js +7 -0
  149. package/components/molecules/TierCard/style.js +3 -10
  150. package/components/molecules/TierRenewalCommunication/TierRenewalCommunication.js +1 -6
  151. package/components/molecules/TierUpgradeCommunication/TierUpgradeCommunication.js +0 -3
  152. package/components/molecules/TierUpgradeCommunication/messages.js +40 -0
  153. package/components/molecules/TitleWithStatus/TitleWithStatus.js +1 -1
  154. package/components/molecules/TitleWithStatus/stories/TitleWithStatus.stories.js +5 -0
  155. package/components/molecules/UpgradeTier/UpgradeTier.js +21 -75
  156. package/components/molecules/UpgradeTier/messages.js +6 -7
  157. package/components/molecules/UpgradeTrackerTier/messages.js +11 -0
  158. package/components/organisms/AddEarnCondition/AddEarnCondition.js +77 -202
  159. package/components/organisms/AddEarnCondition/constants.js +0 -7
  160. package/components/organisms/AddEarnCondition/messages.js +32 -41
  161. package/components/organisms/AddEarnCondition/style.js +13 -21
  162. package/components/organisms/AddPaymentMethod/AddPaymentMethod.js +31 -23
  163. package/components/organisms/AddPaymentMethod/messages.js +44 -0
  164. package/components/organisms/AddTier/AddTier.js +67 -306
  165. package/components/organisms/AddTier/constants.js +0 -5
  166. package/components/organisms/AddTier/defaultStates.js +2 -19
  167. package/components/organisms/AddTier/messages.js +4 -60
  168. package/components/organisms/AddTier/style.js +7 -82
  169. package/components/organisms/AddTier/utils.js +35 -189
  170. package/components/organisms/AddTierSetting/AddTierSetting.js +1 -5
  171. package/components/organisms/AddTierSetting/messages.js +4 -0
  172. package/components/organisms/AdvancedOption/AdvancedOption.js +61 -313
  173. package/components/organisms/AdvancedOption/constants.js +0 -226
  174. package/components/organisms/AdvancedOption/messages.js +21 -33
  175. package/components/organisms/AdvancedOption/style.js +2 -123
  176. package/components/organisms/AllocationPointWorkflowAction/AllocationPointWorkflowAction.js +16 -143
  177. package/components/organisms/AllocationPointWorkflowAction/constants.js +1 -1
  178. package/components/organisms/AllocationStrategy/AllocationStrategy.js +94 -155
  179. package/components/organisms/AllocationStrategy/constants.js +0 -4
  180. package/components/organisms/AllocationStrategy/messages.js +29 -15
  181. package/components/organisms/AllocationStrategy/tests/AllocationStrategy.test.js +0 -48
  182. package/components/organisms/AllocationStrategy/tests/mockData.js +0 -161
  183. package/components/organisms/AwardPointsConfig/AwardPointsConfig.js +108 -981
  184. package/components/organisms/AwardPointsConfig/constants.js +0 -7
  185. package/components/organisms/AwardPointsConfig/messages.js +28 -241
  186. package/components/organisms/AwardPointsConfig/style.js +1 -175
  187. package/components/organisms/AwardRefereePointsWorkflowAction/AwardRefereePointsWorkflowAction.js +4 -34
  188. package/components/organisms/AwardReferrerPointsWorkflowAction/AwardReferrerPointsWorkflowAction.js +4 -34
  189. package/components/organisms/CappingSlidebox/CappingSlidebox.js +200 -473
  190. package/components/organisms/CappingSlidebox/messages.js +17 -55
  191. package/components/organisms/CappingSlidebox/style.js +1 -86
  192. package/components/organisms/Communication/Communication.js +13 -20
  193. package/components/organisms/Communication/constants.js +0 -2
  194. package/components/organisms/Communication/index.js +1 -1
  195. package/components/organisms/Communication/messages.js +24 -0
  196. package/components/organisms/Communication/tests/index.test.js +4 -47
  197. package/components/organisms/CommunicationAdvancedOption/CommunicationAdvancedOption.js +10 -6
  198. package/components/organisms/CommunicationAdvancedOption/messages.js +17 -0
  199. package/components/organisms/CommunicationStrategies/CommunicationStrategies.js +8 -9
  200. package/components/organisms/CommunicationStrategies/messages.js +38 -1
  201. package/components/organisms/CommunicationStrategies/tests/__snapshots__/index.test.js.snap +380 -1746
  202. package/components/organisms/CommunicationStrategies/utils.js +2 -2
  203. package/components/organisms/ConfigureKPI/ConfigureKPI.js +4 -17
  204. package/components/organisms/ConfigureKPI/messages.js +11 -0
  205. package/components/organisms/ConfigureKPI/tests/ConfigureKPI.test.js +9 -25
  206. package/components/organisms/ConfigureKPI/tests/__snapshots__/ConfigureKPI.test.js.snap +2 -4
  207. package/components/organisms/ConfigureProgramSteps/ConfigureProgramSteps.js +36 -191
  208. package/components/organisms/ConfigureProgramSteps/messages.js +8 -26
  209. package/components/organisms/ConfigureProgramSteps/style.js +2 -60
  210. package/components/organisms/ConfigureStrategies/ConfigureStrategies.js +80 -342
  211. package/components/organisms/ConfigureStrategies/actions.js +0 -4
  212. package/components/organisms/ConfigureStrategies/constants.js +0 -8
  213. package/components/organisms/ConfigureStrategies/messages.js +28 -6
  214. package/components/organisms/ConfigureStrategies/style.js +1 -50
  215. package/components/organisms/ConfigureTrackers/ConfigureTrackers.js +4 -30
  216. package/components/organisms/ConfigureTrackers/style.js +1 -5
  217. package/components/organisms/ConfigureWorkflows/ConfigureWorkflows.js +208 -480
  218. package/components/organisms/ConfigureWorkflows/ScopingAndCapping.js +53 -112
  219. package/components/organisms/ConfigureWorkflows/WorkflowActions.js +246 -360
  220. package/components/organisms/ConfigureWorkflows/WorkflowConfigurationSection.js +556 -1676
  221. package/components/organisms/ConfigureWorkflows/actions.js +10 -142
  222. package/components/organisms/ConfigureWorkflows/constants.js +34 -223
  223. package/components/organisms/ConfigureWorkflows/index.js +1 -1
  224. package/components/organisms/ConfigureWorkflows/messages.js +26 -121
  225. package/components/organisms/ConfigureWorkflows/reducer.js +17 -191
  226. package/components/organisms/ConfigureWorkflows/saga.js +75 -541
  227. package/components/organisms/ConfigureWorkflows/selectors.js +8 -72
  228. package/components/organisms/ConfigureWorkflows/style.js +17 -425
  229. package/components/organisms/ConfigureWorkflows/utils.js +27 -816
  230. package/components/organisms/CouponSlidebox/CouponSlidebox.js +6 -5
  231. package/components/organisms/CouponSlidebox/_coupons.scss +0 -6
  232. package/components/organisms/CouponSlidebox/messages.js +84 -0
  233. package/components/organisms/CouponSlidebox/saga.js +18 -0
  234. package/components/organisms/Coupons/Coupons.js +9 -64
  235. package/components/organisms/Coupons/index.js +1 -1
  236. package/components/organisms/Coupons/messages.js +103 -2
  237. package/components/organisms/Coupons/saga.js +11 -1
  238. package/components/organisms/Coupons/stories/Coupons.stories.js +5 -0
  239. package/components/organisms/Coupons/style.js +0 -33
  240. package/components/organisms/Coupons/tests/index.test.js +0 -49
  241. package/components/organisms/CreateProgram/CreateProgram.js +78 -323
  242. package/components/organisms/CreateProgram/constants.js +0 -21
  243. package/components/organisms/CreateProgram/messages.js +0 -52
  244. package/components/organisms/CreateProgram/saga.js +1 -1
  245. package/components/organisms/CreateProgram/style.js +1 -191
  246. package/components/organisms/CreateProgram/tests/CreateProgram.test.js +66 -498
  247. package/components/organisms/CreateProgram/tests/__snapshots__/reducer.test.js.snap +0 -8
  248. package/components/organisms/CreateProgram/tests/reducer.test.js +0 -1
  249. package/components/organisms/CreateProgramIllustration/CreateProgramIllustration.js +3 -13
  250. package/components/organisms/CreateTender/CreateTender.js +8 -8
  251. package/components/organisms/CreateTender/messages.js +33 -0
  252. package/components/organisms/CreateTender/saga.js +1 -4
  253. package/components/organisms/CreateTender/style.js +0 -1
  254. package/components/organisms/CreateTier/CreateTier.js +8 -12
  255. package/components/organisms/CreateTier/utils.js +1 -5
  256. package/components/organisms/Creatives/Creatives.js +49 -106
  257. package/components/organisms/Creatives/actions.js +1 -18
  258. package/components/organisms/Creatives/constants.js +0 -6
  259. package/components/organisms/Creatives/messages.js +283 -0
  260. package/components/organisms/Creatives/reducer.js +3 -52
  261. package/components/organisms/Creatives/saga.js +137 -49
  262. package/components/organisms/Creatives/tests/index.test.js +3 -89
  263. package/components/organisms/CustomerActivity/CustomerActivity.js +25 -74
  264. package/components/organisms/CustomerActivity/messages.js +9 -257
  265. package/components/organisms/CustomerActivity/style.js +1 -6
  266. package/components/organisms/EbillWorkflowAction/EbillWorkflowAction.js +15 -43
  267. package/components/organisms/ExpiryCommunication/ExpiryCommunication.js +4 -15
  268. package/components/organisms/ExpiryCommunication/messages.js +12 -0
  269. package/components/organisms/ExpiryCommunication/tests/index.test.js +6 -19
  270. package/components/organisms/ExpiryConditions/ExpiryConditions.js +87 -546
  271. package/components/organisms/ExpiryConditions/constants.js +0 -6
  272. package/components/organisms/ExpiryConditions/messages.js +34 -55
  273. package/components/organisms/ExpiryConditions/style.js +4 -177
  274. package/components/organisms/ExpiryStrategy/ExpiryStrategy.js +39 -165
  275. package/components/organisms/ExpiryStrategy/constants.js +1 -7
  276. package/components/organisms/ExpiryStrategy/messages.js +3 -15
  277. package/components/organisms/ExpiryStrategy/tests/ExpiryStrategy.test.js +0 -65
  278. package/components/organisms/ExpiryStrategy/tests/mockData.js +0 -125
  279. package/components/organisms/ForwardToSetWorkflowAction/ForwardToSetWorkflowAction.js +24 -128
  280. package/components/organisms/ForwardToSetWorkflowAction/constants.js +0 -5
  281. package/components/organisms/ForwardToSetWorkflowAction/messages.js +10 -5
  282. package/components/organisms/InitiateSupplementaryMemberShipWorkflowAction/InitiateSupplementaryMemberShipWorkflowAction.js +55 -195
  283. package/components/organisms/InitiateSupplementaryMemberShipWorkflowAction/constants.js +8 -9
  284. package/components/organisms/InitiateSupplementaryMemberShipWorkflowAction/messages.js +4 -24
  285. package/components/organisms/InitiateSupplementaryMemberShipWorkflowAction/style.js +3 -18
  286. package/components/organisms/IssueCouponsWorkflowAction/IssueCouponsWorkflowAction.js +82 -1130
  287. package/components/organisms/IssueCouponsWorkflowAction/actions.js +1 -2
  288. package/components/organisms/IssueCouponsWorkflowAction/constants.js +0 -13
  289. package/components/organisms/IssueCouponsWorkflowAction/messages.js +1 -184
  290. package/components/organisms/IssueCouponsWorkflowAction/saga.js +1 -2
  291. package/components/organisms/IssueCouponsWorkflowAction/style.js +4 -338
  292. package/components/organisms/LoyaltyDetail/LoyaltyDetail.js +9 -34
  293. package/components/organisms/LoyaltyDetail/messages.js +16 -0
  294. package/components/organisms/LoyaltyDetail/style.js +0 -6
  295. package/components/organisms/LoyaltyDetail/tests/LoyaltyDetail.test.js +0 -39
  296. package/components/organisms/LoyaltyDetail/tests/mockdata.js +3 -3
  297. package/components/organisms/LoyaltyDetail/utils.js +2 -4
  298. package/components/organisms/LoyaltyGraph/LoyaltyGraph.js +3 -10
  299. package/components/organisms/LoyaltyGraph/tests/mockdata.js +0 -15
  300. package/components/organisms/MandatoryAndPriorityChannel/MandatoryAndPriorityChannel.js +0 -14
  301. package/components/organisms/NavigationBar/NavigationBar.js +73 -173
  302. package/components/organisms/NavigationBar/constants.js +1 -10
  303. package/components/organisms/NavigationBar/messages.js +0 -4
  304. package/components/organisms/NavigationBar/style.js +3 -109
  305. package/components/organisms/NavigationBar/tests/NavigationBar.test.js +42 -159
  306. package/components/organisms/NavigationBar/tests/__snapshots__/NavigationBar.test.js.snap +42 -0
  307. package/components/organisms/NavigationBar/tests/mockdata.js +0 -128
  308. package/components/organisms/NoConfigWorkflowAction/NoConfigWorkflowAction.js +0 -3
  309. package/components/organisms/Nudges/Nudges.js +2 -22
  310. package/components/organisms/Nudges/style.js +0 -3
  311. package/components/organisms/OrgChange/OrgChange.js +2 -2
  312. package/components/organisms/OrgChange/tests/OrgChange.test.js +4 -4
  313. package/components/organisms/OrgChange/tests/__snapshots__/OrgChange.test.js.snap +1521 -20275
  314. package/components/organisms/PaymentMethodsAdvanced/PaymentSettingsAdvanced.js +5 -5
  315. package/components/organisms/PaymentMethodsAdvanced/messages.js +16 -0
  316. package/components/organisms/PerformanceCard/PerformanceCard.js +9 -60
  317. package/components/organisms/PerformanceCard/messages.js +0 -29
  318. package/components/organisms/PerformanceCard/style.js +0 -21
  319. package/components/organisms/PerformanceCard/tests/PerformanceCard.test.js +0 -30
  320. package/components/organisms/PerformanceCard/tests/__snapshots__/PerformanceCard.test.js.snap +3739 -5541
  321. package/components/organisms/PerformanceStats/PerformanceStats.js +69 -85
  322. package/components/organisms/PerformanceStats/messages.js +1 -1
  323. package/components/organisms/PerformanceStats/style.js +0 -5
  324. package/components/organisms/PerformanceStats/tests/PerformanceStats.test.js +2 -5
  325. package/components/organisms/PerformanceStats/tests/__snapshots__/PerformanceStats.test.js.snap +14902 -17458
  326. package/components/organisms/PerformanceStats/tests/mockdata.js +2 -1
  327. package/components/organisms/PointContributionToGroup/PointContributionToGroup.js +2 -11
  328. package/components/organisms/PointStrategies/PointStrategies.js +23 -21
  329. package/components/organisms/PointStrategies/messages.js +58 -0
  330. package/components/organisms/PointsAdvancedOption/PointsAdvancedOption.js +11 -78
  331. package/components/organisms/PointsAdvancedOption/constants.js +0 -7
  332. package/components/organisms/PointsAdvancedOption/messages.js +3 -63
  333. package/components/organisms/PointsAdvancedOption/style.js +1 -21
  334. package/components/organisms/PointsAdvancedOption/utils.js +0 -56
  335. package/components/organisms/PointsGroupRedemptionWorkflowAction/PointsGroupRedemptionWorkflowAction.js +0 -3
  336. package/components/organisms/PointsRedemptionReversalWorkflowAction/PointsRedemptionReversalWorkflowAction.js +4 -12
  337. package/components/organisms/PointsRedemptionWorkflowAction/PointsRedemptionWorkflowAction.js +0 -3
  338. package/components/organisms/Preview/Preview.js +2 -3
  339. package/components/organisms/Preview/messages.js +14 -0
  340. package/components/organisms/Preview/tests/__snapshots__/index.test.js.snap +6 -11
  341. package/components/organisms/ProgramPerformance/index.js +1 -1
  342. package/components/organisms/ProgramSettings/ProgramSettings.js +92 -251
  343. package/components/organisms/ProgramSettings/actions.js +17 -0
  344. package/components/organisms/ProgramSettings/constants.js +14 -0
  345. package/components/organisms/ProgramSettings/reducer.js +46 -0
  346. package/components/organisms/ProgramSettings/saga.js +59 -0
  347. package/components/organisms/{AdvancedOption → ProgramSettings}/selectors.js +1 -1
  348. package/components/organisms/ProgramWorkflows/ProgramWorkflows.js +3 -3
  349. package/components/organisms/ProgramWorkflows/messages.js +8 -0
  350. package/components/organisms/ProgramWorkflows/tests/index.test.js +4 -11
  351. package/components/organisms/PromisedPointToCurrentPointWorkflowAction/PromisedPointToCurrentPointWorkflowAction.js +0 -3
  352. package/components/organisms/RadioTreeSelect/style.js +1 -1
  353. package/components/organisms/RedeemConditionFields/RedeemConditionFields.js +1 -25
  354. package/components/organisms/RedeemConditionFields/messages.js +10 -14
  355. package/components/organisms/RedeemConditionFields/tests/index.test.js +5 -15
  356. package/components/organisms/RedeemConditions/RedeemConditions.js +53 -123
  357. package/components/organisms/RedeemConditions/constants.js +0 -2
  358. package/components/organisms/RedeemConditions/messages.js +7 -3
  359. package/components/organisms/RedemptionStrategy/RedemptionStrategy.js +68 -113
  360. package/components/organisms/RedemptionStrategy/constants.js +0 -4
  361. package/components/organisms/RedemptionStrategy/messages.js +5 -9
  362. package/components/organisms/RedemptionStrategy/tests/RedemptionStrategy.test.js +0 -75
  363. package/components/organisms/RedemptionStrategy/tests/mockData.js +0 -46
  364. package/components/organisms/RenewTierWorkflowAction/RenewTierWorkflowAction.js +1 -8
  365. package/components/organisms/RenewalCommunication/RenewalCommunication.js +2 -4
  366. package/components/organisms/RenewalCommunication/tests/index.test.js +7 -20
  367. package/components/organisms/ReturnConditions/ReturnConditions.js +5 -15
  368. package/components/organisms/ReturnConditions/messages.js +11 -7
  369. package/components/organisms/ReturnConditions/style.js +1 -2
  370. package/components/organisms/ReturnStrategy/ReturnStrategy.js +12 -39
  371. package/components/organisms/ReturnStrategy/messages.js +13 -1
  372. package/components/organisms/ReturnStrategy/tests/ReturnStrategy.test.js +0 -68
  373. package/components/organisms/ReviewTierUnloadModal/ReviewTierUnloadModal.js +3 -3
  374. package/components/organisms/ReviewTierUnloadModal/messages.js +10 -0
  375. package/components/organisms/ScopeSlidebox/ScopeSlidebox.js +270 -1931
  376. package/components/organisms/ScopeSlidebox/constants.js +2 -115
  377. package/components/organisms/ScopeSlidebox/messages.js +12 -76
  378. package/components/organisms/SendEmailWorkflowAction/SendEmailWorkflowAction.js +4 -16
  379. package/components/organisms/SendMessagesWorkflowAction/SendMessagesWorkflowAction.js +4 -15
  380. package/components/organisms/SendMessagesWorkflowAction/index.js +1 -1
  381. package/components/organisms/SendMobilePushWorkflowAction/SendMobilePushWorkflowAction.js +4 -15
  382. package/components/organisms/SendSmsWorkflowAction/SendSmsWorkflowAction.js +4 -14
  383. package/components/organisms/SocialConnectWorkflowAction/SocialConnectWorkflowAction.js +4 -14
  384. package/components/organisms/StrategyDashboard/StrategyDashboard.js +8 -64
  385. package/components/organisms/StrategyDashboard/index.js +1 -1
  386. package/components/organisms/StrategyDashboard/style.js +1 -35
  387. package/components/organisms/TagCustomerAction/TagCustomerAction.js +16 -33
  388. package/components/organisms/TierUpgradeAndDowngrade/TierUpgradeAndDowngrade.js +60 -566
  389. package/components/organisms/TierUpgradeAndDowngrade/messages.js +0 -118
  390. package/components/organisms/TierUpgradeAndDowngrade/style.js +15 -557
  391. package/components/organisms/TierUpgradeAndDowngrade/utils.js +14 -179
  392. package/components/organisms/TieradvancedOption/TierAdvancedOption.js +29 -83
  393. package/components/organisms/TieradvancedOption/messages.js +50 -5
  394. package/components/organisms/TieradvancedOption/style.js +2 -3
  395. package/components/organisms/TieradvancedOption/utils.js +3 -12
  396. package/components/organisms/Tiers/Tiers.js +39 -305
  397. package/components/organisms/Tiers/actions.js +13 -0
  398. package/components/organisms/Tiers/constants.js +4 -4
  399. package/components/organisms/Tiers/index.js +1 -1
  400. package/components/organisms/Tiers/messages.js +4 -8
  401. package/components/organisms/Tiers/reducer.js +16 -29
  402. package/components/organisms/Tiers/saga.js +26 -8
  403. package/components/organisms/Tiers/selectors.js +13 -11
  404. package/components/organisms/Tiers/style.js +1 -92
  405. package/components/organisms/Tiers/tests/actions.test.js +4 -19
  406. package/components/organisms/Tiers/tests/index.test.js +4 -119
  407. package/components/organisms/Tiers/tests/reducer.test.js +1 -57
  408. package/components/organisms/Tiers/tests/selectors.test.js +1 -21
  409. package/components/organisms/TrackerEvaluationWorkflowAction/TrackerEvaluationWorkflowAction.js +8 -19
  410. package/components/organisms/Trackers/Trackers.js +31 -122
  411. package/components/organisms/Trackers/index.js +1 -1
  412. package/components/organisms/Trackers/messages.js +13 -1
  413. package/components/organisms/Trackers/style.js +0 -8
  414. package/components/organisms/Trackers/tests/Trackers.test.js +3 -43
  415. package/components/organisms/TransactionAllocationPointWorkflowAction/TransactionAllocationPointWorkflowAction.js +15 -117
  416. package/components/organisms/TransferGroupPoints/TransferGroupPoints.js +23 -118
  417. package/components/organisms/TransferGroupPoints/messages.js +8 -0
  418. package/components/organisms/TransferGroupPoints/style.js +1 -4
  419. package/components/organisms/UpgradeCommunication/UpgradeCommunication.js +5 -12
  420. package/components/organisms/UpgradeCommunication/messages.js +20 -0
  421. package/components/organisms/UpgradeCommunication/tests/index.test.js +6 -19
  422. package/components/organisms/UpgradeCommunication/utils.js +2 -2
  423. package/components/organisms/UpgradeToTierSettingsWorkflowAction/UpgradeToTierSettingsWorkflowAction.js +3 -12
  424. package/components/organisms/UpgradeToTierSettingsWorkflowAction/messages.js +17 -0
  425. package/components/organisms/UpgradeToTierWorkflowAction/UpgradeToTierWorkflowAction.js +6 -18
  426. package/components/organisms/UpgradeToTierWorkflowAction/index.js +1 -1
  427. package/components/organisms/UpgradeToTierWorkflowAction/messages.js +32 -0
  428. package/components/pages/App/constants.js +26 -277
  429. package/components/pages/App/index.js +1 -2
  430. package/components/pages/Cap/Cap.js +56 -245
  431. package/components/pages/Cap/Loadable.js +5 -9
  432. package/components/pages/Cap/actions.js +1 -129
  433. package/components/pages/Cap/constants.js +2 -162
  434. package/components/pages/Cap/messages.js +28 -1338
  435. package/components/pages/Cap/reducer.js +11 -238
  436. package/components/pages/Cap/routes.js +6 -38
  437. package/components/pages/Cap/saga.js +61 -609
  438. package/components/pages/Cap/selectors.js +1 -130
  439. package/components/pages/Cap/style.js +0 -8
  440. package/components/pages/ConfigureProgram/ConfigureProgram.js +6 -30
  441. package/components/pages/ConfigureProgram/messages.js +33 -0
  442. package/components/pages/Dashboard/Dashboard.js +8 -18
  443. package/components/pages/Dashboard/Loadable.js +4 -6
  444. package/components/pages/Dashboard/index.js +1 -1
  445. package/components/pages/Dashboard/messages.js +35 -0
  446. package/components/pages/LanguageProvider/actions.js +27 -0
  447. package/components/pages/LanguageProvider/constants.js +16 -0
  448. package/components/pages/LanguageProvider/index.js +115 -16
  449. package/components/pages/LanguageProvider/reducer.js +39 -0
  450. package/components/pages/LanguageProvider/saga.js +30 -10
  451. package/components/pages/LanguageProvider/selectors.js +18 -0
  452. package/components/pages/LanguageProvider/style.js +0 -3
  453. package/components/pages/LanguageProvider/tests/actions.test.js +15 -0
  454. package/components/pages/LanguageProvider/tests/index.test.js +66 -0
  455. package/components/pages/LanguageProvider/tests/reducer.test.js +30 -0
  456. package/components/pages/LanguageProvider/tests/saga.test.js +63 -0
  457. package/components/pages/LanguageProvider/tests/selectors.test.js +12 -0
  458. package/components/pages/Login/Loadable.js +3 -5
  459. package/components/pages/Login/Login.js +17 -13
  460. package/components/pages/LoyaltySetting/LoyaltySetting.js +7 -49
  461. package/components/pages/LoyaltySetting/style.js +1 -5
  462. package/components/pages/LoyaltySetting/tests/LoyaltySetting.test.js +3 -12
  463. package/components/pages/LoyaltySetting/tests/__snapshots__/LoyaltySetting.test.js.snap +9 -0
  464. package/components/pages/NotFoundPage/Loadable.js +10 -0
  465. package/components/pages/NotFoundPage/index.js +1 -1
  466. package/components/pages/ProgramSummary/ProgramSummary.js +238 -654
  467. package/components/pages/ProgramSummary/actions.js +9 -29
  468. package/components/pages/ProgramSummary/constants.js +6 -39
  469. package/components/pages/ProgramSummary/context.js +0 -0
  470. package/components/pages/ProgramSummary/index.js +0 -0
  471. package/components/pages/ProgramSummary/messages.js +40 -30
  472. package/components/pages/ProgramSummary/reducer.js +40 -83
  473. package/components/pages/ProgramSummary/saga.js +28 -202
  474. package/components/pages/ProgramSummary/selectors.js +2 -50
  475. package/components/pages/ProgramSummary/style.js +22 -189
  476. package/components/pages/ProgramSummary/tests/ProgramSummary.test.js +9 -706
  477. package/components/pages/ProgramSummary/tests/__snapshots__/ProgramSummary.test.js.snap +63 -0
  478. package/config/app.js +5 -26
  479. package/config/constants.js +1 -1
  480. package/config/urls.js +1 -1
  481. package/configureStore.js +51 -0
  482. package/global-styles.js +5 -315
  483. package/i18n.js +10 -11
  484. package/index.js +22 -0
  485. package/initialState.js +2 -58
  486. package/package.json +8 -13
  487. package/reducers.js +25 -0
  488. package/services/api.js +34 -720
  489. package/services/requestConstructor.js +1 -56
  490. package/tests/integration/CreateProgram/CreateProgram.integration.test.js +33 -143
  491. package/tests/integration/CreateProgram/mocks/handler.js +15 -0
  492. package/tests/integration/{commonMocks → CreateProgram/mocks}/initialState.js +1 -1
  493. package/tests/{test-utils.js → integration/test-utils.js} +3 -30
  494. package/tests/store.test.js +3 -6
  495. package/translations/en.json +380 -1746
  496. package/translations/zh.json +1150 -0
  497. package/utils/authWrapper.js +0 -62
  498. package/utils/clearDataOnUnmount.js +2 -5
  499. package/utils/commonUtils.js +27 -147
  500. package/utils/constants.js +4 -0
  501. package/utils/injectReducer.js +40 -2
  502. package/utils/injectSaga.js +58 -3
  503. package/utils/intlWrapper.js +1 -1
  504. package/utils/reducerInjectors.js +34 -0
  505. package/utils/sagaInjectors.js +92 -0
  506. package/utils/tiers.js +21 -147
  507. package/utils/validationHelper.js +0 -15
  508. package/utils/workflow.js +12 -203
  509. package/assets/EmptyStateIllustrationForPromos.png +0 -0
  510. package/assets/Points.png +0 -0
  511. package/assets/addCustomer.svg +0 -9
  512. package/assets/advanced-promotion-not-enabled.png +0 -0
  513. package/assets/badgeMask.svg +0 -3
  514. package/assets/bulb.svg +0 -9
  515. package/assets/bulk-configs-illustration.svg +0 -198
  516. package/assets/cluster.svg +0 -3
  517. package/assets/draft-not-exist-Illustration.svg +0 -16
  518. package/assets/drag.svg +0 -8
  519. package/assets/dummyIcon.png +0 -0
  520. package/assets/empty.svg +0 -35
  521. package/assets/emptyBadge.svg +0 -15
  522. package/assets/enrolPoints.svg +0 -9
  523. package/assets/filled-arrow.svg +0 -3
  524. package/assets/loyalty.svg +0 -9
  525. package/assets/not-supported-yet.svg +0 -4
  526. package/assets/pointsConversion.svg +0 -15
  527. package/assets/promotion.svg +0 -9
  528. package/assets/reEvaluate.svg +0 -17
  529. package/assets/receipt.svg +0 -14
  530. package/assets/rewardCurrencyLimitIcon.svg +0 -11
  531. package/assets/rewards-empty-placeholder.svg +0 -104
  532. package/assets/search.svg +0 -9
  533. package/assets/storeCode.csv +0 -5
  534. package/assets/survey-response.svg +0 -9
  535. package/assets/user_personlaisation.svg +0 -13
  536. package/assets/zones.svg +0 -14
  537. package/components/atoms/AccessDeniedTooltipMessage/AccessDeniedTooltipMessage.js +0 -29
  538. package/components/atoms/AccessDeniedTooltipMessage/index.js +0 -1
  539. package/components/atoms/AccessDeniedTooltipMessage/style.js +0 -24
  540. package/components/atoms/ActionViewModeHeader/ActionViewModeHeader.js +0 -60
  541. package/components/atoms/ActionViewModeHeader/index.js +0 -1
  542. package/components/atoms/ActionViewModeHeader/style.js +0 -7
  543. package/components/atoms/ButtonDropdown/ButtonDropdown.js +0 -41
  544. package/components/atoms/ButtonDropdown/index.js +0 -1
  545. package/components/atoms/ButtonDropdown/tests/ButtonDropdown.test.js +0 -20
  546. package/components/atoms/CenteredSkeleton/CenteredSkeleton.js +0 -19
  547. package/components/atoms/CenteredSkeleton/index.js +0 -1
  548. package/components/atoms/CustomIcons/CustomClose.js +0 -14
  549. package/components/atoms/CustomIcons/CustomDelete.js +0 -18
  550. package/components/atoms/CustomIcons/CustomTick.js +0 -14
  551. package/components/atoms/DateTimePicker/DateTimePicker.js +0 -68
  552. package/components/atoms/DateTimePicker/index.js +0 -1
  553. package/components/atoms/DateTimePicker/style.js +0 -31
  554. package/components/atoms/DisabledMoreIcon/DisabledMoreIcon.js +0 -29
  555. package/components/atoms/DisabledMoreIcon/index.js +0 -1
  556. package/components/atoms/DisabledMoreIcon/styles.js +0 -9
  557. package/components/atoms/HighlightedBackgroundText/HighlightedBackgroundText.js +0 -32
  558. package/components/atoms/HighlightedBackgroundText/index.js +0 -1
  559. package/components/atoms/HighlightedBackgroundText/style.js +0 -24
  560. package/components/atoms/HighlightedBackgroundText/tests/HighlightedBackgroundText.test.js +0 -21
  561. package/components/atoms/IllustrationWithTitleAndDesc/IllustrationWithTitleAndDesc.js +0 -44
  562. package/components/atoms/IllustrationWithTitleAndDesc/index.js +0 -1
  563. package/components/atoms/IllustrationWithTitleAndDesc/tests/IllustrationWithTitleAndDesc.test.js +0 -21
  564. package/components/atoms/IssuePromotionTooltip/IssuePromotionTooltip.js +0 -66
  565. package/components/atoms/IssuePromotionTooltip/index.js +0 -1
  566. package/components/atoms/LabelCustomisation/LabelCustomisation.js +0 -78
  567. package/components/atoms/LabelCustomisation/index.js +0 -1
  568. package/components/atoms/LabelCustomisation/style.js +0 -23
  569. package/components/atoms/LabelCustomisation/tests/LabelCustomisation.test.js +0 -67
  570. package/components/atoms/OptionWithTooltip/OptionWithTooltip.js +0 -35
  571. package/components/atoms/OptionWithTooltip/index.js +0 -1
  572. package/components/atoms/RenewalExpression/RenewalExpression.js +0 -72
  573. package/components/atoms/RenewalExpression/index.js +0 -1
  574. package/components/atoms/RenewalExpression/style.js +0 -47
  575. package/components/atoms/RewardCatalogTooltip/RewardCatalogTooltip.js +0 -106
  576. package/components/atoms/RewardCatalogTooltip/index.js +0 -1
  577. package/components/atoms/RoleBasedAuth/RoleBasedAuth.js +0 -28
  578. package/components/atoms/RoleBasedAuth/index.js +0 -1
  579. package/components/atoms/RoleBasedAuth/tests/RequireRoleBasedAuth.test.js +0 -55
  580. package/components/atoms/RoleBasedAuth/tests/mockData.js +0 -303
  581. package/components/atoms/Toaster/Toaster.js +0 -50
  582. package/components/atoms/Toaster/index.js +0 -1
  583. package/components/atoms/Toaster/style.js +0 -14
  584. package/components/atoms/Toaster/tests/Toastr.test.js +0 -32
  585. package/components/atoms/Toaster/toastrStyle.js +0 -44
  586. package/components/atoms/ToastrMessage/ToastrMessage.js +0 -68
  587. package/components/atoms/ToastrMessage/index.js +0 -1
  588. package/components/atoms/ToastrMessage/style.js +0 -38
  589. package/components/atoms/ToastrMessage/tests/ToastrMessageTimer.test.js +0 -60
  590. package/components/atoms/TrackerExpressionCondition/TrackerExpressionCondition.js +0 -118
  591. package/components/atoms/TrackerExpressionCondition/index.js +0 -1
  592. package/components/atoms/TrackerExpressionCondition/style.js +0 -38
  593. package/components/atoms/TrackerExpressionCondition/tests/TrackerExpressionCondition.test.js +0 -19
  594. package/components/atoms/VersioningNote/VersioningNote.js +0 -46
  595. package/components/atoms/VersioningNote/index.js +0 -1
  596. package/components/atoms/VersioningNote/style.js +0 -31
  597. package/components/atoms/VersioningNote/tests/VersioningNote.test.js +0 -27
  598. package/components/molecules/AccessDeniedTooltip/AccessDeniedTooltip.js +0 -34
  599. package/components/molecules/AccessDeniedTooltip/index.js +0 -1
  600. package/components/molecules/AccessDeniedTooltip/tests/AccessDeniedTooltip.test.js +0 -35
  601. package/components/molecules/AddActionConditionWorkflow/tests/AddActionConditionWorkflow.test.js +0 -16
  602. package/components/molecules/AddActionConditionWorkflow/tests/__snapshots__/AddActionConditionWorkflow.test.js.snap +0 -40
  603. package/components/molecules/AddMoreCard/tests/AddMoreCard.test.js +0 -23
  604. package/components/molecules/AddMoreCard/tests/__snapshots__/AddMoreCard.test.js.snap +0 -30
  605. package/components/molecules/AddPartnerPrograms/AddPartnerPrograms.js +0 -1012
  606. package/components/molecules/AddPartnerPrograms/constants.js +0 -2
  607. package/components/molecules/AddPartnerPrograms/index.js +0 -1
  608. package/components/molecules/AddPartnerPrograms/messages.js +0 -60
  609. package/components/molecules/AddPartnerPrograms/style.js +0 -53
  610. package/components/molecules/AddPartnerPrograms/tests/AddExternalPrograms.test.js +0 -493
  611. package/components/molecules/AddPartnerPrograms/tests/AddSupplementaryPrograms.test.js +0 -489
  612. package/components/molecules/AddPartnerPrograms/tests/mockData.js +0 -205
  613. package/components/molecules/AddPartnerPrograms/utils.js +0 -22
  614. package/components/molecules/AddPartnerProgramsBasicDetails/AddPartnerProgramsBasicDetails.js +0 -156
  615. package/components/molecules/AddPartnerProgramsBasicDetails/index.js +0 -1
  616. package/components/molecules/AddPartnerProgramsBasicDetails/messages.js +0 -53
  617. package/components/molecules/AddPartnerProgramsBasicDetails/style.js +0 -60
  618. package/components/molecules/AddPartnerProgramsBasicDetails/tests/AddSupplementaryBasicDetails.test.js +0 -77
  619. package/components/molecules/AddPartnerProgramsBasicDetails/utils.js +0 -116
  620. package/components/molecules/AddTierBanner/tests/AddTierBanner.test.js +0 -27
  621. package/components/molecules/AddTierBanner/tests/__snapshots__/AddTierBanner.test.js.snap +0 -25
  622. package/components/molecules/AddTierPrimaryInfo/tests/AddTierPrimaryInfo.test.js +0 -49
  623. package/components/molecules/AddTierPrimaryInfo/tests/__snapshots__/AddTierPrimaryInfo.test.js.snap +0 -132
  624. package/components/molecules/AddTrackersInfo/tests/AddTrackersInfo.test.js +0 -23
  625. package/components/molecules/AddTrackersInfo/tests/__snapshots__/AddTrackersInfo.test.js.snap +0 -103
  626. package/components/molecules/AdvanceSettingScrollContainer/tests/AdvanceSettingScrollContainer.test.js +0 -30
  627. package/components/molecules/AdvanceSettingScrollContainer/tests/__snapshots__/AdvanceSettingScrollContainer.test.js.snap +0 -82
  628. package/components/molecules/AlternateCurrencyWorkflowHeader/AlternateCurrencyWorkflowHeader.js +0 -114
  629. package/components/molecules/AlternateCurrencyWorkflowHeader/index.js +0 -1
  630. package/components/molecules/AlternateCurrencyWorkflowHeader/messages.js +0 -34
  631. package/components/molecules/AlternateCurrencyWorkflowHeader/style.js +0 -38
  632. package/components/molecules/AnyOrCustomPathBlock/AnyOrCustomPathBlock.js +0 -149
  633. package/components/molecules/AnyOrCustomPathBlock/index.js +0 -1
  634. package/components/molecules/AnyOrCustomPathBlock/style.js +0 -94
  635. package/components/molecules/BenefitsAndLimitsList/BenefitsAndLimitsList.js +0 -327
  636. package/components/molecules/BenefitsAndLimitsList/actions.js +0 -13
  637. package/components/molecules/BenefitsAndLimitsList/constants.js +0 -3
  638. package/components/molecules/BenefitsAndLimitsList/index.js +0 -1
  639. package/components/molecules/BenefitsAndLimitsList/messages.js +0 -56
  640. package/components/molecules/BenefitsAndLimitsList/reducer.js +0 -33
  641. package/components/molecules/BenefitsAndLimitsList/saga.js +0 -40
  642. package/components/molecules/BenefitsAndLimitsList/selectors.js +0 -26
  643. package/components/molecules/BenefitsAndLimitsList/style.js +0 -71
  644. package/components/molecules/BenefitsAndLimitsList/tests/BenefitsAndLimitsList.test.js +0 -124
  645. package/components/molecules/BenefitsAndLimitsList/tests/actions.test.js +0 -10
  646. package/components/molecules/BenefitsAndLimitsList/tests/mockData.js +0 -551
  647. package/components/molecules/BenefitsAndLimitsList/tests/reducer.test.js +0 -51
  648. package/components/molecules/BenefitsAndLimitsList/tests/saga.test.js +0 -62
  649. package/components/molecules/BenefitsAndLimitsList/tests/selectors.test.js +0 -41
  650. package/components/molecules/BenefitsAndLimitsList/utils.js +0 -51
  651. package/components/molecules/BenefitsAndLimitsPane/BenefitsAndLimitsPane.js +0 -120
  652. package/components/molecules/BenefitsAndLimitsPane/index.js +0 -1
  653. package/components/molecules/BenefitsAndLimitsPane/messages.js +0 -19
  654. package/components/molecules/BenefitsAndLimitsPane/style.js +0 -56
  655. package/components/molecules/BenefitsAndLimitsPane/tests/BenefitsAndLimitsPane.test.js +0 -47
  656. package/components/molecules/BenefitsAndLimitsPane/tests/mockData.js +0 -14
  657. package/components/molecules/BulkConfigPulishAlert/BulkConfigPulishAlert.js +0 -98
  658. package/components/molecules/BulkConfigPulishAlert/index.js +0 -1
  659. package/components/molecules/BulkConfigPulishAlert/messages.js +0 -28
  660. package/components/molecules/BulkConfigPulishAlert/style.js +0 -48
  661. package/components/molecules/BulkConfigPulishAlert/tests/BulkConfigPublishAlert.test.js +0 -57
  662. package/components/molecules/CapReportLink/CapReportLink.js +0 -52
  663. package/components/molecules/CapReportLink/index.js +0 -1
  664. package/components/molecules/CapReportLink/style.js +0 -29
  665. package/components/molecules/CapReportLink/tests/CapReport.test.js +0 -49
  666. package/components/molecules/CardsCommunication/tests/CardCommunication.test.js +0 -50
  667. package/components/molecules/CartLevelLimits/CartLevelLimits.js +0 -135
  668. package/components/molecules/CartLevelLimits/index.js +0 -1
  669. package/components/molecules/CartLevelLimits/style.js +0 -66
  670. package/components/molecules/CartLevelLimits/tests/CartLevelLimit.test.js +0 -62
  671. package/components/molecules/CollapsableHeaderContent/CollapsableHeaderContent.js +0 -69
  672. package/components/molecules/CollapsableHeaderContent/index.js +0 -1
  673. package/components/molecules/CollapsableHeaderContent/style.js +0 -51
  674. package/components/molecules/CollapsableHeaderContent/tests/CollapsableHeaderContent.test.js +0 -33
  675. package/components/molecules/CollapseWithMultiSelect/style.js +0 -9
  676. package/components/molecules/CollapseWithStore/messages.js +0 -68
  677. package/components/molecules/CollapseWithStore/style.js +0 -108
  678. package/components/molecules/CollapseWithStore/tests/CollapseWithStore.test.js +0 -30
  679. package/components/molecules/CollapseWithStore/tests/mockData.js +0 -72
  680. package/components/molecules/ColorPatch/tests/ColorPatch.test.js +0 -21
  681. package/components/molecules/ColorPatch/tests/__snapshots__/ColorPatch.test.js.snap +0 -5100
  682. package/components/molecules/ColorSelector/tests/ColorSelector.test.js +0 -62
  683. package/components/molecules/ConditionExpressionLayout/ConditionExpressionLayout.js +0 -103
  684. package/components/molecules/ConditionExpressionLayout/index.js +0 -1
  685. package/components/molecules/CreateActionButton/tests/CreateActionButton.test.js +0 -27
  686. package/components/molecules/CreateActionButton/tests/__snapshots__/CreateActionButton.test.js.snap +0 -57
  687. package/components/molecules/CreateCustomFieldPopover/CreateCustomFieldPopover.js +0 -236
  688. package/components/molecules/CreateCustomFieldPopover/index.js +0 -1
  689. package/components/molecules/CreateCustomFieldPopover/style.js +0 -55
  690. package/components/molecules/CreateCustomFieldPopover/tests/CreateCustomFieldPopover.test.js +0 -137
  691. package/components/molecules/CreateOfferInfo/tests/CreateOfferInfo.test.js +0 -23
  692. package/components/molecules/CreateOfferInfo/tests/__snapshots__/CreateOfferInfo.test.js.snap +0 -127
  693. package/components/molecules/CreateTracker/tests/CreateTracker.test.js +0 -426
  694. package/components/molecules/CreateTracker/tests/__snapshots__/actions.test.js.snap +0 -44
  695. package/components/molecules/CreateTracker/tests/__snapshots__/reducer.test.js.snap +0 -112
  696. package/components/molecules/CreateTracker/tests/actions.test.js +0 -19
  697. package/components/molecules/CreateTracker/tests/mockData.js +0 -876
  698. package/components/molecules/CreateTracker/tests/reducer.test.js +0 -164
  699. package/components/molecules/CreateTracker/tests/saga.test.js +0 -178
  700. package/components/molecules/CreateTracker/tests/selectors.test.js +0 -67
  701. package/components/molecules/CustomTree/messages.js +0 -20
  702. package/components/molecules/CustomTree/tests/CustomTree.test.js +0 -87
  703. package/components/molecules/CustomTree/tests/mocks/data.js +0 -50
  704. package/components/molecules/CustomTree/utils.js +0 -40
  705. package/components/molecules/CustomTreeHelper/CustomTreeHelper.js +0 -284
  706. package/components/molecules/CustomTreeHelper/constants.js +0 -20
  707. package/components/molecules/CustomTreeHelper/index.js +0 -1
  708. package/components/molecules/CustomTreeHelper/messages.js +0 -133
  709. package/components/molecules/CustomTreeHelper/style.js +0 -183
  710. package/components/molecules/CustomTreeHelper/tests/CustomTreeHelper.test.js +0 -474
  711. package/components/molecules/CustomTreeHelper/tests/mocks/data.js +0 -152
  712. package/components/molecules/CustomerLevelLimits/CustomerLevelLimits.js +0 -203
  713. package/components/molecules/CustomerLevelLimits/index.js +0 -1
  714. package/components/molecules/CustomerLevelLimits/messages.js +0 -81
  715. package/components/molecules/CustomerLevelLimits/style.js +0 -72
  716. package/components/molecules/CustomerLevelLimits/tests/CustomerLevelLimits.test.js +0 -69
  717. package/components/molecules/CustomerLevelLimits/tests/mockData.js +0 -189
  718. package/components/molecules/DateTimeMetaDataAttribute/DateTimeMetaDataAttribute.js +0 -143
  719. package/components/molecules/DateTimeMetaDataAttribute/index.js +0 -1
  720. package/components/molecules/DateTimeMetaDataAttribute/style.js +0 -17
  721. package/components/molecules/DelayCreatives/tests/DelayCreatives.test.js +0 -28
  722. package/components/molecules/DestinationMapper/DestinationMapper.js +0 -225
  723. package/components/molecules/DestinationMapper/index.js +0 -1
  724. package/components/molecules/DestinationMapper/messages.js +0 -59
  725. package/components/molecules/DestinationMapper/style.js +0 -125
  726. package/components/molecules/DestinationMapper/tests/DestinationMapper.test.js +0 -73
  727. package/components/molecules/DifferentDestinationPrograms/DifferentDestinationPrograms.js +0 -692
  728. package/components/molecules/DifferentDestinationPrograms/index.js +0 -1
  729. package/components/molecules/DifferentDestinationPrograms/messages.js +0 -90
  730. package/components/molecules/DifferentDestinationPrograms/style.js +0 -242
  731. package/components/molecules/DifferentDestinationPrograms/tests/DifferentDestinationPrograms.test.js +0 -195
  732. package/components/molecules/DifferentDestinationPrograms/tests/mockData.js +0 -256
  733. package/components/molecules/DifferentDestinationPrograms/utils.js +0 -197
  734. package/components/molecules/DividerWithOverlappedText/DividerWithOverlappedText.js +0 -48
  735. package/components/molecules/DividerWithOverlappedText/index.js +0 -1
  736. package/components/molecules/DividerWithOverlappedText/style.js +0 -16
  737. package/components/molecules/DoubleMetaDataAttribute/DoubleMetaDataAttribute.js +0 -92
  738. package/components/molecules/DoubleMetaDataAttribute/index.js +0 -1
  739. package/components/molecules/DoubleMetaDataAttribute/messages.js +0 -10
  740. package/components/molecules/DoubleMetaDataAttribute/style.js +0 -7
  741. package/components/molecules/DowngradeTier/style.js +0 -230
  742. package/components/molecules/DowngradeTier/tests/DowngradeTier.test.js +0 -274
  743. package/components/molecules/DowngradeTier/utils.js +0 -88
  744. package/components/molecules/EarnStrategyConditions/EarnStrategyConditions.js +0 -236
  745. package/components/molecules/EarnStrategyConditions/index.js +0 -1
  746. package/components/molecules/EarnStrategyConditions/messages.js +0 -42
  747. package/components/molecules/EarnStrategyConditions/style.js +0 -68
  748. package/components/molecules/EarnStrategyConditions/tests/EarnStrategyConditions.test.js +0 -64
  749. package/components/molecules/EarnStrategyConditions/tests/EarnStrategySameConditions.test.js +0 -102
  750. package/components/molecules/EmptyStateIllustration/tests/EmptyStateIllustration.test.js +0 -35
  751. package/components/molecules/ExpiryConditionSlideBox/ExpiryConditionSlideBox.js +0 -169
  752. package/components/molecules/ExpiryConditionSlideBox/constants.js +0 -4
  753. package/components/molecules/ExpiryConditionSlideBox/index.js +0 -1
  754. package/components/molecules/ExpiryConditionSlideBox/messages.js +0 -106
  755. package/components/molecules/ExpiryConditionSlideBox/style.js +0 -36
  756. package/components/molecules/ExpiryConditionSlideBox/tests/ExpiryConditionSlideBox.test.js +0 -42
  757. package/components/molecules/ExpiryReminder/ExpiryReminder.js +0 -229
  758. package/components/molecules/ExpiryReminder/index.js +0 -1
  759. package/components/molecules/ExpiryReminder/messages.js +0 -23
  760. package/components/molecules/ExpiryReminder/style.js +0 -61
  761. package/components/molecules/ExpiryReminder/tests/ExpiryReminder.test.js +0 -204
  762. package/components/molecules/HeaderWithSwitch/HeaderWithSwitch.js +0 -121
  763. package/components/molecules/HeaderWithSwitch/index.js +0 -1
  764. package/components/molecules/ImageUploadMolecule/UploadImageMolecule.js +0 -137
  765. package/components/molecules/ImageUploadMolecule/index.js +0 -1
  766. package/components/molecules/ImageUploadMolecule/messages.js +0 -26
  767. package/components/molecules/ImageUploadMolecule/style.js +0 -69
  768. package/components/molecules/ImageUploadMolecule/tests/UploadImageMolecule.test.js +0 -139
  769. package/components/molecules/InputWithPrefixSufixAndCommChannel/InputWithPrefixSufixAndCommChannel.js +0 -135
  770. package/components/molecules/InputWithPrefixSufixAndCommChannel/index.js +0 -1
  771. package/components/molecules/InputWithPrefixSufixAndCommChannel/messages.js +0 -11
  772. package/components/molecules/InputWithPrefixSufixAndCommChannel/style.js +0 -65
  773. package/components/molecules/InstructionList.js/InstructionList.js +0 -41
  774. package/components/molecules/InstructionList.js/index.js +0 -1
  775. package/components/molecules/InstructionList.js/style.js +0 -54
  776. package/components/molecules/IssueRewardsCustomFields/IssueRewardsCustomFields.js +0 -892
  777. package/components/molecules/IssueRewardsCustomFields/index.js +0 -1
  778. package/components/molecules/IssueRewardsCustomFields/messages.js +0 -108
  779. package/components/molecules/IssueRewardsCustomFields/style.js +0 -159
  780. package/components/molecules/IssueRewardsCustomFields/tests/IssueRewardsCustomFields.test.js +0 -212
  781. package/components/molecules/IssueRewardsCustomFields/tests/mockData.js +0 -164
  782. package/components/molecules/IssueRewardsCustomFields/tests/utils.test.js +0 -38
  783. package/components/molecules/IssueRewardsCustomFields/utils.js +0 -88
  784. package/components/molecules/LabelValueWithVerticalDivider/LabelValueWithVerticalDivider.js +0 -82
  785. package/components/molecules/LabelValueWithVerticalDivider/index.js +0 -1
  786. package/components/molecules/LabelValueWithVerticalDivider/style.js +0 -28
  787. package/components/molecules/LabelValueWithVerticalDivider/tests/LabelValueWithVerticalDivider.test.js +0 -46
  788. package/components/molecules/LabelValueWithVerticalDivider/tests/mockData.js +0 -14
  789. package/components/molecules/ListDragAndDrop/ListDragAndDrop.js +0 -103
  790. package/components/molecules/ListDragAndDrop/index.js +0 -1
  791. package/components/molecules/ListDragAndDrop/tests/ListDragAndDrop.test.js +0 -30
  792. package/components/molecules/NoTargetView/NoTargetView.js +0 -84
  793. package/components/molecules/NoTargetView/index.js +0 -1
  794. package/components/molecules/NoTargetView/style.js +0 -55
  795. package/components/molecules/NoTargetView/tests/NoTargetView.test.js +0 -53
  796. package/components/molecules/PageHeaderDescription/messages.js +0 -11
  797. package/components/molecules/PageHeaderDescription/tests/PageHeaderDescription_jest.test.js +0 -53
  798. package/components/molecules/PartnerProgramsConfigPane/PartnerProgramsConfigPane.js +0 -263
  799. package/components/molecules/PartnerProgramsConfigPane/constants.js +0 -2
  800. package/components/molecules/PartnerProgramsConfigPane/index.js +0 -1
  801. package/components/molecules/PartnerProgramsConfigPane/messages.js +0 -39
  802. package/components/molecules/PartnerProgramsConfigPane/style.js +0 -26
  803. package/components/molecules/PartnerProgramsConfigPane/tests/SupplementaryProgramsConfigPane.test.js +0 -26
  804. package/components/molecules/PartnerProgramsSettings/PartnerProgramsSettings.js +0 -266
  805. package/components/molecules/PartnerProgramsSettings/constants.js +0 -5
  806. package/components/molecules/PartnerProgramsSettings/index.js +0 -1
  807. package/components/molecules/PartnerProgramsSettings/messages.js +0 -57
  808. package/components/molecules/PartnerProgramsSettings/style.js +0 -72
  809. package/components/molecules/PartnerProgramsSettings/tests/SupplementaryProgramsSettings.test.js +0 -116
  810. package/components/molecules/PartnerProgramsSettings/tests/mockData.js +0 -42
  811. package/components/molecules/PartnerProgramsSettings/utils.js +0 -32
  812. package/components/molecules/PointsLimitContent/PointsLimitContent.js +0 -30
  813. package/components/molecules/PointsLimitContent/index.js +0 -1
  814. package/components/molecules/PointsTransferCollapseData/PointsTransferCollapseData.js +0 -805
  815. package/components/molecules/PointsTransferCollapseData/index.js +0 -1
  816. package/components/molecules/PointsTransferCollapseData/messages.js +0 -92
  817. package/components/molecules/PointsTransferCollapseData/stories/CollapseData.stories.js +0 -5
  818. package/components/molecules/PointsTransferCollapseData/style.js +0 -40
  819. package/components/molecules/PointsTransferCollapseData/tests/index.test.js +0 -680
  820. package/components/molecules/PointsTransferCollapseData/tests/mockData.js +0 -168
  821. package/components/molecules/PointsTransferSettings/PointsTransferSettings.js +0 -24
  822. package/components/molecules/PointsTransferSettings/index.js +0 -1
  823. package/components/molecules/PointsTransferSettings/messages.js +0 -16
  824. package/components/molecules/PointsTransferSettings/tests/index.test.js +0 -11
  825. package/components/molecules/ProgramName/messages.js +0 -20
  826. package/components/molecules/ProgramName/tests/ProgramName.test.js +0 -60
  827. package/components/molecules/PromotionCalendarLazyLoad/PromotionCalendarLazyLoad.js +0 -27
  828. package/components/molecules/PromotionCalendarLazyLoad/index.js +0 -1
  829. package/components/molecules/PromotionCalendarLazyLoad/style.js +0 -11
  830. package/components/molecules/PromotionCalendarLazyLoad/tests/PromotionCalendarLazyLoad.test.js +0 -16
  831. package/components/molecules/PromotionCalendarPopoverContent/PromotionCalendarPopoverContent.js +0 -157
  832. package/components/molecules/PromotionCalendarPopoverContent/index.js +0 -1
  833. package/components/molecules/PromotionCalendarPopoverContent/messages.js +0 -23
  834. package/components/molecules/PromotionCalendarPopoverContent/tests/PromotionCalendarPopoverContent.test.js +0 -52
  835. package/components/molecules/PromotionCalendarPopoverContent/tests/mockData.js +0 -199
  836. package/components/molecules/PromotionListLazyLoad/PromotionListLazyLoad.js +0 -24
  837. package/components/molecules/PromotionListLazyLoad/index.js +0 -1
  838. package/components/molecules/PromotionListLazyLoad/style.js +0 -13
  839. package/components/molecules/PromotionSettingsContent/PromotionSettingsContent.js +0 -46
  840. package/components/molecules/PromotionSettingsContent/index.js +0 -1
  841. package/components/molecules/PromotionsTableHeader/PromotionsTableHeader.js +0 -303
  842. package/components/molecules/PromotionsTableHeader/index.js +0 -1
  843. package/components/molecules/PromotionsTableHeader/style.js +0 -178
  844. package/components/molecules/PromotionsTableHeader/tests/PromotionsTableHeader.test.js +0 -126
  845. package/components/molecules/PromotionsTableHeader/tests/mockData.js +0 -81
  846. package/components/molecules/PublishAndActivateModal/PublishAndActivateModal.js +0 -222
  847. package/components/molecules/PublishAndActivateModal/index.js +0 -1
  848. package/components/molecules/PublishAndActivateModal/messages.js +0 -33
  849. package/components/molecules/PublishAndActivateModal/style.js +0 -53
  850. package/components/molecules/PublishAndActivateModal/tests/PublishAndActivateModal.test.js +0 -63
  851. package/components/molecules/RenewalTierV2/RenewalTierV2.js +0 -503
  852. package/components/molecules/RenewalTierV2/constants.js +0 -9
  853. package/components/molecules/RenewalTierV2/index.js +0 -1
  854. package/components/molecules/RenewalTierV2/messages.js +0 -66
  855. package/components/molecules/RenewalTierV2/tests/RenewalTierV2.test.js +0 -49
  856. package/components/molecules/RenewalTierV2/utils.js +0 -115
  857. package/components/molecules/ReplaceExistingDraftNotification/ReplaceExistingDraftNotification.js +0 -161
  858. package/components/molecules/ReplaceExistingDraftNotification/index.js +0 -1
  859. package/components/molecules/ReplaceExistingDraftNotification/messages.js +0 -36
  860. package/components/molecules/ReplaceExistingDraftNotification/style.js +0 -87
  861. package/components/molecules/ReplaceExistingDraftNotification/tests/ReplaceExistingDraftNotification.test.js +0 -83
  862. package/components/molecules/ReplaceExistingDraftNotification/tests/mockData.js +0 -73
  863. package/components/molecules/RestoreModal/RestoreModal.js +0 -159
  864. package/components/molecules/RestoreModal/index.js +0 -1
  865. package/components/molecules/RestoreModal/messages.js +0 -39
  866. package/components/molecules/RestoreModal/style.js +0 -74
  867. package/components/molecules/RestoreModal/tests/RestoreModal.test.js +0 -57
  868. package/components/molecules/RewardCatalogViewTitle/RewardCatalogViewTitle.js +0 -66
  869. package/components/molecules/RewardCatalogViewTitle/index.js +0 -1
  870. package/components/molecules/RootConfirmModal/RootConfirmModal.js +0 -68
  871. package/components/molecules/RootConfirmModal/index.js +0 -1
  872. package/components/molecules/SameDestinationPrograms/SameDestinationPrograms.js +0 -583
  873. package/components/molecules/SameDestinationPrograms/index.js +0 -1
  874. package/components/molecules/SameDestinationPrograms/messages.js +0 -67
  875. package/components/molecules/SameDestinationPrograms/style.js +0 -224
  876. package/components/molecules/SameDestinationPrograms/tests/SameDestinationPrograms.test.js +0 -197
  877. package/components/molecules/SenderInformation/tests/SenderInformation.test.js +0 -34
  878. package/components/molecules/SenderSlideBox/tests/SenderSlideBox.test.js +0 -48
  879. package/components/molecules/StepFunctionEarnStrategy/StepFunctionEarnStrategy.js +0 -153
  880. package/components/molecules/StepFunctionEarnStrategy/index.js +0 -1
  881. package/components/molecules/StepFunctionEarnStrategy/messages.js +0 -33
  882. package/components/molecules/StepFunctionEarnStrategy/style.js +0 -56
  883. package/components/molecules/StepFunctionEarnStrategy/tests/StepFunctionEarnStrategy.test.js +0 -113
  884. package/components/molecules/StepFunctionEarnStrategy/tests/mockData.js +0 -29
  885. package/components/molecules/StringMetaDataAttribute/StringMetaDataAttribute.js +0 -86
  886. package/components/molecules/StringMetaDataAttribute/index.js +0 -1
  887. package/components/molecules/StringMetaDataAttribute/messages.js +0 -10
  888. package/components/molecules/StringMetaDataAttribute/style.js +0 -3
  889. package/components/molecules/SupplementaryExpiryReminder/SupplementaryExpiryReminder.js +0 -171
  890. package/components/molecules/SupplementaryExpiryReminder/index.js +0 -1
  891. package/components/molecules/SupplementaryExpiryReminder/messages.js +0 -19
  892. package/components/molecules/SupplementaryExpiryReminder/style.js +0 -16
  893. package/components/molecules/SupplementaryExpiryReminder/tests/SupplementaryExpiryReminder.test.js +0 -77
  894. package/components/molecules/SupplementaryExpiryReminder/tests/SupplementaryViewExpiryReminder.test.js +0 -58
  895. package/components/molecules/SupplementaryExpiryReminder/utils.js +0 -7
  896. package/components/molecules/Switch/Switch.js +0 -113
  897. package/components/molecules/Switch/index.js +0 -1
  898. package/components/molecules/Switch/style.js +0 -30
  899. package/components/molecules/Switch/tests/Switch.test.js +0 -26
  900. package/components/molecules/Switch/tests/mockData.js +0 -9
  901. package/components/molecules/SwitchWithDivider/tests/SwitchWithDivider.test.js +0 -26
  902. package/components/molecules/SwitchWithDivider/tests/mockData.js +0 -9
  903. package/components/molecules/TableOption/constants.js +0 -1
  904. package/components/molecules/TableOption/style.js +0 -19
  905. package/components/molecules/TierCard/tests/BlockContent.test.js +0 -37
  906. package/components/molecules/TierCard/tests/CardBody.test.js +0 -497
  907. package/components/molecules/TierCard/tests/CardContent.test.js +0 -36
  908. package/components/molecules/TierCard/tests/mockData.js +0 -21
  909. package/components/molecules/UpgradeTier/tests/UpgradeTier.test.js +0 -48
  910. package/components/molecules/UpgradeTierV2/UpgradeTierV2.js +0 -912
  911. package/components/molecules/UpgradeTierV2/constants.js +0 -5
  912. package/components/molecules/UpgradeTierV2/index.js +0 -1
  913. package/components/molecules/UpgradeTierV2/messages.js +0 -95
  914. package/components/molecules/UpgradeTierV2/tests/UpgradeTierV2.test.js +0 -350
  915. package/components/molecules/UpgradeTierV2/tests/mockData.js +0 -840
  916. package/components/molecules/UpgradeTierV2/tests/utils.test.js +0 -299
  917. package/components/molecules/UpgradeTierV2/utils.js +0 -323
  918. package/components/molecules/UpgradeTrackerTierV2/UpgradeTrackerTierV2.js +0 -480
  919. package/components/molecules/UpgradeTrackerTierV2/index.js +0 -1
  920. package/components/molecules/UpgradeTrackerTierV2/style.js +0 -53
  921. package/components/molecules/UpgradeTrackerTierV2/tests/UpgradeTrackerTierV2.test.js +0 -276
  922. package/components/molecules/UpgradeTrackerTierV2/tests/mockData.js +0 -696
  923. package/components/molecules/VersioningPublishModal/VersioningPublishModal.js +0 -134
  924. package/components/molecules/VersioningPublishModal/index.js +0 -1
  925. package/components/molecules/VersioningPublishModal/messages.js +0 -39
  926. package/components/molecules/VersioningPublishModal/style.js +0 -41
  927. package/components/molecules/VersioningPublishModal/tests/VersioningPublishModal.test.js +0 -89
  928. package/components/organisms/ActionExpression/ActionExpression.js +0 -357
  929. package/components/organisms/ActionExpression/actions.js +0 -12
  930. package/components/organisms/ActionExpression/constants.js +0 -25
  931. package/components/organisms/ActionExpression/index.js +0 -1
  932. package/components/organisms/ActionExpression/messages.js +0 -17
  933. package/components/organisms/ActionExpression/reducer.js +0 -112
  934. package/components/organisms/ActionExpression/saga.js +0 -63
  935. package/components/organisms/ActionExpression/selectors.js +0 -13
  936. package/components/organisms/ActionExpression/style.js +0 -126
  937. package/components/organisms/ActionExpression/tests/ActionExpression1.test.js +0 -262
  938. package/components/organisms/ActionExpression/tests/__snapshots__/ActionExpression.test.js.snap +0 -170
  939. package/components/organisms/ActionExpression/tests/actions.test.js +0 -24
  940. package/components/organisms/ActionExpression/tests/mockData.js +0 -50
  941. package/components/organisms/ActionExpression/tests/reducer.test.js +0 -124
  942. package/components/organisms/ActionExpression/tests/saga.test.js +0 -144
  943. package/components/organisms/ActionExpression/tests/selectors.test.js +0 -18
  944. package/components/organisms/ActionExpression/tests/utils.test.js +0 -49
  945. package/components/organisms/ActionExpression/utils.js +0 -50
  946. package/components/organisms/ActivityRewardCurrencyCard/ActivityRewardCurrencyCard.js +0 -414
  947. package/components/organisms/ActivityRewardCurrencyCard/actions.js +0 -21
  948. package/components/organisms/ActivityRewardCurrencyCard/constants.js +0 -7
  949. package/components/organisms/ActivityRewardCurrencyCard/index.js +0 -1
  950. package/components/organisms/ActivityRewardCurrencyCard/messages.js +0 -48
  951. package/components/organisms/ActivityRewardCurrencyCard/reducer.js +0 -48
  952. package/components/organisms/ActivityRewardCurrencyCard/saga.js +0 -65
  953. package/components/organisms/ActivityRewardCurrencyCard/selectors.js +0 -12
  954. package/components/organisms/ActivityRewardCurrencyCard/style.js +0 -85
  955. package/components/organisms/ActivityRewardCurrencyCard/tests/actions.test.js +0 -18
  956. package/components/organisms/ActivityRewardCurrencyCard/tests/activityRewardCurrencyLimit.test.js +0 -93
  957. package/components/organisms/ActivityRewardCurrencyCard/tests/noTargetGroups.test.js +0 -71
  958. package/components/organisms/ActivityRewardCurrencyCard/tests/reducer.test.js +0 -93
  959. package/components/organisms/ActivityRewardCurrencyCard/tests/saga.test.js +0 -140
  960. package/components/organisms/ActivityRewardCurrencyCard/tests/selectors.test.js +0 -21
  961. package/components/organisms/ActivityRewardSlider/ConfirmEditModal.js +0 -86
  962. package/components/organisms/ActivityRewardSlider/actions.js +0 -42
  963. package/components/organisms/ActivityRewardSlider/activityRewardSlider.js +0 -1135
  964. package/components/organisms/ActivityRewardSlider/constants.js +0 -77
  965. package/components/organisms/ActivityRewardSlider/context.js +0 -7
  966. package/components/organisms/ActivityRewardSlider/index.js +0 -1
  967. package/components/organisms/ActivityRewardSlider/messages.js +0 -203
  968. package/components/organisms/ActivityRewardSlider/reducer.js +0 -43
  969. package/components/organisms/ActivityRewardSlider/saga.js +0 -126
  970. package/components/organisms/ActivityRewardSlider/selectors.js +0 -29
  971. package/components/organisms/ActivityRewardSlider/style.js +0 -90
  972. package/components/organisms/ActivityRewardSlider/tests/actions.test.js +0 -20
  973. package/components/organisms/ActivityRewardSlider/tests/activityRewardSlider.test.js +0 -163
  974. package/components/organisms/ActivityRewardSlider/tests/activityRewardSliderEmpty.test.js +0 -92
  975. package/components/organisms/ActivityRewardSlider/tests/activityRewardSliderRevamp.test.js +0 -292
  976. package/components/organisms/ActivityRewardSlider/tests/cartLevelLimits.test.js +0 -91
  977. package/components/organisms/ActivityRewardSlider/tests/mockData.js +0 -528
  978. package/components/organisms/ActivityRewardSlider/tests/noTargetView.test.js +0 -90
  979. package/components/organisms/ActivityRewardSlider/tests/reducer.test.js +0 -90
  980. package/components/organisms/ActivityRewardSlider/tests/saga.test.js +0 -363
  981. package/components/organisms/ActivityRewardSlider/tests/selector.test.js +0 -21
  982. package/components/organisms/ActivityRewardSlider/tests/utils.test.js +0 -188
  983. package/components/organisms/ActivityRewardSlider/utils.js +0 -43
  984. package/components/organisms/ActivityRewardSliderV1/actions.js +0 -14
  985. package/components/organisms/ActivityRewardSliderV1/activityRewardSliderV1.js +0 -316
  986. package/components/organisms/ActivityRewardSliderV1/constants.js +0 -27
  987. package/components/organisms/ActivityRewardSliderV1/context.js +0 -7
  988. package/components/organisms/ActivityRewardSliderV1/index.js +0 -1
  989. package/components/organisms/ActivityRewardSliderV1/messages.js +0 -19
  990. package/components/organisms/ActivityRewardSliderV1/reducer.js +0 -29
  991. package/components/organisms/ActivityRewardSliderV1/saga.js +0 -43
  992. package/components/organisms/ActivityRewardSliderV1/selectors.js +0 -12
  993. package/components/organisms/ActivityRewardSliderV1/style.js +0 -25
  994. package/components/organisms/ActivityRewardSliderV1/tests/actions.test.js +0 -12
  995. package/components/organisms/ActivityRewardSliderV1/tests/activityRewardSliderEmpty.test.js +0 -92
  996. package/components/organisms/ActivityRewardSliderV1/tests/activityRewardSliderV1.test.js +0 -271
  997. package/components/organisms/ActivityRewardSliderV1/tests/reducer.test.js +0 -53
  998. package/components/organisms/ActivityRewardSliderV1/tests/saga.test.js +0 -78
  999. package/components/organisms/ActivityRewardSliderV1/tests/selector.test.js +0 -21
  1000. package/components/organisms/AddEarnCondition/context.js +0 -7
  1001. package/components/organisms/AddEarnCondition/tests/AddEarnCondition.test.js +0 -482
  1002. package/components/organisms/AddEarnCondition/tests/actions.test.js +0 -23
  1003. package/components/organisms/AddEarnCondition/tests/mockData.js +0 -107
  1004. package/components/organisms/AddEarnCondition/tests/saga.test.js +0 -156
  1005. package/components/organisms/AddPaymentMethod/tests/AddPaymentMethod.test.js +0 -20
  1006. package/components/organisms/AddPointsAllocationLimitDetails/AddPointsAllocationLimitDetails.js +0 -1629
  1007. package/components/organisms/AddPointsAllocationLimitDetails/constants.js +0 -37
  1008. package/components/organisms/AddPointsAllocationLimitDetails/index.js +0 -1
  1009. package/components/organisms/AddPointsAllocationLimitDetails/messages.js +0 -364
  1010. package/components/organisms/AddPointsAllocationLimitDetails/style.js +0 -428
  1011. package/components/organisms/AddPointsAllocationLimitDetails/tests/AddPointsAllocationLimitDetails.test.js +0 -611
  1012. package/components/organisms/AddPointsAllocationLimitDetails/tests/actions.test.js +0 -53
  1013. package/components/organisms/AddPointsAllocationLimitDetails/tests/mockData.js +0 -38
  1014. package/components/organisms/AddPointsAllocationLimitDetails/tests/mocks/data.js +0 -76
  1015. package/components/organisms/AddPointsAllocationLimitDetails/tests/reducer.test.js +0 -223
  1016. package/components/organisms/AddPointsAllocationLimitDetails/tests/saga.test.js +0 -275
  1017. package/components/organisms/AddPointsAllocationLimitDetails/tests/selectors.test.js +0 -60
  1018. package/components/organisms/AddPointsAllocationLimitDetails/utils.js +0 -27
  1019. package/components/organisms/AddPointsAllocationLimitSlider/AddPointsAllocationLimitSlider.js +0 -596
  1020. package/components/organisms/AddPointsAllocationLimitSlider/constants.js +0 -40
  1021. package/components/organisms/AddPointsAllocationLimitSlider/index.js +0 -1
  1022. package/components/organisms/AddPointsAllocationLimitSlider/messages.js +0 -44
  1023. package/components/organisms/AddPointsAllocationLimitSlider/style.js +0 -63
  1024. package/components/organisms/AddPointsAllocationLimitSlider/tests/AddPointsAllocationLimitSlider.test.js +0 -274
  1025. package/components/organisms/AddPointsAllocationLimitSlider/tests/mockData.js +0 -533
  1026. package/components/organisms/AddPointsAllocationLimitSlider/tests/utils.test.js +0 -52
  1027. package/components/organisms/AddPointsAllocationLimitSlider/utils.js +0 -64
  1028. package/components/organisms/AddPointsFilterTransaction/AddPointsFilterTransaction.js +0 -577
  1029. package/components/organisms/AddPointsFilterTransaction/constants.js +0 -15
  1030. package/components/organisms/AddPointsFilterTransaction/index.js +0 -1
  1031. package/components/organisms/AddPointsFilterTransaction/messages.js +0 -45
  1032. package/components/organisms/AddPointsFilterTransaction/style.js +0 -97
  1033. package/components/organisms/AddPointsFilterTransaction/tests/AddPointsFilterTransaction.test.js +0 -429
  1034. package/components/organisms/AddPointsFilterTransaction/tests/mockData.js +0 -148
  1035. package/components/organisms/AddTier/tests/AddTier.test.js +0 -92
  1036. package/components/organisms/AddTier/tests/AddTier1.test.js +0 -268
  1037. package/components/organisms/AddTier/tests/mocks/data.js +0 -454
  1038. package/components/organisms/AddTier/tests/saga.test.js +0 -199
  1039. package/components/organisms/AddTier/tests/utils.test.js +0 -17
  1040. package/components/organisms/AdvancedOption/actions.js +0 -39
  1041. package/components/organisms/AdvancedOption/reducer.js +0 -73
  1042. package/components/organisms/AdvancedOption/saga.js +0 -113
  1043. package/components/organisms/AdvancedOption/tests/AdvancedOption.test.js +0 -128
  1044. package/components/organisms/AdvancedOption/tests/reducer.test.js +0 -191
  1045. package/components/organisms/AdvancedOption/tests/saga.test.js +0 -248
  1046. package/components/organisms/AllocationPointWorkflowAction/tests/AllocationPointWorkflowAction.test.js +0 -343
  1047. package/components/organisms/AlternateCurrencyList/AlternateCurrencyList.js +0 -670
  1048. package/components/organisms/AlternateCurrencyList/constants.js +0 -53
  1049. package/components/organisms/AlternateCurrencyList/index.js +0 -1
  1050. package/components/organisms/AlternateCurrencyList/messages.js +0 -74
  1051. package/components/organisms/AlternateCurrencyList/style.js +0 -292
  1052. package/components/organisms/AlternateCurrencyList/tests/AlternateCurrencyList.test.js +0 -99
  1053. package/components/organisms/AlternateCurrencyList/tests/mockData.js +0 -285
  1054. package/components/organisms/AlternateCurrencyList/utils.js +0 -42
  1055. package/components/organisms/AudienceList/AudienceList.js +0 -621
  1056. package/components/organisms/AudienceList/AudienceListContainer.js +0 -244
  1057. package/components/organisms/AudienceList/actions.js +0 -23
  1058. package/components/organisms/AudienceList/constants.js +0 -42
  1059. package/components/organisms/AudienceList/index.js +0 -1
  1060. package/components/organisms/AudienceList/messages.js +0 -100
  1061. package/components/organisms/AudienceList/reducer.js +0 -69
  1062. package/components/organisms/AudienceList/saga.js +0 -99
  1063. package/components/organisms/AudienceList/selector.js +0 -26
  1064. package/components/organisms/AudienceList/styles.js +0 -366
  1065. package/components/organisms/AudienceList/tests/AudienceList.test.js +0 -202
  1066. package/components/organisms/AudienceList/tests/AudienceListContainer.test.js +0 -159
  1067. package/components/organisms/AudienceList/tests/actions.test.js +0 -51
  1068. package/components/organisms/AudienceList/tests/mockData.js +0 -362
  1069. package/components/organisms/AudienceList/tests/reducer.test.js +0 -172
  1070. package/components/organisms/AudienceList/tests/saga.test.js +0 -240
  1071. package/components/organisms/AudienceList/tests/selector.test.js +0 -35
  1072. package/components/organisms/AwardPointsConfig/tests/AwardPointsConfig.test.js +0 -304
  1073. package/components/organisms/AwardPointsConfig/tests/CapVirtualSelect.test.js +0 -83
  1074. package/components/organisms/AwardPointsConfig/tests/mockData.js +0 -285
  1075. package/components/organisms/AwardRefereePointsWorkflowAction/tests/AwardRefereePointsWorkflowAction.test.js +0 -130
  1076. package/components/organisms/AwardReferrerPointsWorkflowAction/tests/AwardReferrerPointsWorkflowAction.test.js +0 -130
  1077. package/components/organisms/BulkConfigurationsDetail/BulkConfigurationsDetail.js +0 -689
  1078. package/components/organisms/BulkConfigurationsDetail/actions.js +0 -31
  1079. package/components/organisms/BulkConfigurationsDetail/constants.js +0 -34
  1080. package/components/organisms/BulkConfigurationsDetail/index.js +0 -1
  1081. package/components/organisms/BulkConfigurationsDetail/messages.js +0 -68
  1082. package/components/organisms/BulkConfigurationsDetail/mocks/data.js +0 -531
  1083. package/components/organisms/BulkConfigurationsDetail/reducer.js +0 -68
  1084. package/components/organisms/BulkConfigurationsDetail/saga.js +0 -86
  1085. package/components/organisms/BulkConfigurationsDetail/selectors.js +0 -26
  1086. package/components/organisms/BulkConfigurationsDetail/style.js +0 -197
  1087. package/components/organisms/BulkConfigurationsDetail/tests/BulkConfigurationsDetail.test.js +0 -572
  1088. package/components/organisms/BulkConfigurationsDetail/tests/actions.test.js +0 -52
  1089. package/components/organisms/BulkConfigurationsDetail/tests/reducer.test.js +0 -236
  1090. package/components/organisms/BulkConfigurationsDetail/tests/saga.test.js +0 -197
  1091. package/components/organisms/BulkConfigurationsDetail/tests/selectors.test.js +0 -42
  1092. package/components/organisms/BulkConfigurationsDetail/utils.js +0 -540
  1093. package/components/organisms/CappingSlidebox/tests/CappingSlidebox.test.js +0 -659
  1094. package/components/organisms/CappingSlidebox/tests/TrackerCapping.test.js +0 -183
  1095. package/components/organisms/ChangeLog/ChangeLog.js +0 -324
  1096. package/components/organisms/ChangeLog/index.js +0 -1
  1097. package/components/organisms/ChangeLog/messages.js +0 -36
  1098. package/components/organisms/ChangeLog/style.js +0 -24
  1099. package/components/organisms/ChangeTierPartnerProgramWorkflowAction/ChangeTierPartnerProgramWorkflowAction.js +0 -330
  1100. package/components/organisms/ChangeTierPartnerProgramWorkflowAction/constants.js +0 -17
  1101. package/components/organisms/ChangeTierPartnerProgramWorkflowAction/index.js +0 -1
  1102. package/components/organisms/ChangeTierPartnerProgramWorkflowAction/messages.js +0 -44
  1103. package/components/organisms/ChangeTierPartnerProgramWorkflowAction/style.js +0 -32
  1104. package/components/organisms/ChangeTierPartnerProgramWorkflowAction/tests/ChangeTierPartnerProgramWorkflowAction.test.js +0 -148
  1105. package/components/organisms/ChangeTierPartnerProgramWorkflowAction/tests/mockData.js +0 -29
  1106. package/components/organisms/Communication/Loadable.js +0 -7
  1107. package/components/organisms/Communication/tests/mockData.js +0 -146
  1108. package/components/organisms/CommunicationAdvancedOption/tests/mocks/data.js +0 -14
  1109. package/components/organisms/CommunicationAdvancedOption/tests/saga.test.js +0 -87
  1110. package/components/organisms/CommunicationStrategies/tests/mocks/data.js +0 -14
  1111. package/components/organisms/CommunicationStrategies/tests/saga.test.js +0 -157
  1112. package/components/organisms/ConfigureProgramSteps/tests/ConfigureProgramSteps.test.js +0 -109
  1113. package/components/organisms/ConfigureStrategies/tests/ConfigureStrategies.test.js +0 -363
  1114. package/components/organisms/ConfigureStrategies/tests/mocks/data.js +0 -14
  1115. package/components/organisms/ConfigureStrategies/tests/saga.test.js +0 -87
  1116. package/components/organisms/ConfigureTrackers/messages.js +0 -10
  1117. package/components/organisms/ConfigureWorkflows/Loadable.js +0 -7
  1118. package/components/organisms/ConfigureWorkflows/PreviewBulkConfiguration.js +0 -131
  1119. package/components/organisms/ConfigureWorkflows/context.js +0 -7
  1120. package/components/organisms/ConfigureWorkflows/tests/ConfigureWorkflows.test.js +0 -210
  1121. package/components/organisms/ConfigureWorkflows/tests/PreviewBulkConfiguration.test.js +0 -46
  1122. package/components/organisms/ConfigureWorkflows/tests/WorkflowActions.test.js +0 -105
  1123. package/components/organisms/ConfigureWorkflows/tests/WorkflowConfigurationSection.test.js +0 -791
  1124. package/components/organisms/ConfigureWorkflows/tests/WorkflowConfigurationSectionView.test.js +0 -342
  1125. package/components/organisms/ConfigureWorkflows/tests/__snapshots__/actions.test.js.snap +0 -15
  1126. package/components/organisms/ConfigureWorkflows/tests/__snapshots__/reducer.test.js.snap +0 -8993
  1127. package/components/organisms/ConfigureWorkflows/tests/actions.test.js +0 -405
  1128. package/components/organisms/ConfigureWorkflows/tests/mockData.js +0 -7161
  1129. package/components/organisms/ConfigureWorkflows/tests/mocks/data.js +0 -171
  1130. package/components/organisms/ConfigureWorkflows/tests/mocks/rulesetsData.js +0 -637
  1131. package/components/organisms/ConfigureWorkflows/tests/reducer.test.js +0 -1640
  1132. package/components/organisms/ConfigureWorkflows/tests/saga.test.js +0 -2543
  1133. package/components/organisms/ConfigureWorkflows/tests/selectors.test.js +0 -67
  1134. package/components/organisms/ConfigureWorkflows/tests/utils.test.js +0 -442
  1135. package/components/organisms/CouponSlidebox/tests/CouponSlidebox.test.js +0 -20
  1136. package/components/organisms/Coupons/Loadable.js +0 -5
  1137. package/components/organisms/Coupons/tests/mockdata.js +0 -2842
  1138. package/components/organisms/CreateAlternateCurrency/CreateAlternateCurrency.js +0 -821
  1139. package/components/organisms/CreateAlternateCurrency/actions.js +0 -12
  1140. package/components/organisms/CreateAlternateCurrency/constants.js +0 -7
  1141. package/components/organisms/CreateAlternateCurrency/index.js +0 -1
  1142. package/components/organisms/CreateAlternateCurrency/messages.js +0 -177
  1143. package/components/organisms/CreateAlternateCurrency/reducer.js +0 -34
  1144. package/components/organisms/CreateAlternateCurrency/saga.js +0 -41
  1145. package/components/organisms/CreateAlternateCurrency/selectors.js +0 -17
  1146. package/components/organisms/CreateAlternateCurrency/style.js +0 -168
  1147. package/components/organisms/CreateAlternateCurrency/tests/CreateAlternateCurrency.test.js +0 -381
  1148. package/components/organisms/CreateAlternateCurrency/tests/actions.test.js +0 -29
  1149. package/components/organisms/CreateAlternateCurrency/tests/mockData.js +0 -208
  1150. package/components/organisms/CreateAlternateCurrency/tests/reducer.test.js +0 -70
  1151. package/components/organisms/CreateAlternateCurrency/tests/saga.test.js +0 -103
  1152. package/components/organisms/CreateAlternateCurrency/tests/selectors.test.js +0 -32
  1153. package/components/organisms/CreateAlternateCurrency/utils.js +0 -45
  1154. package/components/organisms/CreateBulkConfigForm/CreateBulkConfigForm.js +0 -56
  1155. package/components/organisms/CreateBulkConfigForm/index.js +0 -1
  1156. package/components/organisms/CreateBulkConfigForm/messages.js +0 -18
  1157. package/components/organisms/CreateBulkConfigForm/style.js +0 -35
  1158. package/components/organisms/CreateBulkConfigForm/tests/CreateBulkConfigForm.test.js +0 -35
  1159. package/components/organisms/CreateProgram/tests/mocks/initialState.js +0 -4
  1160. package/components/organisms/CreateProgramIllustration/tests/CreateProgramIllustration.test.js +0 -56
  1161. package/components/organisms/CreatePromotionForm/CreatePromotionForm.js +0 -879
  1162. package/components/organisms/CreatePromotionForm/index.js +0 -1
  1163. package/components/organisms/CreatePromotionForm/messages.js +0 -110
  1164. package/components/organisms/CreatePromotionForm/style.js +0 -253
  1165. package/components/organisms/CreatePromotionForm/tests/CreatePromotionForm.test.js +0 -484
  1166. package/components/organisms/CreatePromotionForm/tests/mockData.js +0 -130
  1167. package/components/organisms/CreatePromotionForm/tests/utils.test.js +0 -38
  1168. package/components/organisms/CreatePromotionForm/utils.js +0 -38
  1169. package/components/organisms/CreateTender/tests/CreateTender.test.js +0 -102
  1170. package/components/organisms/CreateTender/tests/mockData.js +0 -489
  1171. package/components/organisms/CreateTender/tests/mocks/data.js +0 -16
  1172. package/components/organisms/CreateTender/tests/saga.test.js +0 -123
  1173. package/components/organisms/CreateTier/tests/mocks/data.js +0 -15
  1174. package/components/organisms/CreateTier/tests/saga.test.js +0 -136
  1175. package/components/organisms/Creatives/mockdata.js +0 -222
  1176. package/components/organisms/Creatives/tests/Creatives.test.js +0 -128
  1177. package/components/organisms/Creatives/tests/__snapshots__/index.test.js.snap +0 -217
  1178. package/components/organisms/CustomFieldSettings/CustomFieldSettings.js +0 -244
  1179. package/components/organisms/CustomFieldSettings/actions.js +0 -12
  1180. package/components/organisms/CustomFieldSettings/constants.js +0 -12
  1181. package/components/organisms/CustomFieldSettings/index.js +0 -1
  1182. package/components/organisms/CustomFieldSettings/message.js +0 -30
  1183. package/components/organisms/CustomFieldSettings/reducer.js +0 -43
  1184. package/components/organisms/CustomFieldSettings/saga.js +0 -70
  1185. package/components/organisms/CustomFieldSettings/selectors.js +0 -14
  1186. package/components/organisms/CustomFieldSettings/style.js +0 -44
  1187. package/components/organisms/CustomFieldSettings/tests/CustomFieldSettings.test.js +0 -269
  1188. package/components/organisms/CustomFieldSettings/tests/actions.test.js +0 -31
  1189. package/components/organisms/CustomFieldSettings/tests/mockData.js +0 -56
  1190. package/components/organisms/CustomFieldSettings/tests/mocks/data.js +0 -14
  1191. package/components/organisms/CustomFieldSettings/tests/reducer.test.js +0 -102
  1192. package/components/organisms/CustomFieldSettings/tests/saga.test.js +0 -193
  1193. package/components/organisms/CustomFieldSettings/tests/selectors.test.js +0 -35
  1194. package/components/organisms/CustomerActivity/tests/CustomerActivity.test.js +0 -30
  1195. package/components/organisms/CustomerActivity/tests/mockData.js +0 -149
  1196. package/components/organisms/CustomerStatusLabelWorkflowActions/CustomerStatusLabelWorkflowAction.js +0 -250
  1197. package/components/organisms/CustomerStatusLabelWorkflowActions/actions.js +0 -5
  1198. package/components/organisms/CustomerStatusLabelWorkflowActions/constants.js +0 -25
  1199. package/components/organisms/CustomerStatusLabelWorkflowActions/index.js +0 -1
  1200. package/components/organisms/CustomerStatusLabelWorkflowActions/messages.js +0 -50
  1201. package/components/organisms/CustomerStatusLabelWorkflowActions/reducer.js +0 -32
  1202. package/components/organisms/CustomerStatusLabelWorkflowActions/saga.js +0 -29
  1203. package/components/organisms/CustomerStatusLabelWorkflowActions/selectors.js +0 -15
  1204. package/components/organisms/CustomerStatusLabelWorkflowActions/style.js +0 -173
  1205. package/components/organisms/CustomerStatusLabelWorkflowActions/tests/CustomerStatusLabelWorkflowAction.test.js +0 -82
  1206. package/components/organisms/CustomerStatusLabelWorkflowActions/tests/actions.test.js +0 -11
  1207. package/components/organisms/CustomerStatusLabelWorkflowActions/tests/mocks/mockData.js +0 -127
  1208. package/components/organisms/CustomerStatusLabelWorkflowActions/tests/reducer.test.js +0 -57
  1209. package/components/organisms/CustomerStatusLabelWorkflowActions/tests/saga.test.js +0 -79
  1210. package/components/organisms/CustomerStatusLabelWorkflowActions/tests/selectors.test.js +0 -21
  1211. package/components/organisms/CustomerStatusLabelWorkflowActions/tests/utils.test.js +0 -143
  1212. package/components/organisms/CustomerStatusLabelWorkflowActions/utils.js +0 -129
  1213. package/components/organisms/DelayedAccrual/DelayedAccrual.js +0 -309
  1214. package/components/organisms/DelayedAccrual/actions.js +0 -27
  1215. package/components/organisms/DelayedAccrual/constants.js +0 -28
  1216. package/components/organisms/DelayedAccrual/index.js +0 -1
  1217. package/components/organisms/DelayedAccrual/messages.js +0 -40
  1218. package/components/organisms/DelayedAccrual/reducer.js +0 -45
  1219. package/components/organisms/DelayedAccrual/saga.js +0 -91
  1220. package/components/organisms/DelayedAccrual/selectors.js +0 -44
  1221. package/components/organisms/DelayedAccrual/style.js +0 -38
  1222. package/components/organisms/DelayedAccrual/tests/DelayedAccuralAdvancedOption.test.js +0 -131
  1223. package/components/organisms/DelayedAccrual/tests/mockData.js +0 -11
  1224. package/components/organisms/DelayedAccrual/tests/reducer.test.js +0 -92
  1225. package/components/organisms/DelayedAccrual/tests/saga.test.js +0 -214
  1226. package/components/organisms/DelayedAccrual/tests/selectors.test.js +0 -33
  1227. package/components/organisms/DiscardDraft/DiscardDraft.js +0 -190
  1228. package/components/organisms/DiscardDraft/actions.js +0 -12
  1229. package/components/organisms/DiscardDraft/constants.js +0 -5
  1230. package/components/organisms/DiscardDraft/index.js +0 -1
  1231. package/components/organisms/DiscardDraft/messages.js +0 -41
  1232. package/components/organisms/DiscardDraft/mocks/data.js +0 -24
  1233. package/components/organisms/DiscardDraft/reducer.js +0 -29
  1234. package/components/organisms/DiscardDraft/saga.js +0 -32
  1235. package/components/organisms/DiscardDraft/selector.js +0 -17
  1236. package/components/organisms/DiscardDraft/style.js +0 -18
  1237. package/components/organisms/DiscardDraft/tests/DiscardDraft.test.js +0 -101
  1238. package/components/organisms/DiscardDraft/tests/action.test.js +0 -10
  1239. package/components/organisms/DiscardDraft/tests/reducer.test.js +0 -44
  1240. package/components/organisms/DiscardDraft/tests/saga.test.js +0 -85
  1241. package/components/organisms/DiscardDraft/tests/selector.test.js +0 -22
  1242. package/components/organisms/EbillWorkflowAction/tests/EbillWorkflowAction.test.js +0 -56
  1243. package/components/organisms/ExpiryConditions/tests/ExpiryConditions.test.js +0 -400
  1244. package/components/organisms/ExpiryConditions/tests/ExtendedFields.test.js +0 -134
  1245. package/components/organisms/ExpiryConditions/tests/mocks/data.js +0 -30
  1246. package/components/organisms/ExpiryConditions/tests/saga.test.js +0 -87
  1247. package/components/organisms/ExpiryConditions/tests/utils.test.js +0 -47
  1248. package/components/organisms/ExpiryConditions/utils.js +0 -16
  1249. package/components/organisms/ForwardToSetWorkflowAction/tests/ForwardToSetWorkflowAction.test.js +0 -123
  1250. package/components/organisms/ForwardToSetWorkflowAction/tests/mockData.js +0 -10
  1251. package/components/organisms/GroupItemLabel/GroupItemLabel.js +0 -471
  1252. package/components/organisms/GroupItemLabel/constants.js +0 -2
  1253. package/components/organisms/GroupItemLabel/messages.js +0 -33
  1254. package/components/organisms/GroupItemLabel/mocks/data.js +0 -142
  1255. package/components/organisms/GroupItemLabel/style.js +0 -54
  1256. package/components/organisms/GroupItemLabel/tests/GroupItemLabel.test.js +0 -366
  1257. package/components/organisms/GroupItemLabel/tests/__snapshots__/index.test.js.snap +0 -296
  1258. package/components/organisms/GroupItemLabel/tests/index.test.js +0 -67
  1259. package/components/organisms/InitiateSupplementaryMemberShipWorkflowAction/tests/InitiateSupplementaryMemberShipWorkflowAction.test.js +0 -168
  1260. package/components/organisms/InitiateSupplementaryMemberShipWorkflowAction/tests/mockData.js +0 -29
  1261. package/components/organisms/IssueBadgeWorkflowAction/IssueBadgeWorkflowAction.js +0 -577
  1262. package/components/organisms/IssueBadgeWorkflowAction/actions.js +0 -19
  1263. package/components/organisms/IssueBadgeWorkflowAction/constants.js +0 -31
  1264. package/components/organisms/IssueBadgeWorkflowAction/index.js +0 -1
  1265. package/components/organisms/IssueBadgeWorkflowAction/messages.js +0 -134
  1266. package/components/organisms/IssueBadgeWorkflowAction/reducer.js +0 -41
  1267. package/components/organisms/IssueBadgeWorkflowAction/saga.js +0 -58
  1268. package/components/organisms/IssueBadgeWorkflowAction/selectors.js +0 -17
  1269. package/components/organisms/IssueBadgeWorkflowAction/style.js +0 -292
  1270. package/components/organisms/IssueBadgeWorkflowAction/tests/IssueBadgeWorkflowAction.test.js +0 -184
  1271. package/components/organisms/IssueBadgeWorkflowAction/tests/mocks/mockData.js +0 -183
  1272. package/components/organisms/IssueBadgeWorkflowAction/tests/reducer.test.js +0 -101
  1273. package/components/organisms/IssueBadgeWorkflowAction/tests/saga.test.js +0 -136
  1274. package/components/organisms/IssueBadgeWorkflowAction/tests/selectors.test.js +0 -22
  1275. package/components/organisms/IssueBadgeWorkflowAction/tests/utils.test.js +0 -30
  1276. package/components/organisms/IssueBadgeWorkflowAction/utils.js +0 -36
  1277. package/components/organisms/IssueCatalogRewardsAction/IssueCatalogRewardsAction.js +0 -1034
  1278. package/components/organisms/IssueCatalogRewardsAction/actions.js +0 -28
  1279. package/components/organisms/IssueCatalogRewardsAction/constants.js +0 -70
  1280. package/components/organisms/IssueCatalogRewardsAction/index.js +0 -1
  1281. package/components/organisms/IssueCatalogRewardsAction/messages.js +0 -275
  1282. package/components/organisms/IssueCatalogRewardsAction/reducer.js +0 -83
  1283. package/components/organisms/IssueCatalogRewardsAction/saga.js +0 -141
  1284. package/components/organisms/IssueCatalogRewardsAction/selectors.js +0 -31
  1285. package/components/organisms/IssueCatalogRewardsAction/style.js +0 -362
  1286. package/components/organisms/IssueCatalogRewardsAction/tests/IssueCatalogRewardsAction.test.js +0 -788
  1287. package/components/organisms/IssueCatalogRewardsAction/tests/actions.test.js +0 -23
  1288. package/components/organisms/IssueCatalogRewardsAction/tests/mockData.js +0 -534
  1289. package/components/organisms/IssueCatalogRewardsAction/tests/reducer.test.js +0 -184
  1290. package/components/organisms/IssueCatalogRewardsAction/tests/saga.test.js +0 -277
  1291. package/components/organisms/IssueCatalogRewardsAction/tests/selectors.test.js +0 -53
  1292. package/components/organisms/IssueCatalogRewardsAction/tests/utils.test.js +0 -33
  1293. package/components/organisms/IssueCatalogRewardsAction/utils.js +0 -125
  1294. package/components/organisms/IssueCouponsWorkflowAction/tests/IssueCouponWorkflowAction.test.js +0 -551
  1295. package/components/organisms/IssueCouponsWorkflowAction/tests/actions.test.js +0 -18
  1296. package/components/organisms/IssueCouponsWorkflowAction/tests/index.test.js +0 -219
  1297. package/components/organisms/IssueCouponsWorkflowAction/tests/mocks/data.js +0 -244
  1298. package/components/organisms/IssueCouponsWorkflowAction/tests/reducer.test.js +0 -76
  1299. package/components/organisms/IssueCouponsWorkflowAction/tests/saga.test.js +0 -80
  1300. package/components/organisms/IssueCouponsWorkflowAction/tests/selectors.test.js +0 -21
  1301. package/components/organisms/IssueCouponsWorkflowAction/tests/utils.test.js +0 -15
  1302. package/components/organisms/IssueCouponsWorkflowAction/utils.js +0 -13
  1303. package/components/organisms/IssuePromotionWorkflowAction/IssuePromotionWorkflowAction.js +0 -608
  1304. package/components/organisms/IssuePromotionWorkflowAction/actions.js +0 -10
  1305. package/components/organisms/IssuePromotionWorkflowAction/constants.js +0 -14
  1306. package/components/organisms/IssuePromotionWorkflowAction/index.js +0 -1
  1307. package/components/organisms/IssuePromotionWorkflowAction/messages.js +0 -73
  1308. package/components/organisms/IssuePromotionWorkflowAction/reducer.js +0 -32
  1309. package/components/organisms/IssuePromotionWorkflowAction/saga.js +0 -33
  1310. package/components/organisms/IssuePromotionWorkflowAction/selectors.js +0 -18
  1311. package/components/organisms/IssuePromotionWorkflowAction/style.js +0 -317
  1312. package/components/organisms/IssuePromotionWorkflowAction/tests/IssuePromotionWorkflowAction.test.js +0 -211
  1313. package/components/organisms/IssuePromotionWorkflowAction/tests/mocks/mockData.js +0 -126
  1314. package/components/organisms/IssuePromotionWorkflowAction/tests/reducer.test.js +0 -60
  1315. package/components/organisms/IssuePromotionWorkflowAction/tests/saga.test.js +0 -84
  1316. package/components/organisms/IssuePromotionWorkflowAction/tests/selectors.test.js +0 -22
  1317. package/components/organisms/IssuePromotionWorkflowAction/tests/utils.test.js +0 -29
  1318. package/components/organisms/IssuePromotionWorkflowAction/utils.js +0 -38
  1319. package/components/organisms/LiabilitySettings/LiabilitySettings.js +0 -899
  1320. package/components/organisms/LiabilitySettings/actions.js +0 -33
  1321. package/components/organisms/LiabilitySettings/constants.js +0 -38
  1322. package/components/organisms/LiabilitySettings/index.js +0 -1
  1323. package/components/organisms/LiabilitySettings/messages.js +0 -58
  1324. package/components/organisms/LiabilitySettings/mockData.js +0 -30
  1325. package/components/organisms/LiabilitySettings/reducer.js +0 -95
  1326. package/components/organisms/LiabilitySettings/saga.js +0 -151
  1327. package/components/organisms/LiabilitySettings/selectors.js +0 -21
  1328. package/components/organisms/LiabilitySettings/style.js +0 -48
  1329. package/components/organisms/LiabilitySettings/tests/LiabilitySettings.test.js +0 -488
  1330. package/components/organisms/LiabilitySettings/tests/actions.test.js +0 -72
  1331. package/components/organisms/LiabilitySettings/tests/mockData.js +0 -34
  1332. package/components/organisms/LiabilitySettings/tests/reducer.test.js +0 -205
  1333. package/components/organisms/LiabilitySettings/tests/saga.test.js +0 -353
  1334. package/components/organisms/LiabilitySettings/tests/selectors.test.js +0 -32
  1335. package/components/organisms/LoyaltyGraph/tests/saga.test.js +0 -86
  1336. package/components/organisms/LoyaltyPromotions/LoyaltyPromotions.js +0 -626
  1337. package/components/organisms/LoyaltyPromotions/constants.js +0 -15
  1338. package/components/organisms/LoyaltyPromotions/index.js +0 -1
  1339. package/components/organisms/LoyaltyPromotions/messages.js +0 -142
  1340. package/components/organisms/LoyaltyPromotions/style.js +0 -257
  1341. package/components/organisms/LoyaltyPromotions/tests/LoyaltyPromotions.test.js +0 -283
  1342. package/components/organisms/LoyaltyPromotions/tests/utils.test.js +0 -120
  1343. package/components/organisms/LoyaltyPromotions/utils.js +0 -102
  1344. package/components/organisms/NavigationBar/saga.js +0 -11
  1345. package/components/organisms/Nudges/tests/mocks/data.js +0 -12
  1346. package/components/organisms/Nudges/tests/saga.test.js +0 -77
  1347. package/components/organisms/PageHeader/PageHeader.js +0 -328
  1348. package/components/organisms/PageHeader/messages.js +0 -14
  1349. package/components/organisms/PageHeader/tests/PageHeader.test.js +0 -110
  1350. package/components/organisms/PageHeader/tests/__snapshots__/PageHeader.test.js.snap +0 -35058
  1351. package/components/organisms/PageHeaderButton/PageHeaderButton.js +0 -166
  1352. package/components/organisms/PageHeaderButton/index.js +0 -1
  1353. package/components/organisms/PageHeaderButton/messages.js +0 -43
  1354. package/components/organisms/PageHeaderButton/style.js +0 -37
  1355. package/components/organisms/PageHeaderVersioning/PageHeaderVersioning.js +0 -237
  1356. package/components/organisms/PageHeaderVersioning/index.js +0 -1
  1357. package/components/organisms/PageHeaderVersioning/messages.js +0 -29
  1358. package/components/organisms/PageHeaderVersioning/style.js +0 -100
  1359. package/components/organisms/PartnerProgramAdvancedOption/PartnerProgramAdvancedOption.js +0 -169
  1360. package/components/organisms/PartnerProgramAdvancedOption/constants.js +0 -8
  1361. package/components/organisms/PartnerProgramAdvancedOption/index.js +0 -1
  1362. package/components/organisms/PartnerProgramAdvancedOption/messages.js +0 -26
  1363. package/components/organisms/PartnerProgramAdvancedOption/style.js +0 -15
  1364. package/components/organisms/PartnerProgramAdvancedOption/tests/PartnerProgramAdvancedOption.test.js +0 -249
  1365. package/components/organisms/PartnerProgramDashboard/Loadable.js +0 -7
  1366. package/components/organisms/PartnerProgramDashboard/PartnerProgramDashboard.js +0 -416
  1367. package/components/organisms/PartnerProgramDashboard/actions.js +0 -38
  1368. package/components/organisms/PartnerProgramDashboard/constants.js +0 -34
  1369. package/components/organisms/PartnerProgramDashboard/context.js +0 -7
  1370. package/components/organisms/PartnerProgramDashboard/index.js +0 -1
  1371. package/components/organisms/PartnerProgramDashboard/messages.js +0 -62
  1372. package/components/organisms/PartnerProgramDashboard/reducer.js +0 -82
  1373. package/components/organisms/PartnerProgramDashboard/saga.js +0 -128
  1374. package/components/organisms/PartnerProgramDashboard/selectors.js +0 -66
  1375. package/components/organisms/PartnerProgramDashboard/style.js +0 -32
  1376. package/components/organisms/PartnerProgramDashboard/test/PartnerProgramDashboard.test.js +0 -151
  1377. package/components/organisms/PartnerProgramDashboard/test/actions.test.js +0 -12
  1378. package/components/organisms/PartnerProgramDashboard/test/mocks/data.js +0 -321
  1379. package/components/organisms/PartnerProgramDashboard/test/reducer.test.js +0 -322
  1380. package/components/organisms/PartnerProgramDashboard/test/saga.test.js +0 -308
  1381. package/components/organisms/PartnerProgramDashboard/test/selectors.test.js +0 -58
  1382. package/components/organisms/PartnerProgramDashboard/test/utils.test.js +0 -14
  1383. package/components/organisms/PartnerProgramDashboard/utils.js +0 -32
  1384. package/components/organisms/PartnerProgramTierSettings/PartnerProgramTierSettings.js +0 -409
  1385. package/components/organisms/PartnerProgramTierSettings/index.js +0 -1
  1386. package/components/organisms/PartnerProgramTierSettings/messages.js +0 -46
  1387. package/components/organisms/PartnerProgramTierSettings/style.js +0 -88
  1388. package/components/organisms/PartnerProgramTierSettings/tests/PartnerProgramTierSettings.test.js +0 -297
  1389. package/components/organisms/PartnerProgramTierSettings/tests/mocks/data.js +0 -67
  1390. package/components/organisms/PaymentMethodsAdvanced/tests/PaymentSettingsAdvanced.test.js +0 -18
  1391. package/components/organisms/PaymentMethodsAdvanced/tests/mocks/data.js +0 -17
  1392. package/components/organisms/PaymentMethodsAdvanced/tests/saga.test.js +0 -284
  1393. package/components/organisms/PointContributionToGroup/tests/PointContribution.test.js +0 -20
  1394. package/components/organisms/PointStrategies/tests/PointStrategies.test.js +0 -51
  1395. package/components/organisms/PointStrategies/tests/utils.test.js +0 -66
  1396. package/components/organisms/PointStrategies/utils.js +0 -60
  1397. package/components/organisms/PointsAdvancedOption/tests/PointsAdvancedoption.test.js +0 -99
  1398. package/components/organisms/PointsAdvancedOption/tests/mocks/data.js +0 -89
  1399. package/components/organisms/PointsAdvancedOption/tests/saga.test.js +0 -87
  1400. package/components/organisms/PointsAllocationAccordion/PointsAllocationAccordion.js +0 -135
  1401. package/components/organisms/PointsAllocationAccordion/index.js +0 -1
  1402. package/components/organisms/PointsAllocationAccordion/style.js +0 -70
  1403. package/components/organisms/PointsAllocationLimit/PointsAllocationLimit.js +0 -107
  1404. package/components/organisms/PointsAllocationLimit/actions.js +0 -21
  1405. package/components/organisms/PointsAllocationLimit/constants.js +0 -20
  1406. package/components/organisms/PointsAllocationLimit/index.js +0 -1
  1407. package/components/organisms/PointsAllocationLimit/messages.js +0 -122
  1408. package/components/organisms/PointsAllocationLimit/reducer.js +0 -48
  1409. package/components/organisms/PointsAllocationLimit/saga.js +0 -99
  1410. package/components/organisms/PointsAllocationLimit/selectors.js +0 -12
  1411. package/components/organisms/PointsAllocationLimit/style.js +0 -0
  1412. package/components/organisms/PointsAllocationLimit/tests/PointsAllocationLimit.test.js +0 -34
  1413. package/components/organisms/PointsAllocationLimit/tests/reducers.test.js +0 -93
  1414. package/components/organisms/PointsAllocationLimit/tests/saga.test.js +0 -189
  1415. package/components/organisms/PointsAllocationLimit/tests/selectors.test.js +0 -43
  1416. package/components/organisms/PointsBudgetList/PointsBudgetList.js +0 -1220
  1417. package/components/organisms/PointsBudgetList/constants.js +0 -201
  1418. package/components/organisms/PointsBudgetList/index.js +0 -1
  1419. package/components/organisms/PointsBudgetList/messages.js +0 -329
  1420. package/components/organisms/PointsBudgetList/style.js +0 -265
  1421. package/components/organisms/PointsBudgetList/tests/PointsBudgetList.test.js +0 -271
  1422. package/components/organisms/PointsBudgetList/tests/mockData.js +0 -788
  1423. package/components/organisms/PointsBudgetList/tests/utils.test.js +0 -16
  1424. package/components/organisms/PointsBudgetList/utils.js +0 -24
  1425. package/components/organisms/PointsRedemptionReversalWorkflowAction/tests/PointsRedemptionReversalWorkflowAction.test.js +0 -42
  1426. package/components/organisms/PointsRollingExpiry/PointsRollingExpiry.js +0 -637
  1427. package/components/organisms/PointsRollingExpiry/actions.js +0 -10
  1428. package/components/organisms/PointsRollingExpiry/constants.js +0 -48
  1429. package/components/organisms/PointsRollingExpiry/index.js +0 -1
  1430. package/components/organisms/PointsRollingExpiry/messages.js +0 -210
  1431. package/components/organisms/PointsRollingExpiry/reducer.js +0 -51
  1432. package/components/organisms/PointsRollingExpiry/saga.js +0 -72
  1433. package/components/organisms/PointsRollingExpiry/selectors.js +0 -48
  1434. package/components/organisms/PointsRollingExpiry/style.js +0 -190
  1435. package/components/organisms/PointsRollingExpiry/tests/PointsRollingExpiry.test.js +0 -279
  1436. package/components/organisms/PointsRollingExpiry/tests/mocks/mockData.js +0 -62
  1437. package/components/organisms/PointsRollingExpiry/tests/reducer.test.js +0 -81
  1438. package/components/organisms/PointsRollingExpiry/tests/saga.test.js +0 -166
  1439. package/components/organisms/PointsRollingExpiry/tests/selectors.test.js +0 -35
  1440. package/components/organisms/PointsRollingExpiry/tests/utils.test.js +0 -54
  1441. package/components/organisms/PointsRollingExpiry/utils.js +0 -257
  1442. package/components/organisms/PointsTransferOrgSettings/ProgramTransferOrgSettings.js +0 -246
  1443. package/components/organisms/PointsTransferOrgSettings/actions.js +0 -11
  1444. package/components/organisms/PointsTransferOrgSettings/constants.js +0 -47
  1445. package/components/organisms/PointsTransferOrgSettings/index.js +0 -1
  1446. package/components/organisms/PointsTransferOrgSettings/messages.js +0 -57
  1447. package/components/organisms/PointsTransferOrgSettings/reducer.js +0 -36
  1448. package/components/organisms/PointsTransferOrgSettings/saga.js +0 -68
  1449. package/components/organisms/PointsTransferOrgSettings/selectors.js +0 -30
  1450. package/components/organisms/PointsTransferOrgSettings/style.js +0 -19
  1451. package/components/organisms/PointsTransferOrgSettings/tests/PointsTransferOrgSettings.test.js +0 -176
  1452. package/components/organisms/PointsTransferOrgSettings/tests/actions.test.js +0 -19
  1453. package/components/organisms/PointsTransferOrgSettings/tests/mocks/data.js +0 -15
  1454. package/components/organisms/PointsTransferOrgSettings/tests/reducer.test.js +0 -142
  1455. package/components/organisms/PointsTransferOrgSettings/tests/saga.test.js +0 -138
  1456. package/components/organisms/PointsTransferOrgSettings/tests/selectors.test.js +0 -21
  1457. package/components/organisms/PointsTransferSettings/PointsTransferSettings.js +0 -334
  1458. package/components/organisms/PointsTransferSettings/constants.js +0 -60
  1459. package/components/organisms/PointsTransferSettings/index.js +0 -1
  1460. package/components/organisms/PointsTransferSettings/messages.js +0 -43
  1461. package/components/organisms/PointsTransferSettings/style.js +0 -50
  1462. package/components/organisms/PointsTransferSettings/tests/index.test.js +0 -56
  1463. package/components/organisms/ProgramDestinationMapper/ProgramDestinationMapper.js +0 -195
  1464. package/components/organisms/ProgramDestinationMapper/actions.js +0 -9
  1465. package/components/organisms/ProgramDestinationMapper/constants.js +0 -4
  1466. package/components/organisms/ProgramDestinationMapper/index.js +0 -1
  1467. package/components/organisms/ProgramDestinationMapper/messages.js +0 -10
  1468. package/components/organisms/ProgramDestinationMapper/mocks/data.js +0 -22
  1469. package/components/organisms/ProgramDestinationMapper/reducer.js +0 -38
  1470. package/components/organisms/ProgramDestinationMapper/saga.js +0 -33
  1471. package/components/organisms/ProgramDestinationMapper/selectors.js +0 -21
  1472. package/components/organisms/ProgramDestinationMapper/style.js +0 -21
  1473. package/components/organisms/ProgramDestinationMapper/tests/ProgramDestinationMapper.test.js +0 -91
  1474. package/components/organisms/ProgramDestinationMapper/tests/saga.test.js +0 -80
  1475. package/components/organisms/ProgramPerformance/Loadable.js +0 -7
  1476. package/components/organisms/ProgramSettings/tests/ProgramSettings.test.js +0 -176
  1477. package/components/organisms/ProgramSettings/tests/mocks/data.js +0 -22
  1478. package/components/organisms/ProgramSettings/utils.js +0 -17
  1479. package/components/organisms/PromotionAdvancedSettings/PromotionAdvancedSettings.js +0 -1580
  1480. package/components/organisms/PromotionAdvancedSettings/actions.js +0 -14
  1481. package/components/organisms/PromotionAdvancedSettings/constants.js +0 -18
  1482. package/components/organisms/PromotionAdvancedSettings/index.js +0 -1
  1483. package/components/organisms/PromotionAdvancedSettings/messages.js +0 -259
  1484. package/components/organisms/PromotionAdvancedSettings/reducer.js +0 -30
  1485. package/components/organisms/PromotionAdvancedSettings/saga.js +0 -33
  1486. package/components/organisms/PromotionAdvancedSettings/selectors.js +0 -25
  1487. package/components/organisms/PromotionAdvancedSettings/style.js +0 -251
  1488. package/components/organisms/PromotionAdvancedSettings/tests/PromotionAdvancedSettings.test.js +0 -642
  1489. package/components/organisms/PromotionAdvancedSettings/tests/PromotionAdvancedSettingsRevamp.test.js +0 -146
  1490. package/components/organisms/PromotionAdvancedSettings/tests/mockData.js +0 -197
  1491. package/components/organisms/PromotionAdvancedSettings/tests/utils.test.js +0 -48
  1492. package/components/organisms/PromotionAdvancedSettings/utils.js +0 -44
  1493. package/components/organisms/PromotionSettings/PromotionSettings.js +0 -469
  1494. package/components/organisms/PromotionSettings/constants.js +0 -9
  1495. package/components/organisms/PromotionSettings/index.js +0 -1
  1496. package/components/organisms/PromotionSettings/messages.js +0 -93
  1497. package/components/organisms/PromotionSettings/style.js +0 -137
  1498. package/components/organisms/PromotionsDetail/Loadable.js +0 -7
  1499. package/components/organisms/PromotionsDetail/PromotionsDetail.js +0 -1411
  1500. package/components/organisms/PromotionsDetail/actions.js +0 -36
  1501. package/components/organisms/PromotionsDetail/constants.js +0 -124
  1502. package/components/organisms/PromotionsDetail/index.js +0 -1
  1503. package/components/organisms/PromotionsDetail/messages.js +0 -249
  1504. package/components/organisms/PromotionsDetail/reducer.js +0 -183
  1505. package/components/organisms/PromotionsDetail/saga.js +0 -261
  1506. package/components/organisms/PromotionsDetail/selectors.js +0 -56
  1507. package/components/organisms/PromotionsDetail/style.js +0 -317
  1508. package/components/organisms/PromotionsDetail/tests/PromotionsDetail.test.js +0 -511
  1509. package/components/organisms/PromotionsDetail/tests/mockData.js +0 -306
  1510. package/components/organisms/PromotionsDetail/tests/utils.test.js +0 -112
  1511. package/components/organisms/PromotionsDetail/utils.js +0 -618
  1512. package/components/organisms/ReconfigurePromotions/ReconfigurePromotions.js +0 -128
  1513. package/components/organisms/ReconfigurePromotions/index.js +0 -1
  1514. package/components/organisms/ReconfigurePromotions/messages.js +0 -43
  1515. package/components/organisms/ReconfigurePromotions/style.js +0 -66
  1516. package/components/organisms/ReconfigurePromotions/tests/ReconfigurePromotions.test.js +0 -60
  1517. package/components/organisms/RedeemConditions/tests/RedeemConditions.test.js +0 -216
  1518. package/components/organisms/RedeemConditions/tests/mocks/data.js +0 -131
  1519. package/components/organisms/RedeemConditions/tests/saga.test.js +0 -83
  1520. package/components/organisms/ReturnConditions/tests/ReturnConditions.test.js +0 -59
  1521. package/components/organisms/ReturnConditions/tests/mocks/data.js +0 -14
  1522. package/components/organisms/ReturnConditions/tests/mocks/mockData.js +0 -148
  1523. package/components/organisms/ReturnConditions/tests/saga.test.js +0 -87
  1524. package/components/organisms/ReviewPromotionSlider/ReviewPromotionSlider.js +0 -76
  1525. package/components/organisms/ReviewPromotionSlider/index.js +0 -1
  1526. package/components/organisms/ReviewPromotionSlider/style.js +0 -59
  1527. package/components/organisms/ReviewPromotionSlider/tests/ReviewPromotionSlider.test.js +0 -58
  1528. package/components/organisms/ReviewPromotionSlider/tests/mockData.js +0 -535
  1529. package/components/organisms/ReviewPromotionSlider/tests/utils.test.js +0 -11
  1530. package/components/organisms/ReviewPromotionSlider/utils.js +0 -176
  1531. package/components/organisms/ScopeSlidebox/ScopeContentDescription.js +0 -67
  1532. package/components/organisms/ScopeSlidebox/ScopeContentHeader.js +0 -25
  1533. package/components/organisms/ScopeSlidebox/style.js +0 -109
  1534. package/components/organisms/ScopeSlidebox/tests/featureControlDisabled/ScopeSlideBoxWithoutFeature.test.js +0 -1342
  1535. package/components/organisms/ScopeSlidebox/tests/featureControlDisabled/mockData.js +0 -3226
  1536. package/components/organisms/ScopeSlidebox/tests/featureControlDisabled/processedRulesetsData.js +0 -374
  1537. package/components/organisms/ScopeSlidebox/tests/featureControlDisabled/rulesetsData.js +0 -462
  1538. package/components/organisms/ScopeSlidebox/tests/featureControlEnabled/ScopeSlidebox.test.js +0 -1907
  1539. package/components/organisms/ScopeSlidebox/tests/featureControlEnabled/mockData.js +0 -3661
  1540. package/components/organisms/ScopeSlidebox/tests/featureControlEnabled/processedRulesetsData.js +0 -242
  1541. package/components/organisms/ScopeSlidebox/tests/mockData.js +0 -50
  1542. package/components/organisms/ScopeSlidebox/tests/scope-utils.test.js +0 -39
  1543. package/components/organisms/ScopeSlidebox/utils.js +0 -88
  1544. package/components/organisms/SelectTargetSlider/SelectTargetSlider.js +0 -406
  1545. package/components/organisms/SelectTargetSlider/index.js +0 -1
  1546. package/components/organisms/SelectTargetSlider/messages.js +0 -126
  1547. package/components/organisms/SelectTargetSlider/mockData.js +0 -704
  1548. package/components/organisms/SelectTargetSlider/style.js +0 -97
  1549. package/components/organisms/SelectTargetSlider/tests/NoTargetView.test.js +0 -74
  1550. package/components/organisms/SelectTargetSlider/tests/SelectTargetSlider.test.js +0 -209
  1551. package/components/organisms/SelectTargetSlider/utils.js +0 -186
  1552. package/components/organisms/SendEmailWorkflowAction/tests/SendEmailWorkflowAction.test.js +0 -23
  1553. package/components/organisms/SendMessagesWorkflowAction/tests/SendMessagesWorflowAction.test.js +0 -23
  1554. package/components/organisms/SendMobilePushWorkflowAction/tests/SendMobilePushWorkflowAction.test.js +0 -23
  1555. package/components/organisms/SocialConnectWorkflowAction/tests/SocialConnectWorkflowAction.test.js +0 -23
  1556. package/components/organisms/StrategyDashboard/Loadable.js +0 -5
  1557. package/components/organisms/StrategyDashboard/messages.js +0 -21
  1558. package/components/organisms/StrategyDashboard/tests/StrategyDashboard.test.js +0 -80
  1559. package/components/organisms/StrategyDashboard/tests/mocks/data.js +0 -110
  1560. package/components/organisms/StrategyDashboard/tests/saga.test.js +0 -80
  1561. package/components/organisms/TagCustomerAction/tests/TagCustomerAction.test.js +0 -29
  1562. package/components/organisms/TargetPointAllocationWorkflowAction/TargetPointAllocationWorkflowAction.js +0 -623
  1563. package/components/organisms/TargetPointAllocationWorkflowAction/actions.js +0 -32
  1564. package/components/organisms/TargetPointAllocationWorkflowAction/constants.js +0 -37
  1565. package/components/organisms/TargetPointAllocationWorkflowAction/index.js +0 -1
  1566. package/components/organisms/TargetPointAllocationWorkflowAction/reducer.js +0 -88
  1567. package/components/organisms/TargetPointAllocationWorkflowAction/saga.js +0 -128
  1568. package/components/organisms/TargetPointAllocationWorkflowAction/selectors.js +0 -22
  1569. package/components/organisms/TargetPointAllocationWorkflowAction/style.js +0 -17
  1570. package/components/organisms/TargetPointAllocationWorkflowAction/tests/TargetPointAllocationWorkFlowAction.test.js +0 -577
  1571. package/components/organisms/TargetPointAllocationWorkflowAction/tests/__snapshots__/action.test.js.snap +0 -16
  1572. package/components/organisms/TargetPointAllocationWorkflowAction/tests/__snapshots__/reducer.test.js.snap +0 -166
  1573. package/components/organisms/TargetPointAllocationWorkflowAction/tests/action.test.js +0 -31
  1574. package/components/organisms/TargetPointAllocationWorkflowAction/tests/mockData.js +0 -243
  1575. package/components/organisms/TargetPointAllocationWorkflowAction/tests/reducer.test.js +0 -172
  1576. package/components/organisms/TargetPointAllocationWorkflowAction/tests/saga.test.js +0 -290
  1577. package/components/organisms/TargetPointAllocationWorkflowAction/tests/selectors.test.js +0 -16
  1578. package/components/organisms/TierUpgradeAndDowngrade/tests/TierUpgradeAndDowngrade.test.js +0 -326
  1579. package/components/organisms/TierUpgradeAndDowngrade/tests/TiersTooltips.test.js +0 -75
  1580. package/components/organisms/TierUpgradeAndDowngrade/tests/ValidityModal.test.js +0 -82
  1581. package/components/organisms/TierUpgradeAndDowngrade/tests/mocks/data.js +0 -230
  1582. package/components/organisms/TierUpgradeAndDowngrade/tests/utils.test.js +0 -196
  1583. package/components/organisms/TieradvancedOption/tests/TierAdvancedOption.test.js +0 -108
  1584. package/components/organisms/TieradvancedOption/tests/mocks/data.js +0 -14
  1585. package/components/organisms/TieradvancedOption/tests/saga.test.js +0 -83
  1586. package/components/organisms/Tiers/Loadable.js +0 -5
  1587. package/components/organisms/Tiers/tests/mock.js +0 -403
  1588. package/components/organisms/Tiers/tests/saga.test.js +0 -94
  1589. package/components/organisms/Tiers/tests/utils.test.js +0 -15
  1590. package/components/organisms/Tiers/utils.js +0 -10
  1591. package/components/organisms/TrackerEvaluationWorkflowAction/tests/TrackerEvaluationWorkflowAction.test.js +0 -100
  1592. package/components/organisms/Trackers/Loadable.js +0 -5
  1593. package/components/organisms/Trackers/tests/mockData.js +0 -342
  1594. package/components/organisms/TransactionAllocationPointWorkflowAction/tests/TransactionAllocationPointWorkflowAction.test.js +0 -134
  1595. package/components/organisms/TransactionAllocationPointWorkflowAction/tests/mockData.js +0 -349
  1596. package/components/organisms/TransferGroupPoints/tests/TransferGroupPoints.test.js +0 -143
  1597. package/components/organisms/TransferGroupPoints/tests/mockData.js +0 -236
  1598. package/components/organisms/UpgradeToTierWorkflowAction/tests/UpgradeToTierWorkflowAction.test.js +0 -45
  1599. package/components/organisms/VersioningDropdown/VersioningDropdown.js +0 -271
  1600. package/components/organisms/VersioningDropdown/index.js +0 -1
  1601. package/components/organisms/VersioningDropdown/messages.js +0 -18
  1602. package/components/organisms/VersioningDropdown/mocks/data.js +0 -75
  1603. package/components/organisms/VersioningDropdown/style.js +0 -18
  1604. package/components/organisms/VersioningDropdown/tests/VersioningDropdown.test.js +0 -37
  1605. package/components/organisms/VersioningDropdown/utils.js +0 -16
  1606. package/components/pages/BulkConfiguration/BulkConfigurations.js +0 -877
  1607. package/components/pages/BulkConfiguration/actions.js +0 -30
  1608. package/components/pages/BulkConfiguration/constants.js +0 -31
  1609. package/components/pages/BulkConfiguration/index.js +0 -1
  1610. package/components/pages/BulkConfiguration/messages.js +0 -144
  1611. package/components/pages/BulkConfiguration/reducer.js +0 -74
  1612. package/components/pages/BulkConfiguration/saga.js +0 -119
  1613. package/components/pages/BulkConfiguration/selector.js +0 -33
  1614. package/components/pages/BulkConfiguration/style.js +0 -222
  1615. package/components/pages/BulkConfiguration/tests/BulkConfigurations.test.js +0 -595
  1616. package/components/pages/BulkConfiguration/tests/BulkConfigurations1.test.js +0 -114
  1617. package/components/pages/BulkConfiguration/tests/BulkConfigurationsEdit.test.js +0 -128
  1618. package/components/pages/BulkConfiguration/tests/actions.test.js +0 -53
  1619. package/components/pages/BulkConfiguration/tests/mockData.js +0 -163
  1620. package/components/pages/BulkConfiguration/tests/reducer.test.js +0 -318
  1621. package/components/pages/BulkConfiguration/tests/saga.test.js +0 -363
  1622. package/components/pages/BulkConfiguration/tests/selectors.test.js +0 -61
  1623. package/components/pages/Cap/context.js +0 -7
  1624. package/components/pages/Cap/mocks/data.js +0 -623
  1625. package/components/pages/Cap/tests/Cap.test.js +0 -217
  1626. package/components/pages/Cap/tests/__snapshots__/reducer.test.js.snap +0 -111
  1627. package/components/pages/Cap/tests/actions.test.js +0 -76
  1628. package/components/pages/Cap/tests/reducer.test.js +0 -424
  1629. package/components/pages/Cap/tests/saga.test.js +0 -2661
  1630. package/components/pages/Cap/tests/selectors.test.js +0 -118
  1631. package/components/pages/Cap/tests/utils.test.js +0 -37
  1632. package/components/pages/Cap/utils.js +0 -20
  1633. package/components/pages/ConfigureProgram/tests/ConfigureProgram.test.js +0 -45
  1634. package/components/pages/Dashboard/tests/Dashboard.test.js +0 -44
  1635. package/components/pages/PermissionDeniedPage/Loadable.js +0 -11
  1636. package/components/pages/PermissionDeniedPage/PermissionDeniedPage.js +0 -28
  1637. package/components/pages/PermissionDeniedPage/index.js +0 -1
  1638. package/components/pages/PermissionDeniedPage/messages.js +0 -14
  1639. package/components/pages/PermissionDeniedPage/style.js +0 -13
  1640. package/components/pages/PermissionDeniedPage/tests/index.test.js +0 -26
  1641. package/components/pages/ProgramSummary/tests/actions.test.js +0 -118
  1642. package/components/pages/ProgramSummary/tests/mockData.js +0 -801
  1643. package/components/pages/ProgramSummary/tests/reducer.test.js +0 -160
  1644. package/components/pages/ProgramSummary/tests/saga.test.js +0 -658
  1645. package/components/pages/ProgramSummary/tests/selectors.test.js +0 -98
  1646. package/components/pages/Promotions/Promotions.js +0 -1698
  1647. package/components/pages/Promotions/actions.js +0 -23
  1648. package/components/pages/Promotions/constants.js +0 -65
  1649. package/components/pages/Promotions/index.js +0 -1
  1650. package/components/pages/Promotions/initialState.js +0 -39
  1651. package/components/pages/Promotions/messages.js +0 -129
  1652. package/components/pages/Promotions/reducer.js +0 -58
  1653. package/components/pages/Promotions/saga.js +0 -112
  1654. package/components/pages/Promotions/selectors.js +0 -43
  1655. package/components/pages/Promotions/style.js +0 -152
  1656. package/components/pages/Promotions/tests/Promotions.test.js +0 -906
  1657. package/components/pages/Promotions/tests/mockData.js +0 -454
  1658. package/components/pages/PromotionsDashboard/PromotionsDashboard.js +0 -127
  1659. package/components/pages/PromotionsDashboard/index.js +0 -1
  1660. package/components/pages/PromotionsDashboard/style.js +0 -5
  1661. package/components/pages/PromotionsDashboard/tests/PromotionsDashboard.test.js +0 -90
  1662. package/entry.js +0 -4
  1663. package/initialReducer.js +0 -14
  1664. package/tests/integration/CreateProgram/helper.js +0 -216
  1665. package/tests/integration/CreateProgram/mocks/apiResponse.js +0 -7
  1666. package/tests/integration/CreateProgram/mocks/constants.js +0 -1
  1667. package/tests/integration/CreateProgram/mocks/msw-handler.js +0 -26
  1668. package/tests/integration/EditProgram/EditProgram.integration.test.js +0 -159
  1669. package/tests/integration/EditProgram/helper.js +0 -104
  1670. package/tests/integration/EditProgram/mocks/apiResponse.js +0 -327
  1671. package/tests/integration/EditProgram/mocks/msw-handler.js +0 -56
  1672. package/tests/integration/Login/Login.integration.test.js +0 -96
  1673. package/tests/integration/Login/mocks/apiResponse.js +0 -235
  1674. package/tests/integration/Login/mocks/msw-handler.js +0 -34
  1675. package/tests/integration/PartnerProgram/CreatePartnerProgram.integration.test.js +0 -117
  1676. package/tests/integration/PartnerProgram/helper.js +0 -256
  1677. package/tests/integration/PartnerProgram/mocks/apiResponse.js +0 -689
  1678. package/tests/integration/PartnerProgram/mocks/msw-handler.js +0 -210
  1679. package/tests/integration/Promotion/CreatePromotion.integration.test.js +0 -237
  1680. package/tests/integration/Promotion/EditPromotion.integration.test.js +0 -94
  1681. package/tests/integration/Promotion/helper.js +0 -656
  1682. package/tests/integration/Promotion/mocks/apiResponse.js +0 -2683
  1683. package/tests/integration/Promotion/mocks/constants.js +0 -7
  1684. package/tests/integration/Promotion/mocks/msw-handler.js +0 -183
  1685. package/tests/integration/Versioning/mocks/apiResponse.js +0 -14333
  1686. package/tests/integration/commonMocks/apiResponse.js +0 -1624
  1687. package/tests/integration/commonMocks/helper.js +0 -31
  1688. package/tests/integration/commonMocks/msw-handler.js +0 -100
  1689. package/tests/test-utils-it.js +0 -64
  1690. package/utils/audience.js +0 -46
  1691. package/utils/gtmTrackers/gtmEvents/bulkConfigDetails.js +0 -155
  1692. package/utils/gtmTrackers/gtmEvents/nudgeDetails.js +0 -10
  1693. package/utils/gtmTrackers/gtmEvents/promotionDetails.js +0 -116
  1694. package/utils/gtmTrackers/gtmEvents/viewBulkConfigDetails.js +0 -25
  1695. package/utils/gtmTrackers/gtmEvents/viewPromotionDetails.js +0 -28
  1696. package/utils/gtmTrackers/gtmEvents/workflowActions.js +0 -29
  1697. package/utils/promotions.js +0 -53
  1698. package/utils/tests/commonUtils.test.js +0 -37
  1699. package/utils/usePersistantState.js +0 -64
  1700. package/utils/withDynamicLazyLoading.js +0 -17
  1701. /package/components/{organisms → atoms}/GroupItemLabel/index.js +0 -0
  1702. /package/components/{organisms → molecules}/PageHeader/index.js +0 -0
@@ -1,3661 +0,0 @@
1
- import processedRulesetsData from './processedRulesetsData';
2
-
3
- export const props = {
4
- rulesets: [
5
- {
6
- id: 8146,
7
- orgName: 'Consistency',
8
- contextID: 968,
9
- orgID: 1685,
10
- contextType: 'program',
11
- ruleScope: 'SERVER',
12
- startDate: {
13
- buffer: {
14
- type: 'Buffer',
15
- data: [0, 0, 0, 195, 161, 4, 71, 184],
16
- },
17
- offset: 0,
18
- },
19
- endDate: {
20
- buffer: {
21
- type: 'Buffer',
22
- data: [0, 0, 1, 160, 11, 211, 243, 184],
23
- },
24
- offset: 0,
25
- },
26
- createdOn: {
27
- buffer: {
28
- type: 'Buffer',
29
- data: [0, 0, 1, 86, 148, 155, 131, 184],
30
- },
31
- offset: 0,
32
- },
33
- createdBy: 0,
34
- modifiedBy: 15000449,
35
- modifiedOn: {
36
- buffer: {
37
- type: 'Buffer',
38
- data: [0, 0, 1, 129, 246, 66, 248, 40],
39
- },
40
- offset: 0,
41
- },
42
- name: 'NewBill_RS_Start',
43
- packageName: '',
44
- description: 'NewBill_RS_Start',
45
- isPrivate: false,
46
- eventName: 'TransactionAdd',
47
- rules: [
48
- {
49
- id: 9002,
50
- exp: 'currentTxn.basketIncludes("hello there","how are you")',
51
- expJSON:
52
- '{"arity":"method_call","type":"boolean:primitive","operands":[{"arity":"name","value":"currentTxn","type":"tx:object:primitive"},{"arity":"name","value":"basketIncludes","type":"anonymous:function:primitive"},{"arity":"literal","value":"hello there","type":"EEnum__InvAttr:enum:string:object:primitive"},{"arity":"literal","value":"how are you","type":"EEnum__InvAttr__EDepEnum__InvAttrVal__hello there:string:object:primitive"}]}',
53
- jsonType: 'JNODE',
54
- isActive: false,
55
- priority: 1,
56
- startDate: {
57
- buffer: {
58
- type: 'Buffer',
59
- data: [0, 0, 0, 195, 161, 4, 71, 184],
60
- },
61
- offset: 0,
62
- },
63
- endDate: {
64
- buffer: {
65
- type: 'Buffer',
66
- data: [0, 0, 1, 160, 11, 211, 243, 184],
67
- },
68
- offset: 0,
69
- },
70
- createdOn: {
71
- buffer: {
72
- type: 'Buffer',
73
- data: [0, 0, 1, 86, 148, 155, 131, 184],
74
- },
75
- offset: 0,
76
- },
77
- ruleScope: 'SERVER',
78
- createdBy: 0,
79
- modifiedBy: 15000449,
80
- modifiedOn: {
81
- buffer: {
82
- type: 'Buffer',
83
- data: [0, 0, 1, 129, 246, 66, 248, 40],
84
- },
85
- offset: 0,
86
- },
87
- name: 'rule0',
88
- description: 'default_rule',
89
- expDataType: null,
90
- ruleSetId: 8146,
91
- caseToActions: {
92
- true: [
93
- {
94
- id: 75890,
95
- actionName: 'AWARD_POINTS_ACTION',
96
- actionClass:
97
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
98
- mandatoryPropertiesValues: {
99
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
100
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
101
- ExpiryStrategy: '25087',
102
- PointType: 'DelayedAccrualPointCategory',
103
- AwardStrategy: '79955',
104
- DelayExtendedFieldName: '',
105
- PointsRoundingStrategy: 'ACTUAL',
106
- },
107
- mandatoryComplexPropertiesValues: {},
108
- description: 'WDA',
109
- },
110
- ],
111
- },
112
- filterInfo: [],
113
- },
114
- {
115
- id: 51161,
116
- exp: 'currentCustomer.avgBasketSize>900',
117
- expJSON:
118
- '{"arity":"binary_operation","value":">","type":"boolean:primitive","operands":[{"arity":"object_dereference","type":"integer:number:primitive","operands":[{"arity":"name","value":"currentCustomer","type":"customer:object:primitive"},{"arity":"name","value":"avgBasketSize","type":"integer:number:primitive"}]},{"arity":"literal","value":"900","type":"number:primitive"}]}',
119
- jsonType: 'JNODE',
120
- isActive: false,
121
- priority: -1,
122
- startDate: {
123
- buffer: {
124
- type: 'Buffer',
125
- data: [0, 0, 0, 234, 57, 239, 36, 104],
126
- },
127
- offset: 0,
128
- },
129
- endDate: {
130
- buffer: {
131
- type: 'Buffer',
132
- data: [0, 0, 1, 198, 164, 190, 208, 104],
133
- },
134
- offset: 0,
135
- },
136
- createdOn: {
137
- buffer: {
138
- type: 'Buffer',
139
- data: [0, 0, 1, 125, 45, 134, 100, 80],
140
- },
141
- offset: 0,
142
- },
143
- ruleScope: 'SERVER',
144
- createdBy: 0,
145
- modifiedBy: 15000449,
146
- modifiedOn: {
147
- buffer: {
148
- type: 'Buffer',
149
- data: [0, 0, 1, 129, 246, 66, 248, 40],
150
- },
151
- offset: 0,
152
- },
153
- name: 'Rule2',
154
- description: '',
155
- expDataType: null,
156
- ruleSetId: 8146,
157
- caseToActions: {},
158
- filterInfo: [],
159
- },
160
- {
161
- id: 51162,
162
- exp: 'true',
163
- expJSON:
164
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
165
- jsonType: 'JNODE',
166
- isActive: false,
167
- priority: -1,
168
- startDate: {
169
- buffer: {
170
- type: 'Buffer',
171
- data: [0, 0, 0, 234, 57, 239, 36, 104],
172
- },
173
- offset: 0,
174
- },
175
- endDate: {
176
- buffer: {
177
- type: 'Buffer',
178
- data: [0, 0, 1, 198, 164, 190, 208, 104],
179
- },
180
- offset: 0,
181
- },
182
- createdOn: {
183
- buffer: {
184
- type: 'Buffer',
185
- data: [0, 0, 1, 125, 45, 134, 100, 80],
186
- },
187
- offset: 0,
188
- },
189
- ruleScope: 'SERVER',
190
- createdBy: 0,
191
- modifiedBy: 15000449,
192
- modifiedOn: {
193
- buffer: {
194
- type: 'Buffer',
195
- data: [0, 0, 1, 129, 246, 66, 248, 40],
196
- },
197
- offset: 0,
198
- },
199
- name: 'Rule3',
200
- description: '',
201
- expDataType: null,
202
- ruleSetId: 8146,
203
- caseToActions: {},
204
- filterInfo: [],
205
- },
206
- {
207
- id: 51163,
208
- exp: 'false',
209
- expJSON:
210
- '{"arity":"literal","value":"false","type":"boolean:primitive"}',
211
- jsonType: 'JNODE',
212
- isActive: false,
213
- priority: -1,
214
- startDate: {
215
- buffer: {
216
- type: 'Buffer',
217
- data: [0, 0, 0, 234, 57, 239, 36, 104],
218
- },
219
- offset: 0,
220
- },
221
- endDate: {
222
- buffer: {
223
- type: 'Buffer',
224
- data: [0, 0, 1, 198, 164, 190, 208, 104],
225
- },
226
- offset: 0,
227
- },
228
- createdOn: {
229
- buffer: {
230
- type: 'Buffer',
231
- data: [0, 0, 1, 125, 45, 134, 100, 80],
232
- },
233
- offset: 0,
234
- },
235
- ruleScope: 'SERVER',
236
- createdBy: 0,
237
- modifiedBy: 15000449,
238
- modifiedOn: {
239
- buffer: {
240
- type: 'Buffer',
241
- data: [0, 0, 1, 129, 246, 66, 248, 40],
242
- },
243
- offset: 0,
244
- },
245
- name: 'Rule4',
246
- description: '',
247
- expDataType: null,
248
- ruleSetId: 8146,
249
- caseToActions: {},
250
- filterInfo: [],
251
- },
252
- {
253
- id: 51276,
254
- exp: 'true',
255
- expJSON:
256
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
257
- jsonType: 'JNODE',
258
- isActive: false,
259
- priority: -1,
260
- startDate: {
261
- buffer: {
262
- type: 'Buffer',
263
- data: [0, 0, 0, 234, 63, 32, 15, 136],
264
- },
265
- offset: 0,
266
- },
267
- endDate: {
268
- buffer: {
269
- type: 'Buffer',
270
- data: [0, 0, 1, 198, 169, 239, 187, 136],
271
- },
272
- offset: 0,
273
- },
274
- createdOn: {
275
- buffer: {
276
- type: 'Buffer',
277
- data: [0, 0, 1, 125, 50, 183, 75, 136],
278
- },
279
- offset: 0,
280
- },
281
- ruleScope: 'SERVER',
282
- createdBy: 0,
283
- modifiedBy: 15000449,
284
- modifiedOn: {
285
- buffer: {
286
- type: 'Buffer',
287
- data: [0, 0, 1, 129, 246, 66, 248, 40],
288
- },
289
- offset: 0,
290
- },
291
- name: 'Rule5',
292
- description: '',
293
- expDataType: null,
294
- ruleSetId: 8146,
295
- caseToActions: {},
296
- filterInfo: [],
297
- },
298
- {
299
- id: 51334,
300
- exp: 'true',
301
- expJSON:
302
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
303
- jsonType: 'JNODE',
304
- isActive: false,
305
- priority: -1,
306
- startDate: {
307
- buffer: {
308
- type: 'Buffer',
309
- data: [0, 0, 0, 234, 67, 221, 198, 120],
310
- },
311
- offset: 0,
312
- },
313
- endDate: {
314
- buffer: {
315
- type: 'Buffer',
316
- data: [0, 0, 1, 198, 174, 173, 114, 120],
317
- },
318
- offset: 0,
319
- },
320
- createdOn: {
321
- buffer: {
322
- type: 'Buffer',
323
- data: [0, 0, 1, 125, 55, 117, 2, 120],
324
- },
325
- offset: 0,
326
- },
327
- ruleScope: 'SERVER',
328
- createdBy: 0,
329
- modifiedBy: 15000449,
330
- modifiedOn: {
331
- buffer: {
332
- type: 'Buffer',
333
- data: [0, 0, 1, 129, 246, 66, 248, 40],
334
- },
335
- offset: 0,
336
- },
337
- name: 'Rule6',
338
- description: '',
339
- expDataType: null,
340
- ruleSetId: 8146,
341
- caseToActions: {},
342
- filterInfo: [],
343
- },
344
- {
345
- id: 51335,
346
- exp: 'currentCustomer.avgBasketSize>12',
347
- expJSON:
348
- '{"arity":"binary_operation","value":">","type":"boolean:primitive","operands":[{"arity":"object_dereference","type":"integer:number:primitive","operands":[{"arity":"name","value":"currentCustomer","type":"customer:object:primitive"},{"arity":"name","value":"avgBasketSize","type":"integer:number:primitive"}]},{"arity":"literal","value":"12","type":"number:primitive"}]}',
349
- jsonType: 'JNODE',
350
- isActive: false,
351
- priority: -1,
352
- startDate: {
353
- buffer: {
354
- type: 'Buffer',
355
- data: [0, 0, 0, 234, 67, 229, 166, 24],
356
- },
357
- offset: 0,
358
- },
359
- endDate: {
360
- buffer: {
361
- type: 'Buffer',
362
- data: [0, 0, 1, 198, 174, 181, 82, 24],
363
- },
364
- offset: 0,
365
- },
366
- createdOn: {
367
- buffer: {
368
- type: 'Buffer',
369
- data: [0, 0, 1, 125, 55, 124, 226, 24],
370
- },
371
- offset: 0,
372
- },
373
- ruleScope: 'SERVER',
374
- createdBy: 0,
375
- modifiedBy: 15000449,
376
- modifiedOn: {
377
- buffer: {
378
- type: 'Buffer',
379
- data: [0, 0, 1, 129, 246, 66, 248, 40],
380
- },
381
- offset: 0,
382
- },
383
- name: 'Rule7',
384
- description: '',
385
- expDataType: null,
386
- ruleSetId: 8146,
387
- caseToActions: {
388
- true: [
389
- {
390
- id: 76331,
391
- actionName: 'AWARD_POINTS_ACTION',
392
- actionClass:
393
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
394
- mandatoryPropertiesValues: {
395
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
396
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
397
- ExpiryStrategy: '34165',
398
- PointType: 'Main',
399
- AwardStrategy: '34166',
400
- DelayExtendedFieldName: '',
401
- PointsRoundingStrategy: 'ACTUAL',
402
- },
403
- mandatoryComplexPropertiesValues: {},
404
- description: '4th slab',
405
- },
406
- ],
407
- },
408
- filterInfo: [],
409
- },
410
- {
411
- id: 51339,
412
- exp: 'false',
413
- expJSON:
414
- '{"arity":"literal","value":"false","type":"boolean:primitive"}',
415
- jsonType: 'JNODE',
416
- isActive: false,
417
- priority: -1,
418
- startDate: {
419
- buffer: {
420
- type: 'Buffer',
421
- data: [0, 0, 0, 234, 68, 73, 42, 168],
422
- },
423
- offset: 0,
424
- },
425
- endDate: {
426
- buffer: {
427
- type: 'Buffer',
428
- data: [0, 0, 1, 198, 175, 24, 214, 168],
429
- },
430
- offset: 0,
431
- },
432
- createdOn: {
433
- buffer: {
434
- type: 'Buffer',
435
- data: [0, 0, 1, 125, 55, 224, 106, 144],
436
- },
437
- offset: 0,
438
- },
439
- ruleScope: 'SERVER',
440
- createdBy: 0,
441
- modifiedBy: 15000449,
442
- modifiedOn: {
443
- buffer: {
444
- type: 'Buffer',
445
- data: [0, 0, 1, 129, 246, 66, 248, 40],
446
- },
447
- offset: 0,
448
- },
449
- name: 'Rule8',
450
- description: '',
451
- expDataType: null,
452
- ruleSetId: 8146,
453
- caseToActions: {},
454
- filterInfo: [],
455
- },
456
- {
457
- id: 51340,
458
- exp: 'true',
459
- expJSON:
460
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
461
- jsonType: 'JNODE',
462
- isActive: false,
463
- priority: -1,
464
- startDate: {
465
- buffer: {
466
- type: 'Buffer',
467
- data: [0, 0, 0, 234, 68, 73, 42, 168],
468
- },
469
- offset: 0,
470
- },
471
- endDate: {
472
- buffer: {
473
- type: 'Buffer',
474
- data: [0, 0, 1, 198, 175, 24, 214, 168],
475
- },
476
- offset: 0,
477
- },
478
- createdOn: {
479
- buffer: {
480
- type: 'Buffer',
481
- data: [0, 0, 1, 125, 55, 224, 106, 144],
482
- },
483
- offset: 0,
484
- },
485
- ruleScope: 'SERVER',
486
- createdBy: 0,
487
- modifiedBy: 15000449,
488
- modifiedOn: {
489
- buffer: {
490
- type: 'Buffer',
491
- data: [0, 0, 1, 129, 246, 66, 248, 40],
492
- },
493
- offset: 0,
494
- },
495
- name: 'Rule9',
496
- description: '',
497
- expDataType: null,
498
- ruleSetId: 8146,
499
- caseToActions: {},
500
- filterInfo: [],
501
- },
502
- {
503
- id: 51341,
504
- exp: 'currentCustomer.avgBasketSize==5000',
505
- expJSON:
506
- '{"arity":"binary_operation","value":"==","type":"boolean:primitive","operands":[{"arity":"object_dereference","type":"integer:number:primitive","operands":[{"arity":"name","value":"currentCustomer","type":"customer:object:primitive"},{"arity":"name","value":"avgBasketSize","type":"integer:number:primitive"}]},{"arity":"literal","value":"5000","type":"number:primitive"}]}',
507
- jsonType: 'JNODE',
508
- isActive: false,
509
- priority: -1,
510
- startDate: {
511
- buffer: {
512
- type: 'Buffer',
513
- data: [0, 0, 0, 234, 68, 75, 46, 72],
514
- },
515
- offset: 0,
516
- },
517
- endDate: {
518
- buffer: {
519
- type: 'Buffer',
520
- data: [0, 0, 1, 198, 175, 26, 218, 72],
521
- },
522
- offset: 0,
523
- },
524
- createdOn: {
525
- buffer: {
526
- type: 'Buffer',
527
- data: [0, 0, 1, 125, 55, 226, 106, 72],
528
- },
529
- offset: 0,
530
- },
531
- ruleScope: 'SERVER',
532
- createdBy: 0,
533
- modifiedBy: 15000449,
534
- modifiedOn: {
535
- buffer: {
536
- type: 'Buffer',
537
- data: [0, 0, 1, 129, 246, 66, 248, 40],
538
- },
539
- offset: 0,
540
- },
541
- name: 'Rule6',
542
- description: '',
543
- expDataType: null,
544
- ruleSetId: 8146,
545
- caseToActions: {
546
- true: [
547
- {
548
- id: 76911,
549
- actionName: 'UPGRADE_SLAB_ACTION',
550
- actionClass:
551
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
552
- mandatoryPropertiesValues: {
553
- shouldRenewSlab: 'true',
554
- EvaluatedEntity: 'USER',
555
- },
556
- mandatoryComplexPropertiesValues: {},
557
- description: null,
558
- },
559
- {
560
- id: 77074,
561
- actionName: 'UPGRADE_SLAB_ACTION',
562
- actionClass:
563
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
564
- mandatoryPropertiesValues: {
565
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
566
- ToSlabSerialNumber: '2',
567
- },
568
- mandatoryComplexPropertiesValues: {},
569
- description: null,
570
- },
571
- {
572
- id: 77611,
573
- actionName: 'BILL_POINTS_ACTION',
574
- actionClass:
575
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
576
- mandatoryPropertiesValues: {
577
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
578
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
579
- EvaluatedEntity: 'USER',
580
- ZeroAwardStrategy: '79956',
581
- ExpiryStrategy: '46797',
582
- PointType: 'DelayedAccrualPointCategory',
583
- AwardStrategy: '80007',
584
- DelayExtendedFieldName: '',
585
- PointsRoundingStrategy: 'ACTUAL',
586
- },
587
- mandatoryComplexPropertiesValues: {},
588
- description: 'delayed accrual1',
589
- },
590
- {
591
- id: 77656,
592
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
593
- actionClass:
594
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
595
- mandatoryPropertiesValues: {
596
- ExpiryStrategy: '59392',
597
- PointType: 'DelayedAccrualPointCategory',
598
- AwardStrategy: '80009',
599
- },
600
- mandatoryComplexPropertiesValues: {},
601
- description: 'DelayedAccrualNightly',
602
- },
603
- {
604
- id: 77657,
605
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
606
- actionClass:
607
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
608
- mandatoryPropertiesValues: {
609
- ExpiryStrategy: '59392',
610
- PointType: 'DelayedAccrualPointCategory',
611
- AwardStrategy: '80009',
612
- },
613
- mandatoryComplexPropertiesValues: {},
614
- description: 'DelayedAccrualNightly',
615
- },
616
- ],
617
- },
618
- filterInfo: [],
619
- },
620
- {
621
- id: 51342,
622
- exp: 'true',
623
- expJSON:
624
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
625
- jsonType: 'JNODE',
626
- isActive: false,
627
- priority: -1,
628
- startDate: {
629
- buffer: {
630
- type: 'Buffer',
631
- data: [0, 0, 0, 234, 68, 75, 46, 72],
632
- },
633
- offset: 0,
634
- },
635
- endDate: {
636
- buffer: {
637
- type: 'Buffer',
638
- data: [0, 0, 1, 198, 175, 26, 218, 72],
639
- },
640
- offset: 0,
641
- },
642
- createdOn: {
643
- buffer: {
644
- type: 'Buffer',
645
- data: [0, 0, 1, 125, 55, 226, 106, 72],
646
- },
647
- offset: 0,
648
- },
649
- ruleScope: 'SERVER',
650
- createdBy: 0,
651
- modifiedBy: 15000449,
652
- modifiedOn: {
653
- buffer: {
654
- type: 'Buffer',
655
- data: [0, 0, 1, 129, 246, 66, 248, 40],
656
- },
657
- offset: 0,
658
- },
659
- name: 'Rule7',
660
- description: '',
661
- expDataType: null,
662
- ruleSetId: 8146,
663
- caseToActions: {
664
- true: [
665
- {
666
- id: 77380,
667
- actionName: 'PE_MOBILE_PUSH_ACTION',
668
- actionClass:
669
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMobilePushActionImpl',
670
- mandatoryPropertiesValues: {
671
- mobilePushAccId: 'mpush_1234',
672
- androidMobilePushTitle: 'shgs',
673
- iosMobilePushTitle: 'shds',
674
- androidMobilePushMessageBlob:
675
- '{"luid":"{{luid}}","cuid":"{{cuid}}","communicationId":"{{communicationId}}","title":"shgs","message":"android immmsd sdgysgdsdd","expandableDetails":{"style":"BIG_PICTURE","message":"android immmsd sdgysgdsdd","image":"https://crm-nightly-new-fileservice.s3.amazonaws.com/intouch_creative_assets/644dabb6-f91e-4430-b1de-2ca906ab.jpg"},"custom":[]}',
676
- mobilePushDelay: '0',
677
- PointType: 'Main',
678
- mobilePushDelayJSON: '{"sec":"0"}',
679
- mobilePushTemplateId: '615b029bd401fc0767c5b67a',
680
- iosMobilePushMessageBlob:
681
- '{"luid":"{{luid}}","cuid":"{{cuid}}","communicationId":"{{communicationId}}","title":"shds","message":"ios image{{store_address}}","expandableDetails":{"style":"BIG_PICTURE","message":"shds","ctas":[],"image":"https://crm-nightly-new-fileservice.s3.amazonaws.com/intouch_creative_assets/283c98ca-b645-4ee6-80f1-a768f8e8.jpg"},"custom":[]}',
682
- },
683
- mandatoryComplexPropertiesValues: {},
684
- description: null,
685
- },
686
- {
687
- id: 77612,
688
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
689
- actionClass:
690
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
691
- mandatoryPropertiesValues: {
692
- ExpiryStrategy: '59391',
693
- PointType: 'Main',
694
- AwardStrategy: '80007',
695
- },
696
- mandatoryComplexPropertiesValues: {},
697
- description: 'delayed accrual1',
698
- },
699
- ],
700
- },
701
- filterInfo: [],
702
- },
703
- {
704
- id: 52639,
705
- exp: 'true',
706
- expJSON:
707
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
708
- jsonType: 'JNODE',
709
- isActive: true,
710
- priority: -1,
711
- startDate: {
712
- buffer: {
713
- type: 'Buffer',
714
- data: [0, 0, 0, 234, 164, 245, 253, 224],
715
- },
716
- offset: 0,
717
- },
718
- endDate: {
719
- buffer: {
720
- type: 'Buffer',
721
- data: [0, 0, 1, 199, 15, 197, 169, 224],
722
- },
723
- offset: 0,
724
- },
725
- createdOn: {
726
- buffer: {
727
- type: 'Buffer',
728
- data: [0, 0, 1, 125, 152, 141, 57, 224],
729
- },
730
- offset: 0,
731
- },
732
- ruleScope: 'SERVER',
733
- createdBy: 0,
734
- modifiedBy: 15000449,
735
- modifiedOn: {
736
- buffer: {
737
- type: 'Buffer',
738
- data: [0, 0, 1, 129, 246, 66, 248, 40],
739
- },
740
- offset: 0,
741
- },
742
- name: 'Rule10',
743
- description: '',
744
- expDataType: null,
745
- ruleSetId: 8146,
746
- caseToActions: {
747
- true: [
748
- {
749
- id: 77658,
750
- actionName: 'AWARD_POINTS_ACTION',
751
- actionClass:
752
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
753
- mandatoryPropertiesValues: {
754
- SmsCDMASenderId: '',
755
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
756
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
757
- ExpiryStrategy: '34165',
758
- SmsDomain: '',
759
- channelPriority:
760
- '[{"type":"mobile","isMandatory":true,"priority":0}]',
761
- AwardStrategy: '59386',
762
- SmsSenderId: '',
763
- SmsTemplate: 'test SMS',
764
- EvaluatedEntity: 'USER',
765
- SmsDelay: '0',
766
- PointType: 'Main',
767
- DelayExtendedFieldName: '',
768
- PointsRoundingStrategy: 'ACTUAL',
769
- SmsDelayJSON: '{"sec":"0"}',
770
- ShortenUrlCheck: '',
771
- },
772
- mandatoryComplexPropertiesValues: {},
773
- description: '4perc',
774
- },
775
- {
776
- id: 77660,
777
- actionName: 'BILL_POINTS_ACTION',
778
- actionClass:
779
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
780
- mandatoryPropertiesValues: {
781
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
782
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
783
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
784
- ZeroAwardStrategy: '59386',
785
- ExpiryStrategy: '46797',
786
- PointType: 'Main',
787
- AwardStrategy: '34166',
788
- DelayExtendedFieldName: '',
789
- PointsRoundingStrategy: 'ACTUAL',
790
- },
791
- mandatoryComplexPropertiesValues: {},
792
- description: '4th slab',
793
- },
794
- {
795
- id: 77662,
796
- actionName: 'UPGRADE_SLAB_ACTION',
797
- actionClass:
798
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
799
- mandatoryPropertiesValues: {
800
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
801
- ToSlabSerialNumber: '5',
802
- },
803
- mandatoryComplexPropertiesValues: {},
804
- description: null,
805
- },
806
- {
807
- id: 77664,
808
- actionName: 'UPGRADE_SLAB_ACTION',
809
- actionClass:
810
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
811
- mandatoryPropertiesValues: {
812
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
813
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
814
- UpgradeSlabStrategy: '25086',
815
- ExpiryStrategy: '34165',
816
- PointType: 'Main',
817
- AwardStrategy: '34166',
818
- },
819
- mandatoryComplexPropertiesValues: {},
820
- description: 'CUMULATIVE_PURCHASES',
821
- },
822
- {
823
- id: 77666,
824
- actionName: 'UPGRADE_SLAB_ACTION',
825
- actionClass:
826
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
827
- mandatoryPropertiesValues: {
828
- shouldRenewSlab: 'true',
829
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
830
- },
831
- mandatoryComplexPropertiesValues: {},
832
- description: null,
833
- },
834
- {
835
- id: 77947,
836
- actionName: 'PE_SMS_ACTION',
837
- actionClass:
838
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineSmsActionImpl',
839
- mandatoryPropertiesValues: {
840
- SmsCDMASenderId: '',
841
- SmsDomain: '',
842
- SmsDelay: '0',
843
- PointType: 'Main',
844
- SmsSenderId: '',
845
- SmsTemplate: 'new test',
846
- SmsDelayJSON: '{"sec":"0"}',
847
- ShortenUrlCheck: '',
848
- },
849
- mandatoryComplexPropertiesValues: {},
850
- description: 'new test',
851
- },
852
- {
853
- id: 77948,
854
- actionName: 'PE_MOBILE_PUSH_ACTION',
855
- actionClass:
856
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMobilePushActionImpl',
857
- mandatoryPropertiesValues: {
858
- mobilePushAccId: 'mpush_1234',
859
- androidMobilePushTitle: 'new title',
860
- iosMobilePushTitle: 'wefge',
861
- androidMobilePushMessageBlob:
862
- '{"title":"new title","message":"wegrewg","expandableDetails":{"style":"BIG_PICTURE","message":"wegrewg","image":"https://crm-nightly-new-fileservice.s3.amazonaws.com/intouch_creative_assets/f63c43c0-3ff8-4891-b4b8-02df6c9c.jpg"},"custom":{},"type":"IMAGE","deviceType":"ANDROID"}',
863
- mobilePushDelay: '0',
864
- PointType: 'Main',
865
- mobilePushDelayJSON: '{"sec":"0"}',
866
- mobilePushTemplateId: 'new_ui_mobilepush_template_id',
867
- iosMobilePushMessageBlob:
868
- '{"title":"wefge","message":"wegrewg","expandableDetails":{"style":"BIG_PICTURE","message":"wefge","ctas":[],"image":"https://crm-nightly-new-fileservice.s3.amazonaws.com/intouch_creative_assets/1abc7af9-01a9-4b4e-be1c-231ccf2b.jpg"},"custom":{},"type":"IMAGE","deviceType":"IOS"}',
869
- },
870
- mandatoryComplexPropertiesValues: {},
871
- description: null,
872
- },
873
- {
874
- id: 77949,
875
- actionName: 'PE_EMAIL_ACTION',
876
- actionClass:
877
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineEmailActionImpl',
878
- mandatoryPropertiesValues: {
879
- EmailBody:
880
- '<html>\n<head>\n\t<title></title>\n</head>\n<body>\n<p>{{first_name}}</p>\n</body>\n</html>\n',
881
- EmailSubject: 'Renamed Email ',
882
- PointType: 'Main',
883
- EmailSenderId: '',
884
- EmailDomain: '',
885
- EmailDelayJSON: '{"sec":"0"}',
886
- EmailSenderLabel: '',
887
- EmailDelay: '0',
888
- },
889
- mandatoryComplexPropertiesValues: {},
890
- description: 'Subject: Renamed Email ',
891
- },
892
- {
893
- id: 77950,
894
- actionName: 'PE_MESSAGE_ACTION',
895
- actionClass:
896
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMessageActionImpl',
897
- mandatoryPropertiesValues: {
898
- SmsCDMASenderId: '',
899
- SmsDomain: '',
900
- channelPriority:
901
- '[{"type":"mobile","isMandatory":true,"priority":0},{"type":"email","isMandatory":true,"priority":0}]',
902
- SmsSenderId: '',
903
- EmailDomain: '',
904
- SmsTemplate: 'qwerty',
905
- EmailDelayJSON: '{"sec":"0"}',
906
- EmailSenderLabel: '',
907
- EmailDelay: '0',
908
- EmailBody:
909
- '<html>\n<head>\n\t<title></title>\n</head>\n<body>\n<p>{{first_name}}</p>\n</body>\n</html>\n',
910
- EmailSubject: 'Renamed Email ',
911
- SmsDelay: '0',
912
- PointType: 'Main',
913
- EmailSenderId: '',
914
- SmsDelayJSON: '{"sec":"0"}',
915
- ShortenUrlCheck: '',
916
- },
917
- mandatoryComplexPropertiesValues: {},
918
- description: 'messages template',
919
- },
920
- {
921
- id: 78184,
922
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
923
- actionClass:
924
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
925
- mandatoryPropertiesValues: {
926
- ExpiryStrategy: '59391',
927
- PointType: 'DelayedAccrualPointCategory',
928
- AwardStrategy: '80008',
929
- },
930
- mandatoryComplexPropertiesValues: {},
931
- description: 'delay',
932
- },
933
- {
934
- id: 78185,
935
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
936
- actionClass:
937
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
938
- mandatoryPropertiesValues: {
939
- ExpiryStrategy: '79585',
940
- PointType: 'DelayedAccrualPointCategory',
941
- AwardStrategy: '80008',
942
- },
943
- mandatoryComplexPropertiesValues: {},
944
- description: 'delay',
945
- },
946
- {
947
- id: 87301,
948
- actionName: 'PE_ISSUE_VOUCHER_ACTION',
949
- actionClass:
950
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineIssueVoucherActionImpl',
951
- mandatoryPropertiesValues: {
952
- VoucherSeriesId: '107497',
953
- },
954
- mandatoryComplexPropertiesValues: {},
955
- description: 'CPN_1587271857121',
956
- },
957
- {
958
- id: 87302,
959
- actionName: 'FORWARD',
960
- actionClass:
961
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
962
- mandatoryPropertiesValues: {
963
- shouldTenderUnroll: 'true',
964
- ruleset: 'ruleset_20220614101956',
965
- useProportions: 'true',
966
- shouldUnroll: 'true',
967
- maximizePoints: 'true',
968
- },
969
- mandatoryComplexPropertiesValues: {},
970
- description: 'ruleset_20220614101956',
971
- },
972
- ],
973
- false: [
974
- {
975
- id: 86725,
976
- actionName: 'AWARD_POINTS_ACTION',
977
- actionClass:
978
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
979
- mandatoryPropertiesValues: {
980
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
981
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
982
- EvaluatedEntity: 'USER',
983
- ExpiryStrategy: '34165',
984
- PointType: 'Main',
985
- AwardStrategy: '34166',
986
- DelayExtendedFieldName: '',
987
- PointsRoundingStrategy: 'ACTUAL',
988
- },
989
- mandatoryComplexPropertiesValues: {},
990
- description: '4th slab',
991
- },
992
- {
993
- id: 86726,
994
- actionName: 'UPGRADE_SLAB_ACTION',
995
- actionClass:
996
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
997
- mandatoryPropertiesValues: {
998
- EvaluatedEntity: 'USER',
999
- UpgradeSlabStrategy: '25086',
1000
- },
1001
- mandatoryComplexPropertiesValues: {},
1002
- description: 'CUMULATIVE_PURCHASES',
1003
- },
1004
- {
1005
- id: 86727,
1006
- actionName: 'UPGRADE_SLAB_ACTION',
1007
- actionClass:
1008
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
1009
- mandatoryPropertiesValues: {
1010
- EvaluatedEntity: 'USER',
1011
- ToSlabSerialNumber: '3',
1012
- },
1013
- mandatoryComplexPropertiesValues: {},
1014
- description: null,
1015
- },
1016
- {
1017
- id: 86728,
1018
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
1019
- actionClass:
1020
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
1021
- mandatoryPropertiesValues: {
1022
- ExpiryStrategy: '34165',
1023
- PointType: 'Main',
1024
- AwardStrategy: '46718',
1025
- },
1026
- mandatoryComplexPropertiesValues: {},
1027
- description: '5',
1028
- },
1029
- {
1030
- id: 86729,
1031
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
1032
- actionClass:
1033
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
1034
- mandatoryPropertiesValues: {
1035
- ExpiryStrategy: '25087',
1036
- PointType: 'DelayedAccrualPointCategory',
1037
- AwardStrategy: '80009',
1038
- },
1039
- mandatoryComplexPropertiesValues: {},
1040
- description: 'DelayedAccrualNightly',
1041
- },
1042
- {
1043
- id: 86730,
1044
- actionName: 'PE_ISSUE_VOUCHER_ACTION',
1045
- actionClass:
1046
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineIssueVoucherActionImpl',
1047
- mandatoryPropertiesValues: {
1048
- VoucherSeriesId: '107497',
1049
- },
1050
- mandatoryComplexPropertiesValues: {},
1051
- description: 'CPN_1587271857121',
1052
- },
1053
- {
1054
- id: 86731,
1055
- actionName: 'UPGRADE_SLAB_ACTION',
1056
- actionClass:
1057
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
1058
- mandatoryPropertiesValues: {
1059
- shouldRenewSlab: 'true',
1060
- EvaluatedEntity: 'USER',
1061
- },
1062
- mandatoryComplexPropertiesValues: {},
1063
- description: null,
1064
- },
1065
- {
1066
- id: 86732,
1067
- actionName: 'BILL_POINTS_ACTION',
1068
- actionClass:
1069
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
1070
- mandatoryPropertiesValues: {
1071
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
1072
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
1073
- EvaluatedEntity: 'USER',
1074
- ZeroAwardStrategy: '80007',
1075
- ExpiryStrategy: '25087',
1076
- PointType: 'Main',
1077
- AwardStrategy: '59386',
1078
- DelayExtendedFieldName: '',
1079
- PointsRoundingStrategy: 'ACTUAL',
1080
- },
1081
- mandatoryComplexPropertiesValues: {},
1082
- description: '4perc',
1083
- },
1084
- ],
1085
- },
1086
- filterInfo: [],
1087
- },
1088
- {
1089
- id: 61553,
1090
- exp: 'true',
1091
- expJSON:
1092
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1093
- jsonType: 'JNODE',
1094
- isActive: false,
1095
- priority: -1,
1096
- startDate: {
1097
- buffer: {
1098
- type: 'Buffer',
1099
- data: [0, 0, 0, 237, 164, 180, 159, 240],
1100
- },
1101
- offset: 0,
1102
- },
1103
- endDate: {
1104
- buffer: {
1105
- type: 'Buffer',
1106
- data: [0, 0, 1, 202, 20, 170, 167, 240],
1107
- },
1108
- offset: 0,
1109
- },
1110
- createdOn: {
1111
- buffer: {
1112
- type: 'Buffer',
1113
- data: [0, 0, 1, 128, 152, 75, 219, 240],
1114
- },
1115
- offset: 0,
1116
- },
1117
- ruleScope: 'SERVER',
1118
- createdBy: 0,
1119
- modifiedBy: 15000449,
1120
- modifiedOn: {
1121
- buffer: {
1122
- type: 'Buffer',
1123
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1124
- },
1125
- offset: 0,
1126
- },
1127
- name: 'Rule13',
1128
- description: '',
1129
- expDataType: null,
1130
- ruleSetId: 8146,
1131
- caseToActions: {
1132
- true: [
1133
- {
1134
- id: 86720,
1135
- actionName: 'FORWARD',
1136
- actionClass:
1137
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
1138
- mandatoryPropertiesValues: {
1139
- shouldTenderUnroll: 'false',
1140
- ruleset: 'ruleset_20220506130528',
1141
- useProportions: 'false',
1142
- shouldUnroll: 'false',
1143
- maximizePoints: 'false',
1144
- },
1145
- mandatoryComplexPropertiesValues: {},
1146
- description: 'ruleset_20220506130528',
1147
- },
1148
- ],
1149
- },
1150
- filterInfo: [],
1151
- },
1152
- {
1153
- id: 61554,
1154
- exp: 'true',
1155
- expJSON:
1156
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1157
- jsonType: 'JNODE',
1158
- isActive: false,
1159
- priority: -1,
1160
- startDate: {
1161
- buffer: {
1162
- type: 'Buffer',
1163
- data: [0, 0, 0, 237, 164, 180, 206, 208],
1164
- },
1165
- offset: 0,
1166
- },
1167
- endDate: {
1168
- buffer: {
1169
- type: 'Buffer',
1170
- data: [0, 0, 1, 202, 20, 170, 214, 208],
1171
- },
1172
- offset: 0,
1173
- },
1174
- createdOn: {
1175
- buffer: {
1176
- type: 'Buffer',
1177
- data: [0, 0, 1, 128, 152, 76, 18, 160],
1178
- },
1179
- offset: 0,
1180
- },
1181
- ruleScope: 'SERVER',
1182
- createdBy: 0,
1183
- modifiedBy: 15000449,
1184
- modifiedOn: {
1185
- buffer: {
1186
- type: 'Buffer',
1187
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1188
- },
1189
- offset: 0,
1190
- },
1191
- name: 'Rule13',
1192
- description: '',
1193
- expDataType: null,
1194
- ruleSetId: 8146,
1195
- caseToActions: {
1196
- true: [
1197
- {
1198
- id: 86721,
1199
- actionName: 'FORWARD',
1200
- actionClass:
1201
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
1202
- mandatoryPropertiesValues: {
1203
- shouldTenderUnroll: 'false',
1204
- ruleset: 'ruleset_20220506130528',
1205
- useProportions: 'false',
1206
- shouldUnroll: 'false',
1207
- maximizePoints: 'false',
1208
- },
1209
- mandatoryComplexPropertiesValues: {},
1210
- description: 'ruleset_20220506130528',
1211
- },
1212
- ],
1213
- },
1214
- filterInfo: [],
1215
- },
1216
- {
1217
- id: 61555,
1218
- exp: 'true',
1219
- expJSON:
1220
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1221
- jsonType: 'JNODE',
1222
- isActive: false,
1223
- priority: -1,
1224
- startDate: {
1225
- buffer: {
1226
- type: 'Buffer',
1227
- data: [0, 0, 0, 237, 164, 181, 220, 88],
1228
- },
1229
- offset: 0,
1230
- },
1231
- endDate: {
1232
- buffer: {
1233
- type: 'Buffer',
1234
- data: [0, 0, 1, 202, 20, 171, 228, 88],
1235
- },
1236
- offset: 0,
1237
- },
1238
- createdOn: {
1239
- buffer: {
1240
- type: 'Buffer',
1241
- data: [0, 0, 1, 128, 152, 77, 28, 64],
1242
- },
1243
- offset: 0,
1244
- },
1245
- ruleScope: 'SERVER',
1246
- createdBy: 0,
1247
- modifiedBy: 15000449,
1248
- modifiedOn: {
1249
- buffer: {
1250
- type: 'Buffer',
1251
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1252
- },
1253
- offset: 0,
1254
- },
1255
- name: 'Rule13',
1256
- description: '',
1257
- expDataType: null,
1258
- ruleSetId: 8146,
1259
- caseToActions: {
1260
- true: [
1261
- {
1262
- id: 86722,
1263
- actionName: 'FORWARD',
1264
- actionClass:
1265
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
1266
- mandatoryPropertiesValues: {
1267
- shouldTenderUnroll: 'false',
1268
- ruleset: 'ruleset_20220506130528',
1269
- useProportions: 'false',
1270
- shouldUnroll: 'false',
1271
- maximizePoints: 'false',
1272
- },
1273
- mandatoryComplexPropertiesValues: {},
1274
- description: 'ruleset_20220506130528',
1275
- },
1276
- ],
1277
- },
1278
- filterInfo: [],
1279
- },
1280
- {
1281
- id: 61556,
1282
- exp: 'true',
1283
- expJSON:
1284
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1285
- jsonType: 'JNODE',
1286
- isActive: true,
1287
- priority: -1,
1288
- startDate: {
1289
- buffer: {
1290
- type: 'Buffer',
1291
- data: [0, 0, 0, 237, 164, 183, 130, 56],
1292
- },
1293
- offset: 0,
1294
- },
1295
- endDate: {
1296
- buffer: {
1297
- type: 'Buffer',
1298
- data: [0, 0, 1, 202, 20, 173, 138, 56],
1299
- },
1300
- offset: 0,
1301
- },
1302
- createdOn: {
1303
- buffer: {
1304
- type: 'Buffer',
1305
- data: [0, 0, 1, 128, 152, 78, 194, 32],
1306
- },
1307
- offset: 0,
1308
- },
1309
- ruleScope: 'SERVER',
1310
- createdBy: 0,
1311
- modifiedBy: 15000449,
1312
- modifiedOn: {
1313
- buffer: {
1314
- type: 'Buffer',
1315
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1316
- },
1317
- offset: 0,
1318
- },
1319
- name: 'Rule13',
1320
- description: '',
1321
- expDataType: null,
1322
- ruleSetId: 8146,
1323
- caseToActions: {
1324
- true: [
1325
- {
1326
- id: 86723,
1327
- actionName: 'FORWARD',
1328
- actionClass:
1329
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
1330
- mandatoryPropertiesValues: {
1331
- shouldTenderUnroll: 'false',
1332
- ruleset: 'ruleset_20220506130528',
1333
- useProportions: 'false',
1334
- shouldUnroll: 'false',
1335
- maximizePoints: 'false',
1336
- },
1337
- mandatoryComplexPropertiesValues: {},
1338
- description: 'ruleset_20220506130528',
1339
- },
1340
- {
1341
- id: 87054,
1342
- actionName: 'AWARD_POINTS_ACTION',
1343
- actionClass:
1344
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
1345
- mandatoryPropertiesValues: {
1346
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
1347
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
1348
- EvaluatedEntity: 'USER',
1349
- ExpiryStrategy: '46797',
1350
- PointType: 'Main',
1351
- AwardStrategy: '46718',
1352
- DelayExtendedFieldName: '',
1353
- PointsRoundingStrategy: 'ACTUAL',
1354
- },
1355
- mandatoryComplexPropertiesValues: {},
1356
- description: '5',
1357
- },
1358
- ],
1359
- },
1360
- filterInfo: [],
1361
- },
1362
- ],
1363
- filterInfo: [],
1364
- cappingInfo: [
1365
- {
1366
- id: 49,
1367
- orgId: 1685,
1368
- name: 'TotalPointsCapping',
1369
- className:
1370
- 'com.capillary.shopbook.emf.impl.capping.TotalPointsCappingImpl',
1371
- propertyValuesJson: '{"totalPointsLimit":"2323"}',
1372
- },
1373
- {
1374
- id: 50,
1375
- orgId: 1685,
1376
- name: 'TenderSumSourceValueCapping',
1377
- className:
1378
- 'com.capillary.shopbook.emf.impl.capping.TenderSumSourceValueCappingImpl',
1379
- propertyValuesJson:
1380
- '{"isInclude":"true","selectedTenderCombinationIds":["752"]}',
1381
- },
1382
- ],
1383
- },
1384
- ],
1385
- eventType: 'TransactionAdd',
1386
- selectedRuleset: '8146',
1387
- selectedTab: '',
1388
- rulesetData: {
1389
- getRulesetsStatus: 'SUCCESS',
1390
- },
1391
- scopingData: {
1392
- getStoresRequest: 'SUCCESS',
1393
- getZonesRequest: 'SUCCESS',
1394
- getConceptsRequest: 'SUCCESS',
1395
- getStoresError: null,
1396
- getConceptsError: null,
1397
- getZonesError: null,
1398
- stores: [
1399
- {
1400
- id: 50018137,
1401
- isActive: 1,
1402
- code: 'campaign_points_store',
1403
- name: 'CAMPAIGN_POINTS_STORE',
1404
- description: '',
1405
- lastUpdatedBy: 15000449,
1406
- },
1407
- {
1408
- id: 15149075,
1409
- isActive: 1,
1410
- code: 'store1',
1411
- name: 'Store One',
1412
- description: 'first store',
1413
- lastUpdatedBy: 15000449,
1414
- },
1415
- {
1416
- id: 50016639,
1417
- isActive: 1,
1418
- code: 'store2',
1419
- name: 'Store Two',
1420
- description: 'Second store',
1421
- lastUpdatedBy: 15000449,
1422
- },
1423
- ],
1424
- concepts: [
1425
- {
1426
- id: 50140676,
1427
- isActive: 1,
1428
- code: 'concept.01',
1429
- name: 'one',
1430
- description: 'desc',
1431
- lastUpdatedBy: 15000449,
1432
- },
1433
- {
1434
- id: 15135723,
1435
- isActive: 1,
1436
- code: 'root',
1437
- name: 'ROOT',
1438
- description: 'This Is The Auto Generated Root Concept',
1439
- lastUpdatedBy: 15000449,
1440
- },
1441
- ],
1442
- zones: [
1443
- {
1444
- id: 50016637,
1445
- isActive: 1,
1446
- code: 'north',
1447
- name: 'North',
1448
- description: 'Second zone',
1449
- lastUpdatedBy: 15000449,
1450
- },
1451
- {
1452
- id: 15135724,
1453
- isActive: 1,
1454
- code: 'root',
1455
- name: 'ROOT',
1456
- description: 'This Is The Auto Generated Root Zone',
1457
- lastUpdatedBy: 15000449,
1458
- },
1459
- {
1460
- id: 15149074,
1461
- isActive: 1,
1462
- code: 'south',
1463
- name: 'South',
1464
- description: 'First zone',
1465
- lastUpdatedBy: 15000449,
1466
- },
1467
- {
1468
- id: 50653677,
1469
- isActive: 1,
1470
- code: 'west',
1471
- name: 'WEST',
1472
- description: 'WEST zone',
1473
- lastUpdatedBy: 15000449,
1474
- },
1475
- ],
1476
- getEventSource: 'SUCCESS',
1477
- eventSource: [
1478
- 'WEB_ENGAGE__mpush_1234',
1479
- 'LINE__5db19831219b0531c703c05e56a8b727',
1480
- 'VIBER__test_account_id',
1481
- 'RCS__DetailsForGW1',
1482
- 'INSTORE',
1483
- ],
1484
- getEventSourceError: null,
1485
- getClusterRequest: 'SUCCESS',
1486
- cluster: [
1487
- {
1488
- id: 'TestSanity',
1489
- orgId: 1492,
1490
- name: 'TestSanity',
1491
- status: 'ACTIVE',
1492
- segmentValues: [
1493
- {
1494
- id: 'TestSanity',
1495
- value: 'TestSanity',
1496
- },
1497
- ],
1498
- },
1499
- {
1500
- id: 'Migration1',
1501
- orgId: 1492,
1502
- name: 'Migration1',
1503
- status: 'ACTIVE',
1504
- segmentValues: [
1505
- {
1506
- id: 'High',
1507
- value: 'High',
1508
- },
1509
- {
1510
- id: 'Medium',
1511
- value: 'Medium',
1512
- },
1513
- ],
1514
- },
1515
- {
1516
- id: 'test_segments',
1517
- orgId: 1492,
1518
- name: 'test_segments',
1519
- status: 'ACTIVE',
1520
- segmentValues: [
1521
- {
1522
- id: 'Active',
1523
- value: 'Active',
1524
- },
1525
- {
1526
- id: 'lapsed',
1527
- value: 'lapsed',
1528
- },
1529
- {
1530
- id: 'lost',
1531
- value: 'lost',
1532
- },
1533
- ],
1534
- },
1535
- {
1536
- id: 'sssh filter',
1537
- orgId: 1492,
1538
- name: 'sssh filter',
1539
- status: 'ACTIVE',
1540
- segmentValues: [
1541
- {
1542
- id: 'ssh er12',
1543
- value: 'ssh er12',
1544
- },
1545
- ],
1546
- },
1547
- {
1548
- id: 'QSIWriteETL',
1549
- orgId: 1492,
1550
- name: 'QSIWriteETL',
1551
- status: 'ACTIVE',
1552
- segmentValues: [
1553
- {
1554
- id: 'High',
1555
- value: 'High',
1556
- },
1557
- {
1558
- id: 'Low',
1559
- value: 'Low',
1560
- },
1561
- {
1562
- id: 'Medium',
1563
- value: 'Medium',
1564
- },
1565
- ],
1566
- },
1567
- ],
1568
- getClusterError: null,
1569
- },
1570
- status: {
1571
- saveScopingStatus: 'SUCCESS',
1572
- },
1573
- actions: {},
1574
- capActions: {},
1575
- history: {
1576
- length: 4,
1577
- action: 'PUSH',
1578
- location: {
1579
- pathname: '/loyalty/ui/program/968/configure',
1580
- search: '',
1581
- hash: '',
1582
- key: 'qn3cnn',
1583
- },
1584
- },
1585
- location: {
1586
- pathname: '/loyalty/ui/program/968/configure',
1587
- search: '',
1588
- hash: '',
1589
- key: 'qn3cnn',
1590
- },
1591
- match: {
1592
- path: '/loyalty/ui/program/:programId/:mode',
1593
- url: '/loyalty/ui/program/968/configure',
1594
- isExact: true,
1595
- params: {
1596
- programId: '968',
1597
- mode: 'configure',
1598
- },
1599
- },
1600
- primary: [],
1601
- isSaveDisabled: false,
1602
- };
1603
-
1604
- export const editRulesetData = {
1605
- rulesets: [
1606
- {
1607
- id: 8146,
1608
- orgName: 'Consistency',
1609
- contextID: 968,
1610
- orgID: 1685,
1611
- contextType: 'program',
1612
- ruleScope: 'SERVER',
1613
- startDate: {
1614
- buffer: {
1615
- type: 'Buffer',
1616
- data: [0, 0, 0, 195, 161, 4, 71, 184],
1617
- },
1618
- offset: 0,
1619
- },
1620
- endDate: {
1621
- buffer: {
1622
- type: 'Buffer',
1623
- data: [0, 0, 1, 160, 11, 211, 243, 184],
1624
- },
1625
- offset: 0,
1626
- },
1627
- createdOn: {
1628
- buffer: {
1629
- type: 'Buffer',
1630
- data: [0, 0, 1, 86, 148, 155, 131, 184],
1631
- },
1632
- offset: 0,
1633
- },
1634
- createdBy: 0,
1635
- modifiedBy: 15000449,
1636
- modifiedOn: {
1637
- buffer: {
1638
- type: 'Buffer',
1639
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1640
- },
1641
- offset: 0,
1642
- },
1643
- name: 'NewBill_RS_Start',
1644
- packageName: '',
1645
- description: 'NewBill_RS_Start',
1646
- isPrivate: false,
1647
- eventName: 'TransactionAdd',
1648
- rules: [
1649
- {
1650
- id: 9002,
1651
- exp: 'currentTxn.basketIncludes("hello there","how are you")',
1652
- expJSON:
1653
- '{"arity":"method_call","type":"boolean:primitive","operands":[{"arity":"name","value":"currentTxn","type":"tx:object:primitive"},{"arity":"name","value":"basketIncludes","type":"anonymous:function:primitive"},{"arity":"literal","value":"hello there","type":"EEnum__InvAttr:enum:string:object:primitive"},{"arity":"literal","value":"how are you","type":"EEnum__InvAttr__EDepEnum__InvAttrVal__hello there:string:object:primitive"}]}',
1654
- jsonType: 'JNODE',
1655
- isActive: false,
1656
- priority: 1,
1657
- startDate: {
1658
- buffer: {
1659
- type: 'Buffer',
1660
- data: [0, 0, 0, 195, 161, 4, 71, 184],
1661
- },
1662
- offset: 0,
1663
- },
1664
- endDate: {
1665
- buffer: {
1666
- type: 'Buffer',
1667
- data: [0, 0, 1, 160, 11, 211, 243, 184],
1668
- },
1669
- offset: 0,
1670
- },
1671
- createdOn: {
1672
- buffer: {
1673
- type: 'Buffer',
1674
- data: [0, 0, 1, 86, 148, 155, 131, 184],
1675
- },
1676
- offset: 0,
1677
- },
1678
- ruleScope: 'SERVER',
1679
- createdBy: 0,
1680
- modifiedBy: 15000449,
1681
- modifiedOn: {
1682
- buffer: {
1683
- type: 'Buffer',
1684
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1685
- },
1686
- offset: 0,
1687
- },
1688
- name: 'rule0',
1689
- description: 'default_rule',
1690
- expDataType: null,
1691
- ruleSetId: 8146,
1692
- caseToActions: {
1693
- true: [
1694
- {
1695
- id: 75890,
1696
- actionName: 'AWARD_POINTS_ACTION',
1697
- actionClass:
1698
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
1699
- mandatoryPropertiesValues: {
1700
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
1701
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
1702
- ExpiryStrategy: '25087',
1703
- PointType: 'DelayedAccrualPointCategory',
1704
- AwardStrategy: '79955',
1705
- DelayExtendedFieldName: '',
1706
- PointsRoundingStrategy: 'ACTUAL',
1707
- },
1708
- mandatoryComplexPropertiesValues: {},
1709
- description: 'WDA',
1710
- },
1711
- ],
1712
- },
1713
- filterInfo: [],
1714
- },
1715
- {
1716
- id: 51161,
1717
- exp: 'currentCustomer.avgBasketSize>900',
1718
- expJSON:
1719
- '{"arity":"binary_operation","value":">","type":"boolean:primitive","operands":[{"arity":"object_dereference","type":"integer:number:primitive","operands":[{"arity":"name","value":"currentCustomer","type":"customer:object:primitive"},{"arity":"name","value":"avgBasketSize","type":"integer:number:primitive"}]},{"arity":"literal","value":"900","type":"number:primitive"}]}',
1720
- jsonType: 'JNODE',
1721
- isActive: false,
1722
- priority: -1,
1723
- startDate: {
1724
- buffer: {
1725
- type: 'Buffer',
1726
- data: [0, 0, 0, 234, 57, 239, 36, 104],
1727
- },
1728
- offset: 0,
1729
- },
1730
- endDate: {
1731
- buffer: {
1732
- type: 'Buffer',
1733
- data: [0, 0, 1, 198, 164, 190, 208, 104],
1734
- },
1735
- offset: 0,
1736
- },
1737
- createdOn: {
1738
- buffer: {
1739
- type: 'Buffer',
1740
- data: [0, 0, 1, 125, 45, 134, 100, 80],
1741
- },
1742
- offset: 0,
1743
- },
1744
- ruleScope: 'SERVER',
1745
- createdBy: 0,
1746
- modifiedBy: 15000449,
1747
- modifiedOn: {
1748
- buffer: {
1749
- type: 'Buffer',
1750
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1751
- },
1752
- offset: 0,
1753
- },
1754
- name: 'Rule2',
1755
- description: '',
1756
- expDataType: null,
1757
- ruleSetId: 8146,
1758
- caseToActions: {},
1759
- filterInfo: [],
1760
- },
1761
- {
1762
- id: 51162,
1763
- exp: 'true',
1764
- expJSON:
1765
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1766
- jsonType: 'JNODE',
1767
- isActive: false,
1768
- priority: -1,
1769
- startDate: {
1770
- buffer: {
1771
- type: 'Buffer',
1772
- data: [0, 0, 0, 234, 57, 239, 36, 104],
1773
- },
1774
- offset: 0,
1775
- },
1776
- endDate: {
1777
- buffer: {
1778
- type: 'Buffer',
1779
- data: [0, 0, 1, 198, 164, 190, 208, 104],
1780
- },
1781
- offset: 0,
1782
- },
1783
- createdOn: {
1784
- buffer: {
1785
- type: 'Buffer',
1786
- data: [0, 0, 1, 125, 45, 134, 100, 80],
1787
- },
1788
- offset: 0,
1789
- },
1790
- ruleScope: 'SERVER',
1791
- createdBy: 0,
1792
- modifiedBy: 15000449,
1793
- modifiedOn: {
1794
- buffer: {
1795
- type: 'Buffer',
1796
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1797
- },
1798
- offset: 0,
1799
- },
1800
- name: 'Rule3',
1801
- description: '',
1802
- expDataType: null,
1803
- ruleSetId: 8146,
1804
- caseToActions: {},
1805
- filterInfo: [],
1806
- },
1807
- {
1808
- id: 51163,
1809
- exp: 'false',
1810
- expJSON:
1811
- '{"arity":"literal","value":"false","type":"boolean:primitive"}',
1812
- jsonType: 'JNODE',
1813
- isActive: false,
1814
- priority: -1,
1815
- startDate: {
1816
- buffer: {
1817
- type: 'Buffer',
1818
- data: [0, 0, 0, 234, 57, 239, 36, 104],
1819
- },
1820
- offset: 0,
1821
- },
1822
- endDate: {
1823
- buffer: {
1824
- type: 'Buffer',
1825
- data: [0, 0, 1, 198, 164, 190, 208, 104],
1826
- },
1827
- offset: 0,
1828
- },
1829
- createdOn: {
1830
- buffer: {
1831
- type: 'Buffer',
1832
- data: [0, 0, 1, 125, 45, 134, 100, 80],
1833
- },
1834
- offset: 0,
1835
- },
1836
- ruleScope: 'SERVER',
1837
- createdBy: 0,
1838
- modifiedBy: 15000449,
1839
- modifiedOn: {
1840
- buffer: {
1841
- type: 'Buffer',
1842
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1843
- },
1844
- offset: 0,
1845
- },
1846
- name: 'Rule4',
1847
- description: '',
1848
- expDataType: null,
1849
- ruleSetId: 8146,
1850
- caseToActions: {},
1851
- filterInfo: [],
1852
- },
1853
- {
1854
- id: 51276,
1855
- exp: 'true',
1856
- expJSON:
1857
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1858
- jsonType: 'JNODE',
1859
- isActive: false,
1860
- priority: -1,
1861
- startDate: {
1862
- buffer: {
1863
- type: 'Buffer',
1864
- data: [0, 0, 0, 234, 63, 32, 15, 136],
1865
- },
1866
- offset: 0,
1867
- },
1868
- endDate: {
1869
- buffer: {
1870
- type: 'Buffer',
1871
- data: [0, 0, 1, 198, 169, 239, 187, 136],
1872
- },
1873
- offset: 0,
1874
- },
1875
- createdOn: {
1876
- buffer: {
1877
- type: 'Buffer',
1878
- data: [0, 0, 1, 125, 50, 183, 75, 136],
1879
- },
1880
- offset: 0,
1881
- },
1882
- ruleScope: 'SERVER',
1883
- createdBy: 0,
1884
- modifiedBy: 15000449,
1885
- modifiedOn: {
1886
- buffer: {
1887
- type: 'Buffer',
1888
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1889
- },
1890
- offset: 0,
1891
- },
1892
- name: 'Rule5',
1893
- description: '',
1894
- expDataType: null,
1895
- ruleSetId: 8146,
1896
- caseToActions: {},
1897
- filterInfo: [],
1898
- },
1899
- {
1900
- id: 51334,
1901
- exp: 'true',
1902
- expJSON:
1903
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1904
- jsonType: 'JNODE',
1905
- isActive: false,
1906
- priority: -1,
1907
- startDate: {
1908
- buffer: {
1909
- type: 'Buffer',
1910
- data: [0, 0, 0, 234, 67, 221, 198, 120],
1911
- },
1912
- offset: 0,
1913
- },
1914
- endDate: {
1915
- buffer: {
1916
- type: 'Buffer',
1917
- data: [0, 0, 1, 198, 174, 173, 114, 120],
1918
- },
1919
- offset: 0,
1920
- },
1921
- createdOn: {
1922
- buffer: {
1923
- type: 'Buffer',
1924
- data: [0, 0, 1, 125, 55, 117, 2, 120],
1925
- },
1926
- offset: 0,
1927
- },
1928
- ruleScope: 'SERVER',
1929
- createdBy: 0,
1930
- modifiedBy: 15000449,
1931
- modifiedOn: {
1932
- buffer: {
1933
- type: 'Buffer',
1934
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1935
- },
1936
- offset: 0,
1937
- },
1938
- name: 'Rule6',
1939
- description: '',
1940
- expDataType: null,
1941
- ruleSetId: 8146,
1942
- caseToActions: {},
1943
- filterInfo: [],
1944
- },
1945
- {
1946
- id: 51335,
1947
- exp: 'currentCustomer.avgBasketSize>12',
1948
- expJSON:
1949
- '{"arity":"binary_operation","value":">","type":"boolean:primitive","operands":[{"arity":"object_dereference","type":"integer:number:primitive","operands":[{"arity":"name","value":"currentCustomer","type":"customer:object:primitive"},{"arity":"name","value":"avgBasketSize","type":"integer:number:primitive"}]},{"arity":"literal","value":"12","type":"number:primitive"}]}',
1950
- jsonType: 'JNODE',
1951
- isActive: false,
1952
- priority: -1,
1953
- startDate: {
1954
- buffer: {
1955
- type: 'Buffer',
1956
- data: [0, 0, 0, 234, 67, 229, 166, 24],
1957
- },
1958
- offset: 0,
1959
- },
1960
- endDate: {
1961
- buffer: {
1962
- type: 'Buffer',
1963
- data: [0, 0, 1, 198, 174, 181, 82, 24],
1964
- },
1965
- offset: 0,
1966
- },
1967
- createdOn: {
1968
- buffer: {
1969
- type: 'Buffer',
1970
- data: [0, 0, 1, 125, 55, 124, 226, 24],
1971
- },
1972
- offset: 0,
1973
- },
1974
- ruleScope: 'SERVER',
1975
- createdBy: 0,
1976
- modifiedBy: 15000449,
1977
- modifiedOn: {
1978
- buffer: {
1979
- type: 'Buffer',
1980
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1981
- },
1982
- offset: 0,
1983
- },
1984
- name: 'Rule7',
1985
- description: '',
1986
- expDataType: null,
1987
- ruleSetId: 8146,
1988
- caseToActions: {
1989
- true: [
1990
- {
1991
- id: 76331,
1992
- actionName: 'AWARD_POINTS_ACTION',
1993
- actionClass:
1994
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
1995
- mandatoryPropertiesValues: {
1996
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
1997
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
1998
- ExpiryStrategy: '34165',
1999
- PointType: 'Main',
2000
- AwardStrategy: '34166',
2001
- DelayExtendedFieldName: '',
2002
- PointsRoundingStrategy: 'ACTUAL',
2003
- },
2004
- mandatoryComplexPropertiesValues: {},
2005
- description: '4th slab',
2006
- },
2007
- ],
2008
- },
2009
- filterInfo: [],
2010
- },
2011
- {
2012
- id: 51339,
2013
- exp: 'false',
2014
- expJSON:
2015
- '{"arity":"literal","value":"false","type":"boolean:primitive"}',
2016
- jsonType: 'JNODE',
2017
- isActive: false,
2018
- priority: -1,
2019
- startDate: {
2020
- buffer: {
2021
- type: 'Buffer',
2022
- data: [0, 0, 0, 234, 68, 73, 42, 168],
2023
- },
2024
- offset: 0,
2025
- },
2026
- endDate: {
2027
- buffer: {
2028
- type: 'Buffer',
2029
- data: [0, 0, 1, 198, 175, 24, 214, 168],
2030
- },
2031
- offset: 0,
2032
- },
2033
- createdOn: {
2034
- buffer: {
2035
- type: 'Buffer',
2036
- data: [0, 0, 1, 125, 55, 224, 106, 144],
2037
- },
2038
- offset: 0,
2039
- },
2040
- ruleScope: 'SERVER',
2041
- createdBy: 0,
2042
- modifiedBy: 15000449,
2043
- modifiedOn: {
2044
- buffer: {
2045
- type: 'Buffer',
2046
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2047
- },
2048
- offset: 0,
2049
- },
2050
- name: 'Rule8',
2051
- description: '',
2052
- expDataType: null,
2053
- ruleSetId: 8146,
2054
- caseToActions: {},
2055
- filterInfo: [],
2056
- },
2057
- {
2058
- id: 51340,
2059
- exp: 'true',
2060
- expJSON:
2061
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2062
- jsonType: 'JNODE',
2063
- isActive: false,
2064
- priority: -1,
2065
- startDate: {
2066
- buffer: {
2067
- type: 'Buffer',
2068
- data: [0, 0, 0, 234, 68, 73, 42, 168],
2069
- },
2070
- offset: 0,
2071
- },
2072
- endDate: {
2073
- buffer: {
2074
- type: 'Buffer',
2075
- data: [0, 0, 1, 198, 175, 24, 214, 168],
2076
- },
2077
- offset: 0,
2078
- },
2079
- createdOn: {
2080
- buffer: {
2081
- type: 'Buffer',
2082
- data: [0, 0, 1, 125, 55, 224, 106, 144],
2083
- },
2084
- offset: 0,
2085
- },
2086
- ruleScope: 'SERVER',
2087
- createdBy: 0,
2088
- modifiedBy: 15000449,
2089
- modifiedOn: {
2090
- buffer: {
2091
- type: 'Buffer',
2092
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2093
- },
2094
- offset: 0,
2095
- },
2096
- name: 'Rule9',
2097
- description: '',
2098
- expDataType: null,
2099
- ruleSetId: 8146,
2100
- caseToActions: {},
2101
- filterInfo: [],
2102
- },
2103
- {
2104
- id: 51341,
2105
- exp: 'currentCustomer.avgBasketSize==5000',
2106
- expJSON:
2107
- '{"arity":"binary_operation","value":"==","type":"boolean:primitive","operands":[{"arity":"object_dereference","type":"integer:number:primitive","operands":[{"arity":"name","value":"currentCustomer","type":"customer:object:primitive"},{"arity":"name","value":"avgBasketSize","type":"integer:number:primitive"}]},{"arity":"literal","value":"5000","type":"number:primitive"}]}',
2108
- jsonType: 'JNODE',
2109
- isActive: false,
2110
- priority: -1,
2111
- startDate: {
2112
- buffer: {
2113
- type: 'Buffer',
2114
- data: [0, 0, 0, 234, 68, 75, 46, 72],
2115
- },
2116
- offset: 0,
2117
- },
2118
- endDate: {
2119
- buffer: {
2120
- type: 'Buffer',
2121
- data: [0, 0, 1, 198, 175, 26, 218, 72],
2122
- },
2123
- offset: 0,
2124
- },
2125
- createdOn: {
2126
- buffer: {
2127
- type: 'Buffer',
2128
- data: [0, 0, 1, 125, 55, 226, 106, 72],
2129
- },
2130
- offset: 0,
2131
- },
2132
- ruleScope: 'SERVER',
2133
- createdBy: 0,
2134
- modifiedBy: 15000449,
2135
- modifiedOn: {
2136
- buffer: {
2137
- type: 'Buffer',
2138
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2139
- },
2140
- offset: 0,
2141
- },
2142
- name: 'Rule6',
2143
- description: '',
2144
- expDataType: null,
2145
- ruleSetId: 8146,
2146
- caseToActions: {
2147
- true: [
2148
- {
2149
- id: 76911,
2150
- actionName: 'UPGRADE_SLAB_ACTION',
2151
- actionClass:
2152
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2153
- mandatoryPropertiesValues: {
2154
- shouldRenewSlab: 'true',
2155
- EvaluatedEntity: 'USER',
2156
- },
2157
- mandatoryComplexPropertiesValues: {},
2158
- description: null,
2159
- },
2160
- {
2161
- id: 77074,
2162
- actionName: 'UPGRADE_SLAB_ACTION',
2163
- actionClass:
2164
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2165
- mandatoryPropertiesValues: {
2166
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
2167
- ToSlabSerialNumber: '2',
2168
- },
2169
- mandatoryComplexPropertiesValues: {},
2170
- description: null,
2171
- },
2172
- {
2173
- id: 77611,
2174
- actionName: 'BILL_POINTS_ACTION',
2175
- actionClass:
2176
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
2177
- mandatoryPropertiesValues: {
2178
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2179
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2180
- EvaluatedEntity: 'USER',
2181
- ZeroAwardStrategy: '79956',
2182
- ExpiryStrategy: '46797',
2183
- PointType: 'DelayedAccrualPointCategory',
2184
- AwardStrategy: '80007',
2185
- DelayExtendedFieldName: '',
2186
- PointsRoundingStrategy: 'ACTUAL',
2187
- },
2188
- mandatoryComplexPropertiesValues: {},
2189
- description: 'delayed accrual1',
2190
- },
2191
- {
2192
- id: 77656,
2193
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
2194
- actionClass:
2195
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
2196
- mandatoryPropertiesValues: {
2197
- ExpiryStrategy: '59392',
2198
- PointType: 'DelayedAccrualPointCategory',
2199
- AwardStrategy: '80009',
2200
- },
2201
- mandatoryComplexPropertiesValues: {},
2202
- description: 'DelayedAccrualNightly',
2203
- },
2204
- {
2205
- id: 77657,
2206
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
2207
- actionClass:
2208
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
2209
- mandatoryPropertiesValues: {
2210
- ExpiryStrategy: '59392',
2211
- PointType: 'DelayedAccrualPointCategory',
2212
- AwardStrategy: '80009',
2213
- },
2214
- mandatoryComplexPropertiesValues: {},
2215
- description: 'DelayedAccrualNightly',
2216
- },
2217
- ],
2218
- },
2219
- filterInfo: [],
2220
- },
2221
- {
2222
- id: 51342,
2223
- exp: 'true',
2224
- expJSON:
2225
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2226
- jsonType: 'JNODE',
2227
- isActive: false,
2228
- priority: -1,
2229
- startDate: {
2230
- buffer: {
2231
- type: 'Buffer',
2232
- data: [0, 0, 0, 234, 68, 75, 46, 72],
2233
- },
2234
- offset: 0,
2235
- },
2236
- endDate: {
2237
- buffer: {
2238
- type: 'Buffer',
2239
- data: [0, 0, 1, 198, 175, 26, 218, 72],
2240
- },
2241
- offset: 0,
2242
- },
2243
- createdOn: {
2244
- buffer: {
2245
- type: 'Buffer',
2246
- data: [0, 0, 1, 125, 55, 226, 106, 72],
2247
- },
2248
- offset: 0,
2249
- },
2250
- ruleScope: 'SERVER',
2251
- createdBy: 0,
2252
- modifiedBy: 15000449,
2253
- modifiedOn: {
2254
- buffer: {
2255
- type: 'Buffer',
2256
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2257
- },
2258
- offset: 0,
2259
- },
2260
- name: 'Rule7',
2261
- description: '',
2262
- expDataType: null,
2263
- ruleSetId: 8146,
2264
- caseToActions: {
2265
- true: [
2266
- {
2267
- id: 77380,
2268
- actionName: 'PE_MOBILE_PUSH_ACTION',
2269
- actionClass:
2270
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMobilePushActionImpl',
2271
- mandatoryPropertiesValues: {
2272
- mobilePushAccId: 'mpush_1234',
2273
- androidMobilePushTitle: 'shgs',
2274
- iosMobilePushTitle: 'shds',
2275
- androidMobilePushMessageBlob:
2276
- '{"luid":"{{luid}}","cuid":"{{cuid}}","communicationId":"{{communicationId}}","title":"shgs","message":"android immmsd sdgysgdsdd","expandableDetails":{"style":"BIG_PICTURE","message":"android immmsd sdgysgdsdd","image":"https://crm-nightly-new-fileservice.s3.amazonaws.com/intouch_creative_assets/644dabb6-f91e-4430-b1de-2ca906ab.jpg"},"custom":[]}',
2277
- mobilePushDelay: '0',
2278
- PointType: 'Main',
2279
- mobilePushDelayJSON: '{"sec":"0"}',
2280
- mobilePushTemplateId: '615b029bd401fc0767c5b67a',
2281
- iosMobilePushMessageBlob:
2282
- '{"luid":"{{luid}}","cuid":"{{cuid}}","communicationId":"{{communicationId}}","title":"shds","message":"ios image{{store_address}}","expandableDetails":{"style":"BIG_PICTURE","message":"shds","ctas":[],"image":"https://crm-nightly-new-fileservice.s3.amazonaws.com/intouch_creative_assets/283c98ca-b645-4ee6-80f1-a768f8e8.jpg"},"custom":[]}',
2283
- },
2284
- mandatoryComplexPropertiesValues: {},
2285
- description: null,
2286
- },
2287
- {
2288
- id: 77612,
2289
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
2290
- actionClass:
2291
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
2292
- mandatoryPropertiesValues: {
2293
- ExpiryStrategy: '59391',
2294
- PointType: 'Main',
2295
- AwardStrategy: '80007',
2296
- },
2297
- mandatoryComplexPropertiesValues: {},
2298
- description: 'delayed accrual1',
2299
- },
2300
- ],
2301
- },
2302
- filterInfo: [],
2303
- },
2304
- {
2305
- id: 52639,
2306
- exp: 'true',
2307
- expJSON:
2308
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2309
- jsonType: 'JNODE',
2310
- isActive: true,
2311
- priority: -1,
2312
- startDate: {
2313
- buffer: {
2314
- type: 'Buffer',
2315
- data: [0, 0, 0, 234, 164, 245, 253, 224],
2316
- },
2317
- offset: 0,
2318
- },
2319
- endDate: {
2320
- buffer: {
2321
- type: 'Buffer',
2322
- data: [0, 0, 1, 199, 15, 197, 169, 224],
2323
- },
2324
- offset: 0,
2325
- },
2326
- createdOn: {
2327
- buffer: {
2328
- type: 'Buffer',
2329
- data: [0, 0, 1, 125, 152, 141, 57, 224],
2330
- },
2331
- offset: 0,
2332
- },
2333
- ruleScope: 'SERVER',
2334
- createdBy: 0,
2335
- modifiedBy: 15000449,
2336
- modifiedOn: {
2337
- buffer: {
2338
- type: 'Buffer',
2339
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2340
- },
2341
- offset: 0,
2342
- },
2343
- name: 'Rule10',
2344
- description: '',
2345
- expDataType: null,
2346
- ruleSetId: 8146,
2347
- caseToActions: {
2348
- true: [
2349
- {
2350
- id: 77658,
2351
- actionName: 'AWARD_POINTS_ACTION',
2352
- actionClass:
2353
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
2354
- mandatoryPropertiesValues: {
2355
- SmsCDMASenderId: '',
2356
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2357
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2358
- ExpiryStrategy: '34165',
2359
- SmsDomain: '',
2360
- channelPriority:
2361
- '[{"type":"mobile","isMandatory":true,"priority":0}]',
2362
- AwardStrategy: '59386',
2363
- SmsSenderId: '',
2364
- SmsTemplate: 'test SMS',
2365
- EvaluatedEntity: 'USER',
2366
- SmsDelay: '0',
2367
- PointType: 'Main',
2368
- DelayExtendedFieldName: '',
2369
- PointsRoundingStrategy: 'ACTUAL',
2370
- SmsDelayJSON: '{"sec":"0"}',
2371
- ShortenUrlCheck: '',
2372
- },
2373
- mandatoryComplexPropertiesValues: {},
2374
- description: '4perc',
2375
- },
2376
- {
2377
- id: 77660,
2378
- actionName: 'BILL_POINTS_ACTION',
2379
- actionClass:
2380
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
2381
- mandatoryPropertiesValues: {
2382
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2383
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2384
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
2385
- ZeroAwardStrategy: '59386',
2386
- ExpiryStrategy: '46797',
2387
- PointType: 'Main',
2388
- AwardStrategy: '34166',
2389
- DelayExtendedFieldName: '',
2390
- PointsRoundingStrategy: 'ACTUAL',
2391
- },
2392
- mandatoryComplexPropertiesValues: {},
2393
- description: '4th slab',
2394
- },
2395
- {
2396
- id: 77662,
2397
- actionName: 'UPGRADE_SLAB_ACTION',
2398
- actionClass:
2399
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2400
- mandatoryPropertiesValues: {
2401
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
2402
- ToSlabSerialNumber: '5',
2403
- },
2404
- mandatoryComplexPropertiesValues: {},
2405
- description: null,
2406
- },
2407
- {
2408
- id: 77664,
2409
- actionName: 'UPGRADE_SLAB_ACTION',
2410
- actionClass:
2411
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2412
- mandatoryPropertiesValues: {
2413
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2414
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
2415
- UpgradeSlabStrategy: '25086',
2416
- ExpiryStrategy: '34165',
2417
- PointType: 'Main',
2418
- AwardStrategy: '34166',
2419
- },
2420
- mandatoryComplexPropertiesValues: {},
2421
- description: 'CUMULATIVE_PURCHASES',
2422
- },
2423
- {
2424
- id: 77666,
2425
- actionName: 'UPGRADE_SLAB_ACTION',
2426
- actionClass:
2427
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2428
- mandatoryPropertiesValues: {
2429
- shouldRenewSlab: 'true',
2430
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
2431
- },
2432
- mandatoryComplexPropertiesValues: {},
2433
- description: null,
2434
- },
2435
- {
2436
- id: 77947,
2437
- actionName: 'PE_SMS_ACTION',
2438
- actionClass:
2439
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineSmsActionImpl',
2440
- mandatoryPropertiesValues: {
2441
- SmsCDMASenderId: '',
2442
- SmsDomain: '',
2443
- SmsDelay: '0',
2444
- PointType: 'Main',
2445
- SmsSenderId: '',
2446
- SmsTemplate: 'sample template.',
2447
- SmsDelayJSON: '{"sec":"0"}',
2448
- ShortenUrlCheck: '',
2449
- },
2450
- mandatoryComplexPropertiesValues: {},
2451
- description: 'description',
2452
- },
2453
- {
2454
- id: 77948,
2455
- actionName: 'PE_MOBILE_PUSH_ACTION',
2456
- actionClass:
2457
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMobilePushActionImpl',
2458
- mandatoryPropertiesValues: {
2459
- mobilePushAccId: 'mpush_1234',
2460
- androidMobilePushTitle: 'new title',
2461
- iosMobilePushTitle: 'wefge',
2462
- androidMobilePushMessageBlob:
2463
- '{"title":"new title","message":"wegrewg","expandableDetails":{"style":"BIG_PICTURE","message":"wegrewg","image":"https://crm-nightly-new-fileservice.s3.amazonaws.com/intouch_creative_assets/f63c43c0-3ff8-4891-b4b8-02df6c9c.jpg"},"custom":{},"type":"IMAGE","deviceType":"ANDROID"}',
2464
- mobilePushDelay: '0',
2465
- PointType: 'Main',
2466
- mobilePushDelayJSON: '{"sec":"0"}',
2467
- mobilePushTemplateId: 'new_ui_mobilepush_template_id',
2468
- iosMobilePushMessageBlob:
2469
- '{"title":"wefge","message":"wegrewg","expandableDetails":{"style":"BIG_PICTURE","message":"wefge","ctas":[],"image":"https://crm-nightly-new-fileservice.s3.amazonaws.com/intouch_creative_assets/1abc7af9-01a9-4b4e-be1c-231ccf2b.jpg"},"custom":{},"type":"IMAGE","deviceType":"IOS"}',
2470
- },
2471
- mandatoryComplexPropertiesValues: {},
2472
- description: null,
2473
- },
2474
- {
2475
- id: 77949,
2476
- actionName: 'PE_EMAIL_ACTION',
2477
- actionClass:
2478
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineEmailActionImpl',
2479
- mandatoryPropertiesValues: {
2480
- EmailBody:
2481
- '<html>\n<head>\n\t<title></title>\n</head>\n<body>\n<p>{{first_name}}</p>\n</body>\n</html>\n',
2482
- EmailSubject: 'Renamed Email ',
2483
- PointType: 'Main',
2484
- EmailSenderId: '',
2485
- EmailDomain: '',
2486
- EmailDelayJSON: '{"sec":"0"}',
2487
- EmailSenderLabel: '',
2488
- EmailDelay: '0',
2489
- },
2490
- mandatoryComplexPropertiesValues: {},
2491
- description: 'Subject: Renamed Email ',
2492
- },
2493
- {
2494
- id: 77950,
2495
- actionName: 'PE_MESSAGE_ACTION',
2496
- actionClass:
2497
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMessageActionImpl',
2498
- mandatoryPropertiesValues: {
2499
- SmsCDMASenderId: '',
2500
- SmsDomain: '',
2501
- channelPriority:
2502
- '[{"type":"mobile","isMandatory":true,"priority":0},{"type":"email","isMandatory":true,"priority":0}]',
2503
- SmsSenderId: '',
2504
- EmailDomain: '',
2505
- SmsTemplate:
2506
- 'நிலையான உள்ளடக்கத்திற்கான சோதனை தரவு நான், தயவுசெய்து என்னையும் சோதிக்கவும்{{',
2507
- EmailDelayJSON: '{"sec":"0"}',
2508
- EmailSenderLabel: '',
2509
- EmailDelay: '0',
2510
- EmailBody:
2511
- '<html>\n<head>\n\t<title></title>\n</head>\n<body>\n<p>{{first_name}}</p>\n</body>\n</html>\n',
2512
- EmailSubject: 'Renamed Email ',
2513
- SmsDelay: '0',
2514
- PointType: 'Main',
2515
- EmailSenderId: '',
2516
- SmsDelayJSON: '{"sec":"0"}',
2517
- ShortenUrlCheck: '',
2518
- },
2519
- mandatoryComplexPropertiesValues: {},
2520
- description: 'messages template',
2521
- },
2522
- {
2523
- id: 78184,
2524
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
2525
- actionClass:
2526
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
2527
- mandatoryPropertiesValues: {
2528
- ExpiryStrategy: '59391',
2529
- PointType: 'DelayedAccrualPointCategory',
2530
- AwardStrategy: '80008',
2531
- },
2532
- mandatoryComplexPropertiesValues: {},
2533
- description: 'delay',
2534
- },
2535
- {
2536
- id: 78185,
2537
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
2538
- actionClass:
2539
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
2540
- mandatoryPropertiesValues: {
2541
- ExpiryStrategy: '79585',
2542
- PointType: 'DelayedAccrualPointCategory',
2543
- AwardStrategy: '80008',
2544
- },
2545
- mandatoryComplexPropertiesValues: {},
2546
- description: 'delay',
2547
- },
2548
- {
2549
- id: 87301,
2550
- actionName: 'PE_ISSUE_VOUCHER_ACTION',
2551
- actionClass:
2552
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineIssueVoucherActionImpl',
2553
- mandatoryPropertiesValues: {
2554
- VoucherSeriesId: '107497',
2555
- },
2556
- mandatoryComplexPropertiesValues: {},
2557
- description: 'CPN_1587271857121',
2558
- },
2559
- {
2560
- id: 87302,
2561
- actionName: 'FORWARD',
2562
- actionClass:
2563
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
2564
- mandatoryPropertiesValues: {
2565
- shouldTenderUnroll: 'true',
2566
- ruleset: 'ruleset_20220614101956',
2567
- useProportions: 'true',
2568
- shouldUnroll: 'true',
2569
- maximizePoints: 'true',
2570
- },
2571
- mandatoryComplexPropertiesValues: {},
2572
- description: 'ruleset_20220614101956',
2573
- },
2574
- ],
2575
- false: [
2576
- {
2577
- id: 86725,
2578
- actionName: 'AWARD_POINTS_ACTION',
2579
- actionClass:
2580
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
2581
- mandatoryPropertiesValues: {
2582
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2583
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2584
- EvaluatedEntity: 'USER',
2585
- ExpiryStrategy: '34165',
2586
- PointType: 'Main',
2587
- AwardStrategy: '34166',
2588
- DelayExtendedFieldName: '',
2589
- PointsRoundingStrategy: 'ACTUAL',
2590
- },
2591
- mandatoryComplexPropertiesValues: {},
2592
- description: '4th slab',
2593
- },
2594
- {
2595
- id: 86726,
2596
- actionName: 'UPGRADE_SLAB_ACTION',
2597
- actionClass:
2598
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2599
- mandatoryPropertiesValues: {
2600
- EvaluatedEntity: 'USER',
2601
- UpgradeSlabStrategy: '25086',
2602
- },
2603
- mandatoryComplexPropertiesValues: {},
2604
- description: 'CUMULATIVE_PURCHASES',
2605
- },
2606
- {
2607
- id: 86727,
2608
- actionName: 'UPGRADE_SLAB_ACTION',
2609
- actionClass:
2610
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2611
- mandatoryPropertiesValues: {
2612
- EvaluatedEntity: 'USER',
2613
- ToSlabSerialNumber: '3',
2614
- },
2615
- mandatoryComplexPropertiesValues: {},
2616
- description: null,
2617
- },
2618
- {
2619
- id: 86728,
2620
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
2621
- actionClass:
2622
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
2623
- mandatoryPropertiesValues: {
2624
- ExpiryStrategy: '34165',
2625
- PointType: 'Main',
2626
- AwardStrategy: '46718',
2627
- },
2628
- mandatoryComplexPropertiesValues: {},
2629
- description: '5',
2630
- },
2631
- {
2632
- id: 86729,
2633
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
2634
- actionClass:
2635
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
2636
- mandatoryPropertiesValues: {
2637
- ExpiryStrategy: '25087',
2638
- PointType: 'DelayedAccrualPointCategory',
2639
- AwardStrategy: '80009',
2640
- },
2641
- mandatoryComplexPropertiesValues: {},
2642
- description: 'DelayedAccrualNightly',
2643
- },
2644
- {
2645
- id: 86730,
2646
- actionName: 'PE_ISSUE_VOUCHER_ACTION',
2647
- actionClass:
2648
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineIssueVoucherActionImpl',
2649
- mandatoryPropertiesValues: {
2650
- VoucherSeriesId: '107497',
2651
- },
2652
- mandatoryComplexPropertiesValues: {},
2653
- description: 'CPN_1587271857121',
2654
- },
2655
- {
2656
- id: 86731,
2657
- actionName: 'UPGRADE_SLAB_ACTION',
2658
- actionClass:
2659
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2660
- mandatoryPropertiesValues: {
2661
- shouldRenewSlab: 'true',
2662
- EvaluatedEntity: 'USER',
2663
- },
2664
- mandatoryComplexPropertiesValues: {},
2665
- description: null,
2666
- },
2667
- {
2668
- id: 86732,
2669
- actionName: 'BILL_POINTS_ACTION',
2670
- actionClass:
2671
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
2672
- mandatoryPropertiesValues: {
2673
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2674
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2675
- EvaluatedEntity: 'USER',
2676
- ZeroAwardStrategy: '80007',
2677
- ExpiryStrategy: '25087',
2678
- PointType: 'Main',
2679
- AwardStrategy: '59386',
2680
- DelayExtendedFieldName: '',
2681
- PointsRoundingStrategy: 'ACTUAL',
2682
- },
2683
- mandatoryComplexPropertiesValues: {},
2684
- description: '4perc',
2685
- },
2686
- ],
2687
- },
2688
- filterInfo: [],
2689
- },
2690
- {
2691
- id: 61553,
2692
- exp: 'true',
2693
- expJSON:
2694
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2695
- jsonType: 'JNODE',
2696
- isActive: false,
2697
- priority: -1,
2698
- startDate: {
2699
- buffer: {
2700
- type: 'Buffer',
2701
- data: [0, 0, 0, 237, 164, 180, 159, 240],
2702
- },
2703
- offset: 0,
2704
- },
2705
- endDate: {
2706
- buffer: {
2707
- type: 'Buffer',
2708
- data: [0, 0, 1, 202, 20, 170, 167, 240],
2709
- },
2710
- offset: 0,
2711
- },
2712
- createdOn: {
2713
- buffer: {
2714
- type: 'Buffer',
2715
- data: [0, 0, 1, 128, 152, 75, 219, 240],
2716
- },
2717
- offset: 0,
2718
- },
2719
- ruleScope: 'SERVER',
2720
- createdBy: 0,
2721
- modifiedBy: 15000449,
2722
- modifiedOn: {
2723
- buffer: {
2724
- type: 'Buffer',
2725
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2726
- },
2727
- offset: 0,
2728
- },
2729
- name: 'Rule13',
2730
- description: '',
2731
- expDataType: null,
2732
- ruleSetId: 8146,
2733
- caseToActions: {
2734
- true: [
2735
- {
2736
- id: 86720,
2737
- actionName: 'FORWARD',
2738
- actionClass:
2739
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
2740
- mandatoryPropertiesValues: {
2741
- shouldTenderUnroll: 'false',
2742
- ruleset: 'ruleset_20220506130528',
2743
- useProportions: 'false',
2744
- shouldUnroll: 'false',
2745
- maximizePoints: 'false',
2746
- },
2747
- mandatoryComplexPropertiesValues: {},
2748
- description: 'ruleset_20220506130528',
2749
- },
2750
- ],
2751
- },
2752
- filterInfo: [],
2753
- },
2754
- {
2755
- id: 61554,
2756
- exp: 'true',
2757
- expJSON:
2758
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2759
- jsonType: 'JNODE',
2760
- isActive: false,
2761
- priority: -1,
2762
- startDate: {
2763
- buffer: {
2764
- type: 'Buffer',
2765
- data: [0, 0, 0, 237, 164, 180, 206, 208],
2766
- },
2767
- offset: 0,
2768
- },
2769
- endDate: {
2770
- buffer: {
2771
- type: 'Buffer',
2772
- data: [0, 0, 1, 202, 20, 170, 214, 208],
2773
- },
2774
- offset: 0,
2775
- },
2776
- createdOn: {
2777
- buffer: {
2778
- type: 'Buffer',
2779
- data: [0, 0, 1, 128, 152, 76, 18, 160],
2780
- },
2781
- offset: 0,
2782
- },
2783
- ruleScope: 'SERVER',
2784
- createdBy: 0,
2785
- modifiedBy: 15000449,
2786
- modifiedOn: {
2787
- buffer: {
2788
- type: 'Buffer',
2789
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2790
- },
2791
- offset: 0,
2792
- },
2793
- name: 'Rule13',
2794
- description: '',
2795
- expDataType: null,
2796
- ruleSetId: 8146,
2797
- caseToActions: {
2798
- true: [
2799
- {
2800
- id: 86721,
2801
- actionName: 'FORWARD',
2802
- actionClass:
2803
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
2804
- mandatoryPropertiesValues: {
2805
- shouldTenderUnroll: 'false',
2806
- ruleset: 'ruleset_20220506130528',
2807
- useProportions: 'false',
2808
- shouldUnroll: 'false',
2809
- maximizePoints: 'false',
2810
- },
2811
- mandatoryComplexPropertiesValues: {},
2812
- description: 'ruleset_20220506130528',
2813
- },
2814
- ],
2815
- },
2816
- filterInfo: [],
2817
- },
2818
- {
2819
- id: 61555,
2820
- exp: 'true',
2821
- expJSON:
2822
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2823
- jsonType: 'JNODE',
2824
- isActive: false,
2825
- priority: -1,
2826
- startDate: {
2827
- buffer: {
2828
- type: 'Buffer',
2829
- data: [0, 0, 0, 237, 164, 181, 220, 88],
2830
- },
2831
- offset: 0,
2832
- },
2833
- endDate: {
2834
- buffer: {
2835
- type: 'Buffer',
2836
- data: [0, 0, 1, 202, 20, 171, 228, 88],
2837
- },
2838
- offset: 0,
2839
- },
2840
- createdOn: {
2841
- buffer: {
2842
- type: 'Buffer',
2843
- data: [0, 0, 1, 128, 152, 77, 28, 64],
2844
- },
2845
- offset: 0,
2846
- },
2847
- ruleScope: 'SERVER',
2848
- createdBy: 0,
2849
- modifiedBy: 15000449,
2850
- modifiedOn: {
2851
- buffer: {
2852
- type: 'Buffer',
2853
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2854
- },
2855
- offset: 0,
2856
- },
2857
- name: 'Rule13',
2858
- description: '',
2859
- expDataType: null,
2860
- ruleSetId: 8146,
2861
- caseToActions: {
2862
- true: [
2863
- {
2864
- id: 86722,
2865
- actionName: 'FORWARD',
2866
- actionClass:
2867
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
2868
- mandatoryPropertiesValues: {
2869
- shouldTenderUnroll: 'false',
2870
- ruleset: 'ruleset_20220506130528',
2871
- useProportions: 'false',
2872
- shouldUnroll: 'false',
2873
- maximizePoints: 'false',
2874
- },
2875
- mandatoryComplexPropertiesValues: {},
2876
- description: 'ruleset_20220506130528',
2877
- },
2878
- ],
2879
- },
2880
- filterInfo: [],
2881
- },
2882
- {
2883
- id: 61556,
2884
- exp: 'true',
2885
- expJSON:
2886
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2887
- jsonType: 'JNODE',
2888
- isActive: true,
2889
- priority: -1,
2890
- startDate: {
2891
- buffer: {
2892
- type: 'Buffer',
2893
- data: [0, 0, 0, 237, 164, 183, 130, 56],
2894
- },
2895
- offset: 0,
2896
- },
2897
- endDate: {
2898
- buffer: {
2899
- type: 'Buffer',
2900
- data: [0, 0, 1, 202, 20, 173, 138, 56],
2901
- },
2902
- offset: 0,
2903
- },
2904
- createdOn: {
2905
- buffer: {
2906
- type: 'Buffer',
2907
- data: [0, 0, 1, 128, 152, 78, 194, 32],
2908
- },
2909
- offset: 0,
2910
- },
2911
- ruleScope: 'SERVER',
2912
- createdBy: 0,
2913
- modifiedBy: 15000449,
2914
- modifiedOn: {
2915
- buffer: {
2916
- type: 'Buffer',
2917
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2918
- },
2919
- offset: 0,
2920
- },
2921
- name: 'Rule13',
2922
- description: '',
2923
- expDataType: null,
2924
- ruleSetId: 8146,
2925
- caseToActions: {
2926
- true: [
2927
- {
2928
- id: 86723,
2929
- actionName: 'FORWARD',
2930
- actionClass:
2931
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
2932
- mandatoryPropertiesValues: {
2933
- shouldTenderUnroll: 'false',
2934
- ruleset: 'ruleset_20220506130528',
2935
- useProportions: 'false',
2936
- shouldUnroll: 'false',
2937
- maximizePoints: 'false',
2938
- },
2939
- mandatoryComplexPropertiesValues: {},
2940
- description: 'ruleset_20220506130528',
2941
- },
2942
- {
2943
- id: 87054,
2944
- actionName: 'AWARD_POINTS_ACTION',
2945
- actionClass:
2946
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
2947
- mandatoryPropertiesValues: {
2948
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2949
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2950
- EvaluatedEntity: 'USER',
2951
- ExpiryStrategy: '46797',
2952
- PointType: 'Main',
2953
- AwardStrategy: '46718',
2954
- DelayExtendedFieldName: '',
2955
- PointsRoundingStrategy: 'ACTUAL',
2956
- },
2957
- mandatoryComplexPropertiesValues: {},
2958
- description: '5',
2959
- },
2960
- ],
2961
- },
2962
- filterInfo: [],
2963
- },
2964
- ],
2965
- filterInfo: [
2966
- {
2967
- id: 80276,
2968
- orgID: 1685,
2969
- ruleID: -1,
2970
- name: 'DateRange',
2971
- className:
2972
- 'com.capillary.shopbook.emf.impl.filter.DateRangeFilterImpl',
2973
- isInclude: false,
2974
- propertyToValues: {
2975
- endDate: ['2021-11-27 20:01:40'],
2976
- startDate: ['2021-11-25 20:01:38'],
2977
- },
2978
- },
2979
- {
2980
- id: 80277,
2981
- orgID: 1685,
2982
- ruleID: -1,
2983
- name: 'Stores',
2984
- className: 'com.capillary.shopbook.emf.impl.filter.Store',
2985
- isInclude: true,
2986
- propertyToValues: {
2987
- storeIds: ['store1', 'store2'],
2988
- },
2989
- },
2990
- {
2991
- id: -1,
2992
- orgID: 50146,
2993
- ruleID: -1,
2994
- name: 'Zones',
2995
- className: 'com.capillary.shopbook.emf.impl.filter.ZoneFilterImpl',
2996
- isInclude: true,
2997
- propertyToValues: {
2998
- zoneIds: [50007992, 50007990],
2999
- },
3000
- scopingId: 'temp_Zones',
3001
- },
3002
- {
3003
- id: -1,
3004
- orgID: 50146,
3005
- ruleID: -1,
3006
- name: 'Concepts',
3007
- className: 'com.capillary.shopbook.emf.impl.filter.ConceptFilterImpl',
3008
- isInclude: true,
3009
- propertyToValues: {
3010
- conceptIds: ['50007997'],
3011
- },
3012
- scopingId: 'temp_Concepts',
3013
- },
3014
- {
3015
- id: -1,
3016
- orgID: 50146,
3017
- ruleID: -1,
3018
- name: 'CustomerCluster',
3019
- className:
3020
- 'com.capillary.shopbook.emf.impl.filter.CustomerClusterFilterImpl',
3021
- isInclude: true,
3022
- propertyToValues: {
3023
- clusterName: ['segmentjavaapiautomationtest_1604423566158'],
3024
- clusterValues: ['Low Loyal'],
3025
- clusterNameStr: ['segmentjavaapiautomationtest_1604423566158'],
3026
- clusterValuesStr: ['Low Loyal'],
3027
- },
3028
- scopingId: 'temp_CustomerCluster',
3029
- },
3030
- {
3031
- id: -1,
3032
- orgID: 50146,
3033
- ruleID: -1,
3034
- name: 'EventSource',
3035
- className:
3036
- 'com.capillary.shopbook.emf.impl.filter.EventSourceFilterImpl',
3037
- isInclude: true,
3038
- propertyToValues: {
3039
- eventSource: ['WEB_ENGAGE__~sjdhbfhjsd'],
3040
- },
3041
- scopingId: 'temp_EventSource',
3042
- },
3043
- {
3044
- id: -1,
3045
- orgID: 50146,
3046
- ruleID: -1,
3047
- name: 'LoyaltyType',
3048
- className:
3049
- 'com.capillary.shopbook.emf.impl.filter.LoyaltyTypeFilterImpl',
3050
- isInclude: true,
3051
- propertyToValues: {
3052
- loyaltyType: ['loyalty'],
3053
- },
3054
- scopingId: 'temp_LoyaltyType',
3055
- },
3056
- ],
3057
- cappingInfo: [
3058
- {
3059
- id: 49,
3060
- orgId: 1685,
3061
- name: 'TotalPointsCapping',
3062
- className:
3063
- 'com.capillary.shopbook.emf.impl.capping.TotalPointsCappingImpl',
3064
- propertyValuesJson: '{"totalPointsLimit":"2323"}',
3065
- },
3066
- {
3067
- id: 50,
3068
- orgId: 1685,
3069
- name: 'TenderSumSourceValueCapping',
3070
- className:
3071
- 'com.capillary.shopbook.emf.impl.capping.TenderSumSourceValueCappingImpl',
3072
- propertyValuesJson:
3073
- '{"isInclude":"true","selectedTenderCombinationIds":["752"]}',
3074
- },
3075
- ],
3076
- },
3077
- ],
3078
- };
3079
- export const userData = {
3080
- user: {
3081
- id: '14783',
3082
- refID: '14783',
3083
- orgID: 0,
3084
- },
3085
- currentOrgDetails: {
3086
- basic_details: {
3087
- org_id: '50672',
3088
- name: 'Sahana_TestOrg',
3089
- address: 'hrs layout',
3090
- phone: '',
3091
- fiscal_year_start: '-1',
3092
- language: '',
3093
- base_language: '',
3094
- base_lang_locale: '',
3095
- base_currency_name: '',
3096
- base_currency: '',
3097
- base_currency_symbol: '',
3098
- timezone: 'Asia/Kolkata',
3099
- timezone_offset: '+05:30',
3100
- min_sms_hour: 2,
3101
- max_sms_hour: 21,
3102
- is_active: 1,
3103
- value_sms_credits: '',
3104
- bulk_sms_credits: '',
3105
- base_country: 'India',
3106
- base_country_code: 'IN',
3107
- base_language_iso: {
3108
- lang: '',
3109
- locale: '',
3110
- },
3111
- base_timezone_iso: {
3112
- label: 'Asia/Kolkata',
3113
- offset: '+05:30',
3114
- },
3115
- base_country_iso: {
3116
- code: 'IN',
3117
- name: 'India',
3118
- },
3119
- base_currency_iso: {
3120
- label: '',
3121
- symbol: '',
3122
- },
3123
- },
3124
- sender_details: {
3125
- GSM: '917057170721',
3126
- CDMA: '918830046834',
3127
- label: 'BooksTesting',
3128
- replyToEmail: 'labhavyas09@gmail.com',
3129
- senderEmail: 'labhavyas09@gmail.com',
3130
- },
3131
- accessibleFeatures: [
3132
- 'PROMO_ENGINE',
3133
- 'GIFT_CARDS',
3134
- 'LOYALTY_PROMOTION_ENABLED',
3135
- 'ENABLE_CUSTOM_AUDIENCE_UPLOAD',
3136
- // 'LOYALTY_UX_ENHANCEMENTS',
3137
- ],
3138
- org_loyalty_v2_status: false,
3139
- module_details: [
3140
- {
3141
- code: 'intouchHomePage',
3142
- display_order: 1,
3143
- id: -1,
3144
- name: 'HOME',
3145
- namespace: 'intouchHomePage',
3146
- url: '/home/ui',
3147
- version: '1.0.0',
3148
- },
3149
- {
3150
- id: 44,
3151
- name: 'ENGAGE+',
3152
- code: 'campaigns/ui/list',
3153
- version: '1.0.0.1',
3154
- namespace: 'campaign',
3155
- display_order: 9,
3156
- url: '/campaigns/ui/list',
3157
- },
3158
- {
3159
- id: 41,
3160
- name: 'LOYALTY+',
3161
- code: 'loyaltyProgram',
3162
- version: '1.0.0.1',
3163
- namespace: 'loyaltyProgram',
3164
- display_order: 6,
3165
- url: '/loyaltyProgram/index',
3166
- },
3167
- {
3168
- id: 39,
3169
- name: 'MEMBER CARE',
3170
- code: 'memberCare',
3171
- version: '1.0.0.1',
3172
- namespace: 'memberCare',
3173
- display_order: 5,
3174
- url: '/memberCare/index',
3175
- },
3176
- {
3177
- id: 27,
3178
- name: 'MASTERS',
3179
- code: 'org',
3180
- version: '1.0.0.1',
3181
- namespace: 'org',
3182
- display_order: 0,
3183
- url: '/org/index',
3184
- },
3185
- {
3186
- id: 26,
3187
- name: 'WORKBENCH',
3188
- code: 'businessProcesses',
3189
- version: '1.0.0.1',
3190
- namespace: 'businessProcesses',
3191
- display_order: 10,
3192
- url: '/businessProcesses/index',
3193
- },
3194
- ],
3195
- org_campaign_v2_status: true,
3196
- orgNamespaceInfo: {
3197
- orgNamespaceEnabled: '0',
3198
- namespace: {},
3199
- },
3200
- },
3201
- systemTimeZone: 'Asia/Calcutta',
3202
- systemCurrentDate: '2023-04-13 17:26:19',
3203
- currentDate: '2023-04-13 17:26:19',
3204
- };
3205
- export const userDataWithoutFeatureFlag = {
3206
- user: {
3207
- id: '14783',
3208
- refID: '14783',
3209
- orgID: 0,
3210
- },
3211
- currentOrgDetails: {
3212
- basic_details: {
3213
- org_id: '50672',
3214
- name: 'Sahana_TestOrg',
3215
- address: 'hrs layout',
3216
- phone: '',
3217
- fiscal_year_start: '-1',
3218
- language: '',
3219
- base_language: '',
3220
- base_lang_locale: '',
3221
- base_currency_name: '',
3222
- base_currency: '',
3223
- base_currency_symbol: '',
3224
- timezone: 'Asia/Kolkata',
3225
- timezone_offset: '+05:30',
3226
- min_sms_hour: 2,
3227
- max_sms_hour: 21,
3228
- is_active: 1,
3229
- value_sms_credits: '',
3230
- bulk_sms_credits: '',
3231
- base_country: 'India',
3232
- base_country_code: 'IN',
3233
- base_language_iso: {
3234
- lang: '',
3235
- locale: '',
3236
- },
3237
- base_timezone_iso: {
3238
- label: 'Asia/Kolkata',
3239
- offset: '+05:30',
3240
- },
3241
- base_country_iso: {
3242
- code: 'IN',
3243
- name: 'India',
3244
- },
3245
- base_currency_iso: {
3246
- label: '',
3247
- symbol: '',
3248
- },
3249
- },
3250
- sender_details: {
3251
- GSM: '917057170721',
3252
- CDMA: '918830046834',
3253
- label: 'BooksTesting',
3254
- replyToEmail: 'labhavyas09@gmail.com',
3255
- senderEmail: 'labhavyas09@gmail.com',
3256
- },
3257
- accessibleFeatures: [
3258
- 'PROMO_ENGINE',
3259
- 'GIFT_CARDS',
3260
- 'LOYALTY_PROMOTION_ENABLED',
3261
- 'ENABLE_CUSTOM_AUDIENCE_UPLOAD',
3262
- ],
3263
- org_loyalty_v2_status: false,
3264
- module_details: [
3265
- {
3266
- code: 'intouchHomePage',
3267
- display_order: 1,
3268
- id: -1,
3269
- name: 'HOME',
3270
- namespace: 'intouchHomePage',
3271
- url: '/home/ui',
3272
- version: '1.0.0',
3273
- },
3274
- {
3275
- id: 44,
3276
- name: 'ENGAGE+',
3277
- code: 'campaigns/ui/list',
3278
- version: '1.0.0.1',
3279
- namespace: 'campaign',
3280
- display_order: 9,
3281
- url: '/campaigns/ui/list',
3282
- },
3283
- {
3284
- id: 41,
3285
- name: 'LOYALTY+',
3286
- code: 'loyaltyProgram',
3287
- version: '1.0.0.1',
3288
- namespace: 'loyaltyProgram',
3289
- display_order: 6,
3290
- url: '/loyaltyProgram/index',
3291
- },
3292
- {
3293
- id: 39,
3294
- name: 'MEMBER CARE',
3295
- code: 'memberCare',
3296
- version: '1.0.0.1',
3297
- namespace: 'memberCare',
3298
- display_order: 5,
3299
- url: '/memberCare/index',
3300
- },
3301
- {
3302
- id: 27,
3303
- name: 'MASTERS',
3304
- code: 'org',
3305
- version: '1.0.0.1',
3306
- namespace: 'org',
3307
- display_order: 0,
3308
- url: '/org/index',
3309
- },
3310
- {
3311
- id: 26,
3312
- name: 'WORKBENCH',
3313
- code: 'businessProcesses',
3314
- version: '1.0.0.1',
3315
- namespace: 'businessProcesses',
3316
- display_order: 10,
3317
- url: '/businessProcesses/index',
3318
- },
3319
- ],
3320
- org_campaign_v2_status: true,
3321
- orgNamespaceInfo: {
3322
- orgNamespaceEnabled: '0',
3323
- namespace: {},
3324
- },
3325
- },
3326
- systemTimeZone: 'Asia/Calcutta',
3327
- systemCurrentDate: '2023-04-13 17:26:19',
3328
- currentDate: '2023-04-13 17:26:19',
3329
- };
3330
-
3331
- export const processedRulesetsDataLocal = {
3332
- group: {
3333
- ...processedRulesetsData.group,
3334
- 7595: {
3335
- ...processedRulesetsData.group[7595],
3336
- filterInfo: undefined,
3337
- },
3338
- },
3339
- };
3340
-
3341
- export const scoppingDataMock = {
3342
- stores: [
3343
- {
3344
- id: 50026245,
3345
- isActive: 1,
3346
- code: 'campaign_points_store',
3347
- name: 'CAMPAIGN_POINTS_STORE',
3348
- description: '',
3349
- lastUpdatedBy: 15000449,
3350
- },
3351
- {
3352
- id: 50026272,
3353
- isActive: 1,
3354
- code: 'koramangala',
3355
- name: 'koramangala',
3356
- description: 'koramangala store',
3357
- lastUpdatedBy: 15000449,
3358
- },
3359
- {
3360
- id: 50031785,
3361
- isActive: 1,
3362
- code: 'sd01',
3363
- name: 'sd01',
3364
- description: 'sd01',
3365
- lastUpdatedBy: 15000449,
3366
- },
3367
- {
3368
- id: 50034522,
3369
- isActive: 1,
3370
- code: 'test-store-1',
3371
- name: 'Test store 1',
3372
- description: 'test-store-1 description',
3373
- lastUpdatedBy: 15000449,
3374
- },
3375
- {
3376
- id: 50034597,
3377
- isActive: 1,
3378
- code: 'test-store-2',
3379
- name: 'test-store-2',
3380
- description: 'test-store-2 description',
3381
- lastUpdatedBy: 15000449,
3382
- },
3383
- {
3384
- id: 50034598,
3385
- isActive: 1,
3386
- code: 'test-store-3',
3387
- name: 'test-store-3',
3388
- description: 'test-store-3 description',
3389
- lastUpdatedBy: 15000449,
3390
- },
3391
- {
3392
- id: 50034666,
3393
- isActive: 1,
3394
- code: 'test-store-4',
3395
- name: 'test-store-4',
3396
- description: 'test-store-4',
3397
- lastUpdatedBy: 15000449,
3398
- },
3399
- {
3400
- id: 50035005,
3401
- isActive: 1,
3402
- code: 'test-store-5',
3403
- name: 'test-store-5',
3404
- description: 'test-store-5',
3405
- lastUpdatedBy: 15000449,
3406
- },
3407
- ],
3408
- concepts: [
3409
- {
3410
- id: 50026243,
3411
- isActive: 1,
3412
- code: 'root',
3413
- name: 'ROOT',
3414
- description: 'This Is The Auto Generated Root Concept',
3415
- lastUpdatedBy: 15000449,
3416
- },
3417
- ],
3418
- zones: [
3419
- {
3420
- id: 50026271,
3421
- isActive: 1,
3422
- code: 'bangalore',
3423
- name: 'Bangalore',
3424
- description: 'Test',
3425
- lastUpdatedBy: 15000449,
3426
- },
3427
- {
3428
- id: 50036747,
3429
- isActive: 1,
3430
- code: 'code_1109',
3431
- name: 'Sadul club',
3432
- description: 'zone in tests',
3433
- lastUpdatedBy: 15000449,
3434
- },
3435
- {
3436
- id: 50031784,
3437
- isActive: 1,
3438
- code: 'default',
3439
- name: 'default',
3440
- description: 'default',
3441
- lastUpdatedBy: 15000449,
3442
- },
3443
- {
3444
- id: 50036746,
3445
- isActive: 1,
3446
- code: 'rani_bazar_zone',
3447
- name: 'Rani bazar zone',
3448
- description: 'test1',
3449
- lastUpdatedBy: 15000449,
3450
- },
3451
- {
3452
- id: 50026244,
3453
- isActive: 1,
3454
- code: 'root',
3455
- name: 'ROOT',
3456
- description: 'This Is The Auto Generated Root Zone',
3457
- lastUpdatedBy: 15000449,
3458
- },
3459
- ],
3460
- eventSource: ['INSTORE'],
3461
- cluster: [
3462
- {
3463
- id: 'test',
3464
- orgId: 1779,
3465
- name: 'test',
3466
- status: 'ACTIVE',
3467
- segmentValues: [
3468
- {
3469
- id: 'test',
3470
- value: 'test',
3471
- },
3472
- {
3473
- id: 'test2',
3474
- value: 'test2',
3475
- },
3476
- ],
3477
- },
3478
- {
3479
- id: 'Migration1',
3480
- orgId: 17729,
3481
- name: 'Migration1',
3482
- status: 'ACTIVE',
3483
- segmentValues: [
3484
- {
3485
- id: 'High',
3486
- value: 'High',
3487
- },
3488
- {
3489
- id: 'Low',
3490
- value: 'Low',
3491
- },
3492
- ],
3493
- },
3494
- {
3495
- id: 'krishna test',
3496
- orgId: 1779,
3497
- name: 'krishna test',
3498
- status: 'ACTIVE',
3499
- segmentValues: [
3500
- {
3501
- id: 'High spent',
3502
- value: 'High spent',
3503
- },
3504
- {
3505
- id: 'Low spent users',
3506
- value: 'Low spent users',
3507
- },
3508
- {
3509
- id: 'partition 3',
3510
- value: 'partition 3',
3511
- },
3512
- ],
3513
- },
3514
- {
3515
- id: 'Update test',
3516
- orgId: 1779,
3517
- name: 'Update test',
3518
- status: 'ACTIVE',
3519
- segmentValues: [
3520
- {
3521
- id: '0',
3522
- value: '0',
3523
- },
3524
- {
3525
- id: '1',
3526
- value: '1',
3527
- },
3528
- {
3529
- id: '2',
3530
- value: '2',
3531
- },
3532
- {
3533
- id: '3',
3534
- value: '3',
3535
- },
3536
- ],
3537
- },
3538
- ],
3539
- // add date range.
3540
- };
3541
-
3542
- export const processedRulesetsDataLocal1 = {
3543
- group: {
3544
- ...processedRulesetsData.group,
3545
- 7595: {
3546
- ...processedRulesetsData.group[7595],
3547
- filterInfo: [
3548
- {
3549
- id: 1464972,
3550
- orgID: 50753,
3551
- ruleID: -1,
3552
- name: 'Stores',
3553
- className: 'com.capillary.shopbook.emf.impl.filter.StoreFilterImpl',
3554
- isInclude: false,
3555
- propertyToValues: {
3556
- storeId: ['50032473'],
3557
- },
3558
- },
3559
- {
3560
- id: 1464973,
3561
- orgID: 50753,
3562
- ruleID: -1,
3563
- name: 'Zones',
3564
- className: 'com.capillary.shopbook.emf.impl.filter.ZoneFilterImpl',
3565
- isInclude: false,
3566
- propertyToValues: {
3567
- zoneIds: ['50032833'],
3568
- },
3569
- },
3570
- {
3571
- id: 1464974,
3572
- orgID: 50753,
3573
- ruleID: -1,
3574
- name: 'Concepts',
3575
- className: 'com.capillary.shopbook.emf.impl.filter.ConceptFilterImpl',
3576
- isInclude: false,
3577
- propertyToValues: {
3578
- conceptIds: ['50032835'],
3579
- },
3580
- },
3581
- {
3582
- id: 1464976,
3583
- orgID: 50753,
3584
- ruleID: -1,
3585
- name: 'CustomerCluster',
3586
- className: 'com.capillary.shopbook.emf.impl.filter.ClusterFilterImpl',
3587
- isInclude: false,
3588
- propertyToValues: {
3589
- clusterIds: ['50032835'],
3590
- clusterName: 'Migration1',
3591
- clusterNameStr: ['Migration1'],
3592
- clusterValues: ['High'],
3593
- clusterValuesStr: ['High'],
3594
- },
3595
- },
3596
- {
3597
- id: 1464975,
3598
- orgID: 50753,
3599
- ruleID: -1,
3600
- name: 'DateRange',
3601
- className:
3602
- 'com.capillary.shopbook.emf.impl.filter.DateRangeFilterImpl',
3603
- isInclude: false,
3604
- propertyToValues: {
3605
- endDate: ['2023-04-20 12:23:38'],
3606
- startDate: ['2023-04-10 12:22:38'],
3607
- },
3608
- },
3609
- {
3610
- id: 1464975,
3611
- orgID: 50753,
3612
- ruleID: -1,
3613
- name: 'EventSource',
3614
- className:
3615
- 'com.capillary.shopbook.emf.impl.filter.DateRangeFilterImpl',
3616
- isInclude: false,
3617
- propertyToValues: {
3618
- eventSource: ["INSTORE"],
3619
- },
3620
- },
3621
- {
3622
- id: 1464975,
3623
- orgID: 50753,
3624
- ruleID: -1,
3625
- name: 'LoyaltyType',
3626
- className:
3627
- 'com.capillary.shopbook.emf.impl.filter.DateRangeFilterImpl',
3628
- isInclude: false,
3629
- propertyToValues: {
3630
- loyaltyType: ["loyalty"],
3631
- },
3632
- },
3633
- ],
3634
- },
3635
- },
3636
- };
3637
-
3638
- export const groupTreeListMock = [
3639
- {
3640
- name: 'grandpa-1',
3641
- // id: 7995,
3642
- id: 7595,
3643
- children: [
3644
- { name: 'father-1', id: 132321, children: [] },
3645
- {
3646
- name: 'son-1',
3647
- id: 21536,
3648
- children: [
3649
- {
3650
- name: 'grandson-1',
3651
- id: 1236,
3652
- children: [
3653
- { name: 'great-grandson-1', id: 1217, children: [] },
3654
- { name: 'great-grandson-2', id: 12221, children: [] },
3655
- ],
3656
- },
3657
- ],
3658
- },
3659
- ],
3660
- },
3661
- ];