microsoft / azure-api-management-monetization

MIT License
54 stars 30 forks source link

TypeScript errors in app build #61

Closed MikeEvansLarah closed 8 months ago

MikeEvansLarah commented 10 months ago

Following errors when running npm run build:

#10 7.556 src/services/apimService.ts(133,34): error TS2339: Property 'id' does not exist on type 'unknown'.
#10 7.557 src/services/monetizationService.ts(14,54): error TS2339: Property 'find' does not exist on type 'unknown'.
asparagusbeef commented 9 months ago

Did you manage to resolve this?

joelbudu commented 7 months ago

@MikeEvansLarah how is it looking with the updates to the app please? Will there be an update to the container image at mcr.microsoft.com/azure-api-management/samples/monetization ? Thanks

HowardvanRooijen commented 7 months ago

I believe we were waiting on @mikebudzynski

MikeEvansLarah commented 7 months ago

There has been a new version of the app published with the latest updates as of last month mcr.microsoft.com/azure-api-management/samples/monetization:0.2.0

joelbudu commented 7 months ago

Sounds great @MikeEvansLarah, Thank you. I think it might be good also to update the main.bicep accordingly so the old image is not used when a deployment is made

MikeEvansLarah commented 7 months ago

@joelbudu it's been updated now in #71

joelbudu commented 7 months ago

Thanks @MikeEvansLarah