@elevenlabs/elevenlabs-js 2.57.0 → 2.58.0
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/.fern/metadata.json +2 -2
- package/.fern/replay.lock +8 -168
- package/BaseClient.js +2 -2
- package/api/resources/index.d.ts +3 -0
- package/api/resources/index.js +4 -1
- package/api/resources/serviceAccounts/client/Client.d.ts +15 -0
- package/api/resources/serviceAccounts/client/Client.js +62 -0
- package/api/resources/serviceAccounts/client/index.d.ts +1 -1
- package/api/resources/serviceAccounts/client/index.js +15 -0
- package/api/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.d.ts +12 -0
- package/api/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.js +3 -0
- package/api/resources/serviceAccounts/client/requests/index.d.ts +1 -0
- package/api/resources/serviceAccounts/client/requests/index.js +2 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/exports.d.ts +1 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/exports.js +18 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/index.d.ts +1 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/index.js +17 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.d.ts +5 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.js +3 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/types/index.d.ts +1 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/types/index.js +17 -0
- package/api/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -0
- package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -0
- package/api/resources/workspace/resources/members/client/Client.d.ts +12 -0
- package/api/resources/workspace/resources/members/client/Client.js +54 -0
- package/api/types/CharacterMetadataResponseModel.d.ts +1 -0
- package/api/types/CustomGuardrailConfig.d.ts +1 -1
- package/api/types/DefaultSharingGroupConfig.d.ts +7 -0
- package/api/types/DefaultSharingGroupConfig.js +3 -0
- package/api/types/DefaultSharingGroupConfigPermissionLevel.d.ts +7 -0
- package/api/types/DefaultSharingGroupConfigPermissionLevel.js +10 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/TextToDialogueWebsocketAudioChunkMulti.d.ts +14 -0
- package/api/types/TextToDialogueWebsocketAudioChunkMulti.js +3 -0
- package/api/types/TextToDialogueWebsocketClientMessageMulti.d.ts +40 -0
- package/api/types/TextToDialogueWebsocketClientMessageMulti.js +3 -0
- package/api/types/TextToDialogueWebsocketFinalAudioForTurnMulti.d.ts +6 -0
- package/api/types/TextToDialogueWebsocketFinalAudioForTurnMulti.js +3 -0
- package/api/types/TextToDialogueWebsocketFinalMulti.d.ts +6 -0
- package/api/types/TextToDialogueWebsocketFinalMulti.js +3 -0
- package/api/types/WorkspaceCreateServiceAccountResponseModel.d.ts +3 -0
- package/api/types/WorkspaceCreateServiceAccountResponseModel.js +3 -0
- package/api/types/WorkspaceMemberResponseModel.d.ts +18 -0
- package/api/types/WorkspaceMemberResponseModel.js +3 -0
- package/api/types/index.d.ts +8 -0
- package/api/types/index.js +8 -0
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/index.d.ts +3 -0
- package/dist/api/resources/index.js +4 -1
- package/dist/api/resources/serviceAccounts/client/Client.d.ts +15 -0
- package/dist/api/resources/serviceAccounts/client/Client.js +62 -0
- package/dist/api/resources/serviceAccounts/client/index.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/client/index.js +15 -0
- package/dist/api/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.d.ts +12 -0
- package/dist/api/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.js +3 -0
- package/dist/api/resources/serviceAccounts/client/requests/index.d.ts +1 -0
- package/dist/api/resources/serviceAccounts/client/requests/index.js +2 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/exports.d.ts +1 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/exports.js +18 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/index.d.ts +1 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/index.js +17 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.d.ts +5 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.js +3 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/types/index.d.ts +1 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/types/index.js +17 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -0
- package/dist/api/resources/workspace/resources/members/client/Client.d.ts +12 -0
- package/dist/api/resources/workspace/resources/members/client/Client.js +54 -0
- package/dist/api/types/CharacterMetadataResponseModel.d.ts +1 -0
- package/dist/api/types/CustomGuardrailConfig.d.ts +1 -1
- package/dist/api/types/DefaultSharingGroupConfig.d.ts +7 -0
- package/dist/api/types/DefaultSharingGroupConfig.js +3 -0
- package/dist/api/types/DefaultSharingGroupConfigPermissionLevel.d.ts +7 -0
- package/dist/api/types/DefaultSharingGroupConfigPermissionLevel.js +10 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/TextToDialogueWebsocketAudioChunkMulti.d.ts +14 -0
- package/dist/api/types/TextToDialogueWebsocketAudioChunkMulti.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketClientMessageMulti.d.ts +40 -0
- package/dist/api/types/TextToDialogueWebsocketClientMessageMulti.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketFinalAudioForTurnMulti.d.ts +6 -0
- package/dist/api/types/TextToDialogueWebsocketFinalAudioForTurnMulti.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketFinalMulti.d.ts +6 -0
- package/dist/api/types/TextToDialogueWebsocketFinalMulti.js +3 -0
- package/dist/api/types/WorkspaceCreateServiceAccountResponseModel.d.ts +3 -0
- package/dist/api/types/WorkspaceCreateServiceAccountResponseModel.js +3 -0
- package/dist/api/types/WorkspaceMemberResponseModel.d.ts +18 -0
- package/dist/api/types/WorkspaceMemberResponseModel.js +3 -0
- package/dist/api/types/index.d.ts +8 -0
- package/dist/api/types/index.js +8 -0
- package/dist/serialization/resources/index.d.ts +3 -0
- package/dist/serialization/resources/index.js +4 -1
- package/dist/serialization/resources/serviceAccounts/client/index.d.ts +1 -0
- package/dist/serialization/resources/serviceAccounts/client/index.js +17 -0
- package/dist/serialization/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.d.ts +11 -0
- package/dist/serialization/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.js +43 -0
- package/dist/serialization/resources/serviceAccounts/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/serviceAccounts/client/requests/index.js +5 -0
- package/dist/serialization/resources/serviceAccounts/index.d.ts +1 -0
- package/dist/serialization/resources/serviceAccounts/index.js +1 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/index.d.ts +1 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/index.js +17 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.d.ts +11 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.js +48 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/types/index.d.ts +1 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/types/index.js +17 -0
- package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.js +1 -0
- package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +1 -0
- package/dist/serialization/resources/workspace/resources/members/client/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/members/client/index.js +24 -0
- package/dist/serialization/resources/workspace/resources/members/client/list.d.ts +8 -0
- package/dist/serialization/resources/workspace/resources/members/client/list.js +40 -0
- package/dist/serialization/types/CharacterMetadataResponseModel.d.ts +1 -0
- package/dist/serialization/types/CharacterMetadataResponseModel.js +1 -0
- package/dist/serialization/types/DefaultSharingGroupConfig.d.ts +11 -0
- package/dist/serialization/types/DefaultSharingGroupConfig.js +43 -0
- package/dist/serialization/types/DefaultSharingGroupConfigPermissionLevel.d.ts +7 -0
- package/dist/serialization/types/DefaultSharingGroupConfigPermissionLevel.js +39 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/TextToDialogueWebsocketAudioChunkMulti.d.ts +13 -0
- package/dist/serialization/types/TextToDialogueWebsocketAudioChunkMulti.js +45 -0
- package/dist/serialization/types/TextToDialogueWebsocketClientMessageMulti.d.ts +23 -0
- package/dist/serialization/types/TextToDialogueWebsocketClientMessageMulti.js +55 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalAudioForTurnMulti.d.ts +10 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalAudioForTurnMulti.js +42 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalMulti.d.ts +10 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalMulti.js +42 -0
- package/dist/serialization/types/WorkspaceCreateServiceAccountResponseModel.d.ts +9 -0
- package/dist/serialization/types/WorkspaceCreateServiceAccountResponseModel.js +41 -0
- package/dist/serialization/types/WorkspaceMemberResponseModel.d.ts +15 -0
- package/dist/serialization/types/WorkspaceMemberResponseModel.js +47 -0
- package/dist/serialization/types/index.d.ts +8 -0
- package/dist/serialization/types/index.js +8 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +120 -0
- package/serialization/resources/index.d.ts +3 -0
- package/serialization/resources/index.js +4 -1
- package/serialization/resources/serviceAccounts/client/index.d.ts +1 -0
- package/serialization/resources/serviceAccounts/client/index.js +17 -0
- package/serialization/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.d.ts +11 -0
- package/serialization/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.js +43 -0
- package/serialization/resources/serviceAccounts/client/requests/index.d.ts +1 -0
- package/serialization/resources/serviceAccounts/client/requests/index.js +5 -0
- package/serialization/resources/serviceAccounts/index.d.ts +1 -0
- package/serialization/resources/serviceAccounts/index.js +1 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/index.d.ts +1 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/index.js +17 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.d.ts +11 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.js +48 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/types/index.d.ts +1 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/types/index.js +17 -0
- package/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +1 -0
- package/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.js +1 -0
- package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -0
- package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +1 -0
- package/serialization/resources/workspace/resources/members/client/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/members/client/index.js +24 -0
- package/serialization/resources/workspace/resources/members/client/list.d.ts +8 -0
- package/serialization/resources/workspace/resources/members/client/list.js +40 -0
- package/serialization/types/CharacterMetadataResponseModel.d.ts +1 -0
- package/serialization/types/CharacterMetadataResponseModel.js +1 -0
- package/serialization/types/DefaultSharingGroupConfig.d.ts +11 -0
- package/serialization/types/DefaultSharingGroupConfig.js +43 -0
- package/serialization/types/DefaultSharingGroupConfigPermissionLevel.d.ts +7 -0
- package/serialization/types/DefaultSharingGroupConfigPermissionLevel.js +39 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/TextToDialogueWebsocketAudioChunkMulti.d.ts +13 -0
- package/serialization/types/TextToDialogueWebsocketAudioChunkMulti.js +45 -0
- package/serialization/types/TextToDialogueWebsocketClientMessageMulti.d.ts +23 -0
- package/serialization/types/TextToDialogueWebsocketClientMessageMulti.js +55 -0
- package/serialization/types/TextToDialogueWebsocketFinalAudioForTurnMulti.d.ts +10 -0
- package/serialization/types/TextToDialogueWebsocketFinalAudioForTurnMulti.js +42 -0
- package/serialization/types/TextToDialogueWebsocketFinalMulti.d.ts +10 -0
- package/serialization/types/TextToDialogueWebsocketFinalMulti.js +42 -0
- package/serialization/types/WorkspaceCreateServiceAccountResponseModel.d.ts +9 -0
- package/serialization/types/WorkspaceCreateServiceAccountResponseModel.js +41 -0
- package/serialization/types/WorkspaceMemberResponseModel.d.ts +15 -0
- package/serialization/types/WorkspaceMemberResponseModel.js +47 -0
- package/serialization/types/index.d.ts +8 -0
- package/serialization/types/index.js +8 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.Response = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../core"));
|
|
39
|
+
const WorkspaceMemberResponseModel_1 = require("../../../../../types/WorkspaceMemberResponseModel");
|
|
40
|
+
exports.Response = core.serialization.list(WorkspaceMemberResponseModel_1.WorkspaceMemberResponseModel);
|
|
@@ -8,6 +8,7 @@ export declare namespace CharacterMetadataResponseModel {
|
|
|
8
8
|
interface Raw {
|
|
9
9
|
description?: string | null;
|
|
10
10
|
sample_message?: string | null;
|
|
11
|
+
voice_creation_prompt_suggestion?: string | null;
|
|
11
12
|
gender?: CharacterGender.Raw | null;
|
|
12
13
|
age?: CharacterAge.Raw | null;
|
|
13
14
|
accent?: string | null;
|
|
@@ -41,6 +41,7 @@ const CharacterGender_1 = require("./CharacterGender");
|
|
|
41
41
|
exports.CharacterMetadataResponseModel = core.serialization.object({
|
|
42
42
|
description: core.serialization.string().optional(),
|
|
43
43
|
sampleMessage: core.serialization.property("sample_message", core.serialization.string().optional()),
|
|
44
|
+
voiceCreationPromptSuggestion: core.serialization.property("voice_creation_prompt_suggestion", core.serialization.string().optional()),
|
|
44
45
|
gender: CharacterGender_1.CharacterGender.optional(),
|
|
45
46
|
age: CharacterAge_1.CharacterAge.optional(),
|
|
46
47
|
accent: core.serialization.string().optional(),
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { DefaultSharingGroupConfigPermissionLevel } from "./DefaultSharingGroupConfigPermissionLevel";
|
|
5
|
+
export declare const DefaultSharingGroupConfig: core.serialization.ObjectSchema<serializers.DefaultSharingGroupConfig.Raw, ElevenLabs.DefaultSharingGroupConfig>;
|
|
6
|
+
export declare namespace DefaultSharingGroupConfig {
|
|
7
|
+
interface Raw {
|
|
8
|
+
group_id: string;
|
|
9
|
+
permission_level: DefaultSharingGroupConfigPermissionLevel.Raw;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DefaultSharingGroupConfig = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const DefaultSharingGroupConfigPermissionLevel_1 = require("./DefaultSharingGroupConfigPermissionLevel");
|
|
40
|
+
exports.DefaultSharingGroupConfig = core.serialization.object({
|
|
41
|
+
groupId: core.serialization.property("group_id", core.serialization.string()),
|
|
42
|
+
permissionLevel: core.serialization.property("permission_level", DefaultSharingGroupConfigPermissionLevel_1.DefaultSharingGroupConfigPermissionLevel),
|
|
43
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const DefaultSharingGroupConfigPermissionLevel: core.serialization.Schema<serializers.DefaultSharingGroupConfigPermissionLevel.Raw, ElevenLabs.DefaultSharingGroupConfigPermissionLevel>;
|
|
5
|
+
export declare namespace DefaultSharingGroupConfigPermissionLevel {
|
|
6
|
+
type Raw = "admin" | "editor" | "viewer";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DefaultSharingGroupConfigPermissionLevel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.DefaultSharingGroupConfigPermissionLevel = core.serialization.enum_(["admin", "editor", "viewer"]);
|
|
@@ -26,6 +26,7 @@ export declare namespace GetConversationResponseModel {
|
|
|
26
26
|
has_audio: boolean;
|
|
27
27
|
has_user_audio: boolean;
|
|
28
28
|
has_response_audio: boolean;
|
|
29
|
+
has_auxiliary_audio: boolean;
|
|
29
30
|
transcript: ConversationHistoryTranscriptResponseModel.Raw[];
|
|
30
31
|
tag_ids?: string[] | null;
|
|
31
32
|
otlp_traces?: Record<string, unknown> | null;
|
|
@@ -59,6 +59,7 @@ exports.GetConversationResponseModel = core.serialization.object({
|
|
|
59
59
|
hasAudio: core.serialization.property("has_audio", core.serialization.boolean()),
|
|
60
60
|
hasUserAudio: core.serialization.property("has_user_audio", core.serialization.boolean()),
|
|
61
61
|
hasResponseAudio: core.serialization.property("has_response_audio", core.serialization.boolean()),
|
|
62
|
+
hasAuxiliaryAudio: core.serialization.property("has_auxiliary_audio", core.serialization.boolean()),
|
|
62
63
|
transcript: core.serialization.list(ConversationHistoryTranscriptResponseModel_1.ConversationHistoryTranscriptResponseModel),
|
|
63
64
|
tagIds: core.serialization.property("tag_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
64
65
|
otlpTraces: core.serialization.property("otlp_traces", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { DialogueTextAlignment } from "./DialogueTextAlignment";
|
|
5
|
+
export declare const TextToDialogueWebsocketAudioChunkMulti: core.serialization.ObjectSchema<serializers.TextToDialogueWebsocketAudioChunkMulti.Raw, ElevenLabs.TextToDialogueWebsocketAudioChunkMulti>;
|
|
6
|
+
export declare namespace TextToDialogueWebsocketAudioChunkMulti {
|
|
7
|
+
interface Raw {
|
|
8
|
+
audio?: string | null;
|
|
9
|
+
alignment?: DialogueTextAlignment.Raw | null;
|
|
10
|
+
normalized_alignment?: DialogueTextAlignment.Raw | null;
|
|
11
|
+
context_id?: string | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.TextToDialogueWebsocketAudioChunkMulti = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const DialogueTextAlignment_1 = require("./DialogueTextAlignment");
|
|
40
|
+
exports.TextToDialogueWebsocketAudioChunkMulti = core.serialization.object({
|
|
41
|
+
audio: core.serialization.string().optional(),
|
|
42
|
+
alignment: DialogueTextAlignment_1.DialogueTextAlignment.optional(),
|
|
43
|
+
normalizedAlignment: core.serialization.property("normalized_alignment", DialogueTextAlignment_1.DialogueTextAlignment.optional()),
|
|
44
|
+
contextId: core.serialization.property("context_id", core.serialization.string().optional()),
|
|
45
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { PronunciationDictionaryLocator } from "./PronunciationDictionaryLocator";
|
|
5
|
+
import { TextToDialogueWebsocketVoiceInput } from "./TextToDialogueWebsocketVoiceInput";
|
|
6
|
+
import { TextToDialogueWebsocketVoiceSettings } from "./TextToDialogueWebsocketVoiceSettings";
|
|
7
|
+
export declare const TextToDialogueWebsocketClientMessageMulti: core.serialization.ObjectSchema<serializers.TextToDialogueWebsocketClientMessageMulti.Raw, ElevenLabs.TextToDialogueWebsocketClientMessageMulti>;
|
|
8
|
+
export declare namespace TextToDialogueWebsocketClientMessageMulti {
|
|
9
|
+
interface Raw {
|
|
10
|
+
context_id?: string | null;
|
|
11
|
+
inputs?: TextToDialogueWebsocketVoiceInput.Raw[] | null;
|
|
12
|
+
flush?: boolean | null;
|
|
13
|
+
close_context?: boolean | null;
|
|
14
|
+
close_socket?: boolean | null;
|
|
15
|
+
keep_alive?: boolean | null;
|
|
16
|
+
xi_api_key?: string | null;
|
|
17
|
+
authorization?: string | null;
|
|
18
|
+
single_use_token?: string | null;
|
|
19
|
+
voices?: string[] | null;
|
|
20
|
+
voice_settings?: TextToDialogueWebsocketVoiceSettings.Raw | null;
|
|
21
|
+
pronunciation_dictionary_locators?: PronunciationDictionaryLocator.Raw[] | null;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.TextToDialogueWebsocketClientMessageMulti = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const PronunciationDictionaryLocator_1 = require("./PronunciationDictionaryLocator");
|
|
40
|
+
const TextToDialogueWebsocketVoiceInput_1 = require("./TextToDialogueWebsocketVoiceInput");
|
|
41
|
+
const TextToDialogueWebsocketVoiceSettings_1 = require("./TextToDialogueWebsocketVoiceSettings");
|
|
42
|
+
exports.TextToDialogueWebsocketClientMessageMulti = core.serialization.object({
|
|
43
|
+
contextId: core.serialization.property("context_id", core.serialization.string().optional()),
|
|
44
|
+
inputs: core.serialization.list(TextToDialogueWebsocketVoiceInput_1.TextToDialogueWebsocketVoiceInput).optional(),
|
|
45
|
+
flush: core.serialization.boolean().optional(),
|
|
46
|
+
closeContext: core.serialization.property("close_context", core.serialization.boolean().optional()),
|
|
47
|
+
closeSocket: core.serialization.property("close_socket", core.serialization.boolean().optional()),
|
|
48
|
+
keepAlive: core.serialization.property("keep_alive", core.serialization.boolean().optional()),
|
|
49
|
+
xiApiKey: core.serialization.property("xi_api_key", core.serialization.string().optional()),
|
|
50
|
+
authorization: core.serialization.string().optional(),
|
|
51
|
+
singleUseToken: core.serialization.property("single_use_token", core.serialization.string().optional()),
|
|
52
|
+
voices: core.serialization.list(core.serialization.string()).optional(),
|
|
53
|
+
voiceSettings: core.serialization.property("voice_settings", TextToDialogueWebsocketVoiceSettings_1.TextToDialogueWebsocketVoiceSettings.optional()),
|
|
54
|
+
pronunciationDictionaryLocators: core.serialization.property("pronunciation_dictionary_locators", core.serialization.list(PronunciationDictionaryLocator_1.PronunciationDictionaryLocator).optional()),
|
|
55
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const TextToDialogueWebsocketFinalAudioForTurnMulti: core.serialization.ObjectSchema<serializers.TextToDialogueWebsocketFinalAudioForTurnMulti.Raw, ElevenLabs.TextToDialogueWebsocketFinalAudioForTurnMulti>;
|
|
5
|
+
export declare namespace TextToDialogueWebsocketFinalAudioForTurnMulti {
|
|
6
|
+
interface Raw {
|
|
7
|
+
is_final_audio_for_turn?: boolean | null;
|
|
8
|
+
context_id?: string | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.TextToDialogueWebsocketFinalAudioForTurnMulti = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.TextToDialogueWebsocketFinalAudioForTurnMulti = core.serialization.object({
|
|
40
|
+
isFinalAudioForTurn: core.serialization.property("is_final_audio_for_turn", core.serialization.boolean().optional()),
|
|
41
|
+
contextId: core.serialization.property("context_id", core.serialization.string().optional()),
|
|
42
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const TextToDialogueWebsocketFinalMulti: core.serialization.ObjectSchema<serializers.TextToDialogueWebsocketFinalMulti.Raw, ElevenLabs.TextToDialogueWebsocketFinalMulti>;
|
|
5
|
+
export declare namespace TextToDialogueWebsocketFinalMulti {
|
|
6
|
+
interface Raw {
|
|
7
|
+
is_final: true;
|
|
8
|
+
context_id?: string | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.TextToDialogueWebsocketFinalMulti = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.TextToDialogueWebsocketFinalMulti = core.serialization.object({
|
|
40
|
+
isFinal: core.serialization.property("is_final", core.serialization.booleanLiteral(true)),
|
|
41
|
+
contextId: core.serialization.property("context_id", core.serialization.string().optional()),
|
|
42
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const WorkspaceCreateServiceAccountResponseModel: core.serialization.ObjectSchema<serializers.WorkspaceCreateServiceAccountResponseModel.Raw, ElevenLabs.WorkspaceCreateServiceAccountResponseModel>;
|
|
5
|
+
export declare namespace WorkspaceCreateServiceAccountResponseModel {
|
|
6
|
+
interface Raw {
|
|
7
|
+
"service-account-user-id": string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.WorkspaceCreateServiceAccountResponseModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.WorkspaceCreateServiceAccountResponseModel = core.serialization.object({
|
|
40
|
+
serviceAccountUserId: core.serialization.property("service-account-user-id", core.serialization.string()),
|
|
41
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { SeatType } from "./SeatType";
|
|
5
|
+
export declare const WorkspaceMemberResponseModel: core.serialization.ObjectSchema<serializers.WorkspaceMemberResponseModel.Raw, ElevenLabs.WorkspaceMemberResponseModel>;
|
|
6
|
+
export declare namespace WorkspaceMemberResponseModel {
|
|
7
|
+
interface Raw {
|
|
8
|
+
user_id: string;
|
|
9
|
+
email: string;
|
|
10
|
+
first_name?: string | null;
|
|
11
|
+
seat_type?: SeatType.Raw | null;
|
|
12
|
+
is_owner: boolean;
|
|
13
|
+
is_locked: boolean;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.WorkspaceMemberResponseModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const SeatType_1 = require("./SeatType");
|
|
40
|
+
exports.WorkspaceMemberResponseModel = core.serialization.object({
|
|
41
|
+
userId: core.serialization.property("user_id", core.serialization.string()),
|
|
42
|
+
email: core.serialization.string(),
|
|
43
|
+
firstName: core.serialization.property("first_name", core.serialization.string().optional()),
|
|
44
|
+
seatType: core.serialization.property("seat_type", SeatType_1.SeatType.optional()),
|
|
45
|
+
isOwner: core.serialization.property("is_owner", core.serialization.boolean()),
|
|
46
|
+
isLocked: core.serialization.property("is_locked", core.serialization.boolean()),
|
|
47
|
+
});
|
|
@@ -444,6 +444,8 @@ export * from "./DashboardCallSuccessChartModel";
|
|
|
444
444
|
export * from "./DashboardCriteriaChartModel";
|
|
445
445
|
export * from "./DashboardDataCollectionChartModel";
|
|
446
446
|
export * from "./DataCollectionResultCommonModel";
|
|
447
|
+
export * from "./DefaultSharingGroupConfig";
|
|
448
|
+
export * from "./DefaultSharingGroupConfigPermissionLevel";
|
|
447
449
|
export * from "./DefaultSharingGroupResponseModel";
|
|
448
450
|
export * from "./DefaultSharingGroupResponseModelPermissionLevel";
|
|
449
451
|
export * from "./DeleteAgentProcedureParams";
|
|
@@ -1228,10 +1230,14 @@ export * from "./TestType";
|
|
|
1228
1230
|
export * from "./TextNormalisationType";
|
|
1229
1231
|
export * from "./TextToDialogueWebsocketApplyTextNormalizationEnum";
|
|
1230
1232
|
export * from "./TextToDialogueWebsocketAudioChunk";
|
|
1233
|
+
export * from "./TextToDialogueWebsocketAudioChunkMulti";
|
|
1231
1234
|
export * from "./TextToDialogueWebsocketClientMessage";
|
|
1235
|
+
export * from "./TextToDialogueWebsocketClientMessageMulti";
|
|
1232
1236
|
export * from "./TextToDialogueWebsocketError";
|
|
1233
1237
|
export * from "./TextToDialogueWebsocketFinal";
|
|
1234
1238
|
export * from "./TextToDialogueWebsocketFinalAudioForTurn";
|
|
1239
|
+
export * from "./TextToDialogueWebsocketFinalAudioForTurnMulti";
|
|
1240
|
+
export * from "./TextToDialogueWebsocketFinalMulti";
|
|
1235
1241
|
export * from "./TextToDialogueWebsocketOutputFormatEnum";
|
|
1236
1242
|
export * from "./TextToDialogueWebsocketVoiceInput";
|
|
1237
1243
|
export * from "./TextToDialogueWebsocketVoiceSettings";
|
|
@@ -1527,12 +1533,14 @@ export * from "./WorkspaceAuditLogEntryResponseActivityId";
|
|
|
1527
1533
|
export * from "./WorkspaceAuditLogsPageResponse";
|
|
1528
1534
|
export * from "./WorkspaceBatchCallsResponse";
|
|
1529
1535
|
export * from "./WorkspaceCreateApiKeyResponseModel";
|
|
1536
|
+
export * from "./WorkspaceCreateServiceAccountResponseModel";
|
|
1530
1537
|
export * from "./WorkspaceCreateWebhookResponseModel";
|
|
1531
1538
|
export * from "./WorkspaceGroupByNameResponseModel";
|
|
1532
1539
|
export * from "./WorkspaceGroupPermission";
|
|
1533
1540
|
export * from "./WorkspaceGroupResponseModel";
|
|
1534
1541
|
export * from "./WorkspaceGroupResponseModelGroupPvcLimit";
|
|
1535
1542
|
export * from "./WorkspaceGroupResponseModelGroupUsageLimit";
|
|
1543
|
+
export * from "./WorkspaceMemberResponseModel";
|
|
1536
1544
|
export * from "./WorkspaceResourceType";
|
|
1537
1545
|
export * from "./WorkspaceServiceAccountListResponseModel";
|
|
1538
1546
|
export * from "./WorkspaceServiceAccountResponseModel";
|
|
@@ -460,6 +460,8 @@ __exportStar(require("./DashboardCallSuccessChartModel"), exports);
|
|
|
460
460
|
__exportStar(require("./DashboardCriteriaChartModel"), exports);
|
|
461
461
|
__exportStar(require("./DashboardDataCollectionChartModel"), exports);
|
|
462
462
|
__exportStar(require("./DataCollectionResultCommonModel"), exports);
|
|
463
|
+
__exportStar(require("./DefaultSharingGroupConfig"), exports);
|
|
464
|
+
__exportStar(require("./DefaultSharingGroupConfigPermissionLevel"), exports);
|
|
463
465
|
__exportStar(require("./DefaultSharingGroupResponseModel"), exports);
|
|
464
466
|
__exportStar(require("./DefaultSharingGroupResponseModelPermissionLevel"), exports);
|
|
465
467
|
__exportStar(require("./DeleteAgentProcedureParams"), exports);
|
|
@@ -1244,10 +1246,14 @@ __exportStar(require("./TestType"), exports);
|
|
|
1244
1246
|
__exportStar(require("./TextNormalisationType"), exports);
|
|
1245
1247
|
__exportStar(require("./TextToDialogueWebsocketApplyTextNormalizationEnum"), exports);
|
|
1246
1248
|
__exportStar(require("./TextToDialogueWebsocketAudioChunk"), exports);
|
|
1249
|
+
__exportStar(require("./TextToDialogueWebsocketAudioChunkMulti"), exports);
|
|
1247
1250
|
__exportStar(require("./TextToDialogueWebsocketClientMessage"), exports);
|
|
1251
|
+
__exportStar(require("./TextToDialogueWebsocketClientMessageMulti"), exports);
|
|
1248
1252
|
__exportStar(require("./TextToDialogueWebsocketError"), exports);
|
|
1249
1253
|
__exportStar(require("./TextToDialogueWebsocketFinal"), exports);
|
|
1250
1254
|
__exportStar(require("./TextToDialogueWebsocketFinalAudioForTurn"), exports);
|
|
1255
|
+
__exportStar(require("./TextToDialogueWebsocketFinalAudioForTurnMulti"), exports);
|
|
1256
|
+
__exportStar(require("./TextToDialogueWebsocketFinalMulti"), exports);
|
|
1251
1257
|
__exportStar(require("./TextToDialogueWebsocketOutputFormatEnum"), exports);
|
|
1252
1258
|
__exportStar(require("./TextToDialogueWebsocketVoiceInput"), exports);
|
|
1253
1259
|
__exportStar(require("./TextToDialogueWebsocketVoiceSettings"), exports);
|
|
@@ -1543,12 +1549,14 @@ __exportStar(require("./WorkspaceAuditLogEntryResponseActivityId"), exports);
|
|
|
1543
1549
|
__exportStar(require("./WorkspaceAuditLogsPageResponse"), exports);
|
|
1544
1550
|
__exportStar(require("./WorkspaceBatchCallsResponse"), exports);
|
|
1545
1551
|
__exportStar(require("./WorkspaceCreateApiKeyResponseModel"), exports);
|
|
1552
|
+
__exportStar(require("./WorkspaceCreateServiceAccountResponseModel"), exports);
|
|
1546
1553
|
__exportStar(require("./WorkspaceCreateWebhookResponseModel"), exports);
|
|
1547
1554
|
__exportStar(require("./WorkspaceGroupByNameResponseModel"), exports);
|
|
1548
1555
|
__exportStar(require("./WorkspaceGroupPermission"), exports);
|
|
1549
1556
|
__exportStar(require("./WorkspaceGroupResponseModel"), exports);
|
|
1550
1557
|
__exportStar(require("./WorkspaceGroupResponseModelGroupPvcLimit"), exports);
|
|
1551
1558
|
__exportStar(require("./WorkspaceGroupResponseModelGroupUsageLimit"), exports);
|
|
1559
|
+
__exportStar(require("./WorkspaceMemberResponseModel"), exports);
|
|
1552
1560
|
__exportStar(require("./WorkspaceResourceType"), exports);
|
|
1553
1561
|
__exportStar(require("./WorkspaceServiceAccountListResponseModel"), exports);
|
|
1554
1562
|
__exportStar(require("./WorkspaceServiceAccountResponseModel"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.
|
|
1
|
+
export declare const SDK_VERSION = "2.58.0";
|
package/dist/version.js
CHANGED