@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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
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