@letta-ai/letta-client 0.1.189 → 0.1.190
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/api/resources/agents/client/Client.js +13 -14
- package/api/resources/agents/client/requests/BodyImportAgentSerialized.d.ts +2 -2
- package/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/api/resources/agents/resources/context/client/Client.js +1 -1
- package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/api/resources/agents/resources/files/client/Client.js +4 -4
- package/api/resources/agents/resources/folders/client/Client.js +3 -3
- package/api/resources/agents/resources/groups/client/Client.js +1 -1
- package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/api/resources/agents/resources/messages/client/Client.js +8 -8
- package/api/resources/agents/resources/passages/client/Client.js +4 -4
- package/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/api/resources/agents/resources/tools/client/Client.js +3 -3
- package/api/resources/agents/types/AgentsSearchRequestSearchItemField.d.ts +1 -2
- package/api/resources/agents/types/index.d.ts +0 -1
- package/api/resources/agents/types/index.js +0 -1
- package/api/resources/batches/client/Client.js +4 -4
- package/api/resources/blocks/client/Client.js +6 -6
- package/api/resources/blocks/resources/agents/client/Client.js +1 -1
- package/api/resources/clientSideAccessTokens/client/Client.js +3 -3
- package/api/resources/embeddingModels/client/Client.js +1 -1
- package/api/resources/folders/client/Client.js +9 -9
- package/api/resources/folders/resources/files/client/Client.js +3 -3
- package/api/resources/folders/resources/passages/client/Client.js +1 -1
- package/api/resources/groups/client/Client.js +6 -6
- package/api/resources/groups/resources/messages/client/Client.js +5 -5
- package/api/resources/health/client/Client.js +1 -1
- package/api/resources/identities/client/Client.js +7 -7
- package/api/resources/identities/resources/properties/client/Client.js +1 -1
- package/api/resources/jobs/client/Client.js +5 -5
- package/api/resources/messages/client/Client.js +1 -1
- package/api/resources/models/client/Client.js +1 -1
- package/api/resources/projects/client/Client.js +1 -1
- package/api/resources/providers/client/Client.js +6 -6
- package/api/resources/runs/client/Client.js +5 -5
- package/api/resources/runs/resources/messages/client/Client.js +1 -1
- package/api/resources/runs/resources/steps/client/Client.js +1 -1
- package/api/resources/runs/resources/usage/client/Client.js +1 -1
- package/api/resources/sources/client/Client.js +10 -10
- package/api/resources/sources/resources/files/client/Client.js +3 -3
- package/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/api/resources/steps/client/Client.js +3 -3
- package/api/resources/steps/resources/feedback/client/Client.js +1 -1
- package/api/resources/tags/client/Client.js +1 -1
- package/api/resources/telemetry/client/Client.js +1 -1
- package/api/resources/templates/client/Client.js +15 -10
- package/api/resources/templates/client/requests/TemplatesListRequest.d.ts +2 -0
- package/api/resources/templates/resources/agents/client/Client.js +1 -1
- package/api/resources/templates/types/TemplatesCreateTemplateResponse.d.ts +2 -0
- package/api/resources/templates/types/TemplatesForkTemplateResponse.d.ts +2 -0
- package/api/resources/templates/types/TemplatesListRequestSortBy.d.ts +8 -0
- package/api/resources/{agents/types/AgentsSearchRequestSearchItemFieldOperator.js → templates/types/TemplatesListRequestSortBy.js} +4 -4
- package/api/resources/templates/types/TemplatesListResponseTemplatesItem.d.ts +2 -0
- package/api/resources/templates/types/TemplatesSaveTemplateVersionResponse.d.ts +2 -0
- package/api/resources/templates/types/index.d.ts +1 -0
- package/api/resources/templates/types/index.js +1 -0
- package/api/resources/tools/client/Client.js +20 -20
- package/api/resources/voice/client/Client.js +1 -1
- package/api/types/BatchJob.d.ts +1 -1
- package/api/types/Job.d.ts +1 -1
- package/api/types/Run.d.ts +1 -1
- package/dist/api/resources/agents/client/Client.js +13 -14
- package/dist/api/resources/agents/client/requests/BodyImportAgentSerialized.d.ts +2 -2
- package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/files/client/Client.js +4 -4
- package/dist/api/resources/agents/resources/folders/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/messages/client/Client.js +8 -8
- package/dist/api/resources/agents/resources/passages/client/Client.js +4 -4
- package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
- package/dist/api/resources/agents/resources/tools/client/Client.js +3 -3
- package/dist/api/resources/agents/types/AgentsSearchRequestSearchItemField.d.ts +1 -2
- package/dist/api/resources/agents/types/index.d.ts +0 -1
- package/dist/api/resources/agents/types/index.js +0 -1
- package/dist/api/resources/batches/client/Client.js +4 -4
- package/dist/api/resources/blocks/client/Client.js +6 -6
- package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/clientSideAccessTokens/client/Client.js +3 -3
- package/dist/api/resources/embeddingModels/client/Client.js +1 -1
- package/dist/api/resources/folders/client/Client.js +9 -9
- package/dist/api/resources/folders/resources/files/client/Client.js +3 -3
- package/dist/api/resources/folders/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/groups/client/Client.js +6 -6
- package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
- package/dist/api/resources/health/client/Client.js +1 -1
- package/dist/api/resources/identities/client/Client.js +7 -7
- package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
- package/dist/api/resources/jobs/client/Client.js +5 -5
- package/dist/api/resources/messages/client/Client.js +1 -1
- package/dist/api/resources/models/client/Client.js +1 -1
- package/dist/api/resources/projects/client/Client.js +1 -1
- package/dist/api/resources/providers/client/Client.js +6 -6
- package/dist/api/resources/runs/client/Client.js +5 -5
- package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
- package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
- package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
- package/dist/api/resources/sources/client/Client.js +10 -10
- package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
- package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
- package/dist/api/resources/steps/client/Client.js +3 -3
- package/dist/api/resources/steps/resources/feedback/client/Client.js +1 -1
- package/dist/api/resources/tags/client/Client.js +1 -1
- package/dist/api/resources/telemetry/client/Client.js +1 -1
- package/dist/api/resources/templates/client/Client.js +15 -10
- package/dist/api/resources/templates/client/requests/TemplatesListRequest.d.ts +2 -0
- package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
- package/dist/api/resources/templates/types/TemplatesCreateTemplateResponse.d.ts +2 -0
- package/dist/api/resources/templates/types/TemplatesForkTemplateResponse.d.ts +2 -0
- package/dist/api/resources/templates/types/TemplatesListRequestSortBy.d.ts +8 -0
- package/dist/api/resources/{agents/types/AgentsSearchRequestSearchItemFieldOperator.js → templates/types/TemplatesListRequestSortBy.js} +4 -4
- package/dist/api/resources/templates/types/TemplatesListResponseTemplatesItem.d.ts +2 -0
- package/dist/api/resources/templates/types/TemplatesSaveTemplateVersionResponse.d.ts +2 -0
- package/dist/api/resources/templates/types/index.d.ts +1 -0
- package/dist/api/resources/templates/types/index.js +1 -0
- package/dist/api/resources/tools/client/Client.js +20 -20
- package/dist/api/resources/voice/client/Client.js +1 -1
- package/dist/api/types/BatchJob.d.ts +1 -1
- package/dist/api/types/Job.d.ts +1 -1
- package/dist/api/types/Run.d.ts +1 -1
- package/dist/serialization/resources/agents/types/AgentsSearchRequestSearchItemField.d.ts +1 -2
- package/dist/serialization/resources/agents/types/AgentsSearchRequestSearchItemField.js +1 -2
- package/dist/serialization/resources/agents/types/index.d.ts +0 -1
- package/dist/serialization/resources/agents/types/index.js +0 -1
- package/dist/serialization/resources/templates/types/TemplatesCreateTemplateResponse.d.ts +1 -0
- package/dist/serialization/resources/templates/types/TemplatesCreateTemplateResponse.js +1 -0
- package/dist/serialization/resources/templates/types/TemplatesForkTemplateResponse.d.ts +1 -0
- package/dist/serialization/resources/templates/types/TemplatesForkTemplateResponse.js +1 -0
- package/dist/serialization/resources/templates/types/TemplatesListRequestSortBy.d.ts +10 -0
- package/dist/serialization/resources/{agents/types/AgentsSearchRequestSearchItemFieldOperator.js → templates/types/TemplatesListRequestSortBy.js} +2 -2
- package/dist/serialization/resources/templates/types/TemplatesListResponseTemplatesItem.d.ts +1 -0
- package/dist/serialization/resources/templates/types/TemplatesListResponseTemplatesItem.js +1 -0
- package/dist/serialization/resources/templates/types/TemplatesSaveTemplateVersionResponse.d.ts +1 -0
- package/dist/serialization/resources/templates/types/TemplatesSaveTemplateVersionResponse.js +1 -0
- package/dist/serialization/resources/templates/types/index.d.ts +1 -0
- package/dist/serialization/resources/templates/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/resources/agents/types/AgentsSearchRequestSearchItemField.d.ts +1 -2
- package/serialization/resources/agents/types/AgentsSearchRequestSearchItemField.js +1 -2
- package/serialization/resources/agents/types/index.d.ts +0 -1
- package/serialization/resources/agents/types/index.js +0 -1
- package/serialization/resources/templates/types/TemplatesCreateTemplateResponse.d.ts +1 -0
- package/serialization/resources/templates/types/TemplatesCreateTemplateResponse.js +1 -0
- package/serialization/resources/templates/types/TemplatesForkTemplateResponse.d.ts +1 -0
- package/serialization/resources/templates/types/TemplatesForkTemplateResponse.js +1 -0
- package/serialization/resources/templates/types/TemplatesListRequestSortBy.d.ts +10 -0
- package/serialization/resources/{agents/types/AgentsSearchRequestSearchItemFieldOperator.js → templates/types/TemplatesListRequestSortBy.js} +2 -2
- package/serialization/resources/templates/types/TemplatesListResponseTemplatesItem.d.ts +1 -0
- package/serialization/resources/templates/types/TemplatesListResponseTemplatesItem.js +1 -0
- package/serialization/resources/templates/types/TemplatesSaveTemplateVersionResponse.d.ts +1 -0
- package/serialization/resources/templates/types/TemplatesSaveTemplateVersionResponse.js +1 -0
- package/serialization/resources/templates/types/index.d.ts +1 -0
- package/serialization/resources/templates/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/agents/types/AgentsSearchRequestSearchItemFieldOperator.d.ts +0 -8
- package/dist/api/resources/agents/types/AgentsSearchRequestSearchItemFieldOperator.d.ts +0 -8
- package/dist/serialization/resources/agents/types/AgentsSearchRequestSearchItemFieldOperator.d.ts +0 -10
- package/serialization/resources/agents/types/AgentsSearchRequestSearchItemFieldOperator.d.ts +0 -10
|
@@ -38,9 +38,8 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.AgentsSearchRequestSearchItemField = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const AgentsSearchRequestSearchItemFieldOperator_1 = require("./AgentsSearchRequestSearchItemFieldOperator");
|
|
42
41
|
exports.AgentsSearchRequestSearchItemField = core.serialization.object({
|
|
43
42
|
field: core.serialization.stringLiteral("templateName"),
|
|
44
|
-
operator:
|
|
43
|
+
operator: core.serialization.stringLiteral("eq"),
|
|
45
44
|
value: core.serialization.string(),
|
|
46
45
|
});
|
|
@@ -7,7 +7,6 @@ export * from "./AgentsSearchRequestSearchItemOneOperator";
|
|
|
7
7
|
export * from "./AgentsSearchRequestSearchItemOne";
|
|
8
8
|
export * from "./AgentsSearchRequestSearchItemTwo";
|
|
9
9
|
export * from "./AgentsSearchRequestSearchItemThree";
|
|
10
|
-
export * from "./AgentsSearchRequestSearchItemFieldOperator";
|
|
11
10
|
export * from "./AgentsSearchRequestSearchItemField";
|
|
12
11
|
export * from "./AgentsSearchRequestSearchItem";
|
|
13
12
|
export * from "./AgentsSearchRequestSortBy";
|
|
@@ -23,7 +23,6 @@ __exportStar(require("./AgentsSearchRequestSearchItemOneOperator"), exports);
|
|
|
23
23
|
__exportStar(require("./AgentsSearchRequestSearchItemOne"), exports);
|
|
24
24
|
__exportStar(require("./AgentsSearchRequestSearchItemTwo"), exports);
|
|
25
25
|
__exportStar(require("./AgentsSearchRequestSearchItemThree"), exports);
|
|
26
|
-
__exportStar(require("./AgentsSearchRequestSearchItemFieldOperator"), exports);
|
|
27
26
|
__exportStar(require("./AgentsSearchRequestSearchItemField"), exports);
|
|
28
27
|
__exportStar(require("./AgentsSearchRequestSearchItem"), exports);
|
|
29
28
|
__exportStar(require("./AgentsSearchRequestSortBy"), exports);
|
|
@@ -46,4 +46,5 @@ exports.TemplatesCreateTemplateResponse = core.serialization.object({
|
|
|
46
46
|
latestVersion: core.serialization.property("latest_version", core.serialization.string()),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
48
|
templateDeploymentSlug: core.serialization.property("template_deployment_slug", core.serialization.string()),
|
|
49
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.string()),
|
|
49
50
|
});
|
|
@@ -46,4 +46,5 @@ exports.TemplatesForkTemplateResponse = core.serialization.object({
|
|
|
46
46
|
latestVersion: core.serialization.property("latest_version", core.serialization.string()),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
48
|
templateDeploymentSlug: core.serialization.property("template_deployment_slug", core.serialization.string()),
|
|
49
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.string()),
|
|
49
50
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as Letta from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const TemplatesListRequestSortBy: core.serialization.Schema<serializers.TemplatesListRequestSortBy.Raw, Letta.TemplatesListRequestSortBy>;
|
|
8
|
+
export declare namespace TemplatesListRequestSortBy {
|
|
9
|
+
type Raw = "updated_at" | "created_at";
|
|
10
|
+
}
|
|
@@ -36,6 +36,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.TemplatesListRequestSortBy = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.
|
|
41
|
+
exports.TemplatesListRequestSortBy = core.serialization.enum_(["updated_at", "created_at"]);
|
|
@@ -46,4 +46,5 @@ exports.TemplatesListResponseTemplatesItem = core.serialization.object({
|
|
|
46
46
|
latestVersion: core.serialization.property("latest_version", core.serialization.string()),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
48
|
templateDeploymentSlug: core.serialization.property("template_deployment_slug", core.serialization.string()),
|
|
49
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.string()),
|
|
49
50
|
});
|
package/dist/serialization/resources/templates/types/TemplatesSaveTemplateVersionResponse.js
CHANGED
|
@@ -46,4 +46,5 @@ exports.TemplatesSaveTemplateVersionResponse = core.serialization.object({
|
|
|
46
46
|
latestVersion: core.serialization.property("latest_version", core.serialization.string()),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
48
|
templateDeploymentSlug: core.serialization.property("template_deployment_slug", core.serialization.string()),
|
|
49
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.string()),
|
|
49
50
|
});
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./TemplatesListRequestSortBy"), exports);
|
|
17
18
|
__exportStar(require("./TemplatesListResponseTemplatesItem"), exports);
|
|
18
19
|
__exportStar(require("./TemplatesListResponse"), exports);
|
|
19
20
|
__exportStar(require("./TemplatesSaveTemplateVersionResponse"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.1.
|
|
1
|
+
export declare const SDK_VERSION = "0.1.190";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
import * as serializers from "../../../index";
|
|
5
5
|
import * as Letta from "../../../../api/index";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
-
import { AgentsSearchRequestSearchItemFieldOperator } from "./AgentsSearchRequestSearchItemFieldOperator";
|
|
8
7
|
export declare const AgentsSearchRequestSearchItemField: core.serialization.ObjectSchema<serializers.AgentsSearchRequestSearchItemField.Raw, Letta.AgentsSearchRequestSearchItemField>;
|
|
9
8
|
export declare namespace AgentsSearchRequestSearchItemField {
|
|
10
9
|
interface Raw {
|
|
11
10
|
field: "templateName";
|
|
12
|
-
operator:
|
|
11
|
+
operator: "eq";
|
|
13
12
|
value: string;
|
|
14
13
|
}
|
|
15
14
|
}
|
|
@@ -38,9 +38,8 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.AgentsSearchRequestSearchItemField = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const AgentsSearchRequestSearchItemFieldOperator_1 = require("./AgentsSearchRequestSearchItemFieldOperator");
|
|
42
41
|
exports.AgentsSearchRequestSearchItemField = core.serialization.object({
|
|
43
42
|
field: core.serialization.stringLiteral("templateName"),
|
|
44
|
-
operator:
|
|
43
|
+
operator: core.serialization.stringLiteral("eq"),
|
|
45
44
|
value: core.serialization.string(),
|
|
46
45
|
});
|
|
@@ -7,7 +7,6 @@ export * from "./AgentsSearchRequestSearchItemOneOperator";
|
|
|
7
7
|
export * from "./AgentsSearchRequestSearchItemOne";
|
|
8
8
|
export * from "./AgentsSearchRequestSearchItemTwo";
|
|
9
9
|
export * from "./AgentsSearchRequestSearchItemThree";
|
|
10
|
-
export * from "./AgentsSearchRequestSearchItemFieldOperator";
|
|
11
10
|
export * from "./AgentsSearchRequestSearchItemField";
|
|
12
11
|
export * from "./AgentsSearchRequestSearchItem";
|
|
13
12
|
export * from "./AgentsSearchRequestSortBy";
|
|
@@ -23,7 +23,6 @@ __exportStar(require("./AgentsSearchRequestSearchItemOneOperator"), exports);
|
|
|
23
23
|
__exportStar(require("./AgentsSearchRequestSearchItemOne"), exports);
|
|
24
24
|
__exportStar(require("./AgentsSearchRequestSearchItemTwo"), exports);
|
|
25
25
|
__exportStar(require("./AgentsSearchRequestSearchItemThree"), exports);
|
|
26
|
-
__exportStar(require("./AgentsSearchRequestSearchItemFieldOperator"), exports);
|
|
27
26
|
__exportStar(require("./AgentsSearchRequestSearchItemField"), exports);
|
|
28
27
|
__exportStar(require("./AgentsSearchRequestSearchItem"), exports);
|
|
29
28
|
__exportStar(require("./AgentsSearchRequestSortBy"), exports);
|
|
@@ -46,4 +46,5 @@ exports.TemplatesCreateTemplateResponse = core.serialization.object({
|
|
|
46
46
|
latestVersion: core.serialization.property("latest_version", core.serialization.string()),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
48
|
templateDeploymentSlug: core.serialization.property("template_deployment_slug", core.serialization.string()),
|
|
49
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.string()),
|
|
49
50
|
});
|
|
@@ -46,4 +46,5 @@ exports.TemplatesForkTemplateResponse = core.serialization.object({
|
|
|
46
46
|
latestVersion: core.serialization.property("latest_version", core.serialization.string()),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
48
|
templateDeploymentSlug: core.serialization.property("template_deployment_slug", core.serialization.string()),
|
|
49
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.string()),
|
|
49
50
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as Letta from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const TemplatesListRequestSortBy: core.serialization.Schema<serializers.TemplatesListRequestSortBy.Raw, Letta.TemplatesListRequestSortBy>;
|
|
8
|
+
export declare namespace TemplatesListRequestSortBy {
|
|
9
|
+
type Raw = "updated_at" | "created_at";
|
|
10
|
+
}
|
|
@@ -36,6 +36,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.TemplatesListRequestSortBy = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.
|
|
41
|
+
exports.TemplatesListRequestSortBy = core.serialization.enum_(["updated_at", "created_at"]);
|
|
@@ -46,4 +46,5 @@ exports.TemplatesListResponseTemplatesItem = core.serialization.object({
|
|
|
46
46
|
latestVersion: core.serialization.property("latest_version", core.serialization.string()),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
48
|
templateDeploymentSlug: core.serialization.property("template_deployment_slug", core.serialization.string()),
|
|
49
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.string()),
|
|
49
50
|
});
|
|
@@ -46,4 +46,5 @@ exports.TemplatesSaveTemplateVersionResponse = core.serialization.object({
|
|
|
46
46
|
latestVersion: core.serialization.property("latest_version", core.serialization.string()),
|
|
47
47
|
description: core.serialization.string().optional(),
|
|
48
48
|
templateDeploymentSlug: core.serialization.property("template_deployment_slug", core.serialization.string()),
|
|
49
|
+
updatedAt: core.serialization.property("updated_at", core.serialization.string()),
|
|
49
50
|
});
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./TemplatesListRequestSortBy"), exports);
|
|
17
18
|
__exportStar(require("./TemplatesListResponseTemplatesItem"), exports);
|
|
18
19
|
__exportStar(require("./TemplatesListResponse"), exports);
|
|
19
20
|
__exportStar(require("./TemplatesSaveTemplateVersionResponse"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.1.
|
|
1
|
+
export declare const SDK_VERSION = "0.1.190";
|
package/version.js
CHANGED
package/dist/serialization/resources/agents/types/AgentsSearchRequestSearchItemFieldOperator.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Letta from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const AgentsSearchRequestSearchItemFieldOperator: core.serialization.Schema<serializers.AgentsSearchRequestSearchItemFieldOperator.Raw, Letta.AgentsSearchRequestSearchItemFieldOperator>;
|
|
8
|
-
export declare namespace AgentsSearchRequestSearchItemFieldOperator {
|
|
9
|
-
type Raw = "eq" | "neq";
|
|
10
|
-
}
|
package/serialization/resources/agents/types/AgentsSearchRequestSearchItemFieldOperator.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Letta from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const AgentsSearchRequestSearchItemFieldOperator: core.serialization.Schema<serializers.AgentsSearchRequestSearchItemFieldOperator.Raw, Letta.AgentsSearchRequestSearchItemFieldOperator>;
|
|
8
|
-
export declare namespace AgentsSearchRequestSearchItemFieldOperator {
|
|
9
|
-
type Raw = "eq" | "neq";
|
|
10
|
-
}
|