@letta-ai/letta-client 0.1.83 → 0.1.85
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.d.ts +1 -1
- package/api/resources/agents/client/Client.js +17 -11
- 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/memoryVariables/client/Client.js +1 -1
- package/api/resources/agents/resources/messages/client/Client.js +5 -5
- package/api/resources/agents/resources/passages/client/Client.js +3 -3
- 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/blocks/client/Client.js +6 -6
- package/api/resources/groups/client/Client.js +6 -6
- package/api/resources/groups/resources/messages/client/Client.js +4 -4
- package/api/resources/groups/types/GroupUpdateManagerConfig.d.ts +1 -1
- package/api/resources/health/client/Client.js +1 -1
- package/api/resources/identities/client/Client.d.ts +25 -14
- package/api/resources/identities/client/Client.js +93 -21
- package/api/{types → resources/identities/client/requests}/IdentityCreate.d.ts +10 -1
- package/api/resources/identities/client/requests/IdentityUpsert.d.ts +29 -0
- package/api/resources/identities/client/requests/index.d.ts +2 -2
- package/api/resources/jobs/client/Client.js +4 -4
- package/api/resources/models/client/Client.js +2 -2
- package/api/resources/providers/client/Client.js +4 -4
- package/api/resources/runs/client/Client.js +7 -7
- package/api/resources/sources/client/Client.js +6 -6
- 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 +2 -2
- package/api/resources/tag/client/Client.js +1 -1
- package/api/resources/templates/client/Client.js +1 -1
- package/api/resources/tools/client/Client.js +16 -16
- package/api/resources/voice/client/Client.js +1 -1
- package/api/types/DynamicManagerUpdate.d.ts +12 -0
- package/api/types/RoundRobinManagerUpdate.d.ts +8 -0
- package/api/types/SleeptimeManagerUpdate.d.ts +10 -0
- package/api/types/SupervisorManagerUpdate.d.ts +8 -0
- package/api/types/index.d.ts +4 -1
- package/api/types/index.js +4 -1
- package/dist/api/resources/agents/client/Client.d.ts +1 -1
- package/dist/api/resources/agents/client/Client.js +17 -11
- 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/memoryVariables/client/Client.js +1 -1
- package/dist/api/resources/agents/resources/messages/client/Client.js +5 -5
- package/dist/api/resources/agents/resources/passages/client/Client.js +3 -3
- 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/blocks/client/Client.js +6 -6
- package/dist/api/resources/groups/client/Client.js +6 -6
- package/dist/api/resources/groups/resources/messages/client/Client.js +4 -4
- package/dist/api/resources/groups/types/GroupUpdateManagerConfig.d.ts +1 -1
- package/dist/api/resources/health/client/Client.js +1 -1
- package/dist/api/resources/identities/client/Client.d.ts +25 -14
- package/dist/api/resources/identities/client/Client.js +93 -21
- package/dist/api/{types → resources/identities/client/requests}/IdentityCreate.d.ts +10 -1
- package/dist/api/resources/identities/client/requests/IdentityCreate.js +5 -0
- package/dist/api/resources/identities/client/requests/IdentityUpsert.d.ts +29 -0
- package/dist/api/resources/identities/client/requests/IdentityUpsert.js +5 -0
- package/dist/api/resources/identities/client/requests/index.d.ts +2 -2
- package/dist/api/resources/jobs/client/Client.js +4 -4
- package/dist/api/resources/models/client/Client.js +2 -2
- package/dist/api/resources/providers/client/Client.js +4 -4
- package/dist/api/resources/runs/client/Client.js +7 -7
- package/dist/api/resources/sources/client/Client.js +6 -6
- 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 +2 -2
- package/dist/api/resources/tag/client/Client.js +1 -1
- package/dist/api/resources/templates/client/Client.js +1 -1
- package/dist/api/resources/tools/client/Client.js +16 -16
- package/dist/api/resources/voice/client/Client.js +1 -1
- package/dist/api/types/DynamicManagerUpdate.d.ts +12 -0
- package/dist/api/types/DynamicManagerUpdate.js +5 -0
- package/dist/api/types/RoundRobinManagerUpdate.d.ts +8 -0
- package/dist/api/types/RoundRobinManagerUpdate.js +5 -0
- package/dist/api/types/SleeptimeManagerUpdate.d.ts +10 -0
- package/dist/api/types/SleeptimeManagerUpdate.js +5 -0
- package/dist/api/types/SupervisorManagerUpdate.d.ts +8 -0
- package/dist/api/types/SupervisorManagerUpdate.js +5 -0
- package/dist/api/types/index.d.ts +4 -1
- package/dist/api/types/index.js +4 -1
- package/dist/serialization/resources/agents/client/exportAgentSerialized.d.ts +9 -0
- package/dist/serialization/resources/agents/client/exportAgentSerialized.js +41 -0
- package/dist/serialization/resources/agents/client/index.d.ts +1 -0
- package/dist/serialization/resources/agents/client/index.js +2 -1
- package/dist/serialization/resources/groups/types/GroupUpdateManagerConfig.d.ts +5 -5
- package/dist/serialization/resources/groups/types/GroupUpdateManagerConfig.js +10 -5
- package/dist/serialization/resources/identities/client/index.d.ts +1 -0
- package/dist/serialization/resources/identities/client/index.js +2 -1
- package/dist/serialization/resources/identities/client/requests/IdentityCreate.d.ts +20 -0
- package/dist/serialization/{types → resources/identities/client/requests}/IdentityCreate.js +3 -3
- package/dist/serialization/resources/identities/client/requests/IdentityUpsert.d.ts +20 -0
- package/dist/serialization/resources/identities/client/requests/IdentityUpsert.js +51 -0
- package/dist/serialization/resources/identities/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/identities/client/requests/index.js +5 -1
- package/dist/serialization/resources/identities/client/upsertIdentityProperties.d.ts +11 -0
- package/dist/serialization/resources/identities/client/upsertIdentityProperties.js +42 -0
- package/dist/serialization/types/DynamicManagerUpdate.d.ts +15 -0
- package/dist/serialization/types/DynamicManagerUpdate.js +46 -0
- package/dist/serialization/types/RoundRobinManagerUpdate.d.ts +13 -0
- package/dist/serialization/types/RoundRobinManagerUpdate.js +44 -0
- package/dist/serialization/types/SleeptimeManagerUpdate.d.ts +14 -0
- package/dist/serialization/types/SleeptimeManagerUpdate.js +45 -0
- package/dist/serialization/types/SupervisorManagerUpdate.d.ts +13 -0
- package/dist/serialization/types/SupervisorManagerUpdate.js +44 -0
- package/dist/serialization/types/index.d.ts +4 -1
- package/dist/serialization/types/index.js +4 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +71 -13
- package/serialization/resources/agents/client/exportAgentSerialized.d.ts +9 -0
- package/serialization/resources/agents/client/exportAgentSerialized.js +41 -0
- package/serialization/resources/agents/client/index.d.ts +1 -0
- package/serialization/resources/agents/client/index.js +2 -1
- package/serialization/resources/groups/types/GroupUpdateManagerConfig.d.ts +5 -5
- package/serialization/resources/groups/types/GroupUpdateManagerConfig.js +10 -5
- package/serialization/resources/identities/client/index.d.ts +1 -0
- package/serialization/resources/identities/client/index.js +2 -1
- package/serialization/resources/identities/client/requests/IdentityCreate.d.ts +20 -0
- package/serialization/{types → resources/identities/client/requests}/IdentityCreate.js +3 -3
- package/serialization/resources/identities/client/requests/IdentityUpsert.d.ts +20 -0
- package/serialization/resources/identities/client/requests/IdentityUpsert.js +51 -0
- package/serialization/resources/identities/client/requests/index.d.ts +2 -0
- package/serialization/resources/identities/client/requests/index.js +5 -1
- package/serialization/resources/identities/client/upsertIdentityProperties.d.ts +11 -0
- package/serialization/resources/identities/client/upsertIdentityProperties.js +42 -0
- package/serialization/types/DynamicManagerUpdate.d.ts +15 -0
- package/serialization/types/DynamicManagerUpdate.js +46 -0
- package/serialization/types/RoundRobinManagerUpdate.d.ts +13 -0
- package/serialization/types/RoundRobinManagerUpdate.js +44 -0
- package/serialization/types/SleeptimeManagerUpdate.d.ts +14 -0
- package/serialization/types/SleeptimeManagerUpdate.js +45 -0
- package/serialization/types/SupervisorManagerUpdate.d.ts +13 -0
- package/serialization/types/SupervisorManagerUpdate.js +44 -0
- package/serialization/types/index.d.ts +4 -1
- package/serialization/types/index.js +4 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/identities/client/requests/IdentitiesCreateRequest.d.ts +0 -18
- package/api/resources/identities/client/requests/IdentitiesUpsertRequest.d.ts +0 -18
- package/dist/api/resources/identities/client/requests/IdentitiesCreateRequest.d.ts +0 -18
- package/dist/api/resources/identities/client/requests/IdentitiesUpsertRequest.d.ts +0 -18
- package/dist/serialization/types/IdentityCreate.d.ts +0 -20
- package/serialization/types/IdentityCreate.d.ts +0 -20
- /package/api/{types → resources/identities/client/requests}/IdentityCreate.js +0 -0
- /package/api/resources/identities/client/requests/{IdentitiesCreateRequest.js → IdentityUpsert.js} +0 -0
- /package/api/{resources/identities/client/requests/IdentitiesUpsertRequest.js → types/DynamicManagerUpdate.js} +0 -0
- /package/{dist/api/resources/identities/client/requests/IdentitiesCreateRequest.js → api/types/RoundRobinManagerUpdate.js} +0 -0
- /package/{dist/api/resources/identities/client/requests/IdentitiesUpsertRequest.js → api/types/SleeptimeManagerUpdate.js} +0 -0
- /package/{dist/api/types/IdentityCreate.js → api/types/SupervisorManagerUpdate.js} +0 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.SupervisorManagerUpdate = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.SupervisorManagerUpdate = core.serialization.object({
|
|
42
|
+
managerType: core.serialization.property("manager_type", core.serialization.stringLiteral("supervisor")),
|
|
43
|
+
managerAgentId: core.serialization.property("manager_agent_id", core.serialization.string().optional()),
|
|
44
|
+
});
|
|
@@ -80,6 +80,7 @@ export * from "./ContinueToolRule";
|
|
|
80
80
|
export * from "./CoreMemoryBlockSchema";
|
|
81
81
|
export * from "./CreateBlock";
|
|
82
82
|
export * from "./DynamicManager";
|
|
83
|
+
export * from "./DynamicManagerUpdate";
|
|
83
84
|
export * from "./E2BSandboxConfig";
|
|
84
85
|
export * from "./EmbeddingConfigEmbeddingEndpointType";
|
|
85
86
|
export * from "./EmbeddingConfig";
|
|
@@ -97,7 +98,6 @@ export * from "./Health";
|
|
|
97
98
|
export * from "./HiddenReasoningMessageState";
|
|
98
99
|
export * from "./HiddenReasoningMessage";
|
|
99
100
|
export * from "./Identity";
|
|
100
|
-
export * from "./IdentityCreate";
|
|
101
101
|
export * from "./IdentityPropertyValue";
|
|
102
102
|
export * from "./IdentityProperty";
|
|
103
103
|
export * from "./IdentityPropertyType";
|
|
@@ -150,6 +150,7 @@ export * from "./ResponseFormatJsonObject";
|
|
|
150
150
|
export * from "./ResponseFormatJsonSchema";
|
|
151
151
|
export * from "./ResponseFormatText";
|
|
152
152
|
export * from "./RoundRobinManager";
|
|
153
|
+
export * from "./RoundRobinManagerUpdate";
|
|
153
154
|
export * from "./Run";
|
|
154
155
|
export * from "./SseServerConfig";
|
|
155
156
|
export * from "./SandboxConfig";
|
|
@@ -162,10 +163,12 @@ export * from "./SandboxEnvironmentVariableCreate";
|
|
|
162
163
|
export * from "./SandboxEnvironmentVariableUpdate";
|
|
163
164
|
export * from "./SandboxType";
|
|
164
165
|
export * from "./SleeptimeManager";
|
|
166
|
+
export * from "./SleeptimeManagerUpdate";
|
|
165
167
|
export * from "./Source";
|
|
166
168
|
export * from "./StdioServerConfig";
|
|
167
169
|
export * from "./Step";
|
|
168
170
|
export * from "./SupervisorManager";
|
|
171
|
+
export * from "./SupervisorManagerUpdate";
|
|
169
172
|
export * from "./SystemMessage";
|
|
170
173
|
export * from "./TagSchema";
|
|
171
174
|
export * from "./TerminalToolRule";
|
|
@@ -96,6 +96,7 @@ __exportStar(require("./ContinueToolRule"), exports);
|
|
|
96
96
|
__exportStar(require("./CoreMemoryBlockSchema"), exports);
|
|
97
97
|
__exportStar(require("./CreateBlock"), exports);
|
|
98
98
|
__exportStar(require("./DynamicManager"), exports);
|
|
99
|
+
__exportStar(require("./DynamicManagerUpdate"), exports);
|
|
99
100
|
__exportStar(require("./E2BSandboxConfig"), exports);
|
|
100
101
|
__exportStar(require("./EmbeddingConfigEmbeddingEndpointType"), exports);
|
|
101
102
|
__exportStar(require("./EmbeddingConfig"), exports);
|
|
@@ -113,7 +114,6 @@ __exportStar(require("./Health"), exports);
|
|
|
113
114
|
__exportStar(require("./HiddenReasoningMessageState"), exports);
|
|
114
115
|
__exportStar(require("./HiddenReasoningMessage"), exports);
|
|
115
116
|
__exportStar(require("./Identity"), exports);
|
|
116
|
-
__exportStar(require("./IdentityCreate"), exports);
|
|
117
117
|
__exportStar(require("./IdentityPropertyValue"), exports);
|
|
118
118
|
__exportStar(require("./IdentityProperty"), exports);
|
|
119
119
|
__exportStar(require("./IdentityPropertyType"), exports);
|
|
@@ -166,6 +166,7 @@ __exportStar(require("./ResponseFormatJsonObject"), exports);
|
|
|
166
166
|
__exportStar(require("./ResponseFormatJsonSchema"), exports);
|
|
167
167
|
__exportStar(require("./ResponseFormatText"), exports);
|
|
168
168
|
__exportStar(require("./RoundRobinManager"), exports);
|
|
169
|
+
__exportStar(require("./RoundRobinManagerUpdate"), exports);
|
|
169
170
|
__exportStar(require("./Run"), exports);
|
|
170
171
|
__exportStar(require("./SseServerConfig"), exports);
|
|
171
172
|
__exportStar(require("./SandboxConfig"), exports);
|
|
@@ -178,10 +179,12 @@ __exportStar(require("./SandboxEnvironmentVariableCreate"), exports);
|
|
|
178
179
|
__exportStar(require("./SandboxEnvironmentVariableUpdate"), exports);
|
|
179
180
|
__exportStar(require("./SandboxType"), exports);
|
|
180
181
|
__exportStar(require("./SleeptimeManager"), exports);
|
|
182
|
+
__exportStar(require("./SleeptimeManagerUpdate"), exports);
|
|
181
183
|
__exportStar(require("./Source"), exports);
|
|
182
184
|
__exportStar(require("./StdioServerConfig"), exports);
|
|
183
185
|
__exportStar(require("./Step"), exports);
|
|
184
186
|
__exportStar(require("./SupervisorManager"), exports);
|
|
187
|
+
__exportStar(require("./SupervisorManagerUpdate"), exports);
|
|
185
188
|
__exportStar(require("./SystemMessage"), exports);
|
|
186
189
|
__exportStar(require("./TagSchema"), exports);
|
|
187
190
|
__exportStar(require("./TerminalToolRule"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.1.
|
|
1
|
+
export declare const SDK_VERSION = "0.1.85";
|
package/version.js
CHANGED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Letta from "../../../../index";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* body: {
|
|
9
|
-
* identifierKey: "identifier_key",
|
|
10
|
-
* name: "name",
|
|
11
|
-
* identityType: "org"
|
|
12
|
-
* }
|
|
13
|
-
* }
|
|
14
|
-
*/
|
|
15
|
-
export interface IdentitiesCreateRequest {
|
|
16
|
-
project?: string;
|
|
17
|
-
body: Letta.IdentityCreate;
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Letta from "../../../../index";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* body: {
|
|
9
|
-
* identifierKey: "identifier_key",
|
|
10
|
-
* name: "name",
|
|
11
|
-
* identityType: "org"
|
|
12
|
-
* }
|
|
13
|
-
* }
|
|
14
|
-
*/
|
|
15
|
-
export interface IdentitiesUpsertRequest {
|
|
16
|
-
project?: string;
|
|
17
|
-
body: Letta.IdentityCreate;
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Letta from "../../../../index";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* body: {
|
|
9
|
-
* identifierKey: "identifier_key",
|
|
10
|
-
* name: "name",
|
|
11
|
-
* identityType: "org"
|
|
12
|
-
* }
|
|
13
|
-
* }
|
|
14
|
-
*/
|
|
15
|
-
export interface IdentitiesCreateRequest {
|
|
16
|
-
project?: string;
|
|
17
|
-
body: Letta.IdentityCreate;
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Letta from "../../../../index";
|
|
5
|
-
/**
|
|
6
|
-
* @example
|
|
7
|
-
* {
|
|
8
|
-
* body: {
|
|
9
|
-
* identifierKey: "identifier_key",
|
|
10
|
-
* name: "name",
|
|
11
|
-
* identityType: "org"
|
|
12
|
-
* }
|
|
13
|
-
* }
|
|
14
|
-
*/
|
|
15
|
-
export interface IdentitiesUpsertRequest {
|
|
16
|
-
project?: string;
|
|
17
|
-
body: Letta.IdentityCreate;
|
|
18
|
-
}
|
|
@@ -1,20 +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
|
-
import { IdentityType } from "./IdentityType";
|
|
8
|
-
import { IdentityProperty } from "./IdentityProperty";
|
|
9
|
-
export declare const IdentityCreate: core.serialization.ObjectSchema<serializers.IdentityCreate.Raw, Letta.IdentityCreate>;
|
|
10
|
-
export declare namespace IdentityCreate {
|
|
11
|
-
interface Raw {
|
|
12
|
-
identifier_key: string;
|
|
13
|
-
name: string;
|
|
14
|
-
identity_type: IdentityType.Raw;
|
|
15
|
-
project_id?: string | null;
|
|
16
|
-
agent_ids?: string[] | null;
|
|
17
|
-
block_ids?: string[] | null;
|
|
18
|
-
properties?: IdentityProperty.Raw[] | null;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,20 +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
|
-
import { IdentityType } from "./IdentityType";
|
|
8
|
-
import { IdentityProperty } from "./IdentityProperty";
|
|
9
|
-
export declare const IdentityCreate: core.serialization.ObjectSchema<serializers.IdentityCreate.Raw, Letta.IdentityCreate>;
|
|
10
|
-
export declare namespace IdentityCreate {
|
|
11
|
-
interface Raw {
|
|
12
|
-
identifier_key: string;
|
|
13
|
-
name: string;
|
|
14
|
-
identity_type: IdentityType.Raw;
|
|
15
|
-
project_id?: string | null;
|
|
16
|
-
agent_ids?: string[] | null;
|
|
17
|
-
block_ids?: string[] | null;
|
|
18
|
-
properties?: IdentityProperty.Raw[] | null;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
File without changes
|
/package/api/resources/identities/client/requests/{IdentitiesCreateRequest.js → IdentityUpsert.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|