UrielCh / proxmox-api

TypeScript Api for proxmox
59 stars 15 forks source link

Changes in the Proxmox API #29

Open masterjanic opened 9 months ago

masterjanic commented 9 months ago

There seem to be some deprecated paths in the package. You should reflect them in a newer version.

For example the property "notification-policy" on vzdump does not exist. There is only the deprecated property "mailnotification".

image

See https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/vzdump

Also, there is no way to just disable type checking since any other added attributes are not sent and handled by the package,

UrielCh commented 9 months ago

I had just upgrade the model to proxmox V8.

but I do not have any proxmox available now.

UrielCh commented 8 months ago

V 1.1.0 is out.

williamhatcher commented 4 months ago

@UrielCh is this issue fully resolved?

UrielCh commented 4 months ago

It should, if not, I'm still there.