Base solution for your next web application
Open Closed

Update service proxy removes some existing methods unexpectedly #6394


User avatar
0
tugrulkarakaya created

Hi, 1- I have download version 6.5 setup the environment 2- Added a new entity. 3- Run it 4- Run refresh.bat for service proxy update

I see that there are some removed methods from service proxy even if I did not change about them, for example

  • getSubscriptionPayment(paymentId: number | null | undefined): Observable<SubscriptionPayment>
  • protected processGetSubscriptionPayment(response: HttpResponseBase): Observable<SubscriptionPayment>
  • export class SubscriptionPayment implements ISubscriptionPayment
  • export enum SubscriptionPaymentGateway
  • export enum SubscriptionPaymentStatus
  • export enum SubscriptionPaymentPaymentPeriodType

Do I need them? Or, are those forgotten to be removed from project creation template?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    I guess it might be that the service proxy was not updated when the new version was released. If you don't have a problem, it will be fine.