nextemos 6.0.9 → 6.0.10

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.
@@ -1,4 +1,4 @@
1
- import { IApiResponse, IRequestInit, IService, ICreateMemberResponse, IMessageSubjectResponse, ISendMessageResponse, ILoginRequestResponse, IResponse, IActiveMemberResponse, IMemberAddressesResponse, IMemberAddressResponse, AddressPart, IPasswordRenewalMessageResponse, IRequestBase, IMessageByMemberIdResponse, IAnswersByMessageIdResponse, IAddAnswerResponse, ILogonAsGuestRequestResponse, INotificationPreferenceResponse, IUpdatePreferencesResponse, IContactApprovalMessageResponse, IPointsByMemberIdResponse, IUpdateMemberResponse, IMemberDocumentsResponse, IEducationStatusListResponse, IJobListResponse, ISegmentsResponse, IMemberByIntegrationCodeResponse, IMemberReferenceResponse, IMemberGeneralInformation, ISocialLoginResponse, IMemberByIdListResponse, IUpdateProfilePhotoResponse, IGetProfilePhotoResponse, IApproveValidationTokenRequestResponse, ISendIYSVerificationCodeResponse } from "../..";
1
+ import { IApiResponse, IRequestInit, IService, ICreateMemberResponse, IMessageSubjectResponse, ISendMessageResponse, ILoginRequestResponse, IResponse, IActiveMemberResponse, IMemberAddressesResponse, IMemberAddressResponse, AddressPart, IPasswordRenewalMessageResponse, IRequestBase, IMessageByMemberIdResponse, IAnswersByMessageIdResponse, IAddAnswerResponse, ILogonAsGuestRequestResponse, INotificationPreferenceResponse, IUpdatePreferencesResponse, IContactApprovalMessageResponse, IPointsByMemberIdResponse, IUpdateMemberResponse, IMemberDocumentsResponse, IEducationStatusListResponse, IJobListResponse, ISegmentsResponse, IMemberByIntegrationCodeResponse, IMemberReferenceResponse, IMemberGeneralInformation, ISocialLoginResponse, IMemberByIdListResponse, IUpdateProfilePhotoResponse, IGetProfilePhotoResponse, IApproveValidationTokenRequestResponse, ISendIYSVerificationCodeResponse, IYSConsentVerificationCodeResponse } from "../..";
2
2
  export interface IMessageSubjectRequest extends IRequestBase {
3
3
  }
4
4
  export interface ISendMessageRequest extends IRequestBase {
@@ -258,7 +258,7 @@ export interface IMemberService extends IService {
258
258
  AddAnswer: (data?: IAddAnswerRequest, options?: IRequestInit) => Promise<IApiResponse<IAddAnswerResponse>>;
259
259
  GetNotificationPreferences: (data?: IGetNotificationPreferencesRequest, options?: IRequestInit) => Promise<IApiResponse<INotificationPreferenceResponse>>;
260
260
  UpdateNotificationPreferences: (data?: IUpdateNotificationPreferencesRequest, options?: IRequestInit) => Promise<IApiResponse<IUpdatePreferencesResponse>>;
261
- IYSConsentVerificationCode: (data?: IYSConsentVerificationCodeRequest, options?: IRequestInit) => Promise<IApiResponse<IResponse>>;
261
+ IYSConsentVerificationCode: (data?: IYSConsentVerificationCodeRequest, options?: IRequestInit) => Promise<IApiResponse<IYSConsentVerificationCodeResponse>>;
262
262
  PointsByMemberId: (data?: IPointsByMemberIdRequest, options?: IRequestInit) => Promise<IApiResponse<IPointsByMemberIdResponse>>;
263
263
  CommunicationInfoUpdateVerificationCode: (data?: ICommunicationInfoUpdateVerificationCodeRequest, options?: IRequestInit) => Promise<IApiResponse<IResponse>>;
264
264
  Documents: (data?: IMemberDocumentsRequest, options?: IRequestInit) => Promise<IApiResponse<IMemberDocumentsResponse>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "6.0.9",
3
+ "version": "6.0.10",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",