SDK regeneration #15
Annotations
4 errors and 2 warnings
compile:
src/wrapper/ChariotClient.ts#L16
Class 'import("/home/runner/work/typescript-sdk/typescript-sdk/src/wrapper/ChariotClient").ChariotClient' incorrectly extends base class 'import("/home/runner/work/typescript-sdk/typescript-sdk/src/Client").ChariotClient'.
|
compile:
src/wrapper/ChariotClient.ts#L22
Type 'Supplier<string | { readonly api: "https://api.givechariot.com"; readonly production: "https://api.givechariot.com"; readonly login: "https://login.givechariot.com"; }> | undefined' is not assignable to type 'Supplier<ChariotEnvironmentUrls | { readonly api: "https://api.givechariot.com"; readonly production: "https://api.givechariot.com"; readonly login: "https://login.givechariot.com"; }> | undefined'.
|
compile:
src/wrapper/ChariotClient.ts#L25
Argument of type '{ token: () => Promise<string>; environment?: core.Supplier<string | { readonly api: "https://api.givechariot.com"; readonly production: "https://api.givechariot.com"; readonly login: "https://login.givechariot.com"; }> | undefined; clientId: core.Supplier<...>; clientSecret: core.Supplier<...>; }' is not assignable to parameter of type 'Options'.
|
compile
Process completed with exit code 2.
|
compile
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|