sales-frontend-api 0.0.181 → 0.0.183
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/method.cjs +1 -1
- package/dist/method.d.cts +3 -2
- package/dist/method.d.ts +3 -2
- package/dist/method.js +1 -1
- package/package.json +1 -1
package/dist/method.cjs
CHANGED
|
@@ -781,7 +781,7 @@ var getImageViewerToken = async (params, axiosConfig) => {
|
|
|
781
781
|
var getGA4UserPropertyMethod = async () => {
|
|
782
782
|
const apiUrl = `${salesFrontendUtils.getDspApiBasePathFromEnvironment("dat")}/v1/get/ga4/user-property`;
|
|
783
783
|
const httpClient = new HttpClientAxios();
|
|
784
|
-
const res = await httpClient.api.
|
|
784
|
+
const res = await httpClient.api.post(apiUrl);
|
|
785
785
|
return res.data;
|
|
786
786
|
};
|
|
787
787
|
|
package/dist/method.d.cts
CHANGED
|
@@ -1364,6 +1364,7 @@ type DspResponseImageViewerTokenResponseDto = DspResponse<ImageViewerTokenRespon
|
|
|
1364
1364
|
*/
|
|
1365
1365
|
declare const getImageViewerToken: (params: ImageViewerTokenRequestDto, axiosConfig?: ApiConfig) => Promise<DspResponseImageViewerTokenResponseDto>;
|
|
1366
1366
|
|
|
1367
|
+
type DspResponseGA4UserPropertyResponseDto = DspResponse<GA4UserPropertyResponseDto>;
|
|
1367
1368
|
/**
|
|
1368
1369
|
* ga4 사용자 속성 응답 DTO
|
|
1369
1370
|
*/
|
|
@@ -1382,6 +1383,6 @@ interface GA4UserPropertyResponseDto {
|
|
|
1382
1383
|
/**
|
|
1383
1384
|
* @returns GA4UserPropertyResponseDto
|
|
1384
1385
|
*/
|
|
1385
|
-
declare const getGA4UserPropertyMethod: () => Promise<
|
|
1386
|
+
declare const getGA4UserPropertyMethod: () => Promise<DspResponseGA4UserPropertyResponseDto>;
|
|
1386
1387
|
|
|
1387
|
-
export { type AddressListRequestDto, type AddressListResponseDto, type AddressPostalCodeDto, type AddressPostalCodeRequestDto, type AddressPostalCodeResponseDto, type AddressResponseDto, type AddressStandardizationListRequestDto, type AddressStandardizationListResponseDto, type AddressStandardizationResponseDto, ApiConfig, type CodeDto, type CommonCodeDto, type CommonCodeRequestDto, type CommonCodeResponseDto, type CustomMutationOptions, type CustomQueryOptions, type CustomSuspenseOptions, type CustomerDto, type CustomerListRequestDto, type CustomerListResponseDto, type DownloadType, DspResponse, type DspResponseAddressListResponseDto, type DspResponseAddressPostalCodeResponseDto, type DspResponseAddressStandardizationListResponseDto, type DspResponseCommonCodeResponseDto, type DspResponseCustomerListResponseDto, type DspResponseEmployeeProfileResponseDto, type DspResponseImageViewerTokenResponseDto, type DspResponseListEmployeeProfileResponseDto, type DspResponseListOrganizationProfileResponse, type DspResponseListPersonalCustomerProfileResponseDto, type DspResponseNationalityListResponseDto, type DspResponseOccupationDetailResponseDto, type DspResponseOccupationListResponseDto, type DspResponseOrganizationProfileResponse, type DspResponseRemoteIdentityVerificationSystemIdentificationCardResponseDto, type DspResponseRemoteIdentityVerificationSystemTokenResponseDto, type DspResponseRiskGradeResponseDto, type DspResponseUserProfileResponseDto, type DspResponseVehicleTypeListResponseDto, type DspResponseVisaStatusListResponseDto, type EmployeeDivisionCodeType, type EmployeeProfileRequestDto, type EmployeeProfileResponseDto, type EmployeeProfileSearchRequestDto, type FileExternalRequestDto, type FileExternalResponseDto, type FileUploadExternalRequestDto, type FileUploadExternalRequestDtoBase, type FileUploadExternalResponseDto, type FpLoginData, type FpLoginResponseDto, type GA4UserPropertyResponseDto, type GroupCustomerProfileRequestDto, type GroupCustomerProfileResponseDto, type ImageViewerTokenRequestDto, type ImageViewerTokenResponseDto, type NationalityListResponseDto, type NationalityResponseDto, type NationalitySearchRequestDto, type OccupationDetailRequestDto, type OccupationDetailResponseDto, type OccupationListRequestDto, type OccupationListResponseDto, type OccupationResponseDto, type OrganizationProfileRequest, type OrganizationProfileResponse, type OrganizationSearchRequestDto, type Pagination, type PersonalCustomerProfileRequestDto, type PersonalCustomerProfileResponseDto, type RemoteIdentityVerificationSystemIdentificationCardRequestDto, type RemoteIdentityVerificationSystemIdentificationCardResponseDto, type RemoteIdentityVerificationSystemTokenRequestDto, type RemoteIdentityVerificationSystemTokenResponseDto, type RiskGradeRequestDto, type RiskGradeResponseDto, type TenureOfOfficeDivisionCodeType, type TestResponse, type UserProfileResponseDto, type VehicleTypeListResponseDto, type VehicleTypeResponseDto, type VisaStatusListResponseDto, type VisaStatusResponseDto, confirmRemoteIdentityVerificationSystemIdentificationCard, getAddressListMethod, getAddressPostalCodeMethod, getAddressStandardizationListMethod, getCommonCodeListMethod, getCustomerListMethod, getDspCustomerGroupListMethod, getDspCustomerListMethod, getEmployeeProfileListMethod, getGA4UserPropertyMethod, getImageViewerToken, getNationalityListMethod, getOccupationDetailMethod, getOccupationListMethod, getOrganizationProfileListMethod, getRemoteIdentityVerificationSystemToken, getRiskGradeMethod, getTestMethod, getUserProfile, getVehicleListMethod, getVisaListMethod, postFileDownloadMethod, postFileUploadMethod, postLoginMethod, useConfirmRemoteIdentityVerificationSystemIdentificationCardMutation, useDudExternalFileDownloadQuery, useDudExternalFileUploadMutation, useDudExternalFileUploadQuery, useGetUerProfileQuery, useSearchAddressQuery, useSearchAddressStandardizationQuery, useSearchCommonCodeQuery, useSearchCustomerListQuery, useSearchDspCustomerGroupListMutation, useSearchDspCustomerGroupListQuery, useSearchDspCustomerListQuery, useSearchEmployeeProfileQuery, useSearchNationalityQuery, useSearchOccupationDetailQuery, useSearchOccupationQuery, useSearchOrganizationQuery, useSearchPostalCodeQuery, useSearchRiskGradeQuery, useSearchVehicleQuery, useSearchVisaQuery };
|
|
1388
|
+
export { type AddressListRequestDto, type AddressListResponseDto, type AddressPostalCodeDto, type AddressPostalCodeRequestDto, type AddressPostalCodeResponseDto, type AddressResponseDto, type AddressStandardizationListRequestDto, type AddressStandardizationListResponseDto, type AddressStandardizationResponseDto, ApiConfig, type CodeDto, type CommonCodeDto, type CommonCodeRequestDto, type CommonCodeResponseDto, type CustomMutationOptions, type CustomQueryOptions, type CustomSuspenseOptions, type CustomerDto, type CustomerListRequestDto, type CustomerListResponseDto, type DownloadType, DspResponse, type DspResponseAddressListResponseDto, type DspResponseAddressPostalCodeResponseDto, type DspResponseAddressStandardizationListResponseDto, type DspResponseCommonCodeResponseDto, type DspResponseCustomerListResponseDto, type DspResponseEmployeeProfileResponseDto, type DspResponseGA4UserPropertyResponseDto, type DspResponseImageViewerTokenResponseDto, type DspResponseListEmployeeProfileResponseDto, type DspResponseListOrganizationProfileResponse, type DspResponseListPersonalCustomerProfileResponseDto, type DspResponseNationalityListResponseDto, type DspResponseOccupationDetailResponseDto, type DspResponseOccupationListResponseDto, type DspResponseOrganizationProfileResponse, type DspResponseRemoteIdentityVerificationSystemIdentificationCardResponseDto, type DspResponseRemoteIdentityVerificationSystemTokenResponseDto, type DspResponseRiskGradeResponseDto, type DspResponseUserProfileResponseDto, type DspResponseVehicleTypeListResponseDto, type DspResponseVisaStatusListResponseDto, type EmployeeDivisionCodeType, type EmployeeProfileRequestDto, type EmployeeProfileResponseDto, type EmployeeProfileSearchRequestDto, type FileExternalRequestDto, type FileExternalResponseDto, type FileUploadExternalRequestDto, type FileUploadExternalRequestDtoBase, type FileUploadExternalResponseDto, type FpLoginData, type FpLoginResponseDto, type GA4UserPropertyResponseDto, type GroupCustomerProfileRequestDto, type GroupCustomerProfileResponseDto, type ImageViewerTokenRequestDto, type ImageViewerTokenResponseDto, type NationalityListResponseDto, type NationalityResponseDto, type NationalitySearchRequestDto, type OccupationDetailRequestDto, type OccupationDetailResponseDto, type OccupationListRequestDto, type OccupationListResponseDto, type OccupationResponseDto, type OrganizationProfileRequest, type OrganizationProfileResponse, type OrganizationSearchRequestDto, type Pagination, type PersonalCustomerProfileRequestDto, type PersonalCustomerProfileResponseDto, type RemoteIdentityVerificationSystemIdentificationCardRequestDto, type RemoteIdentityVerificationSystemIdentificationCardResponseDto, type RemoteIdentityVerificationSystemTokenRequestDto, type RemoteIdentityVerificationSystemTokenResponseDto, type RiskGradeRequestDto, type RiskGradeResponseDto, type TenureOfOfficeDivisionCodeType, type TestResponse, type UserProfileResponseDto, type VehicleTypeListResponseDto, type VehicleTypeResponseDto, type VisaStatusListResponseDto, type VisaStatusResponseDto, confirmRemoteIdentityVerificationSystemIdentificationCard, getAddressListMethod, getAddressPostalCodeMethod, getAddressStandardizationListMethod, getCommonCodeListMethod, getCustomerListMethod, getDspCustomerGroupListMethod, getDspCustomerListMethod, getEmployeeProfileListMethod, getGA4UserPropertyMethod, getImageViewerToken, getNationalityListMethod, getOccupationDetailMethod, getOccupationListMethod, getOrganizationProfileListMethod, getRemoteIdentityVerificationSystemToken, getRiskGradeMethod, getTestMethod, getUserProfile, getVehicleListMethod, getVisaListMethod, postFileDownloadMethod, postFileUploadMethod, postLoginMethod, useConfirmRemoteIdentityVerificationSystemIdentificationCardMutation, useDudExternalFileDownloadQuery, useDudExternalFileUploadMutation, useDudExternalFileUploadQuery, useGetUerProfileQuery, useSearchAddressQuery, useSearchAddressStandardizationQuery, useSearchCommonCodeQuery, useSearchCustomerListQuery, useSearchDspCustomerGroupListMutation, useSearchDspCustomerGroupListQuery, useSearchDspCustomerListQuery, useSearchEmployeeProfileQuery, useSearchNationalityQuery, useSearchOccupationDetailQuery, useSearchOccupationQuery, useSearchOrganizationQuery, useSearchPostalCodeQuery, useSearchRiskGradeQuery, useSearchVehicleQuery, useSearchVisaQuery };
|
package/dist/method.d.ts
CHANGED
|
@@ -1364,6 +1364,7 @@ type DspResponseImageViewerTokenResponseDto = DspResponse<ImageViewerTokenRespon
|
|
|
1364
1364
|
*/
|
|
1365
1365
|
declare const getImageViewerToken: (params: ImageViewerTokenRequestDto, axiosConfig?: ApiConfig) => Promise<DspResponseImageViewerTokenResponseDto>;
|
|
1366
1366
|
|
|
1367
|
+
type DspResponseGA4UserPropertyResponseDto = DspResponse<GA4UserPropertyResponseDto>;
|
|
1367
1368
|
/**
|
|
1368
1369
|
* ga4 사용자 속성 응답 DTO
|
|
1369
1370
|
*/
|
|
@@ -1382,6 +1383,6 @@ interface GA4UserPropertyResponseDto {
|
|
|
1382
1383
|
/**
|
|
1383
1384
|
* @returns GA4UserPropertyResponseDto
|
|
1384
1385
|
*/
|
|
1385
|
-
declare const getGA4UserPropertyMethod: () => Promise<
|
|
1386
|
+
declare const getGA4UserPropertyMethod: () => Promise<DspResponseGA4UserPropertyResponseDto>;
|
|
1386
1387
|
|
|
1387
|
-
export { type AddressListRequestDto, type AddressListResponseDto, type AddressPostalCodeDto, type AddressPostalCodeRequestDto, type AddressPostalCodeResponseDto, type AddressResponseDto, type AddressStandardizationListRequestDto, type AddressStandardizationListResponseDto, type AddressStandardizationResponseDto, ApiConfig, type CodeDto, type CommonCodeDto, type CommonCodeRequestDto, type CommonCodeResponseDto, type CustomMutationOptions, type CustomQueryOptions, type CustomSuspenseOptions, type CustomerDto, type CustomerListRequestDto, type CustomerListResponseDto, type DownloadType, DspResponse, type DspResponseAddressListResponseDto, type DspResponseAddressPostalCodeResponseDto, type DspResponseAddressStandardizationListResponseDto, type DspResponseCommonCodeResponseDto, type DspResponseCustomerListResponseDto, type DspResponseEmployeeProfileResponseDto, type DspResponseImageViewerTokenResponseDto, type DspResponseListEmployeeProfileResponseDto, type DspResponseListOrganizationProfileResponse, type DspResponseListPersonalCustomerProfileResponseDto, type DspResponseNationalityListResponseDto, type DspResponseOccupationDetailResponseDto, type DspResponseOccupationListResponseDto, type DspResponseOrganizationProfileResponse, type DspResponseRemoteIdentityVerificationSystemIdentificationCardResponseDto, type DspResponseRemoteIdentityVerificationSystemTokenResponseDto, type DspResponseRiskGradeResponseDto, type DspResponseUserProfileResponseDto, type DspResponseVehicleTypeListResponseDto, type DspResponseVisaStatusListResponseDto, type EmployeeDivisionCodeType, type EmployeeProfileRequestDto, type EmployeeProfileResponseDto, type EmployeeProfileSearchRequestDto, type FileExternalRequestDto, type FileExternalResponseDto, type FileUploadExternalRequestDto, type FileUploadExternalRequestDtoBase, type FileUploadExternalResponseDto, type FpLoginData, type FpLoginResponseDto, type GA4UserPropertyResponseDto, type GroupCustomerProfileRequestDto, type GroupCustomerProfileResponseDto, type ImageViewerTokenRequestDto, type ImageViewerTokenResponseDto, type NationalityListResponseDto, type NationalityResponseDto, type NationalitySearchRequestDto, type OccupationDetailRequestDto, type OccupationDetailResponseDto, type OccupationListRequestDto, type OccupationListResponseDto, type OccupationResponseDto, type OrganizationProfileRequest, type OrganizationProfileResponse, type OrganizationSearchRequestDto, type Pagination, type PersonalCustomerProfileRequestDto, type PersonalCustomerProfileResponseDto, type RemoteIdentityVerificationSystemIdentificationCardRequestDto, type RemoteIdentityVerificationSystemIdentificationCardResponseDto, type RemoteIdentityVerificationSystemTokenRequestDto, type RemoteIdentityVerificationSystemTokenResponseDto, type RiskGradeRequestDto, type RiskGradeResponseDto, type TenureOfOfficeDivisionCodeType, type TestResponse, type UserProfileResponseDto, type VehicleTypeListResponseDto, type VehicleTypeResponseDto, type VisaStatusListResponseDto, type VisaStatusResponseDto, confirmRemoteIdentityVerificationSystemIdentificationCard, getAddressListMethod, getAddressPostalCodeMethod, getAddressStandardizationListMethod, getCommonCodeListMethod, getCustomerListMethod, getDspCustomerGroupListMethod, getDspCustomerListMethod, getEmployeeProfileListMethod, getGA4UserPropertyMethod, getImageViewerToken, getNationalityListMethod, getOccupationDetailMethod, getOccupationListMethod, getOrganizationProfileListMethod, getRemoteIdentityVerificationSystemToken, getRiskGradeMethod, getTestMethod, getUserProfile, getVehicleListMethod, getVisaListMethod, postFileDownloadMethod, postFileUploadMethod, postLoginMethod, useConfirmRemoteIdentityVerificationSystemIdentificationCardMutation, useDudExternalFileDownloadQuery, useDudExternalFileUploadMutation, useDudExternalFileUploadQuery, useGetUerProfileQuery, useSearchAddressQuery, useSearchAddressStandardizationQuery, useSearchCommonCodeQuery, useSearchCustomerListQuery, useSearchDspCustomerGroupListMutation, useSearchDspCustomerGroupListQuery, useSearchDspCustomerListQuery, useSearchEmployeeProfileQuery, useSearchNationalityQuery, useSearchOccupationDetailQuery, useSearchOccupationQuery, useSearchOrganizationQuery, useSearchPostalCodeQuery, useSearchRiskGradeQuery, useSearchVehicleQuery, useSearchVisaQuery };
|
|
1388
|
+
export { type AddressListRequestDto, type AddressListResponseDto, type AddressPostalCodeDto, type AddressPostalCodeRequestDto, type AddressPostalCodeResponseDto, type AddressResponseDto, type AddressStandardizationListRequestDto, type AddressStandardizationListResponseDto, type AddressStandardizationResponseDto, ApiConfig, type CodeDto, type CommonCodeDto, type CommonCodeRequestDto, type CommonCodeResponseDto, type CustomMutationOptions, type CustomQueryOptions, type CustomSuspenseOptions, type CustomerDto, type CustomerListRequestDto, type CustomerListResponseDto, type DownloadType, DspResponse, type DspResponseAddressListResponseDto, type DspResponseAddressPostalCodeResponseDto, type DspResponseAddressStandardizationListResponseDto, type DspResponseCommonCodeResponseDto, type DspResponseCustomerListResponseDto, type DspResponseEmployeeProfileResponseDto, type DspResponseGA4UserPropertyResponseDto, type DspResponseImageViewerTokenResponseDto, type DspResponseListEmployeeProfileResponseDto, type DspResponseListOrganizationProfileResponse, type DspResponseListPersonalCustomerProfileResponseDto, type DspResponseNationalityListResponseDto, type DspResponseOccupationDetailResponseDto, type DspResponseOccupationListResponseDto, type DspResponseOrganizationProfileResponse, type DspResponseRemoteIdentityVerificationSystemIdentificationCardResponseDto, type DspResponseRemoteIdentityVerificationSystemTokenResponseDto, type DspResponseRiskGradeResponseDto, type DspResponseUserProfileResponseDto, type DspResponseVehicleTypeListResponseDto, type DspResponseVisaStatusListResponseDto, type EmployeeDivisionCodeType, type EmployeeProfileRequestDto, type EmployeeProfileResponseDto, type EmployeeProfileSearchRequestDto, type FileExternalRequestDto, type FileExternalResponseDto, type FileUploadExternalRequestDto, type FileUploadExternalRequestDtoBase, type FileUploadExternalResponseDto, type FpLoginData, type FpLoginResponseDto, type GA4UserPropertyResponseDto, type GroupCustomerProfileRequestDto, type GroupCustomerProfileResponseDto, type ImageViewerTokenRequestDto, type ImageViewerTokenResponseDto, type NationalityListResponseDto, type NationalityResponseDto, type NationalitySearchRequestDto, type OccupationDetailRequestDto, type OccupationDetailResponseDto, type OccupationListRequestDto, type OccupationListResponseDto, type OccupationResponseDto, type OrganizationProfileRequest, type OrganizationProfileResponse, type OrganizationSearchRequestDto, type Pagination, type PersonalCustomerProfileRequestDto, type PersonalCustomerProfileResponseDto, type RemoteIdentityVerificationSystemIdentificationCardRequestDto, type RemoteIdentityVerificationSystemIdentificationCardResponseDto, type RemoteIdentityVerificationSystemTokenRequestDto, type RemoteIdentityVerificationSystemTokenResponseDto, type RiskGradeRequestDto, type RiskGradeResponseDto, type TenureOfOfficeDivisionCodeType, type TestResponse, type UserProfileResponseDto, type VehicleTypeListResponseDto, type VehicleTypeResponseDto, type VisaStatusListResponseDto, type VisaStatusResponseDto, confirmRemoteIdentityVerificationSystemIdentificationCard, getAddressListMethod, getAddressPostalCodeMethod, getAddressStandardizationListMethod, getCommonCodeListMethod, getCustomerListMethod, getDspCustomerGroupListMethod, getDspCustomerListMethod, getEmployeeProfileListMethod, getGA4UserPropertyMethod, getImageViewerToken, getNationalityListMethod, getOccupationDetailMethod, getOccupationListMethod, getOrganizationProfileListMethod, getRemoteIdentityVerificationSystemToken, getRiskGradeMethod, getTestMethod, getUserProfile, getVehicleListMethod, getVisaListMethod, postFileDownloadMethod, postFileUploadMethod, postLoginMethod, useConfirmRemoteIdentityVerificationSystemIdentificationCardMutation, useDudExternalFileDownloadQuery, useDudExternalFileUploadMutation, useDudExternalFileUploadQuery, useGetUerProfileQuery, useSearchAddressQuery, useSearchAddressStandardizationQuery, useSearchCommonCodeQuery, useSearchCustomerListQuery, useSearchDspCustomerGroupListMutation, useSearchDspCustomerGroupListQuery, useSearchDspCustomerListQuery, useSearchEmployeeProfileQuery, useSearchNationalityQuery, useSearchOccupationDetailQuery, useSearchOccupationQuery, useSearchOrganizationQuery, useSearchPostalCodeQuery, useSearchRiskGradeQuery, useSearchVehicleQuery, useSearchVisaQuery };
|
package/dist/method.js
CHANGED
|
@@ -775,7 +775,7 @@ var getImageViewerToken = async (params, axiosConfig) => {
|
|
|
775
775
|
var getGA4UserPropertyMethod = async () => {
|
|
776
776
|
const apiUrl = `${getDspApiBasePathFromEnvironment("dat")}/v1/get/ga4/user-property`;
|
|
777
777
|
const httpClient = new HttpClientAxios();
|
|
778
|
-
const res = await httpClient.api.
|
|
778
|
+
const res = await httpClient.api.post(apiUrl);
|
|
779
779
|
return res.data;
|
|
780
780
|
};
|
|
781
781
|
|