Recorded here for now.
Current guess is that it's an issue with several type enumerations in JoinedNetwork. Probably creating the appropriate Scheme will fix it. Or maybe a generator error? (Unlikely).
Details: https://github.com/JohnGuan/zerotier-one-api-client/actions/runs/11702245296/job/32590054086#step:7:21
Error: api.ts(698,25): error TS2314: Generic type 'Array<T>' requires 1 type argument(s).
Error: api.ts(770,15): error TS2304: Cannot find name 'JoinedNetworkStatusEnum'.
Error: api.ts(776,13): error TS2304: Cannot find name 'JoinedNetworkTypeEnum'.
I'll do some validation later and maybe submit a pr if it's welcome.
Recorded here for now.
Current guess is that it's an issue with several type enumerations in JoinedNetwork. Probably creating the appropriate Scheme will fix it. Or maybe a generator error? (Unlikely).
Details: https://github.com/JohnGuan/zerotier-one-api-client/actions/runs/11702245296/job/32590054086#step:7:21
I'll do some validation later and maybe submit a pr if it's welcome.