sales-frontend-components 0.0.140 → 0.0.142

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.cjs.js CHANGED
@@ -4146,6 +4146,26 @@ const VERIFICATION_CODES = {
4146
4146
  ATTEMPT_EXCEEDED: "9003",
4147
4147
  SERVER_ERROR: "9999"
4148
4148
  };
4149
+ const RIV_SEARCH_PARAM_MAP = {
4150
+ NATIONALITY_TYPE: {
4151
+ /** 내국인 */
4152
+ DOMESTIC: "D",
4153
+ /** 외국인 */
4154
+ FOREIGN: "F"
4155
+ },
4156
+ DOCUMENT_FORMAT: {
4157
+ /** 일반 주민등록증 */
4158
+ GENERAL: "NC202001",
4159
+ /** 외국인등록증 */
4160
+ FOREIGN_REGISTRATION: "NC020048"
4161
+ },
4162
+ DOCUMENT_TYPE: {
4163
+ /** 일반 주민등록증 */
4164
+ GENERAL: "IT148",
4165
+ /** 외국인등록증 */
4166
+ FOREIGN_REGISTRATION: "IT321"
4167
+ }
4168
+ };
4149
4169
  const useRemoteIdentityVerification = ({
4150
4170
  rivEnv,
4151
4171
  rivOrigin,
@@ -4421,6 +4441,7 @@ exports.FormSelect = FormSelect;
4421
4441
  exports.FormTextField = FormTextField;
4422
4442
  exports.JobVehicleSearchModal = JobVehicleSearchModal;
4423
4443
  exports.OrganizationSearchModal = OrganizationSearchModal;
4444
+ exports.RIV_SEARCH_PARAM_MAP = RIV_SEARCH_PARAM_MAP;
4424
4445
  exports.StepIndicator = StepIndicator;
4425
4446
  exports.resize = resize;
4426
4447
  exports.testSignatureBase64Data = testSignatureBase64Data;