[PR #1045] [MERGED] add tier/version to api #1045

Closed
opened 2026-02-16 00:19:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/1045
Author: @logan-markewich
Created: 12/4/2025
Status: Merged
Merged: 12/4/2025
Merged by: @logan-markewich

Base: mainHead: logan/client_tier


📝 Commits (4)

📊 Changes

9 files changed (+33426 additions, -45024 deletions)

View changed files

.changeset/new-groups-lay.md (+6 -0)
📝 py/llama_cloud_services/parse/base.py (+13 -0)
📝 ts/llama_cloud_services/openapi.json (+15197 -20567)
📝 ts/llama_cloud_services/src/LLamaCloudFileService.ts (+9 -10)
📝 ts/llama_cloud_services/src/client/schemas.gen.ts (+10907 -12396)
📝 ts/llama_cloud_services/src/client/sdk.gen.ts (+1789 -4134)
📝 ts/llama_cloud_services/src/client/types.gen.ts (+4514 -6520)
📝 ts/llama_cloud_services/src/client/zod.gen.ts (+987 -1397)
📝 ts/llama_cloud_services/src/reader.ts (+4 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/1045 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/client_tier` --- ### 📝 Commits (4) - [`1509bf9`](https://github.com/run-llama/llama_cloud_services/commit/1509bf910e590584891c24634355d36311d2ebe4) add tier and version to parse - [`6481c40`](https://github.com/run-llama/llama_cloud_services/commit/6481c403e04110753064a1d0dfaa75f76095060d) changesets - [`bafb3f7`](https://github.com/run-llama/llama_cloud_services/commit/bafb3f706181638772210c2c18d98c85df7604b9) regenerate client - [`97c4fd1`](https://github.com/run-llama/llama_cloud_services/commit/97c4fd14953ae3e1e706c7e89d04f19e6829a6f5) fix tests ### 📊 Changes **9 files changed** (+33426 additions, -45024 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/new-groups-lay.md` (+6 -0) 📝 `py/llama_cloud_services/parse/base.py` (+13 -0) 📝 `ts/llama_cloud_services/openapi.json` (+15197 -20567) 📝 `ts/llama_cloud_services/src/LLamaCloudFileService.ts` (+9 -10) 📝 `ts/llama_cloud_services/src/client/schemas.gen.ts` (+10907 -12396) 📝 `ts/llama_cloud_services/src/client/sdk.gen.ts` (+1789 -4134) 📝 `ts/llama_cloud_services/src/client/types.gen.ts` (+4514 -6520) 📝 `ts/llama_cloud_services/src/client/zod.gen.ts` (+987 -1397) 📝 `ts/llama_cloud_services/src/reader.ts` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:19:57 -05:00
yindo closed this issue 2026-02-16 00:19:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#1045