@gpt-platform/admin 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/llms.txt CHANGED
@@ -1404,6 +1404,7 @@ fields
1404
1404
  ## Pipeline
1405
1405
 
1406
1406
  - `getPipelines()` - /pipelines operation on pipeline resource
1407
+ - `getPipelinesBy-slugBySlug()` - Look up a pipeline by its system_slug scoped to an application
1407
1408
  - `getPipelinesById()` - /pipelines/:id operation on pipeline resource
1408
1409
  - `postPipelines()` - Create a new agent pipeline.
1409
1410
  - `patchPipelinesById()` - Update pipeline metadata or node graph.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/admin",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "TypeScript SDK for GPT Platform Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",