@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,3226 +0,0 @@
1
- export const props = {
2
- rulesets: [
3
- {
4
- id: 8146,
5
- orgName: 'Consistency',
6
- contextID: 968,
7
- orgID: 1685,
8
- contextType: 'program',
9
- ruleScope: 'SERVER',
10
- startDate: {
11
- buffer: {
12
- type: 'Buffer',
13
- data: [0, 0, 0, 195, 161, 4, 71, 184],
14
- },
15
- offset: 0,
16
- },
17
- endDate: {
18
- buffer: {
19
- type: 'Buffer',
20
- data: [0, 0, 1, 160, 11, 211, 243, 184],
21
- },
22
- offset: 0,
23
- },
24
- createdOn: {
25
- buffer: {
26
- type: 'Buffer',
27
- data: [0, 0, 1, 86, 148, 155, 131, 184],
28
- },
29
- offset: 0,
30
- },
31
- createdBy: 0,
32
- modifiedBy: 15000449,
33
- modifiedOn: {
34
- buffer: {
35
- type: 'Buffer',
36
- data: [0, 0, 1, 129, 246, 66, 248, 40],
37
- },
38
- offset: 0,
39
- },
40
- name: 'NewBill_RS_Start',
41
- packageName: '',
42
- description: 'NewBill_RS_Start',
43
- isPrivate: false,
44
- eventName: 'TransactionAdd',
45
- rules: [
46
- {
47
- id: 9002,
48
- exp: 'currentTxn.basketIncludes("hello there","how are you")',
49
- expJSON:
50
- '{"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"}]}',
51
- jsonType: 'JNODE',
52
- isActive: false,
53
- priority: 1,
54
- startDate: {
55
- buffer: {
56
- type: 'Buffer',
57
- data: [0, 0, 0, 195, 161, 4, 71, 184],
58
- },
59
- offset: 0,
60
- },
61
- endDate: {
62
- buffer: {
63
- type: 'Buffer',
64
- data: [0, 0, 1, 160, 11, 211, 243, 184],
65
- },
66
- offset: 0,
67
- },
68
- createdOn: {
69
- buffer: {
70
- type: 'Buffer',
71
- data: [0, 0, 1, 86, 148, 155, 131, 184],
72
- },
73
- offset: 0,
74
- },
75
- ruleScope: 'SERVER',
76
- createdBy: 0,
77
- modifiedBy: 15000449,
78
- modifiedOn: {
79
- buffer: {
80
- type: 'Buffer',
81
- data: [0, 0, 1, 129, 246, 66, 248, 40],
82
- },
83
- offset: 0,
84
- },
85
- name: 'rule0',
86
- description: 'default_rule',
87
- expDataType: null,
88
- ruleSetId: 8146,
89
- caseToActions: {
90
- true: [
91
- {
92
- id: 75890,
93
- actionName: 'AWARD_POINTS_ACTION',
94
- actionClass:
95
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
96
- mandatoryPropertiesValues: {
97
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
98
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
99
- ExpiryStrategy: '25087',
100
- PointType: 'DelayedAccrualPointCategory',
101
- AwardStrategy: '79955',
102
- DelayExtendedFieldName: '',
103
- PointsRoundingStrategy: 'ACTUAL',
104
- },
105
- mandatoryComplexPropertiesValues: {},
106
- description: 'WDA',
107
- },
108
- ],
109
- },
110
- filterInfo: [],
111
- },
112
- {
113
- id: 51161,
114
- exp: 'currentCustomer.avgBasketSize>900',
115
- expJSON:
116
- '{"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"}]}',
117
- jsonType: 'JNODE',
118
- isActive: false,
119
- priority: -1,
120
- startDate: {
121
- buffer: {
122
- type: 'Buffer',
123
- data: [0, 0, 0, 234, 57, 239, 36, 104],
124
- },
125
- offset: 0,
126
- },
127
- endDate: {
128
- buffer: {
129
- type: 'Buffer',
130
- data: [0, 0, 1, 198, 164, 190, 208, 104],
131
- },
132
- offset: 0,
133
- },
134
- createdOn: {
135
- buffer: {
136
- type: 'Buffer',
137
- data: [0, 0, 1, 125, 45, 134, 100, 80],
138
- },
139
- offset: 0,
140
- },
141
- ruleScope: 'SERVER',
142
- createdBy: 0,
143
- modifiedBy: 15000449,
144
- modifiedOn: {
145
- buffer: {
146
- type: 'Buffer',
147
- data: [0, 0, 1, 129, 246, 66, 248, 40],
148
- },
149
- offset: 0,
150
- },
151
- name: 'Rule2',
152
- description: '',
153
- expDataType: null,
154
- ruleSetId: 8146,
155
- caseToActions: {},
156
- filterInfo: [],
157
- },
158
- {
159
- id: 51162,
160
- exp: 'true',
161
- expJSON:
162
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
163
- jsonType: 'JNODE',
164
- isActive: false,
165
- priority: -1,
166
- startDate: {
167
- buffer: {
168
- type: 'Buffer',
169
- data: [0, 0, 0, 234, 57, 239, 36, 104],
170
- },
171
- offset: 0,
172
- },
173
- endDate: {
174
- buffer: {
175
- type: 'Buffer',
176
- data: [0, 0, 1, 198, 164, 190, 208, 104],
177
- },
178
- offset: 0,
179
- },
180
- createdOn: {
181
- buffer: {
182
- type: 'Buffer',
183
- data: [0, 0, 1, 125, 45, 134, 100, 80],
184
- },
185
- offset: 0,
186
- },
187
- ruleScope: 'SERVER',
188
- createdBy: 0,
189
- modifiedBy: 15000449,
190
- modifiedOn: {
191
- buffer: {
192
- type: 'Buffer',
193
- data: [0, 0, 1, 129, 246, 66, 248, 40],
194
- },
195
- offset: 0,
196
- },
197
- name: 'Rule3',
198
- description: '',
199
- expDataType: null,
200
- ruleSetId: 8146,
201
- caseToActions: {},
202
- filterInfo: [],
203
- },
204
- {
205
- id: 51163,
206
- exp: 'false',
207
- expJSON:
208
- '{"arity":"literal","value":"false","type":"boolean:primitive"}',
209
- jsonType: 'JNODE',
210
- isActive: false,
211
- priority: -1,
212
- startDate: {
213
- buffer: {
214
- type: 'Buffer',
215
- data: [0, 0, 0, 234, 57, 239, 36, 104],
216
- },
217
- offset: 0,
218
- },
219
- endDate: {
220
- buffer: {
221
- type: 'Buffer',
222
- data: [0, 0, 1, 198, 164, 190, 208, 104],
223
- },
224
- offset: 0,
225
- },
226
- createdOn: {
227
- buffer: {
228
- type: 'Buffer',
229
- data: [0, 0, 1, 125, 45, 134, 100, 80],
230
- },
231
- offset: 0,
232
- },
233
- ruleScope: 'SERVER',
234
- createdBy: 0,
235
- modifiedBy: 15000449,
236
- modifiedOn: {
237
- buffer: {
238
- type: 'Buffer',
239
- data: [0, 0, 1, 129, 246, 66, 248, 40],
240
- },
241
- offset: 0,
242
- },
243
- name: 'Rule4',
244
- description: '',
245
- expDataType: null,
246
- ruleSetId: 8146,
247
- caseToActions: {},
248
- filterInfo: [],
249
- },
250
- {
251
- id: 51276,
252
- exp: 'true',
253
- expJSON:
254
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
255
- jsonType: 'JNODE',
256
- isActive: false,
257
- priority: -1,
258
- startDate: {
259
- buffer: {
260
- type: 'Buffer',
261
- data: [0, 0, 0, 234, 63, 32, 15, 136],
262
- },
263
- offset: 0,
264
- },
265
- endDate: {
266
- buffer: {
267
- type: 'Buffer',
268
- data: [0, 0, 1, 198, 169, 239, 187, 136],
269
- },
270
- offset: 0,
271
- },
272
- createdOn: {
273
- buffer: {
274
- type: 'Buffer',
275
- data: [0, 0, 1, 125, 50, 183, 75, 136],
276
- },
277
- offset: 0,
278
- },
279
- ruleScope: 'SERVER',
280
- createdBy: 0,
281
- modifiedBy: 15000449,
282
- modifiedOn: {
283
- buffer: {
284
- type: 'Buffer',
285
- data: [0, 0, 1, 129, 246, 66, 248, 40],
286
- },
287
- offset: 0,
288
- },
289
- name: 'Rule5',
290
- description: '',
291
- expDataType: null,
292
- ruleSetId: 8146,
293
- caseToActions: {},
294
- filterInfo: [],
295
- },
296
- {
297
- id: 51334,
298
- exp: 'true',
299
- expJSON:
300
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
301
- jsonType: 'JNODE',
302
- isActive: false,
303
- priority: -1,
304
- startDate: {
305
- buffer: {
306
- type: 'Buffer',
307
- data: [0, 0, 0, 234, 67, 221, 198, 120],
308
- },
309
- offset: 0,
310
- },
311
- endDate: {
312
- buffer: {
313
- type: 'Buffer',
314
- data: [0, 0, 1, 198, 174, 173, 114, 120],
315
- },
316
- offset: 0,
317
- },
318
- createdOn: {
319
- buffer: {
320
- type: 'Buffer',
321
- data: [0, 0, 1, 125, 55, 117, 2, 120],
322
- },
323
- offset: 0,
324
- },
325
- ruleScope: 'SERVER',
326
- createdBy: 0,
327
- modifiedBy: 15000449,
328
- modifiedOn: {
329
- buffer: {
330
- type: 'Buffer',
331
- data: [0, 0, 1, 129, 246, 66, 248, 40],
332
- },
333
- offset: 0,
334
- },
335
- name: 'Rule6',
336
- description: '',
337
- expDataType: null,
338
- ruleSetId: 8146,
339
- caseToActions: {},
340
- filterInfo: [],
341
- },
342
- {
343
- id: 51335,
344
- exp: 'currentCustomer.avgBasketSize>12',
345
- expJSON:
346
- '{"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"}]}',
347
- jsonType: 'JNODE',
348
- isActive: false,
349
- priority: -1,
350
- startDate: {
351
- buffer: {
352
- type: 'Buffer',
353
- data: [0, 0, 0, 234, 67, 229, 166, 24],
354
- },
355
- offset: 0,
356
- },
357
- endDate: {
358
- buffer: {
359
- type: 'Buffer',
360
- data: [0, 0, 1, 198, 174, 181, 82, 24],
361
- },
362
- offset: 0,
363
- },
364
- createdOn: {
365
- buffer: {
366
- type: 'Buffer',
367
- data: [0, 0, 1, 125, 55, 124, 226, 24],
368
- },
369
- offset: 0,
370
- },
371
- ruleScope: 'SERVER',
372
- createdBy: 0,
373
- modifiedBy: 15000449,
374
- modifiedOn: {
375
- buffer: {
376
- type: 'Buffer',
377
- data: [0, 0, 1, 129, 246, 66, 248, 40],
378
- },
379
- offset: 0,
380
- },
381
- name: 'Rule7',
382
- description: '',
383
- expDataType: null,
384
- ruleSetId: 8146,
385
- caseToActions: {
386
- true: [
387
- {
388
- id: 76331,
389
- actionName: 'AWARD_POINTS_ACTION',
390
- actionClass:
391
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
392
- mandatoryPropertiesValues: {
393
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
394
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
395
- ExpiryStrategy: '34165',
396
- PointType: 'Main',
397
- AwardStrategy: '34166',
398
- DelayExtendedFieldName: '',
399
- PointsRoundingStrategy: 'ACTUAL',
400
- },
401
- mandatoryComplexPropertiesValues: {},
402
- description: '4th slab',
403
- },
404
- ],
405
- },
406
- filterInfo: [],
407
- },
408
- {
409
- id: 51339,
410
- exp: 'false',
411
- expJSON:
412
- '{"arity":"literal","value":"false","type":"boolean:primitive"}',
413
- jsonType: 'JNODE',
414
- isActive: false,
415
- priority: -1,
416
- startDate: {
417
- buffer: {
418
- type: 'Buffer',
419
- data: [0, 0, 0, 234, 68, 73, 42, 168],
420
- },
421
- offset: 0,
422
- },
423
- endDate: {
424
- buffer: {
425
- type: 'Buffer',
426
- data: [0, 0, 1, 198, 175, 24, 214, 168],
427
- },
428
- offset: 0,
429
- },
430
- createdOn: {
431
- buffer: {
432
- type: 'Buffer',
433
- data: [0, 0, 1, 125, 55, 224, 106, 144],
434
- },
435
- offset: 0,
436
- },
437
- ruleScope: 'SERVER',
438
- createdBy: 0,
439
- modifiedBy: 15000449,
440
- modifiedOn: {
441
- buffer: {
442
- type: 'Buffer',
443
- data: [0, 0, 1, 129, 246, 66, 248, 40],
444
- },
445
- offset: 0,
446
- },
447
- name: 'Rule8',
448
- description: '',
449
- expDataType: null,
450
- ruleSetId: 8146,
451
- caseToActions: {},
452
- filterInfo: [],
453
- },
454
- {
455
- id: 51340,
456
- exp: 'true',
457
- expJSON:
458
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
459
- jsonType: 'JNODE',
460
- isActive: false,
461
- priority: -1,
462
- startDate: {
463
- buffer: {
464
- type: 'Buffer',
465
- data: [0, 0, 0, 234, 68, 73, 42, 168],
466
- },
467
- offset: 0,
468
- },
469
- endDate: {
470
- buffer: {
471
- type: 'Buffer',
472
- data: [0, 0, 1, 198, 175, 24, 214, 168],
473
- },
474
- offset: 0,
475
- },
476
- createdOn: {
477
- buffer: {
478
- type: 'Buffer',
479
- data: [0, 0, 1, 125, 55, 224, 106, 144],
480
- },
481
- offset: 0,
482
- },
483
- ruleScope: 'SERVER',
484
- createdBy: 0,
485
- modifiedBy: 15000449,
486
- modifiedOn: {
487
- buffer: {
488
- type: 'Buffer',
489
- data: [0, 0, 1, 129, 246, 66, 248, 40],
490
- },
491
- offset: 0,
492
- },
493
- name: 'Rule9',
494
- description: '',
495
- expDataType: null,
496
- ruleSetId: 8146,
497
- caseToActions: {},
498
- filterInfo: [],
499
- },
500
- {
501
- id: 51341,
502
- exp: 'currentCustomer.avgBasketSize==5000',
503
- expJSON:
504
- '{"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"}]}',
505
- jsonType: 'JNODE',
506
- isActive: false,
507
- priority: -1,
508
- startDate: {
509
- buffer: {
510
- type: 'Buffer',
511
- data: [0, 0, 0, 234, 68, 75, 46, 72],
512
- },
513
- offset: 0,
514
- },
515
- endDate: {
516
- buffer: {
517
- type: 'Buffer',
518
- data: [0, 0, 1, 198, 175, 26, 218, 72],
519
- },
520
- offset: 0,
521
- },
522
- createdOn: {
523
- buffer: {
524
- type: 'Buffer',
525
- data: [0, 0, 1, 125, 55, 226, 106, 72],
526
- },
527
- offset: 0,
528
- },
529
- ruleScope: 'SERVER',
530
- createdBy: 0,
531
- modifiedBy: 15000449,
532
- modifiedOn: {
533
- buffer: {
534
- type: 'Buffer',
535
- data: [0, 0, 1, 129, 246, 66, 248, 40],
536
- },
537
- offset: 0,
538
- },
539
- name: 'Rule6',
540
- description: '',
541
- expDataType: null,
542
- ruleSetId: 8146,
543
- caseToActions: {
544
- true: [
545
- {
546
- id: 76911,
547
- actionName: 'UPGRADE_SLAB_ACTION',
548
- actionClass:
549
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
550
- mandatoryPropertiesValues: {
551
- shouldRenewSlab: 'true',
552
- EvaluatedEntity: 'USER',
553
- },
554
- mandatoryComplexPropertiesValues: {},
555
- description: null,
556
- },
557
- {
558
- id: 77074,
559
- actionName: 'UPGRADE_SLAB_ACTION',
560
- actionClass:
561
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
562
- mandatoryPropertiesValues: {
563
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
564
- ToSlabSerialNumber: '2',
565
- },
566
- mandatoryComplexPropertiesValues: {},
567
- description: null,
568
- },
569
- {
570
- id: 77611,
571
- actionName: 'BILL_POINTS_ACTION',
572
- actionClass:
573
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
574
- mandatoryPropertiesValues: {
575
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
576
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
577
- EvaluatedEntity: 'USER',
578
- ZeroAwardStrategy: '79956',
579
- ExpiryStrategy: '46797',
580
- PointType: 'DelayedAccrualPointCategory',
581
- AwardStrategy: '80007',
582
- DelayExtendedFieldName: '',
583
- PointsRoundingStrategy: 'ACTUAL',
584
- },
585
- mandatoryComplexPropertiesValues: {},
586
- description: 'delayed accrual1',
587
- },
588
- {
589
- id: 77656,
590
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
591
- actionClass:
592
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
593
- mandatoryPropertiesValues: {
594
- ExpiryStrategy: '59392',
595
- PointType: 'DelayedAccrualPointCategory',
596
- AwardStrategy: '80009',
597
- },
598
- mandatoryComplexPropertiesValues: {},
599
- description: 'DelayedAccrualNightly',
600
- },
601
- {
602
- id: 77657,
603
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
604
- actionClass:
605
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
606
- mandatoryPropertiesValues: {
607
- ExpiryStrategy: '59392',
608
- PointType: 'DelayedAccrualPointCategory',
609
- AwardStrategy: '80009',
610
- },
611
- mandatoryComplexPropertiesValues: {},
612
- description: 'DelayedAccrualNightly',
613
- },
614
- ],
615
- },
616
- filterInfo: [],
617
- },
618
- {
619
- id: 51342,
620
- exp: 'true',
621
- expJSON:
622
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
623
- jsonType: 'JNODE',
624
- isActive: false,
625
- priority: -1,
626
- startDate: {
627
- buffer: {
628
- type: 'Buffer',
629
- data: [0, 0, 0, 234, 68, 75, 46, 72],
630
- },
631
- offset: 0,
632
- },
633
- endDate: {
634
- buffer: {
635
- type: 'Buffer',
636
- data: [0, 0, 1, 198, 175, 26, 218, 72],
637
- },
638
- offset: 0,
639
- },
640
- createdOn: {
641
- buffer: {
642
- type: 'Buffer',
643
- data: [0, 0, 1, 125, 55, 226, 106, 72],
644
- },
645
- offset: 0,
646
- },
647
- ruleScope: 'SERVER',
648
- createdBy: 0,
649
- modifiedBy: 15000449,
650
- modifiedOn: {
651
- buffer: {
652
- type: 'Buffer',
653
- data: [0, 0, 1, 129, 246, 66, 248, 40],
654
- },
655
- offset: 0,
656
- },
657
- name: 'Rule7',
658
- description: '',
659
- expDataType: null,
660
- ruleSetId: 8146,
661
- caseToActions: {
662
- true: [
663
- {
664
- id: 77380,
665
- actionName: 'PE_MOBILE_PUSH_ACTION',
666
- actionClass:
667
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMobilePushActionImpl',
668
- mandatoryPropertiesValues: {
669
- mobilePushAccId: 'mpush_1234',
670
- androidMobilePushTitle: 'shgs',
671
- iosMobilePushTitle: 'shds',
672
- androidMobilePushMessageBlob:
673
- '{"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":[]}',
674
- mobilePushDelay: '0',
675
- PointType: 'Main',
676
- mobilePushDelayJSON: '{"sec":"0"}',
677
- mobilePushTemplateId: '615b029bd401fc0767c5b67a',
678
- iosMobilePushMessageBlob:
679
- '{"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":[]}',
680
- },
681
- mandatoryComplexPropertiesValues: {},
682
- description: null,
683
- },
684
- {
685
- id: 77612,
686
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
687
- actionClass:
688
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
689
- mandatoryPropertiesValues: {
690
- ExpiryStrategy: '59391',
691
- PointType: 'Main',
692
- AwardStrategy: '80007',
693
- },
694
- mandatoryComplexPropertiesValues: {},
695
- description: 'delayed accrual1',
696
- },
697
- ],
698
- },
699
- filterInfo: [],
700
- },
701
- {
702
- id: 52639,
703
- exp: 'true',
704
- expJSON:
705
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
706
- jsonType: 'JNODE',
707
- isActive: true,
708
- priority: -1,
709
- startDate: {
710
- buffer: {
711
- type: 'Buffer',
712
- data: [0, 0, 0, 234, 164, 245, 253, 224],
713
- },
714
- offset: 0,
715
- },
716
- endDate: {
717
- buffer: {
718
- type: 'Buffer',
719
- data: [0, 0, 1, 199, 15, 197, 169, 224],
720
- },
721
- offset: 0,
722
- },
723
- createdOn: {
724
- buffer: {
725
- type: 'Buffer',
726
- data: [0, 0, 1, 125, 152, 141, 57, 224],
727
- },
728
- offset: 0,
729
- },
730
- ruleScope: 'SERVER',
731
- createdBy: 0,
732
- modifiedBy: 15000449,
733
- modifiedOn: {
734
- buffer: {
735
- type: 'Buffer',
736
- data: [0, 0, 1, 129, 246, 66, 248, 40],
737
- },
738
- offset: 0,
739
- },
740
- name: 'Rule10',
741
- description: '',
742
- expDataType: null,
743
- ruleSetId: 8146,
744
- caseToActions: {
745
- true: [
746
- {
747
- id: 77658,
748
- actionName: 'AWARD_POINTS_ACTION',
749
- actionClass:
750
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
751
- mandatoryPropertiesValues: {
752
- SmsCDMASenderId: '',
753
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
754
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
755
- ExpiryStrategy: '34165',
756
- SmsDomain: '',
757
- channelPriority:
758
- '[{"type":"mobile","isMandatory":true,"priority":0}]',
759
- AwardStrategy: '59386',
760
- SmsSenderId: '',
761
- SmsTemplate: 'test SMS',
762
- EvaluatedEntity: 'USER',
763
- SmsDelay: '0',
764
- PointType: 'Main',
765
- DelayExtendedFieldName: '',
766
- PointsRoundingStrategy: 'ACTUAL',
767
- SmsDelayJSON: '{"sec":"0"}',
768
- ShortenUrlCheck: '',
769
- },
770
- mandatoryComplexPropertiesValues: {},
771
- description: '4perc',
772
- },
773
- {
774
- id: 77660,
775
- actionName: 'BILL_POINTS_ACTION',
776
- actionClass:
777
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
778
- mandatoryPropertiesValues: {
779
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
780
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
781
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
782
- ZeroAwardStrategy: '59386',
783
- ExpiryStrategy: '46797',
784
- PointType: 'Main',
785
- AwardStrategy: '34166',
786
- DelayExtendedFieldName: '',
787
- PointsRoundingStrategy: 'ACTUAL',
788
- },
789
- mandatoryComplexPropertiesValues: {},
790
- description: '4th slab',
791
- },
792
- {
793
- id: 77662,
794
- actionName: 'UPGRADE_SLAB_ACTION',
795
- actionClass:
796
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
797
- mandatoryPropertiesValues: {
798
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
799
- ToSlabSerialNumber: '5',
800
- },
801
- mandatoryComplexPropertiesValues: {},
802
- description: null,
803
- },
804
- {
805
- id: 77664,
806
- actionName: 'UPGRADE_SLAB_ACTION',
807
- actionClass:
808
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
809
- mandatoryPropertiesValues: {
810
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
811
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
812
- UpgradeSlabStrategy: '25086',
813
- ExpiryStrategy: '34165',
814
- PointType: 'Main',
815
- AwardStrategy: '34166',
816
- },
817
- mandatoryComplexPropertiesValues: {},
818
- description: 'CUMULATIVE_PURCHASES',
819
- },
820
- {
821
- id: 77666,
822
- actionName: 'UPGRADE_SLAB_ACTION',
823
- actionClass:
824
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
825
- mandatoryPropertiesValues: {
826
- shouldRenewSlab: 'true',
827
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
828
- },
829
- mandatoryComplexPropertiesValues: {},
830
- description: null,
831
- },
832
- {
833
- id: 77947,
834
- actionName: 'PE_SMS_ACTION',
835
- actionClass:
836
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineSmsActionImpl',
837
- mandatoryPropertiesValues: {
838
- SmsCDMASenderId: '',
839
- SmsDomain: '',
840
- SmsDelay: '0',
841
- PointType: 'Main',
842
- SmsSenderId: '',
843
- SmsTemplate: 'new test',
844
- SmsDelayJSON: '{"sec":"0"}',
845
- ShortenUrlCheck: '',
846
- },
847
- mandatoryComplexPropertiesValues: {},
848
- description: 'new test',
849
- },
850
- {
851
- id: 77948,
852
- actionName: 'PE_MOBILE_PUSH_ACTION',
853
- actionClass:
854
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMobilePushActionImpl',
855
- mandatoryPropertiesValues: {
856
- mobilePushAccId: 'mpush_1234',
857
- androidMobilePushTitle: 'new title',
858
- iosMobilePushTitle: 'wefge',
859
- androidMobilePushMessageBlob:
860
- '{"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"}',
861
- mobilePushDelay: '0',
862
- PointType: 'Main',
863
- mobilePushDelayJSON: '{"sec":"0"}',
864
- mobilePushTemplateId: 'new_ui_mobilepush_template_id',
865
- iosMobilePushMessageBlob:
866
- '{"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"}',
867
- },
868
- mandatoryComplexPropertiesValues: {},
869
- description: null,
870
- },
871
- {
872
- id: 77949,
873
- actionName: 'PE_EMAIL_ACTION',
874
- actionClass:
875
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineEmailActionImpl',
876
- mandatoryPropertiesValues: {
877
- EmailBody:
878
- '<html>\n<head>\n\t<title></title>\n</head>\n<body>\n<p>{{first_name}}</p>\n</body>\n</html>\n',
879
- EmailSubject: 'Renamed Email ',
880
- PointType: 'Main',
881
- EmailSenderId: '',
882
- EmailDomain: '',
883
- EmailDelayJSON: '{"sec":"0"}',
884
- EmailSenderLabel: '',
885
- EmailDelay: '0',
886
- },
887
- mandatoryComplexPropertiesValues: {},
888
- description: 'Subject: Renamed Email ',
889
- },
890
- {
891
- id: 77950,
892
- actionName: 'PE_MESSAGE_ACTION',
893
- actionClass:
894
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMessageActionImpl',
895
- mandatoryPropertiesValues: {
896
- SmsCDMASenderId: '',
897
- SmsDomain: '',
898
- channelPriority:
899
- '[{"type":"mobile","isMandatory":true,"priority":0},{"type":"email","isMandatory":true,"priority":0}]',
900
- SmsSenderId: '',
901
- EmailDomain: '',
902
- SmsTemplate: 'qwerty',
903
- EmailDelayJSON: '{"sec":"0"}',
904
- EmailSenderLabel: '',
905
- EmailDelay: '0',
906
- EmailBody:
907
- '<html>\n<head>\n\t<title></title>\n</head>\n<body>\n<p>{{first_name}}</p>\n</body>\n</html>\n',
908
- EmailSubject: 'Renamed Email ',
909
- SmsDelay: '0',
910
- PointType: 'Main',
911
- EmailSenderId: '',
912
- SmsDelayJSON: '{"sec":"0"}',
913
- ShortenUrlCheck: '',
914
- },
915
- mandatoryComplexPropertiesValues: {},
916
- description: 'messages template',
917
- },
918
- {
919
- id: 78184,
920
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
921
- actionClass:
922
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
923
- mandatoryPropertiesValues: {
924
- ExpiryStrategy: '59391',
925
- PointType: 'DelayedAccrualPointCategory',
926
- AwardStrategy: '80008',
927
- },
928
- mandatoryComplexPropertiesValues: {},
929
- description: 'delay',
930
- },
931
- {
932
- id: 78185,
933
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
934
- actionClass:
935
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
936
- mandatoryPropertiesValues: {
937
- ExpiryStrategy: '79585',
938
- PointType: 'DelayedAccrualPointCategory',
939
- AwardStrategy: '80008',
940
- },
941
- mandatoryComplexPropertiesValues: {},
942
- description: 'delay',
943
- },
944
- {
945
- id: 87301,
946
- actionName: 'PE_ISSUE_VOUCHER_ACTION',
947
- actionClass:
948
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineIssueVoucherActionImpl',
949
- mandatoryPropertiesValues: {
950
- VoucherSeriesId: '107497',
951
- },
952
- mandatoryComplexPropertiesValues: {},
953
- description: 'CPN_1587271857121',
954
- },
955
- {
956
- id: 87302,
957
- actionName: 'FORWARD',
958
- actionClass:
959
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
960
- mandatoryPropertiesValues: {
961
- shouldTenderUnroll: 'true',
962
- ruleset: 'ruleset_20220614101956',
963
- useProportions: 'true',
964
- shouldUnroll: 'true',
965
- maximizePoints: 'true',
966
- },
967
- mandatoryComplexPropertiesValues: {},
968
- description: 'ruleset_20220614101956',
969
- },
970
- ],
971
- false: [
972
- {
973
- id: 86725,
974
- actionName: 'AWARD_POINTS_ACTION',
975
- actionClass:
976
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
977
- mandatoryPropertiesValues: {
978
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
979
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
980
- EvaluatedEntity: 'USER',
981
- ExpiryStrategy: '34165',
982
- PointType: 'Main',
983
- AwardStrategy: '34166',
984
- DelayExtendedFieldName: '',
985
- PointsRoundingStrategy: 'ACTUAL',
986
- },
987
- mandatoryComplexPropertiesValues: {},
988
- description: '4th slab',
989
- },
990
- {
991
- id: 86726,
992
- actionName: 'UPGRADE_SLAB_ACTION',
993
- actionClass:
994
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
995
- mandatoryPropertiesValues: {
996
- EvaluatedEntity: 'USER',
997
- UpgradeSlabStrategy: '25086',
998
- },
999
- mandatoryComplexPropertiesValues: {},
1000
- description: 'CUMULATIVE_PURCHASES',
1001
- },
1002
- {
1003
- id: 86727,
1004
- actionName: 'UPGRADE_SLAB_ACTION',
1005
- actionClass:
1006
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
1007
- mandatoryPropertiesValues: {
1008
- EvaluatedEntity: 'USER',
1009
- ToSlabSerialNumber: '3',
1010
- },
1011
- mandatoryComplexPropertiesValues: {},
1012
- description: null,
1013
- },
1014
- {
1015
- id: 86728,
1016
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
1017
- actionClass:
1018
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
1019
- mandatoryPropertiesValues: {
1020
- ExpiryStrategy: '34165',
1021
- PointType: 'Main',
1022
- AwardStrategy: '46718',
1023
- },
1024
- mandatoryComplexPropertiesValues: {},
1025
- description: '5',
1026
- },
1027
- {
1028
- id: 86729,
1029
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
1030
- actionClass:
1031
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
1032
- mandatoryPropertiesValues: {
1033
- ExpiryStrategy: '25087',
1034
- PointType: 'DelayedAccrualPointCategory',
1035
- AwardStrategy: '80009',
1036
- },
1037
- mandatoryComplexPropertiesValues: {},
1038
- description: 'DelayedAccrualNightly',
1039
- },
1040
- {
1041
- id: 86730,
1042
- actionName: 'PE_ISSUE_VOUCHER_ACTION',
1043
- actionClass:
1044
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineIssueVoucherActionImpl',
1045
- mandatoryPropertiesValues: {
1046
- VoucherSeriesId: '107497',
1047
- },
1048
- mandatoryComplexPropertiesValues: {},
1049
- description: 'CPN_1587271857121',
1050
- },
1051
- {
1052
- id: 86731,
1053
- actionName: 'UPGRADE_SLAB_ACTION',
1054
- actionClass:
1055
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
1056
- mandatoryPropertiesValues: {
1057
- shouldRenewSlab: 'true',
1058
- EvaluatedEntity: 'USER',
1059
- },
1060
- mandatoryComplexPropertiesValues: {},
1061
- description: null,
1062
- },
1063
- {
1064
- id: 86732,
1065
- actionName: 'BILL_POINTS_ACTION',
1066
- actionClass:
1067
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
1068
- mandatoryPropertiesValues: {
1069
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
1070
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
1071
- EvaluatedEntity: 'USER',
1072
- ZeroAwardStrategy: '80007',
1073
- ExpiryStrategy: '25087',
1074
- PointType: 'Main',
1075
- AwardStrategy: '59386',
1076
- DelayExtendedFieldName: '',
1077
- PointsRoundingStrategy: 'ACTUAL',
1078
- },
1079
- mandatoryComplexPropertiesValues: {},
1080
- description: '4perc',
1081
- },
1082
- ],
1083
- },
1084
- filterInfo: [],
1085
- },
1086
- {
1087
- id: 61553,
1088
- exp: 'true',
1089
- expJSON:
1090
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1091
- jsonType: 'JNODE',
1092
- isActive: false,
1093
- priority: -1,
1094
- startDate: {
1095
- buffer: {
1096
- type: 'Buffer',
1097
- data: [0, 0, 0, 237, 164, 180, 159, 240],
1098
- },
1099
- offset: 0,
1100
- },
1101
- endDate: {
1102
- buffer: {
1103
- type: 'Buffer',
1104
- data: [0, 0, 1, 202, 20, 170, 167, 240],
1105
- },
1106
- offset: 0,
1107
- },
1108
- createdOn: {
1109
- buffer: {
1110
- type: 'Buffer',
1111
- data: [0, 0, 1, 128, 152, 75, 219, 240],
1112
- },
1113
- offset: 0,
1114
- },
1115
- ruleScope: 'SERVER',
1116
- createdBy: 0,
1117
- modifiedBy: 15000449,
1118
- modifiedOn: {
1119
- buffer: {
1120
- type: 'Buffer',
1121
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1122
- },
1123
- offset: 0,
1124
- },
1125
- name: 'Rule13',
1126
- description: '',
1127
- expDataType: null,
1128
- ruleSetId: 8146,
1129
- caseToActions: {
1130
- true: [
1131
- {
1132
- id: 86720,
1133
- actionName: 'FORWARD',
1134
- actionClass:
1135
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
1136
- mandatoryPropertiesValues: {
1137
- shouldTenderUnroll: 'false',
1138
- ruleset: 'ruleset_20220506130528',
1139
- useProportions: 'false',
1140
- shouldUnroll: 'false',
1141
- maximizePoints: 'false',
1142
- },
1143
- mandatoryComplexPropertiesValues: {},
1144
- description: 'ruleset_20220506130528',
1145
- },
1146
- ],
1147
- },
1148
- filterInfo: [],
1149
- },
1150
- {
1151
- id: 61554,
1152
- exp: 'true',
1153
- expJSON:
1154
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1155
- jsonType: 'JNODE',
1156
- isActive: false,
1157
- priority: -1,
1158
- startDate: {
1159
- buffer: {
1160
- type: 'Buffer',
1161
- data: [0, 0, 0, 237, 164, 180, 206, 208],
1162
- },
1163
- offset: 0,
1164
- },
1165
- endDate: {
1166
- buffer: {
1167
- type: 'Buffer',
1168
- data: [0, 0, 1, 202, 20, 170, 214, 208],
1169
- },
1170
- offset: 0,
1171
- },
1172
- createdOn: {
1173
- buffer: {
1174
- type: 'Buffer',
1175
- data: [0, 0, 1, 128, 152, 76, 18, 160],
1176
- },
1177
- offset: 0,
1178
- },
1179
- ruleScope: 'SERVER',
1180
- createdBy: 0,
1181
- modifiedBy: 15000449,
1182
- modifiedOn: {
1183
- buffer: {
1184
- type: 'Buffer',
1185
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1186
- },
1187
- offset: 0,
1188
- },
1189
- name: 'Rule13',
1190
- description: '',
1191
- expDataType: null,
1192
- ruleSetId: 8146,
1193
- caseToActions: {
1194
- true: [
1195
- {
1196
- id: 86721,
1197
- actionName: 'FORWARD',
1198
- actionClass:
1199
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
1200
- mandatoryPropertiesValues: {
1201
- shouldTenderUnroll: 'false',
1202
- ruleset: 'ruleset_20220506130528',
1203
- useProportions: 'false',
1204
- shouldUnroll: 'false',
1205
- maximizePoints: 'false',
1206
- },
1207
- mandatoryComplexPropertiesValues: {},
1208
- description: 'ruleset_20220506130528',
1209
- },
1210
- ],
1211
- },
1212
- filterInfo: [],
1213
- },
1214
- {
1215
- id: 61555,
1216
- exp: 'true',
1217
- expJSON:
1218
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1219
- jsonType: 'JNODE',
1220
- isActive: false,
1221
- priority: -1,
1222
- startDate: {
1223
- buffer: {
1224
- type: 'Buffer',
1225
- data: [0, 0, 0, 237, 164, 181, 220, 88],
1226
- },
1227
- offset: 0,
1228
- },
1229
- endDate: {
1230
- buffer: {
1231
- type: 'Buffer',
1232
- data: [0, 0, 1, 202, 20, 171, 228, 88],
1233
- },
1234
- offset: 0,
1235
- },
1236
- createdOn: {
1237
- buffer: {
1238
- type: 'Buffer',
1239
- data: [0, 0, 1, 128, 152, 77, 28, 64],
1240
- },
1241
- offset: 0,
1242
- },
1243
- ruleScope: 'SERVER',
1244
- createdBy: 0,
1245
- modifiedBy: 15000449,
1246
- modifiedOn: {
1247
- buffer: {
1248
- type: 'Buffer',
1249
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1250
- },
1251
- offset: 0,
1252
- },
1253
- name: 'Rule13',
1254
- description: '',
1255
- expDataType: null,
1256
- ruleSetId: 8146,
1257
- caseToActions: {
1258
- true: [
1259
- {
1260
- id: 86722,
1261
- actionName: 'FORWARD',
1262
- actionClass:
1263
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
1264
- mandatoryPropertiesValues: {
1265
- shouldTenderUnroll: 'false',
1266
- ruleset: 'ruleset_20220506130528',
1267
- useProportions: 'false',
1268
- shouldUnroll: 'false',
1269
- maximizePoints: 'false',
1270
- },
1271
- mandatoryComplexPropertiesValues: {},
1272
- description: 'ruleset_20220506130528',
1273
- },
1274
- ],
1275
- },
1276
- filterInfo: [],
1277
- },
1278
- {
1279
- id: 61556,
1280
- exp: 'true',
1281
- expJSON:
1282
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1283
- jsonType: 'JNODE',
1284
- isActive: true,
1285
- priority: -1,
1286
- startDate: {
1287
- buffer: {
1288
- type: 'Buffer',
1289
- data: [0, 0, 0, 237, 164, 183, 130, 56],
1290
- },
1291
- offset: 0,
1292
- },
1293
- endDate: {
1294
- buffer: {
1295
- type: 'Buffer',
1296
- data: [0, 0, 1, 202, 20, 173, 138, 56],
1297
- },
1298
- offset: 0,
1299
- },
1300
- createdOn: {
1301
- buffer: {
1302
- type: 'Buffer',
1303
- data: [0, 0, 1, 128, 152, 78, 194, 32],
1304
- },
1305
- offset: 0,
1306
- },
1307
- ruleScope: 'SERVER',
1308
- createdBy: 0,
1309
- modifiedBy: 15000449,
1310
- modifiedOn: {
1311
- buffer: {
1312
- type: 'Buffer',
1313
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1314
- },
1315
- offset: 0,
1316
- },
1317
- name: 'Rule13',
1318
- description: '',
1319
- expDataType: null,
1320
- ruleSetId: 8146,
1321
- caseToActions: {
1322
- true: [
1323
- {
1324
- id: 86723,
1325
- actionName: 'FORWARD',
1326
- actionClass:
1327
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
1328
- mandatoryPropertiesValues: {
1329
- shouldTenderUnroll: 'false',
1330
- ruleset: 'ruleset_20220506130528',
1331
- useProportions: 'false',
1332
- shouldUnroll: 'false',
1333
- maximizePoints: 'false',
1334
- },
1335
- mandatoryComplexPropertiesValues: {},
1336
- description: 'ruleset_20220506130528',
1337
- },
1338
- {
1339
- id: 87054,
1340
- actionName: 'AWARD_POINTS_ACTION',
1341
- actionClass:
1342
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
1343
- mandatoryPropertiesValues: {
1344
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
1345
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
1346
- EvaluatedEntity: 'USER',
1347
- ExpiryStrategy: '46797',
1348
- PointType: 'Main',
1349
- AwardStrategy: '46718',
1350
- DelayExtendedFieldName: '',
1351
- PointsRoundingStrategy: 'ACTUAL',
1352
- },
1353
- mandatoryComplexPropertiesValues: {},
1354
- description: '5',
1355
- },
1356
- ],
1357
- },
1358
- filterInfo: [],
1359
- },
1360
- ],
1361
- filterInfo: [],
1362
- cappingInfo: [
1363
- {
1364
- id: 49,
1365
- orgId: 1685,
1366
- name: 'TotalPointsCapping',
1367
- className:
1368
- 'com.capillary.shopbook.emf.impl.capping.TotalPointsCappingImpl',
1369
- propertyValuesJson: '{"totalPointsLimit":"2323"}',
1370
- },
1371
- {
1372
- id: 50,
1373
- orgId: 1685,
1374
- name: 'TenderSumSourceValueCapping',
1375
- className:
1376
- 'com.capillary.shopbook.emf.impl.capping.TenderSumSourceValueCappingImpl',
1377
- propertyValuesJson:
1378
- '{"isInclude":"true","selectedTenderCombinationIds":["752"]}',
1379
- },
1380
- ],
1381
- },
1382
- ],
1383
- eventType: 'TransactionAdd',
1384
- selectedRuleset: '8146',
1385
- selectedTab: '',
1386
- rulesetData: {
1387
- getRulesetsStatus: 'SUCCESS',
1388
- },
1389
- scopingData: {
1390
- getStoresRequest: 'SUCCESS',
1391
- getZonesRequest: 'SUCCESS',
1392
- getConceptsRequest: 'SUCCESS',
1393
- getStoresError: null,
1394
- getConceptsError: null,
1395
- getZonesError: null,
1396
- stores: [
1397
- {
1398
- id: 50018137,
1399
- isActive: 1,
1400
- code: 'campaign_points_store',
1401
- name: 'CAMPAIGN_POINTS_STORE',
1402
- description: '',
1403
- lastUpdatedBy: 15000449,
1404
- },
1405
- {
1406
- id: 15149075,
1407
- isActive: 1,
1408
- code: 'store1',
1409
- name: 'Store One',
1410
- description: 'first store',
1411
- lastUpdatedBy: 15000449,
1412
- },
1413
- {
1414
- id: 50016639,
1415
- isActive: 1,
1416
- code: 'store2',
1417
- name: 'Store Two',
1418
- description: 'Second store',
1419
- lastUpdatedBy: 15000449,
1420
- },
1421
- ],
1422
- concepts: [
1423
- {
1424
- id: 50140676,
1425
- isActive: 1,
1426
- code: 'concept.01',
1427
- name: 'one',
1428
- description: 'desc',
1429
- lastUpdatedBy: 15000449,
1430
- },
1431
- {
1432
- id: 15135723,
1433
- isActive: 1,
1434
- code: 'root',
1435
- name: 'ROOT',
1436
- description: 'This Is The Auto Generated Root Concept',
1437
- lastUpdatedBy: 15000449,
1438
- },
1439
- ],
1440
- zones: [
1441
- {
1442
- id: 50016637,
1443
- isActive: 1,
1444
- code: 'north',
1445
- name: 'North',
1446
- description: 'Second zone',
1447
- lastUpdatedBy: 15000449,
1448
- },
1449
- {
1450
- id: 15135724,
1451
- isActive: 1,
1452
- code: 'root',
1453
- name: 'ROOT',
1454
- description: 'This Is The Auto Generated Root Zone',
1455
- lastUpdatedBy: 15000449,
1456
- },
1457
- {
1458
- id: 15149074,
1459
- isActive: 1,
1460
- code: 'south',
1461
- name: 'South',
1462
- description: 'First zone',
1463
- lastUpdatedBy: 15000449,
1464
- },
1465
- {
1466
- id: 50653677,
1467
- isActive: 1,
1468
- code: 'west',
1469
- name: 'WEST',
1470
- description: 'WEST zone',
1471
- lastUpdatedBy: 15000449,
1472
- },
1473
- ],
1474
- getEventSource: 'SUCCESS',
1475
- eventSource: [
1476
- 'WEB_ENGAGE__mpush_1234',
1477
- 'LINE__5db19831219b0531c703c05e56a8b727',
1478
- 'VIBER__test_account_id',
1479
- 'RCS__DetailsForGW1',
1480
- 'INSTORE',
1481
- ],
1482
- getEventSourceError: null,
1483
- getClusterRequest: 'SUCCESS',
1484
- cluster: [
1485
- {
1486
- id: 'TestSanity',
1487
- orgId: 1492,
1488
- name: 'TestSanity',
1489
- status: 'ACTIVE',
1490
- segmentValues: [
1491
- {
1492
- id: 'TestSanity',
1493
- value: 'TestSanity',
1494
- },
1495
- ],
1496
- },
1497
- {
1498
- id: 'Migration1',
1499
- orgId: 1492,
1500
- name: 'Migration1',
1501
- status: 'ACTIVE',
1502
- segmentValues: [
1503
- {
1504
- id: 'High',
1505
- value: 'High',
1506
- },
1507
- {
1508
- id: 'Medium',
1509
- value: 'Medium',
1510
- },
1511
- ],
1512
- },
1513
- {
1514
- id: 'test_segments',
1515
- orgId: 1492,
1516
- name: 'test_segments',
1517
- status: 'ACTIVE',
1518
- segmentValues: [
1519
- {
1520
- id: 'Active',
1521
- value: 'Active',
1522
- },
1523
- {
1524
- id: 'lapsed',
1525
- value: 'lapsed',
1526
- },
1527
- {
1528
- id: 'lost',
1529
- value: 'lost',
1530
- },
1531
- ],
1532
- },
1533
- {
1534
- id: 'sssh filter',
1535
- orgId: 1492,
1536
- name: 'sssh filter',
1537
- status: 'ACTIVE',
1538
- segmentValues: [
1539
- {
1540
- id: 'ssh er12',
1541
- value: 'ssh er12',
1542
- },
1543
- ],
1544
- },
1545
- {
1546
- id: 'QSIWriteETL',
1547
- orgId: 1492,
1548
- name: 'QSIWriteETL',
1549
- status: 'ACTIVE',
1550
- segmentValues: [
1551
- {
1552
- id: 'High',
1553
- value: 'High',
1554
- },
1555
- {
1556
- id: 'Low',
1557
- value: 'Low',
1558
- },
1559
- {
1560
- id: 'Medium',
1561
- value: 'Medium',
1562
- },
1563
- ],
1564
- },
1565
- ],
1566
- getClusterError: null,
1567
- },
1568
- status: {
1569
- saveScopingStatus: 'SUCCESS',
1570
- },
1571
- actions: {},
1572
- capActions: {},
1573
- history: {
1574
- length: 4,
1575
- action: 'PUSH',
1576
- location: {
1577
- pathname: '/loyalty/ui/program/968/configure',
1578
- search: '',
1579
- hash: '',
1580
- key: 'qn3cnn',
1581
- },
1582
- },
1583
- location: {
1584
- pathname: '/loyalty/ui/program/968/configure',
1585
- search: '',
1586
- hash: '',
1587
- key: 'qn3cnn',
1588
- },
1589
- match: {
1590
- path: '/loyalty/ui/program/:programId/:mode',
1591
- url: '/loyalty/ui/program/968/configure',
1592
- isExact: true,
1593
- params: {
1594
- programId: '968',
1595
- mode: 'configure',
1596
- },
1597
- },
1598
- primary: [],
1599
- isSaveDisabled: false,
1600
- };
1601
-
1602
- export const editRulesetData = {
1603
- rulesets: [
1604
- {
1605
- id: 8146,
1606
- orgName: 'Consistency',
1607
- contextID: 968,
1608
- orgID: 1685,
1609
- contextType: 'program',
1610
- ruleScope: 'SERVER',
1611
- startDate: {
1612
- buffer: {
1613
- type: 'Buffer',
1614
- data: [0, 0, 0, 195, 161, 4, 71, 184],
1615
- },
1616
- offset: 0,
1617
- },
1618
- endDate: {
1619
- buffer: {
1620
- type: 'Buffer',
1621
- data: [0, 0, 1, 160, 11, 211, 243, 184],
1622
- },
1623
- offset: 0,
1624
- },
1625
- createdOn: {
1626
- buffer: {
1627
- type: 'Buffer',
1628
- data: [0, 0, 1, 86, 148, 155, 131, 184],
1629
- },
1630
- offset: 0,
1631
- },
1632
- createdBy: 0,
1633
- modifiedBy: 15000449,
1634
- modifiedOn: {
1635
- buffer: {
1636
- type: 'Buffer',
1637
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1638
- },
1639
- offset: 0,
1640
- },
1641
- name: 'NewBill_RS_Start',
1642
- packageName: '',
1643
- description: 'NewBill_RS_Start',
1644
- isPrivate: false,
1645
- eventName: 'TransactionAdd',
1646
- rules: [
1647
- {
1648
- id: 9002,
1649
- exp: 'currentTxn.basketIncludes("hello there","how are you")',
1650
- expJSON:
1651
- '{"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"}]}',
1652
- jsonType: 'JNODE',
1653
- isActive: false,
1654
- priority: 1,
1655
- startDate: {
1656
- buffer: {
1657
- type: 'Buffer',
1658
- data: [0, 0, 0, 195, 161, 4, 71, 184],
1659
- },
1660
- offset: 0,
1661
- },
1662
- endDate: {
1663
- buffer: {
1664
- type: 'Buffer',
1665
- data: [0, 0, 1, 160, 11, 211, 243, 184],
1666
- },
1667
- offset: 0,
1668
- },
1669
- createdOn: {
1670
- buffer: {
1671
- type: 'Buffer',
1672
- data: [0, 0, 1, 86, 148, 155, 131, 184],
1673
- },
1674
- offset: 0,
1675
- },
1676
- ruleScope: 'SERVER',
1677
- createdBy: 0,
1678
- modifiedBy: 15000449,
1679
- modifiedOn: {
1680
- buffer: {
1681
- type: 'Buffer',
1682
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1683
- },
1684
- offset: 0,
1685
- },
1686
- name: 'rule0',
1687
- description: 'default_rule',
1688
- expDataType: null,
1689
- ruleSetId: 8146,
1690
- caseToActions: {
1691
- true: [
1692
- {
1693
- id: 75890,
1694
- actionName: 'AWARD_POINTS_ACTION',
1695
- actionClass:
1696
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
1697
- mandatoryPropertiesValues: {
1698
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
1699
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
1700
- ExpiryStrategy: '25087',
1701
- PointType: 'DelayedAccrualPointCategory',
1702
- AwardStrategy: '79955',
1703
- DelayExtendedFieldName: '',
1704
- PointsRoundingStrategy: 'ACTUAL',
1705
- },
1706
- mandatoryComplexPropertiesValues: {},
1707
- description: 'WDA',
1708
- },
1709
- ],
1710
- },
1711
- filterInfo: [],
1712
- },
1713
- {
1714
- id: 51161,
1715
- exp: 'currentCustomer.avgBasketSize>900',
1716
- expJSON:
1717
- '{"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"}]}',
1718
- jsonType: 'JNODE',
1719
- isActive: false,
1720
- priority: -1,
1721
- startDate: {
1722
- buffer: {
1723
- type: 'Buffer',
1724
- data: [0, 0, 0, 234, 57, 239, 36, 104],
1725
- },
1726
- offset: 0,
1727
- },
1728
- endDate: {
1729
- buffer: {
1730
- type: 'Buffer',
1731
- data: [0, 0, 1, 198, 164, 190, 208, 104],
1732
- },
1733
- offset: 0,
1734
- },
1735
- createdOn: {
1736
- buffer: {
1737
- type: 'Buffer',
1738
- data: [0, 0, 1, 125, 45, 134, 100, 80],
1739
- },
1740
- offset: 0,
1741
- },
1742
- ruleScope: 'SERVER',
1743
- createdBy: 0,
1744
- modifiedBy: 15000449,
1745
- modifiedOn: {
1746
- buffer: {
1747
- type: 'Buffer',
1748
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1749
- },
1750
- offset: 0,
1751
- },
1752
- name: 'Rule2',
1753
- description: '',
1754
- expDataType: null,
1755
- ruleSetId: 8146,
1756
- caseToActions: {},
1757
- filterInfo: [],
1758
- },
1759
- {
1760
- id: 51162,
1761
- exp: 'true',
1762
- expJSON:
1763
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1764
- jsonType: 'JNODE',
1765
- isActive: false,
1766
- priority: -1,
1767
- startDate: {
1768
- buffer: {
1769
- type: 'Buffer',
1770
- data: [0, 0, 0, 234, 57, 239, 36, 104],
1771
- },
1772
- offset: 0,
1773
- },
1774
- endDate: {
1775
- buffer: {
1776
- type: 'Buffer',
1777
- data: [0, 0, 1, 198, 164, 190, 208, 104],
1778
- },
1779
- offset: 0,
1780
- },
1781
- createdOn: {
1782
- buffer: {
1783
- type: 'Buffer',
1784
- data: [0, 0, 1, 125, 45, 134, 100, 80],
1785
- },
1786
- offset: 0,
1787
- },
1788
- ruleScope: 'SERVER',
1789
- createdBy: 0,
1790
- modifiedBy: 15000449,
1791
- modifiedOn: {
1792
- buffer: {
1793
- type: 'Buffer',
1794
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1795
- },
1796
- offset: 0,
1797
- },
1798
- name: 'Rule3',
1799
- description: '',
1800
- expDataType: null,
1801
- ruleSetId: 8146,
1802
- caseToActions: {},
1803
- filterInfo: [],
1804
- },
1805
- {
1806
- id: 51163,
1807
- exp: 'false',
1808
- expJSON:
1809
- '{"arity":"literal","value":"false","type":"boolean:primitive"}',
1810
- jsonType: 'JNODE',
1811
- isActive: false,
1812
- priority: -1,
1813
- startDate: {
1814
- buffer: {
1815
- type: 'Buffer',
1816
- data: [0, 0, 0, 234, 57, 239, 36, 104],
1817
- },
1818
- offset: 0,
1819
- },
1820
- endDate: {
1821
- buffer: {
1822
- type: 'Buffer',
1823
- data: [0, 0, 1, 198, 164, 190, 208, 104],
1824
- },
1825
- offset: 0,
1826
- },
1827
- createdOn: {
1828
- buffer: {
1829
- type: 'Buffer',
1830
- data: [0, 0, 1, 125, 45, 134, 100, 80],
1831
- },
1832
- offset: 0,
1833
- },
1834
- ruleScope: 'SERVER',
1835
- createdBy: 0,
1836
- modifiedBy: 15000449,
1837
- modifiedOn: {
1838
- buffer: {
1839
- type: 'Buffer',
1840
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1841
- },
1842
- offset: 0,
1843
- },
1844
- name: 'Rule4',
1845
- description: '',
1846
- expDataType: null,
1847
- ruleSetId: 8146,
1848
- caseToActions: {},
1849
- filterInfo: [],
1850
- },
1851
- {
1852
- id: 51276,
1853
- exp: 'true',
1854
- expJSON:
1855
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1856
- jsonType: 'JNODE',
1857
- isActive: false,
1858
- priority: -1,
1859
- startDate: {
1860
- buffer: {
1861
- type: 'Buffer',
1862
- data: [0, 0, 0, 234, 63, 32, 15, 136],
1863
- },
1864
- offset: 0,
1865
- },
1866
- endDate: {
1867
- buffer: {
1868
- type: 'Buffer',
1869
- data: [0, 0, 1, 198, 169, 239, 187, 136],
1870
- },
1871
- offset: 0,
1872
- },
1873
- createdOn: {
1874
- buffer: {
1875
- type: 'Buffer',
1876
- data: [0, 0, 1, 125, 50, 183, 75, 136],
1877
- },
1878
- offset: 0,
1879
- },
1880
- ruleScope: 'SERVER',
1881
- createdBy: 0,
1882
- modifiedBy: 15000449,
1883
- modifiedOn: {
1884
- buffer: {
1885
- type: 'Buffer',
1886
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1887
- },
1888
- offset: 0,
1889
- },
1890
- name: 'Rule5',
1891
- description: '',
1892
- expDataType: null,
1893
- ruleSetId: 8146,
1894
- caseToActions: {},
1895
- filterInfo: [],
1896
- },
1897
- {
1898
- id: 51334,
1899
- exp: 'true',
1900
- expJSON:
1901
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
1902
- jsonType: 'JNODE',
1903
- isActive: false,
1904
- priority: -1,
1905
- startDate: {
1906
- buffer: {
1907
- type: 'Buffer',
1908
- data: [0, 0, 0, 234, 67, 221, 198, 120],
1909
- },
1910
- offset: 0,
1911
- },
1912
- endDate: {
1913
- buffer: {
1914
- type: 'Buffer',
1915
- data: [0, 0, 1, 198, 174, 173, 114, 120],
1916
- },
1917
- offset: 0,
1918
- },
1919
- createdOn: {
1920
- buffer: {
1921
- type: 'Buffer',
1922
- data: [0, 0, 1, 125, 55, 117, 2, 120],
1923
- },
1924
- offset: 0,
1925
- },
1926
- ruleScope: 'SERVER',
1927
- createdBy: 0,
1928
- modifiedBy: 15000449,
1929
- modifiedOn: {
1930
- buffer: {
1931
- type: 'Buffer',
1932
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1933
- },
1934
- offset: 0,
1935
- },
1936
- name: 'Rule6',
1937
- description: '',
1938
- expDataType: null,
1939
- ruleSetId: 8146,
1940
- caseToActions: {},
1941
- filterInfo: [],
1942
- },
1943
- {
1944
- id: 51335,
1945
- exp: 'currentCustomer.avgBasketSize>12',
1946
- expJSON:
1947
- '{"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"}]}',
1948
- jsonType: 'JNODE',
1949
- isActive: false,
1950
- priority: -1,
1951
- startDate: {
1952
- buffer: {
1953
- type: 'Buffer',
1954
- data: [0, 0, 0, 234, 67, 229, 166, 24],
1955
- },
1956
- offset: 0,
1957
- },
1958
- endDate: {
1959
- buffer: {
1960
- type: 'Buffer',
1961
- data: [0, 0, 1, 198, 174, 181, 82, 24],
1962
- },
1963
- offset: 0,
1964
- },
1965
- createdOn: {
1966
- buffer: {
1967
- type: 'Buffer',
1968
- data: [0, 0, 1, 125, 55, 124, 226, 24],
1969
- },
1970
- offset: 0,
1971
- },
1972
- ruleScope: 'SERVER',
1973
- createdBy: 0,
1974
- modifiedBy: 15000449,
1975
- modifiedOn: {
1976
- buffer: {
1977
- type: 'Buffer',
1978
- data: [0, 0, 1, 129, 246, 66, 248, 40],
1979
- },
1980
- offset: 0,
1981
- },
1982
- name: 'Rule7',
1983
- description: '',
1984
- expDataType: null,
1985
- ruleSetId: 8146,
1986
- caseToActions: {
1987
- true: [
1988
- {
1989
- id: 76331,
1990
- actionName: 'AWARD_POINTS_ACTION',
1991
- actionClass:
1992
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
1993
- mandatoryPropertiesValues: {
1994
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
1995
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
1996
- ExpiryStrategy: '34165',
1997
- PointType: 'Main',
1998
- AwardStrategy: '34166',
1999
- DelayExtendedFieldName: '',
2000
- PointsRoundingStrategy: 'ACTUAL',
2001
- },
2002
- mandatoryComplexPropertiesValues: {},
2003
- description: '4th slab',
2004
- },
2005
- ],
2006
- },
2007
- filterInfo: [],
2008
- },
2009
- {
2010
- id: 51339,
2011
- exp: 'false',
2012
- expJSON:
2013
- '{"arity":"literal","value":"false","type":"boolean:primitive"}',
2014
- jsonType: 'JNODE',
2015
- isActive: false,
2016
- priority: -1,
2017
- startDate: {
2018
- buffer: {
2019
- type: 'Buffer',
2020
- data: [0, 0, 0, 234, 68, 73, 42, 168],
2021
- },
2022
- offset: 0,
2023
- },
2024
- endDate: {
2025
- buffer: {
2026
- type: 'Buffer',
2027
- data: [0, 0, 1, 198, 175, 24, 214, 168],
2028
- },
2029
- offset: 0,
2030
- },
2031
- createdOn: {
2032
- buffer: {
2033
- type: 'Buffer',
2034
- data: [0, 0, 1, 125, 55, 224, 106, 144],
2035
- },
2036
- offset: 0,
2037
- },
2038
- ruleScope: 'SERVER',
2039
- createdBy: 0,
2040
- modifiedBy: 15000449,
2041
- modifiedOn: {
2042
- buffer: {
2043
- type: 'Buffer',
2044
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2045
- },
2046
- offset: 0,
2047
- },
2048
- name: 'Rule8',
2049
- description: '',
2050
- expDataType: null,
2051
- ruleSetId: 8146,
2052
- caseToActions: {},
2053
- filterInfo: [],
2054
- },
2055
- {
2056
- id: 51340,
2057
- exp: 'true',
2058
- expJSON:
2059
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2060
- jsonType: 'JNODE',
2061
- isActive: false,
2062
- priority: -1,
2063
- startDate: {
2064
- buffer: {
2065
- type: 'Buffer',
2066
- data: [0, 0, 0, 234, 68, 73, 42, 168],
2067
- },
2068
- offset: 0,
2069
- },
2070
- endDate: {
2071
- buffer: {
2072
- type: 'Buffer',
2073
- data: [0, 0, 1, 198, 175, 24, 214, 168],
2074
- },
2075
- offset: 0,
2076
- },
2077
- createdOn: {
2078
- buffer: {
2079
- type: 'Buffer',
2080
- data: [0, 0, 1, 125, 55, 224, 106, 144],
2081
- },
2082
- offset: 0,
2083
- },
2084
- ruleScope: 'SERVER',
2085
- createdBy: 0,
2086
- modifiedBy: 15000449,
2087
- modifiedOn: {
2088
- buffer: {
2089
- type: 'Buffer',
2090
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2091
- },
2092
- offset: 0,
2093
- },
2094
- name: 'Rule9',
2095
- description: '',
2096
- expDataType: null,
2097
- ruleSetId: 8146,
2098
- caseToActions: {},
2099
- filterInfo: [],
2100
- },
2101
- {
2102
- id: 51341,
2103
- exp: 'currentCustomer.avgBasketSize==5000',
2104
- expJSON:
2105
- '{"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"}]}',
2106
- jsonType: 'JNODE',
2107
- isActive: false,
2108
- priority: -1,
2109
- startDate: {
2110
- buffer: {
2111
- type: 'Buffer',
2112
- data: [0, 0, 0, 234, 68, 75, 46, 72],
2113
- },
2114
- offset: 0,
2115
- },
2116
- endDate: {
2117
- buffer: {
2118
- type: 'Buffer',
2119
- data: [0, 0, 1, 198, 175, 26, 218, 72],
2120
- },
2121
- offset: 0,
2122
- },
2123
- createdOn: {
2124
- buffer: {
2125
- type: 'Buffer',
2126
- data: [0, 0, 1, 125, 55, 226, 106, 72],
2127
- },
2128
- offset: 0,
2129
- },
2130
- ruleScope: 'SERVER',
2131
- createdBy: 0,
2132
- modifiedBy: 15000449,
2133
- modifiedOn: {
2134
- buffer: {
2135
- type: 'Buffer',
2136
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2137
- },
2138
- offset: 0,
2139
- },
2140
- name: 'Rule6',
2141
- description: '',
2142
- expDataType: null,
2143
- ruleSetId: 8146,
2144
- caseToActions: {
2145
- true: [
2146
- {
2147
- id: 76911,
2148
- actionName: 'UPGRADE_SLAB_ACTION',
2149
- actionClass:
2150
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2151
- mandatoryPropertiesValues: {
2152
- shouldRenewSlab: 'true',
2153
- EvaluatedEntity: 'USER',
2154
- },
2155
- mandatoryComplexPropertiesValues: {},
2156
- description: null,
2157
- },
2158
- {
2159
- id: 77074,
2160
- actionName: 'UPGRADE_SLAB_ACTION',
2161
- actionClass:
2162
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2163
- mandatoryPropertiesValues: {
2164
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
2165
- ToSlabSerialNumber: '2',
2166
- },
2167
- mandatoryComplexPropertiesValues: {},
2168
- description: null,
2169
- },
2170
- {
2171
- id: 77611,
2172
- actionName: 'BILL_POINTS_ACTION',
2173
- actionClass:
2174
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
2175
- mandatoryPropertiesValues: {
2176
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2177
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2178
- EvaluatedEntity: 'USER',
2179
- ZeroAwardStrategy: '79956',
2180
- ExpiryStrategy: '46797',
2181
- PointType: 'DelayedAccrualPointCategory',
2182
- AwardStrategy: '80007',
2183
- DelayExtendedFieldName: '',
2184
- PointsRoundingStrategy: 'ACTUAL',
2185
- },
2186
- mandatoryComplexPropertiesValues: {},
2187
- description: 'delayed accrual1',
2188
- },
2189
- {
2190
- id: 77656,
2191
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
2192
- actionClass:
2193
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
2194
- mandatoryPropertiesValues: {
2195
- ExpiryStrategy: '59392',
2196
- PointType: 'DelayedAccrualPointCategory',
2197
- AwardStrategy: '80009',
2198
- },
2199
- mandatoryComplexPropertiesValues: {},
2200
- description: 'DelayedAccrualNightly',
2201
- },
2202
- {
2203
- id: 77657,
2204
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
2205
- actionClass:
2206
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
2207
- mandatoryPropertiesValues: {
2208
- ExpiryStrategy: '59392',
2209
- PointType: 'DelayedAccrualPointCategory',
2210
- AwardStrategy: '80009',
2211
- },
2212
- mandatoryComplexPropertiesValues: {},
2213
- description: 'DelayedAccrualNightly',
2214
- },
2215
- ],
2216
- },
2217
- filterInfo: [],
2218
- },
2219
- {
2220
- id: 51342,
2221
- exp: 'true',
2222
- expJSON:
2223
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2224
- jsonType: 'JNODE',
2225
- isActive: false,
2226
- priority: -1,
2227
- startDate: {
2228
- buffer: {
2229
- type: 'Buffer',
2230
- data: [0, 0, 0, 234, 68, 75, 46, 72],
2231
- },
2232
- offset: 0,
2233
- },
2234
- endDate: {
2235
- buffer: {
2236
- type: 'Buffer',
2237
- data: [0, 0, 1, 198, 175, 26, 218, 72],
2238
- },
2239
- offset: 0,
2240
- },
2241
- createdOn: {
2242
- buffer: {
2243
- type: 'Buffer',
2244
- data: [0, 0, 1, 125, 55, 226, 106, 72],
2245
- },
2246
- offset: 0,
2247
- },
2248
- ruleScope: 'SERVER',
2249
- createdBy: 0,
2250
- modifiedBy: 15000449,
2251
- modifiedOn: {
2252
- buffer: {
2253
- type: 'Buffer',
2254
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2255
- },
2256
- offset: 0,
2257
- },
2258
- name: 'Rule7',
2259
- description: '',
2260
- expDataType: null,
2261
- ruleSetId: 8146,
2262
- caseToActions: {
2263
- true: [
2264
- {
2265
- id: 77380,
2266
- actionName: 'PE_MOBILE_PUSH_ACTION',
2267
- actionClass:
2268
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMobilePushActionImpl',
2269
- mandatoryPropertiesValues: {
2270
- mobilePushAccId: 'mpush_1234',
2271
- androidMobilePushTitle: 'shgs',
2272
- iosMobilePushTitle: 'shds',
2273
- androidMobilePushMessageBlob:
2274
- '{"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":[]}',
2275
- mobilePushDelay: '0',
2276
- PointType: 'Main',
2277
- mobilePushDelayJSON: '{"sec":"0"}',
2278
- mobilePushTemplateId: '615b029bd401fc0767c5b67a',
2279
- iosMobilePushMessageBlob:
2280
- '{"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":[]}',
2281
- },
2282
- mandatoryComplexPropertiesValues: {},
2283
- description: null,
2284
- },
2285
- {
2286
- id: 77612,
2287
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
2288
- actionClass:
2289
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
2290
- mandatoryPropertiesValues: {
2291
- ExpiryStrategy: '59391',
2292
- PointType: 'Main',
2293
- AwardStrategy: '80007',
2294
- },
2295
- mandatoryComplexPropertiesValues: {},
2296
- description: 'delayed accrual1',
2297
- },
2298
- ],
2299
- },
2300
- filterInfo: [],
2301
- },
2302
- {
2303
- id: 52639,
2304
- exp: 'true',
2305
- expJSON:
2306
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2307
- jsonType: 'JNODE',
2308
- isActive: true,
2309
- priority: -1,
2310
- startDate: {
2311
- buffer: {
2312
- type: 'Buffer',
2313
- data: [0, 0, 0, 234, 164, 245, 253, 224],
2314
- },
2315
- offset: 0,
2316
- },
2317
- endDate: {
2318
- buffer: {
2319
- type: 'Buffer',
2320
- data: [0, 0, 1, 199, 15, 197, 169, 224],
2321
- },
2322
- offset: 0,
2323
- },
2324
- createdOn: {
2325
- buffer: {
2326
- type: 'Buffer',
2327
- data: [0, 0, 1, 125, 152, 141, 57, 224],
2328
- },
2329
- offset: 0,
2330
- },
2331
- ruleScope: 'SERVER',
2332
- createdBy: 0,
2333
- modifiedBy: 15000449,
2334
- modifiedOn: {
2335
- buffer: {
2336
- type: 'Buffer',
2337
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2338
- },
2339
- offset: 0,
2340
- },
2341
- name: 'Rule10',
2342
- description: '',
2343
- expDataType: null,
2344
- ruleSetId: 8146,
2345
- caseToActions: {
2346
- true: [
2347
- {
2348
- id: 77658,
2349
- actionName: 'AWARD_POINTS_ACTION',
2350
- actionClass:
2351
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
2352
- mandatoryPropertiesValues: {
2353
- SmsCDMASenderId: '',
2354
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2355
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2356
- ExpiryStrategy: '34165',
2357
- SmsDomain: '',
2358
- channelPriority:
2359
- '[{"type":"mobile","isMandatory":true,"priority":0}]',
2360
- AwardStrategy: '59386',
2361
- SmsSenderId: '',
2362
- SmsTemplate: 'test SMS',
2363
- EvaluatedEntity: 'USER',
2364
- SmsDelay: '0',
2365
- PointType: 'Main',
2366
- DelayExtendedFieldName: '',
2367
- PointsRoundingStrategy: 'ACTUAL',
2368
- SmsDelayJSON: '{"sec":"0"}',
2369
- ShortenUrlCheck: '',
2370
- },
2371
- mandatoryComplexPropertiesValues: {},
2372
- description: '4perc',
2373
- },
2374
- {
2375
- id: 77660,
2376
- actionName: 'BILL_POINTS_ACTION',
2377
- actionClass:
2378
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
2379
- mandatoryPropertiesValues: {
2380
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2381
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2382
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
2383
- ZeroAwardStrategy: '59386',
2384
- ExpiryStrategy: '46797',
2385
- PointType: 'Main',
2386
- AwardStrategy: '34166',
2387
- DelayExtendedFieldName: '',
2388
- PointsRoundingStrategy: 'ACTUAL',
2389
- },
2390
- mandatoryComplexPropertiesValues: {},
2391
- description: '4th slab',
2392
- },
2393
- {
2394
- id: 77662,
2395
- actionName: 'UPGRADE_SLAB_ACTION',
2396
- actionClass:
2397
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2398
- mandatoryPropertiesValues: {
2399
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
2400
- ToSlabSerialNumber: '5',
2401
- },
2402
- mandatoryComplexPropertiesValues: {},
2403
- description: null,
2404
- },
2405
- {
2406
- id: 77664,
2407
- actionName: 'UPGRADE_SLAB_ACTION',
2408
- actionClass:
2409
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2410
- mandatoryPropertiesValues: {
2411
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2412
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
2413
- UpgradeSlabStrategy: '25086',
2414
- ExpiryStrategy: '34165',
2415
- PointType: 'Main',
2416
- AwardStrategy: '34166',
2417
- },
2418
- mandatoryComplexPropertiesValues: {},
2419
- description: 'CUMULATIVE_PURCHASES',
2420
- },
2421
- {
2422
- id: 77666,
2423
- actionName: 'UPGRADE_SLAB_ACTION',
2424
- actionClass:
2425
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2426
- mandatoryPropertiesValues: {
2427
- shouldRenewSlab: 'true',
2428
- EvaluatedEntity: 'USER_ENTITY_REFERENCE',
2429
- },
2430
- mandatoryComplexPropertiesValues: {},
2431
- description: null,
2432
- },
2433
- {
2434
- id: 77947,
2435
- actionName: 'PE_SMS_ACTION',
2436
- actionClass:
2437
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineSmsActionImpl',
2438
- mandatoryPropertiesValues: {
2439
- SmsCDMASenderId: '',
2440
- SmsDomain: '',
2441
- SmsDelay: '0',
2442
- PointType: 'Main',
2443
- SmsSenderId: '',
2444
- SmsTemplate: 'sample template.',
2445
- SmsDelayJSON: '{"sec":"0"}',
2446
- ShortenUrlCheck: '',
2447
- },
2448
- mandatoryComplexPropertiesValues: {},
2449
- description: 'description',
2450
- },
2451
- {
2452
- id: 77948,
2453
- actionName: 'PE_MOBILE_PUSH_ACTION',
2454
- actionClass:
2455
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMobilePushActionImpl',
2456
- mandatoryPropertiesValues: {
2457
- mobilePushAccId: 'mpush_1234',
2458
- androidMobilePushTitle: 'new title',
2459
- iosMobilePushTitle: 'wefge',
2460
- androidMobilePushMessageBlob:
2461
- '{"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"}',
2462
- mobilePushDelay: '0',
2463
- PointType: 'Main',
2464
- mobilePushDelayJSON: '{"sec":"0"}',
2465
- mobilePushTemplateId: 'new_ui_mobilepush_template_id',
2466
- iosMobilePushMessageBlob:
2467
- '{"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"}',
2468
- },
2469
- mandatoryComplexPropertiesValues: {},
2470
- description: null,
2471
- },
2472
- {
2473
- id: 77949,
2474
- actionName: 'PE_EMAIL_ACTION',
2475
- actionClass:
2476
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineEmailActionImpl',
2477
- mandatoryPropertiesValues: {
2478
- EmailBody:
2479
- '<html>\n<head>\n\t<title></title>\n</head>\n<body>\n<p>{{first_name}}</p>\n</body>\n</html>\n',
2480
- EmailSubject: 'Renamed Email ',
2481
- PointType: 'Main',
2482
- EmailSenderId: '',
2483
- EmailDomain: '',
2484
- EmailDelayJSON: '{"sec":"0"}',
2485
- EmailSenderLabel: '',
2486
- EmailDelay: '0',
2487
- },
2488
- mandatoryComplexPropertiesValues: {},
2489
- description: 'Subject: Renamed Email ',
2490
- },
2491
- {
2492
- id: 77950,
2493
- actionName: 'PE_MESSAGE_ACTION',
2494
- actionClass:
2495
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineMessageActionImpl',
2496
- mandatoryPropertiesValues: {
2497
- SmsCDMASenderId: '',
2498
- SmsDomain: '',
2499
- channelPriority:
2500
- '[{"type":"mobile","isMandatory":true,"priority":0},{"type":"email","isMandatory":true,"priority":0}]',
2501
- SmsSenderId: '',
2502
- EmailDomain: '',
2503
- SmsTemplate:
2504
- 'நிலையான உள்ளடக்கத்திற்கான சோதனை தரவு நான், தயவுசெய்து என்னையும் சோதிக்கவும்{{',
2505
- EmailDelayJSON: '{"sec":"0"}',
2506
- EmailSenderLabel: '',
2507
- EmailDelay: '0',
2508
- EmailBody:
2509
- '<html>\n<head>\n\t<title></title>\n</head>\n<body>\n<p>{{first_name}}</p>\n</body>\n</html>\n',
2510
- EmailSubject: 'Renamed Email ',
2511
- SmsDelay: '0',
2512
- PointType: 'Main',
2513
- EmailSenderId: '',
2514
- SmsDelayJSON: '{"sec":"0"}',
2515
- ShortenUrlCheck: '',
2516
- },
2517
- mandatoryComplexPropertiesValues: {},
2518
- description: 'messages template',
2519
- },
2520
- {
2521
- id: 78184,
2522
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
2523
- actionClass:
2524
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
2525
- mandatoryPropertiesValues: {
2526
- ExpiryStrategy: '59391',
2527
- PointType: 'DelayedAccrualPointCategory',
2528
- AwardStrategy: '80008',
2529
- },
2530
- mandatoryComplexPropertiesValues: {},
2531
- description: 'delay',
2532
- },
2533
- {
2534
- id: 78185,
2535
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
2536
- actionClass:
2537
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
2538
- mandatoryPropertiesValues: {
2539
- ExpiryStrategy: '79585',
2540
- PointType: 'DelayedAccrualPointCategory',
2541
- AwardStrategy: '80008',
2542
- },
2543
- mandatoryComplexPropertiesValues: {},
2544
- description: 'delay',
2545
- },
2546
- {
2547
- id: 87301,
2548
- actionName: 'PE_ISSUE_VOUCHER_ACTION',
2549
- actionClass:
2550
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineIssueVoucherActionImpl',
2551
- mandatoryPropertiesValues: {
2552
- VoucherSeriesId: '107497',
2553
- },
2554
- mandatoryComplexPropertiesValues: {},
2555
- description: 'CPN_1587271857121',
2556
- },
2557
- {
2558
- id: 87302,
2559
- actionName: 'FORWARD',
2560
- actionClass:
2561
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
2562
- mandatoryPropertiesValues: {
2563
- shouldTenderUnroll: 'true',
2564
- ruleset: 'ruleset_20220614101956',
2565
- useProportions: 'true',
2566
- shouldUnroll: 'true',
2567
- maximizePoints: 'true',
2568
- },
2569
- mandatoryComplexPropertiesValues: {},
2570
- description: 'ruleset_20220614101956',
2571
- },
2572
- ],
2573
- false: [
2574
- {
2575
- id: 86725,
2576
- actionName: 'AWARD_POINTS_ACTION',
2577
- actionClass:
2578
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
2579
- mandatoryPropertiesValues: {
2580
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2581
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2582
- EvaluatedEntity: 'USER',
2583
- ExpiryStrategy: '34165',
2584
- PointType: 'Main',
2585
- AwardStrategy: '34166',
2586
- DelayExtendedFieldName: '',
2587
- PointsRoundingStrategy: 'ACTUAL',
2588
- },
2589
- mandatoryComplexPropertiesValues: {},
2590
- description: '4th slab',
2591
- },
2592
- {
2593
- id: 86726,
2594
- actionName: 'UPGRADE_SLAB_ACTION',
2595
- actionClass:
2596
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2597
- mandatoryPropertiesValues: {
2598
- EvaluatedEntity: 'USER',
2599
- UpgradeSlabStrategy: '25086',
2600
- },
2601
- mandatoryComplexPropertiesValues: {},
2602
- description: 'CUMULATIVE_PURCHASES',
2603
- },
2604
- {
2605
- id: 86727,
2606
- actionName: 'UPGRADE_SLAB_ACTION',
2607
- actionClass:
2608
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2609
- mandatoryPropertiesValues: {
2610
- EvaluatedEntity: 'USER',
2611
- ToSlabSerialNumber: '3',
2612
- },
2613
- mandatoryComplexPropertiesValues: {},
2614
- description: null,
2615
- },
2616
- {
2617
- id: 86728,
2618
- actionName: 'AWARD_REFEREE_POINTS_ACTION',
2619
- actionClass:
2620
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardRefereePointsActionImpl',
2621
- mandatoryPropertiesValues: {
2622
- ExpiryStrategy: '34165',
2623
- PointType: 'Main',
2624
- AwardStrategy: '46718',
2625
- },
2626
- mandatoryComplexPropertiesValues: {},
2627
- description: '5',
2628
- },
2629
- {
2630
- id: 86729,
2631
- actionName: 'AWARD_REFERRER_POINTS_ACTION',
2632
- actionClass:
2633
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardReferrerPointsActionImpl',
2634
- mandatoryPropertiesValues: {
2635
- ExpiryStrategy: '25087',
2636
- PointType: 'DelayedAccrualPointCategory',
2637
- AwardStrategy: '80009',
2638
- },
2639
- mandatoryComplexPropertiesValues: {},
2640
- description: 'DelayedAccrualNightly',
2641
- },
2642
- {
2643
- id: 86730,
2644
- actionName: 'PE_ISSUE_VOUCHER_ACTION',
2645
- actionClass:
2646
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.PointsEngineIssueVoucherActionImpl',
2647
- mandatoryPropertiesValues: {
2648
- VoucherSeriesId: '107497',
2649
- },
2650
- mandatoryComplexPropertiesValues: {},
2651
- description: 'CPN_1587271857121',
2652
- },
2653
- {
2654
- id: 86731,
2655
- actionName: 'UPGRADE_SLAB_ACTION',
2656
- actionClass:
2657
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.UpgradeSlabActionImpl',
2658
- mandatoryPropertiesValues: {
2659
- shouldRenewSlab: 'true',
2660
- EvaluatedEntity: 'USER',
2661
- },
2662
- mandatoryComplexPropertiesValues: {},
2663
- description: null,
2664
- },
2665
- {
2666
- id: 86732,
2667
- actionName: 'BILL_POINTS_ACTION',
2668
- actionClass:
2669
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.BillAwardPointsActionImpl',
2670
- mandatoryPropertiesValues: {
2671
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2672
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2673
- EvaluatedEntity: 'USER',
2674
- ZeroAwardStrategy: '80007',
2675
- ExpiryStrategy: '25087',
2676
- PointType: 'Main',
2677
- AwardStrategy: '59386',
2678
- DelayExtendedFieldName: '',
2679
- PointsRoundingStrategy: 'ACTUAL',
2680
- },
2681
- mandatoryComplexPropertiesValues: {},
2682
- description: '4perc',
2683
- },
2684
- ],
2685
- },
2686
- filterInfo: [],
2687
- },
2688
- {
2689
- id: 61553,
2690
- exp: 'true',
2691
- expJSON:
2692
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2693
- jsonType: 'JNODE',
2694
- isActive: false,
2695
- priority: -1,
2696
- startDate: {
2697
- buffer: {
2698
- type: 'Buffer',
2699
- data: [0, 0, 0, 237, 164, 180, 159, 240],
2700
- },
2701
- offset: 0,
2702
- },
2703
- endDate: {
2704
- buffer: {
2705
- type: 'Buffer',
2706
- data: [0, 0, 1, 202, 20, 170, 167, 240],
2707
- },
2708
- offset: 0,
2709
- },
2710
- createdOn: {
2711
- buffer: {
2712
- type: 'Buffer',
2713
- data: [0, 0, 1, 128, 152, 75, 219, 240],
2714
- },
2715
- offset: 0,
2716
- },
2717
- ruleScope: 'SERVER',
2718
- createdBy: 0,
2719
- modifiedBy: 15000449,
2720
- modifiedOn: {
2721
- buffer: {
2722
- type: 'Buffer',
2723
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2724
- },
2725
- offset: 0,
2726
- },
2727
- name: 'Rule13',
2728
- description: '',
2729
- expDataType: null,
2730
- ruleSetId: 8146,
2731
- caseToActions: {
2732
- true: [
2733
- {
2734
- id: 86720,
2735
- actionName: 'FORWARD',
2736
- actionClass:
2737
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
2738
- mandatoryPropertiesValues: {
2739
- shouldTenderUnroll: 'false',
2740
- ruleset: 'ruleset_20220506130528',
2741
- useProportions: 'false',
2742
- shouldUnroll: 'false',
2743
- maximizePoints: 'false',
2744
- },
2745
- mandatoryComplexPropertiesValues: {},
2746
- description: 'ruleset_20220506130528',
2747
- },
2748
- ],
2749
- },
2750
- filterInfo: [],
2751
- },
2752
- {
2753
- id: 61554,
2754
- exp: 'true',
2755
- expJSON:
2756
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2757
- jsonType: 'JNODE',
2758
- isActive: false,
2759
- priority: -1,
2760
- startDate: {
2761
- buffer: {
2762
- type: 'Buffer',
2763
- data: [0, 0, 0, 237, 164, 180, 206, 208],
2764
- },
2765
- offset: 0,
2766
- },
2767
- endDate: {
2768
- buffer: {
2769
- type: 'Buffer',
2770
- data: [0, 0, 1, 202, 20, 170, 214, 208],
2771
- },
2772
- offset: 0,
2773
- },
2774
- createdOn: {
2775
- buffer: {
2776
- type: 'Buffer',
2777
- data: [0, 0, 1, 128, 152, 76, 18, 160],
2778
- },
2779
- offset: 0,
2780
- },
2781
- ruleScope: 'SERVER',
2782
- createdBy: 0,
2783
- modifiedBy: 15000449,
2784
- modifiedOn: {
2785
- buffer: {
2786
- type: 'Buffer',
2787
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2788
- },
2789
- offset: 0,
2790
- },
2791
- name: 'Rule13',
2792
- description: '',
2793
- expDataType: null,
2794
- ruleSetId: 8146,
2795
- caseToActions: {
2796
- true: [
2797
- {
2798
- id: 86721,
2799
- actionName: 'FORWARD',
2800
- actionClass:
2801
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
2802
- mandatoryPropertiesValues: {
2803
- shouldTenderUnroll: 'false',
2804
- ruleset: 'ruleset_20220506130528',
2805
- useProportions: 'false',
2806
- shouldUnroll: 'false',
2807
- maximizePoints: 'false',
2808
- },
2809
- mandatoryComplexPropertiesValues: {},
2810
- description: 'ruleset_20220506130528',
2811
- },
2812
- ],
2813
- },
2814
- filterInfo: [],
2815
- },
2816
- {
2817
- id: 61555,
2818
- exp: 'true',
2819
- expJSON:
2820
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2821
- jsonType: 'JNODE',
2822
- isActive: false,
2823
- priority: -1,
2824
- startDate: {
2825
- buffer: {
2826
- type: 'Buffer',
2827
- data: [0, 0, 0, 237, 164, 181, 220, 88],
2828
- },
2829
- offset: 0,
2830
- },
2831
- endDate: {
2832
- buffer: {
2833
- type: 'Buffer',
2834
- data: [0, 0, 1, 202, 20, 171, 228, 88],
2835
- },
2836
- offset: 0,
2837
- },
2838
- createdOn: {
2839
- buffer: {
2840
- type: 'Buffer',
2841
- data: [0, 0, 1, 128, 152, 77, 28, 64],
2842
- },
2843
- offset: 0,
2844
- },
2845
- ruleScope: 'SERVER',
2846
- createdBy: 0,
2847
- modifiedBy: 15000449,
2848
- modifiedOn: {
2849
- buffer: {
2850
- type: 'Buffer',
2851
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2852
- },
2853
- offset: 0,
2854
- },
2855
- name: 'Rule13',
2856
- description: '',
2857
- expDataType: null,
2858
- ruleSetId: 8146,
2859
- caseToActions: {
2860
- true: [
2861
- {
2862
- id: 86722,
2863
- actionName: 'FORWARD',
2864
- actionClass:
2865
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
2866
- mandatoryPropertiesValues: {
2867
- shouldTenderUnroll: 'false',
2868
- ruleset: 'ruleset_20220506130528',
2869
- useProportions: 'false',
2870
- shouldUnroll: 'false',
2871
- maximizePoints: 'false',
2872
- },
2873
- mandatoryComplexPropertiesValues: {},
2874
- description: 'ruleset_20220506130528',
2875
- },
2876
- ],
2877
- },
2878
- filterInfo: [],
2879
- },
2880
- {
2881
- id: 61556,
2882
- exp: 'true',
2883
- expJSON:
2884
- '{ "arity": "literal", "value": "true", "type": "boolean:primitive" }',
2885
- jsonType: 'JNODE',
2886
- isActive: true,
2887
- priority: -1,
2888
- startDate: {
2889
- buffer: {
2890
- type: 'Buffer',
2891
- data: [0, 0, 0, 237, 164, 183, 130, 56],
2892
- },
2893
- offset: 0,
2894
- },
2895
- endDate: {
2896
- buffer: {
2897
- type: 'Buffer',
2898
- data: [0, 0, 1, 202, 20, 173, 138, 56],
2899
- },
2900
- offset: 0,
2901
- },
2902
- createdOn: {
2903
- buffer: {
2904
- type: 'Buffer',
2905
- data: [0, 0, 1, 128, 152, 78, 194, 32],
2906
- },
2907
- offset: 0,
2908
- },
2909
- ruleScope: 'SERVER',
2910
- createdBy: 0,
2911
- modifiedBy: 15000449,
2912
- modifiedOn: {
2913
- buffer: {
2914
- type: 'Buffer',
2915
- data: [0, 0, 1, 129, 246, 66, 248, 40],
2916
- },
2917
- offset: 0,
2918
- },
2919
- name: 'Rule13',
2920
- description: '',
2921
- expDataType: null,
2922
- ruleSetId: 8146,
2923
- caseToActions: {
2924
- true: [
2925
- {
2926
- id: 86723,
2927
- actionName: 'FORWARD',
2928
- actionClass:
2929
- 'com.capillary.shopbook.nrules.impl.action.ForwardAction',
2930
- mandatoryPropertiesValues: {
2931
- shouldTenderUnroll: 'false',
2932
- ruleset: 'ruleset_20220506130528',
2933
- useProportions: 'false',
2934
- shouldUnroll: 'false',
2935
- maximizePoints: 'false',
2936
- },
2937
- mandatoryComplexPropertiesValues: {},
2938
- description: 'ruleset_20220506130528',
2939
- },
2940
- {
2941
- id: 87054,
2942
- actionName: 'AWARD_POINTS_ACTION',
2943
- actionClass:
2944
- 'com.capillary.shopbook.pointsengine.endpoint.impl.action.AwardPointsActionImpl',
2945
- mandatoryPropertiesValues: {
2946
- DelayStrategy: 'AS_DEFINED_IN_ALLOCATION_STRATEGY',
2947
- ProRateOnSourceValue: 'EVENT_DEFAULT_VALUE',
2948
- EvaluatedEntity: 'USER',
2949
- ExpiryStrategy: '46797',
2950
- PointType: 'Main',
2951
- AwardStrategy: '46718',
2952
- DelayExtendedFieldName: '',
2953
- PointsRoundingStrategy: 'ACTUAL',
2954
- },
2955
- mandatoryComplexPropertiesValues: {},
2956
- description: '5',
2957
- },
2958
- ],
2959
- },
2960
- filterInfo: [],
2961
- },
2962
- ],
2963
- filterInfo: [
2964
- {
2965
- id: 80276,
2966
- orgID: 1685,
2967
- ruleID: -1,
2968
- name: 'DateRange',
2969
- className:
2970
- 'com.capillary.shopbook.emf.impl.filter.DateRangeFilterImpl',
2971
- isInclude: false,
2972
- propertyToValues: {
2973
- endDate: ['2021-11-27 20:01:40'],
2974
- startDate: ['2021-11-25 20:01:38'],
2975
- },
2976
- },
2977
- {
2978
- id: 80277,
2979
- orgID: 1685,
2980
- ruleID: -1,
2981
- name: 'Stores',
2982
- className: 'com.capillary.shopbook.emf.impl.filter.Store',
2983
- isInclude: true,
2984
- propertyToValues: {
2985
- storeIds: ['store1', 'store2'],
2986
- },
2987
- },
2988
- {
2989
- id: -1,
2990
- orgID: 50146,
2991
- ruleID: -1,
2992
- name: 'Zones',
2993
- className: 'com.capillary.shopbook.emf.impl.filter.ZoneFilterImpl',
2994
- isInclude: true,
2995
- propertyToValues: {
2996
- zoneIds: [50007992, 50007990],
2997
- },
2998
- scopingId: 'temp_Zones',
2999
- },
3000
- {
3001
- id: -1,
3002
- orgID: 50146,
3003
- ruleID: -1,
3004
- name: 'Concepts',
3005
- className: 'com.capillary.shopbook.emf.impl.filter.ConceptFilterImpl',
3006
- isInclude: true,
3007
- propertyToValues: {
3008
- conceptIds: ['50007997'],
3009
- },
3010
- scopingId: 'temp_Concepts',
3011
- },
3012
- {
3013
- id: -1,
3014
- orgID: 50146,
3015
- ruleID: -1,
3016
- name: 'CustomerCluster',
3017
- className:
3018
- 'com.capillary.shopbook.emf.impl.filter.CustomerClusterFilterImpl',
3019
- isInclude: true,
3020
- propertyToValues: {
3021
- clusterName: ['segmentjavaapiautomationtest_1604423566158'],
3022
- clusterValues: ['Low Loyal'],
3023
- clusterNameStr: ['segmentjavaapiautomationtest_1604423566158'],
3024
- clusterValuesStr: ['Low Loyal'],
3025
- },
3026
- scopingId: 'temp_CustomerCluster',
3027
- },
3028
- {
3029
- id: -1,
3030
- orgID: 50146,
3031
- ruleID: -1,
3032
- name: 'EventSource',
3033
- className:
3034
- 'com.capillary.shopbook.emf.impl.filter.EventSourceFilterImpl',
3035
- isInclude: true,
3036
- propertyToValues: {
3037
- eventSource: ['WEB_ENGAGE__~sjdhbfhjsd'],
3038
- },
3039
- scopingId: 'temp_EventSource',
3040
- },
3041
- {
3042
- id: -1,
3043
- orgID: 50146,
3044
- ruleID: -1,
3045
- name: 'LoyaltyType',
3046
- className:
3047
- 'com.capillary.shopbook.emf.impl.filter.LoyaltyTypeFilterImpl',
3048
- isInclude: true,
3049
- propertyToValues: {
3050
- loyaltyType: ['loyalty'],
3051
- },
3052
- scopingId: 'temp_LoyaltyType',
3053
- },
3054
- ],
3055
- cappingInfo: [
3056
- {
3057
- id: 49,
3058
- orgId: 1685,
3059
- name: 'TotalPointsCapping',
3060
- className:
3061
- 'com.capillary.shopbook.emf.impl.capping.TotalPointsCappingImpl',
3062
- propertyValuesJson: '{"totalPointsLimit":"2323"}',
3063
- },
3064
- {
3065
- id: 50,
3066
- orgId: 1685,
3067
- name: 'TenderSumSourceValueCapping',
3068
- className:
3069
- 'com.capillary.shopbook.emf.impl.capping.TenderSumSourceValueCappingImpl',
3070
- propertyValuesJson:
3071
- '{"isInclude":"true","selectedTenderCombinationIds":["752"]}',
3072
- },
3073
- ],
3074
- },
3075
- ],
3076
- };
3077
-
3078
- export const userDataWithoutFeatureFlag = {
3079
- user: {
3080
- id: '14783',
3081
- refID: '14783',
3082
- orgID: 0,
3083
- },
3084
- currentOrgDetails: {
3085
- basic_details: {
3086
- org_id: '50672',
3087
- name: 'Sahana_TestOrg',
3088
- address: 'hrs layout',
3089
- phone: '',
3090
- fiscal_year_start: '-1',
3091
- language: '',
3092
- base_language: '',
3093
- base_lang_locale: '',
3094
- base_currency_name: '',
3095
- base_currency: '',
3096
- base_currency_symbol: '',
3097
- timezone: 'Asia/Kolkata',
3098
- timezone_offset: '+05:30',
3099
- min_sms_hour: 2,
3100
- max_sms_hour: 21,
3101
- is_active: 1,
3102
- value_sms_credits: '',
3103
- bulk_sms_credits: '',
3104
- base_country: 'India',
3105
- base_country_code: 'IN',
3106
- base_language_iso: {
3107
- lang: '',
3108
- locale: '',
3109
- },
3110
- base_timezone_iso: {
3111
- label: 'Asia/Kolkata',
3112
- offset: '+05:30',
3113
- },
3114
- base_country_iso: {
3115
- code: 'IN',
3116
- name: 'India',
3117
- },
3118
- base_currency_iso: {
3119
- label: '',
3120
- symbol: '',
3121
- },
3122
- },
3123
- sender_details: {
3124
- GSM: '917057170721',
3125
- CDMA: '918830046834',
3126
- label: 'BooksTesting',
3127
- replyToEmail: 'labhavyas09@gmail.com',
3128
- senderEmail: 'labhavyas09@gmail.com',
3129
- },
3130
- accessibleFeatures: [
3131
- 'PROMO_ENGINE',
3132
- 'GIFT_CARDS',
3133
- 'LOYALTY_PROMOTION_ENABLED',
3134
- 'ENABLE_CUSTOM_AUDIENCE_UPLOAD',
3135
- ],
3136
- org_loyalty_v2_status: false,
3137
- module_details: [
3138
- {
3139
- code: 'intouchHomePage',
3140
- display_order: 1,
3141
- id: -1,
3142
- name: 'HOME',
3143
- namespace: 'intouchHomePage',
3144
- url: '/home/ui',
3145
- version: '1.0.0',
3146
- },
3147
- {
3148
- id: 44,
3149
- name: 'ENGAGE+',
3150
- code: 'campaigns/ui/list',
3151
- version: '1.0.0.1',
3152
- namespace: 'campaign',
3153
- display_order: 9,
3154
- url: '/campaigns/ui/list',
3155
- },
3156
- {
3157
- id: 41,
3158
- name: 'LOYALTY+',
3159
- code: 'loyaltyProgram',
3160
- version: '1.0.0.1',
3161
- namespace: 'loyaltyProgram',
3162
- display_order: 6,
3163
- url: '/loyaltyProgram/index',
3164
- },
3165
- {
3166
- id: 39,
3167
- name: 'MEMBER CARE',
3168
- code: 'memberCare',
3169
- version: '1.0.0.1',
3170
- namespace: 'memberCare',
3171
- display_order: 5,
3172
- url: '/memberCare/index',
3173
- },
3174
- {
3175
- id: 27,
3176
- name: 'MASTERS',
3177
- code: 'org',
3178
- version: '1.0.0.1',
3179
- namespace: 'org',
3180
- display_order: 0,
3181
- url: '/org/index',
3182
- },
3183
- {
3184
- id: 26,
3185
- name: 'WORKBENCH',
3186
- code: 'businessProcesses',
3187
- version: '1.0.0.1',
3188
- namespace: 'businessProcesses',
3189
- display_order: 10,
3190
- url: '/businessProcesses/index',
3191
- },
3192
- ],
3193
- org_campaign_v2_status: true,
3194
- orgNamespaceInfo: {
3195
- orgNamespaceEnabled: '0',
3196
- namespace: {},
3197
- },
3198
- },
3199
- systemTimeZone: 'Asia/Calcutta',
3200
- systemCurrentDate: '2023-04-13 17:26:19',
3201
- currentDate: '2023-04-13 17:26:19',
3202
- };
3203
-
3204
- export const groupTreeListMock = [
3205
- {
3206
- name: 'grandpa-1',
3207
- id: 1234,
3208
- children: [
3209
- { name: 'father-1', id: 132321, children: [] },
3210
- {
3211
- name: 'son-1',
3212
- id: 1235,
3213
- children: [
3214
- {
3215
- name: 'grandson-1',
3216
- id: 1236,
3217
- children: [
3218
- { name: 'great-grandson-1', id: 1217, children: [] },
3219
- { name: 'great-grandson-2', id: 12221, children: [] },
3220
- ],
3221
- },
3222
- ],
3223
- },
3224
- ],
3225
- },
3226
- ];