

## Generating New Client Definitions

If the Fleet API's swagger definition changes, you should generate a new set of client classes. Make sure that 
you have the `fleet-api` project cloned in the same parent directory as the `fleet-api-client` and run the following:

```
npm run generate && npm run build
npm test
```

