Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating sdk-openint OAS #41

Closed
wants to merge 1 commit into from
Closed

updating sdk-openint OAS #41

wants to merge 1 commit into from

Conversation

pellicceama
Copy link
Collaborator

@pellicceama pellicceama commented Dec 4, 2024

Important

Add new endpoints for bank accounts and payment receipts to sdk-openint OpenAPI spec and update TypeScript types.

  • OpenAPI Specification:
    • Added /unified/accounting/bank-accounts endpoint with GET method for retrieving bank accounts by customer.
    • Added /unified/accounting/payment-receipt endpoint with GET method for retrieving payment receipts by customer transaction ID.
  • TypeScript Types:
    • Updated openint.oas.types.d.ts to include accounting-getBankAccounts and accounting-getPaymentReceipts operations.
  • Package Version:
    • Incremented version in package.json from 0.0.11 to 0.0.12.

This description was created by Ellipsis for 9c797e7. It will automatically update as commits are pushed.

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

❌ Changes requested. Reviewed everything up to 9c797e7 in 1 minute and 1 seconds

More details
  • Looked at 249 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_COcx7S7JRfyz3QOS


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

"responses": {
"200": {
"description": "Successful response",
"content": {"application/json": {"schema": {}}}
Copy link

Choose a reason for hiding this comment

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

The response schema for the /unified/accounting/payment-receipt endpoint is empty. Consider defining the expected response structure for better clarity and type safety.

@pellicceama pellicceama closed this Dec 4, 2024
@pellicceama pellicceama deleted the sdk-openint branch December 4, 2024 03:09
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.

1 participant