@ideascol/agents-generator-sdk 0.1.4 → 0.1.5
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-
|
|
601
|
+
VERSION: "main-3d2b2b5639d0562a58dff0378bc3fe9f7068678b",
|
|
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-
|
|
169
|
+
VERSION: "main-3d2b2b5639d0562a58dff0378bc3fe9f7068678b",
|
|
170
170
|
WITH_CREDENTIALS: false,
|
|
171
171
|
CREDENTIALS: "include",
|
|
172
172
|
TOKEN: undefined,
|
|
@@ -44,7 +44,7 @@ export declare class CredentialsService {
|
|
|
44
44
|
static deleteCredential(credentialId: string): CancelablePromise<Record<string, any>>;
|
|
45
45
|
/**
|
|
46
46
|
* Get Credential Decrypted
|
|
47
|
-
* Get a credential with decrypted value
|
|
47
|
+
* Get a credential with decrypted value
|
|
48
48
|
* @param credentialId
|
|
49
49
|
* @returns any Successful Response
|
|
50
50
|
* @throws ApiError
|