@ideascol/agents-generator-sdk 0.5.2 → 0.5.3

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/bin/cli.js CHANGED
@@ -598,7 +598,7 @@ var OpenAPI;
598
598
  var init_OpenAPI = __esm(() => {
599
599
  OpenAPI = {
600
600
  BASE: "",
601
- VERSION: "main-1.0.0",
601
+ VERSION: "main-460f9844fbfbb3dd67d86ffaffa84411b5af7aae",
602
602
  WITH_CREDENTIALS: false,
603
603
  CREDENTIALS: "include",
604
604
  TOKEN: undefined,
package/dist/index.js CHANGED
@@ -166,7 +166,7 @@ var OpenAPI;
166
166
  var init_OpenAPI = __esm(() => {
167
167
  OpenAPI = {
168
168
  BASE: "",
169
- VERSION: "main-1.0.0",
169
+ VERSION: "main-460f9844fbfbb3dd67d86ffaffa84411b5af7aae",
170
170
  WITH_CREDENTIALS: false,
171
171
  CREDENTIALS: "include",
172
172
  TOKEN: undefined,
@@ -12,7 +12,7 @@ export declare class AdminApiKeysService {
12
12
  * @returns ApiKeyWithSecret Successful Response
13
13
  * @throws ApiError
14
14
  */
15
- static createWorkspaceApiKey(workspaceId: string, requestBody?: ApiKeyCreate): CancelablePromise<ApiKeyWithSecret>;
15
+ static createWorkspaceApiKey(workspaceId: string, requestBody: ApiKeyCreate): CancelablePromise<ApiKeyWithSecret>;
16
16
  /**
17
17
  * Get Api Keys
18
18
  * Get all API keys for a workspace
@@ -39,7 +39,7 @@ export declare class AdminApiKeysService {
39
39
  * @returns ApiKeyResponse Successful Response
40
40
  * @throws ApiError
41
41
  */
42
- static updateWorkspaceApiKey(workspaceId: string, apiKeyId: string, requestBody?: ApiKeyUpdate): CancelablePromise<ApiKeyResponse>;
42
+ static updateWorkspaceApiKey(workspaceId: string, apiKeyId: string, requestBody: ApiKeyUpdate): CancelablePromise<ApiKeyResponse>;
43
43
  /**
44
44
  * Delete Api Key
45
45
  * Delete an API key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ideascol/agents-generator-sdk",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "bun test",