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

fix(sdk-openint): bumping version #43

Merged
merged 4 commits into from
Dec 4, 2024
Merged

Conversation

pellicceama
Copy link
Collaborator

@pellicceama pellicceama commented Dec 4, 2024

Important

Bumped OpenInt SDK version, updated OpenAPI spec with new endpoints and error schemas, and revised SDK auth options.

  • Behavior:
    • Updated server URL in openint.oas.json and openint.oas.meta.ts to https://api.openint.dev/v0.
    • Added new query parameter exp to /health endpoint.
    • Updated response schema for /health to include healthy and error fields.
    • Added new endpoints for file storage operations: listDrives, getDrive, listFolders, getFolder, listFiles, getFile.
    • Added integrations field to listConnectorConfigInfos response.
    • Updated error schemas: error.BAD_REQUEST, error.NOT_FOUND, error.INTERNAL_SERVER_ERROR.
  • Types:
    • Updated openint.oas.types.d.ts to reflect new endpoints and schema changes.
    • Added unified.drive, unified.folder, unified.file schemas.
  • SDK:
    • Updated initOpenIntSDK in index.ts to use new auth options format.
    • Removed x-apikey and authorization from headers in OpenIntSDKTypes.

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

@pellicceama pellicceama merged commit 21ab28e into main Dec 4, 2024
0 of 2 checks passed
@pellicceama pellicceama deleted the unified-file-storage branch December 4, 2024 03:22
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.

👍 Looks good to me! Reviewed everything up to 469aa52 in 1 minute and 2 seconds

More details
  • Looked at 3356 lines of code in 5 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. sdks/sdk-openint/src/openint.oas.meta.ts:4
  • Draft comment:
    The server URL has been updated to 'https://api.openint.dev/v0'. Ensure this is the intended endpoint for the API.
  • Reason this comment was not posted:
    Confidence changes required: 10%
    The PR updates the server URL in the openint.oas.meta.ts file, which is a necessary change to point to the correct API endpoint. This change is consistent with the update in the openint.oas.json file.

Workflow ID: wflow_QFvQirSza1gr0wki


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

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