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 +5 -0
- package/cjs/index.js.map +1 -1
- package/index.d.ts +10 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/utils/cjs/index.js +5 -0
- package/utils/cjs/index.js.map +1 -1
- package/utils/index.d.ts +20 -1
- package/utils/index.js +1 -1
- package/utils/index.js.map +1 -1
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;
|