@acarmisc/backstage-plugin-litellm 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/dist/types.d.ts CHANGED
@@ -115,10 +115,6 @@ export interface GenerateKeyRequest {
115
115
  tpm_limit?: number;
116
116
  rpm_limit?: number;
117
117
  key_type?: string;
118
- /** When true, LiteLLM rotates the key on a schedule. */
119
- auto_rotate?: boolean;
120
- /** Rotation interval in days (LiteLLM-enforced when auto_rotate is true). */
121
- rotation_interval_days?: number;
122
118
  }
123
119
  export interface UpdateKeyRequest {
124
120
  key_alias?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acarmisc/backstage-plugin-litellm",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "litellm",