Bertrand Marron
Bertrand Marron
From the rebase logs: ``` proxy | 2024/05/10 07:09:48 [009] GET https://registry.npmjs.org:443/pnpm proxy | 2024/05/10 07:09:48 [010] GET https://registry.npmjs.org:443/pnpm proxy | 2024/05/10 07:09:48 [010] 200 https://registry.npmjs.org:443/pnpm proxy | 2024/05/10 07:09:48...
Yes: https://github.com/dependabot/dependabot-core/pull/9687 should fix that.
Hi @michael-land As it is often the case, the source file is broken, so the type does not generate. https://github.com/amzn/selling-partner-api-models/blob/806b438ed95dde14ad832119cabce81a2570a3da/schemas/notifications/B2bAnyOfferChangedNotification.json#L148 This should be `#/definitions/moneyType`. I’ve opened a PR – https://github.com/amzn/selling-partner-api-models/pull/332,...
This doesn’t fix the issue as the source schema is still broken… but I’m now generating and exposing all the JSON schemas from the source repo to @sp-api-sdk/schemas. https://github.com/bizon/selling-partner-api-sdk/pull/1316
Using pnpm, in `pnpm-workspace.yaml` ```yml overrides: xo>@typescript-eslint/parser: "^8" ```