@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": "bodhiapp_1234567890abcdef"
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 bodhiapp_1234567890abcdef
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": "bodhiapp_1234567890abcdef"
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 bodhiapp_1234567890abcdef
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
  };
@@ -1731,7 +1731,7 @@ export type ThinkingTypes = {
1731
1731
 
1732
1732
  export type TokenCreated = {
1733
1733
  /**
1734
- * API token with bodhiapp_ prefix for programmatic access
1734
+ * API token with sk-bodhiapp_ prefix for programmatic access
1735
1735
  */
1736
1736
  token: string;
1737
1737
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bodhiapp/ts-client",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "description": "TypeScript types for Bodhi API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",