@gpt-core/client 0.5.6 → 0.5.7

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/dist/index.d.mts CHANGED
@@ -8592,6 +8592,10 @@ type PostApplicationsData = {
8592
8592
  body: {
8593
8593
  data: {
8594
8594
  attributes?: {
8595
+ /**
8596
+ * Optional manual API key override (for system seeds)
8597
+ */
8598
+ api_key?: string | unknown;
8595
8599
  api_key_type: "server" | "system" | "application";
8596
8600
  /**
8597
8601
  * Credits allocated to new tenants registering via this application
package/dist/index.d.ts CHANGED
@@ -8592,6 +8592,10 @@ type PostApplicationsData = {
8592
8592
  body: {
8593
8593
  data: {
8594
8594
  attributes?: {
8595
+ /**
8596
+ * Optional manual API key override (for system seeds)
8597
+ */
8598
+ api_key?: string | unknown;
8595
8599
  api_key_type: "server" | "system" | "application";
8596
8600
  /**
8597
8601
  * Credits allocated to new tenants registering via this application
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/client",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "TypeScript SDK for GPT Core Client API - Document extraction, AI agents, and workspace management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",