@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.
- package/bundle/bundle.umd.js +3 -13
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +2 -14
- package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +2 -14
- package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +3 -13
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +2 -14
- package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +2 -14
- package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
- package/mobile/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +2 -21
- package/package.json +1 -1
- package/src/components/ApplicationLeadForm/useApplicationLeadApi.tsx +2 -21
package/bundle/bundle.umd.js
CHANGED
|
@@ -8018,13 +8018,8 @@
|
|
|
8018
8018
|
});
|
|
8019
8019
|
};
|
|
8020
8020
|
const createHandleSuccessVerifyNew = ({ common, taskData, draftDialog, consentBkiDialog, }) => async () => {
|
|
8021
|
-
const { verifyPhoneDialog, sendAspects, handleFailSendForm, programId, productType
|
|
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 {
|
|
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.
|
|
15151
|
+
const packageVersion = "0.14.1082";
|
|
15162
15152
|
|
|
15163
15153
|
exports.Blocks = Blocks;
|
|
15164
15154
|
exports.ContentPage = ContentPage;
|