@knowledge-stack/ksapi 1.59.0 → 1.59.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/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @knowledge-stack/ksapi@1.59.
|
|
1
|
+
# @knowledge-stack/ksapi@1.59.1
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the localhost API.
|
|
4
4
|
|
|
@@ -318,7 +318,7 @@ and is automatically generated by the
|
|
|
318
318
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
319
319
|
|
|
320
320
|
- API version: `0.1.0`
|
|
321
|
-
- Package version: `1.59.
|
|
321
|
+
- Package version: `1.59.1`
|
|
322
322
|
- Generator version: `7.20.0`
|
|
323
323
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
324
324
|
|
|
@@ -113,7 +113,7 @@ export interface TenantsApiInterface {
|
|
|
113
113
|
*/
|
|
114
114
|
deleteTenantRequestOpts(requestParameters: DeleteTenantRequest): Promise<runtime.RequestOpts>;
|
|
115
115
|
/**
|
|
116
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
116
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
117
117
|
* @summary Delete Tenant
|
|
118
118
|
* @param {string} tenantId
|
|
119
119
|
* @param {string} [authorization]
|
|
@@ -124,7 +124,7 @@ export interface TenantsApiInterface {
|
|
|
124
124
|
*/
|
|
125
125
|
deleteTenantRaw(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
126
126
|
/**
|
|
127
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
127
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
128
128
|
* Delete Tenant
|
|
129
129
|
*/
|
|
130
130
|
deleteTenant(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
@@ -372,12 +372,12 @@ export declare class TenantsApi extends runtime.BaseAPI implements TenantsApiInt
|
|
|
372
372
|
*/
|
|
373
373
|
deleteTenantRequestOpts(requestParameters: DeleteTenantRequest): Promise<runtime.RequestOpts>;
|
|
374
374
|
/**
|
|
375
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
375
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
376
376
|
* Delete Tenant
|
|
377
377
|
*/
|
|
378
378
|
deleteTenantRaw(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
379
379
|
/**
|
|
380
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
380
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
381
381
|
* Delete Tenant
|
|
382
382
|
*/
|
|
383
383
|
deleteTenant(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
package/dist/apis/TenantsApi.js
CHANGED
|
@@ -98,7 +98,7 @@ class TenantsApi extends runtime.BaseAPI {
|
|
|
98
98
|
});
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
101
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
102
102
|
* Delete Tenant
|
|
103
103
|
*/
|
|
104
104
|
deleteTenantRaw(requestParameters, initOverrides) {
|
|
@@ -109,7 +109,7 @@ class TenantsApi extends runtime.BaseAPI {
|
|
|
109
109
|
});
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
112
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
113
113
|
* Delete Tenant
|
|
114
114
|
*/
|
|
115
115
|
deleteTenant(requestParameters, initOverrides) {
|
|
@@ -113,7 +113,7 @@ export interface TenantsApiInterface {
|
|
|
113
113
|
*/
|
|
114
114
|
deleteTenantRequestOpts(requestParameters: DeleteTenantRequest): Promise<runtime.RequestOpts>;
|
|
115
115
|
/**
|
|
116
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
116
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
117
117
|
* @summary Delete Tenant
|
|
118
118
|
* @param {string} tenantId
|
|
119
119
|
* @param {string} [authorization]
|
|
@@ -124,7 +124,7 @@ export interface TenantsApiInterface {
|
|
|
124
124
|
*/
|
|
125
125
|
deleteTenantRaw(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
126
126
|
/**
|
|
127
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
127
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
128
128
|
* Delete Tenant
|
|
129
129
|
*/
|
|
130
130
|
deleteTenant(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
@@ -372,12 +372,12 @@ export declare class TenantsApi extends runtime.BaseAPI implements TenantsApiInt
|
|
|
372
372
|
*/
|
|
373
373
|
deleteTenantRequestOpts(requestParameters: DeleteTenantRequest): Promise<runtime.RequestOpts>;
|
|
374
374
|
/**
|
|
375
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
375
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
376
376
|
* Delete Tenant
|
|
377
377
|
*/
|
|
378
378
|
deleteTenantRaw(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
379
379
|
/**
|
|
380
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
380
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
381
381
|
* Delete Tenant
|
|
382
382
|
*/
|
|
383
383
|
deleteTenant(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
@@ -95,7 +95,7 @@ export class TenantsApi extends runtime.BaseAPI {
|
|
|
95
95
|
});
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
98
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
98
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
99
99
|
* Delete Tenant
|
|
100
100
|
*/
|
|
101
101
|
deleteTenantRaw(requestParameters, initOverrides) {
|
|
@@ -106,7 +106,7 @@ export class TenantsApi extends runtime.BaseAPI {
|
|
|
106
106
|
});
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
109
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
110
110
|
* Delete Tenant
|
|
111
111
|
*/
|
|
112
112
|
deleteTenant(requestParameters, initOverrides) {
|
package/docs/TenantsApi.md
CHANGED
|
@@ -97,7 +97,7 @@ No authorization required
|
|
|
97
97
|
|
|
98
98
|
Delete Tenant
|
|
99
99
|
|
|
100
|
-
Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
100
|
+
Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
101
101
|
|
|
102
102
|
### Example
|
|
103
103
|
|
package/package.json
CHANGED
package/src/apis/TenantsApi.ts
CHANGED
|
@@ -162,7 +162,7 @@ export interface TenantsApiInterface {
|
|
|
162
162
|
deleteTenantRequestOpts(requestParameters: DeleteTenantRequest): Promise<runtime.RequestOpts>;
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
165
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
166
166
|
* @summary Delete Tenant
|
|
167
167
|
* @param {string} tenantId
|
|
168
168
|
* @param {string} [authorization]
|
|
@@ -174,7 +174,7 @@ export interface TenantsApiInterface {
|
|
|
174
174
|
deleteTenantRaw(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
175
175
|
|
|
176
176
|
/**
|
|
177
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
177
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
178
178
|
* Delete Tenant
|
|
179
179
|
*/
|
|
180
180
|
deleteTenant(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
@@ -515,7 +515,7 @@ export class TenantsApi extends runtime.BaseAPI implements TenantsApiInterface {
|
|
|
515
515
|
}
|
|
516
516
|
|
|
517
517
|
/**
|
|
518
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
518
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
519
519
|
* Delete Tenant
|
|
520
520
|
*/
|
|
521
521
|
async deleteTenantRaw(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
@@ -526,7 +526,7 @@ export class TenantsApi extends runtime.BaseAPI implements TenantsApiInterface {
|
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
/**
|
|
529
|
-
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s S3 bucket after the DB transaction commits.
|
|
529
|
+
* Delete a tenant. Requires OWNER role in the tenant. Deletes the tenant\'s LiteLLM team/keys and S3 bucket after the DB transaction commits.
|
|
530
530
|
* Delete Tenant
|
|
531
531
|
*/
|
|
532
532
|
async deleteTenant(requestParameters: DeleteTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|