ecotransac-shared-js 1.1.54 → 1.1.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -585,21 +585,21 @@ var featuresFormFields = [
|
|
|
585
585
|
fieldType: "radio-boolean",
|
|
586
586
|
label: "Vente de murs commerciaux",
|
|
587
587
|
condition: only("isForProfessionalUse"),
|
|
588
|
-
requiredFor: []
|
|
588
|
+
requiredFor: ["MANDATE_CREATION", "DIFFUSION"]
|
|
589
589
|
},
|
|
590
590
|
{
|
|
591
591
|
name: "isBusinessAssetsTransfer",
|
|
592
592
|
fieldType: "radio-boolean",
|
|
593
593
|
label: "Cession de fonds de commerce",
|
|
594
594
|
condition: and(only("isForProfessionalUse"), not("isCommercialWallsSale")),
|
|
595
|
-
requiredFor: []
|
|
595
|
+
requiredFor: ["MANDATE_CREATION", "DIFFUSION"]
|
|
596
596
|
},
|
|
597
597
|
{
|
|
598
598
|
name: "isLeaseRightsTransfer",
|
|
599
599
|
fieldType: "radio-boolean",
|
|
600
600
|
label: "Cession de droit au bail",
|
|
601
601
|
condition: and(only("isForProfessionalUse"), not("isCommercialWallsSale")),
|
|
602
|
-
requiredFor: []
|
|
602
|
+
requiredFor: ["MANDATE_CREATION", "DIFFUSION"]
|
|
603
603
|
},
|
|
604
604
|
{
|
|
605
605
|
name: "brandName",
|
package/dist/index.mjs
CHANGED
|
@@ -499,21 +499,21 @@ var featuresFormFields = [
|
|
|
499
499
|
fieldType: "radio-boolean",
|
|
500
500
|
label: "Vente de murs commerciaux",
|
|
501
501
|
condition: only("isForProfessionalUse"),
|
|
502
|
-
requiredFor: []
|
|
502
|
+
requiredFor: ["MANDATE_CREATION", "DIFFUSION"]
|
|
503
503
|
},
|
|
504
504
|
{
|
|
505
505
|
name: "isBusinessAssetsTransfer",
|
|
506
506
|
fieldType: "radio-boolean",
|
|
507
507
|
label: "Cession de fonds de commerce",
|
|
508
508
|
condition: and(only("isForProfessionalUse"), not("isCommercialWallsSale")),
|
|
509
|
-
requiredFor: []
|
|
509
|
+
requiredFor: ["MANDATE_CREATION", "DIFFUSION"]
|
|
510
510
|
},
|
|
511
511
|
{
|
|
512
512
|
name: "isLeaseRightsTransfer",
|
|
513
513
|
fieldType: "radio-boolean",
|
|
514
514
|
label: "Cession de droit au bail",
|
|
515
515
|
condition: and(only("isForProfessionalUse"), not("isCommercialWallsSale")),
|
|
516
|
-
requiredFor: []
|
|
516
|
+
requiredFor: ["MANDATE_CREATION", "DIFFUSION"]
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
519
|
name: "brandName",
|