kui-crm 0.0.312 → 0.0.313

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/cjs/index.js CHANGED
@@ -4964,6 +4964,11 @@ exports.fieldWithConditionSchema = fieldWithConditionSchema;
4964
4964
  exports.genderMatches = genderMatches;
4965
4965
  exports.getApartmentDetailInfoFields = getApartmentDetailInfoFields;
4966
4966
  exports.getApartmentPaymentFields = getApartmentPaymentFields;
4967
+ exports.getBodyForFileRequest = getBodyForFileRequest;
4968
+ exports.getBodyForImageRequest = getBodyForImageRequest;
4969
+ exports.getBodyForPostDocument = getBodyForPostDocument;
4970
+ exports.getBodyForPostFile = getBodyForPostFile;
4971
+ exports.getBodyForPostImage = getBodyForPostImage;
4967
4972
  exports.getFillingInfoFields = getFillingInfoFields;
4968
4973
  exports.getFillingInfoFieldsSchema = getFillingInfoFieldsSchema;
4969
4974
  exports.getInspectionFeedbackStatus = getInspectionFeedbackStatus;