@bodhiapp/ts-client 0.1.39 → 0.1.41
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.
|
@@ -2934,12 +2934,12 @@ export interface components {
|
|
|
2934
2934
|
enabled: components["schemas"]["CapabilitySupport"];
|
|
2935
2935
|
};
|
|
2936
2936
|
/** @example {
|
|
2937
|
-
* "token": "
|
|
2937
|
+
* "token": "sk-bodhiapp_pMwZ1AbCdEfGhIjKlMnOpQrStUvWxYz0123456789_-AB3n7Qz.client-id"
|
|
2938
2938
|
* } */
|
|
2939
2939
|
TokenCreated: {
|
|
2940
2940
|
/**
|
|
2941
|
-
* @description API token with bodhiapp_ prefix for programmatic access
|
|
2942
|
-
* @example
|
|
2941
|
+
* @description API token with sk-bodhiapp_ prefix for programmatic access
|
|
2942
|
+
* @example sk-bodhiapp_pMwZ1AbCdEfGhIjKlMnOpQrStUvWxYz0123456789_-AB3n7Qz.client-id
|
|
2943
2943
|
*/
|
|
2944
2944
|
token: string;
|
|
2945
2945
|
};
|
|
@@ -8350,7 +8350,7 @@ export interface operations {
|
|
|
8350
8350
|
};
|
|
8351
8351
|
content: {
|
|
8352
8352
|
/** @example {
|
|
8353
|
-
* "token": "bodhiapp_1234567890abcdef"
|
|
8353
|
+
* "token": "sk-bodhiapp_1234567890abcdef"
|
|
8354
8354
|
* } */
|
|
8355
8355
|
"application/json": components["schemas"]["TokenCreated"];
|
|
8356
8356
|
};
|
|
@@ -2935,12 +2935,12 @@ export interface components {
|
|
|
2935
2935
|
enabled: components["schemas"]["CapabilitySupport"];
|
|
2936
2936
|
};
|
|
2937
2937
|
/** @example {
|
|
2938
|
-
* "token": "
|
|
2938
|
+
* "token": "sk-bodhiapp_pMwZ1AbCdEfGhIjKlMnOpQrStUvWxYz0123456789_-AB3n7Qz.client-id"
|
|
2939
2939
|
* } */
|
|
2940
2940
|
TokenCreated: {
|
|
2941
2941
|
/**
|
|
2942
|
-
* @description API token with bodhiapp_ prefix for programmatic access
|
|
2943
|
-
* @example
|
|
2942
|
+
* @description API token with sk-bodhiapp_ prefix for programmatic access
|
|
2943
|
+
* @example sk-bodhiapp_pMwZ1AbCdEfGhIjKlMnOpQrStUvWxYz0123456789_-AB3n7Qz.client-id
|
|
2944
2944
|
*/
|
|
2945
2945
|
token: string;
|
|
2946
2946
|
};
|
|
@@ -8351,7 +8351,7 @@ export interface operations {
|
|
|
8351
8351
|
};
|
|
8352
8352
|
content: {
|
|
8353
8353
|
/** @example {
|
|
8354
|
-
* "token": "bodhiapp_1234567890abcdef"
|
|
8354
|
+
* "token": "sk-bodhiapp_1234567890abcdef"
|
|
8355
8355
|
* } */
|
|
8356
8356
|
"application/json": components["schemas"]["TokenCreated"];
|
|
8357
8357
|
};
|
|
@@ -1580,7 +1580,7 @@ export type ThinkingTypes = {
|
|
|
1580
1580
|
};
|
|
1581
1581
|
export type TokenCreated = {
|
|
1582
1582
|
/**
|
|
1583
|
-
* API token with bodhiapp_ prefix for programmatic access
|
|
1583
|
+
* API token with sk-bodhiapp_ prefix for programmatic access
|
|
1584
1584
|
*/
|
|
1585
1585
|
token: string;
|
|
1586
1586
|
};
|
package/dist/types/types.gen.ts
CHANGED