Skip to content

Conversation

@jackl
Copy link
Contributor

@jackl jackl commented Aug 21, 2025

Made compilation fixes plus added support for the interface type added to the spec.

Also added lib-apibuilder.zip to the test folder due to it no longer being accessible via https (only s3 allowed now).

b2bInvoices: (_: any, { organization, id, key, orderNumber, limit, offset, sort }: { organization: string, id: any, key: string, orderNumber: string, limit: number, offset: number, sort: string }, { dataSources }: { dataSources: any }) =>
dataSources.api.get(`/${organization}/b2b/invoices`, { id, key, order_number: orderNumber, limit, offset, sort }),

checkout: (_: any, { id }: { id: string }, { dataSources }: { dataSources: any }) =>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests overwrite these

@jackl jackl merged commit 1bd1c29 into main Aug 22, 2025
1 check passed
@jackl jackl deleted the bump-validation branch August 22, 2025 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants