@redneckz/wildless-cms-uni-blocks 0.14.1082 → 0.14.1083

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.
@@ -8018,13 +8018,8 @@
8018
8018
  });
8019
8019
  };
8020
8020
  const createHandleSuccessVerifyNew = ({ common, taskData, draftDialog, consentBkiDialog, }) => async () => {
8021
- const { verifyPhoneDialog, sendAspects, handleFailSendForm, programId, productType, aspects } = common;
8021
+ const { verifyPhoneDialog, sendAspects, handleFailSendForm, programId, productType } = common;
8022
8022
  const { formData } = taskData;
8023
- handleAspects({
8024
- aspectsAttributes: getAspects('leadForm', productType),
8025
- aspects,
8026
- ev: {},
8027
- });
8028
8023
  try {
8029
8024
  const participantData = await createParticipant({
8030
8025
  phone: formatPhone(formData.phone),
@@ -8100,13 +8095,8 @@
8100
8095
  };
8101
8096
  const createHandleSuccessVerifyOld = (props, sendCurrentTask) => async () => {
8102
8097
  const { common, draftDialog } = props;
8103
- const { aspects, programId, sendAspects, verifyPhoneDialog, handleFailSendForm, profileId } = common;
8098
+ const { programId, sendAspects, verifyPhoneDialog, handleFailSendForm, profileId } = common;
8104
8099
  const productType = common.productType;
8105
- handleAspects({
8106
- aspectsAttributes: getAspects('leadForm', productType),
8107
- aspects,
8108
- ev: {},
8109
- });
8110
8100
  try {
8111
8101
  const lastTaskId = await getLastTaskStatus({ profileId, programId });
8112
8102
  if (lastTaskId) {
@@ -15158,7 +15148,7 @@
15158
15148
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
15159
15149
  });
15160
15150
 
15161
- const packageVersion = "0.14.1081";
15151
+ const packageVersion = "0.14.1082";
15162
15152
 
15163
15153
  exports.Blocks = Blocks;
15164
15154
  exports.ContentPage = ContentPage;