@equos/node-sdk 3.0.2-rc.4 → 3.0.2-rc.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -38,7 +38,7 @@ export interface EquosVoice {
|
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof EquosVoice
|
|
40
40
|
*/
|
|
41
|
-
identity:
|
|
41
|
+
identity: EquosVoiceIdentityEnum;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {string}
|
|
@@ -58,6 +58,42 @@ export interface EquosVoice {
|
|
|
58
58
|
*/
|
|
59
59
|
updatedAt: Date;
|
|
60
60
|
}
|
|
61
|
+
/**
|
|
62
|
+
* @export
|
|
63
|
+
*/
|
|
64
|
+
export declare const EquosVoiceIdentityEnum: {
|
|
65
|
+
readonly Puck: "Puck";
|
|
66
|
+
readonly Charon: "Charon";
|
|
67
|
+
readonly Kore: "Kore";
|
|
68
|
+
readonly Fenrir: "Fenrir";
|
|
69
|
+
readonly Aoede: "Aoede";
|
|
70
|
+
readonly Leda: "Leda";
|
|
71
|
+
readonly Orus: "Orus";
|
|
72
|
+
readonly Zephyr: "Zephyr";
|
|
73
|
+
readonly Sulafat: "Sulafat";
|
|
74
|
+
readonly Sadachbia: "Sadachbia";
|
|
75
|
+
readonly Sadaltager: "Sadaltager";
|
|
76
|
+
readonly Vindemiatrix: "Vindemiatrix";
|
|
77
|
+
readonly Zubenelgenubi: "Zubenelgenubi";
|
|
78
|
+
readonly Achird: "Achird";
|
|
79
|
+
readonly Pulcherrima: "Pulcherrima";
|
|
80
|
+
readonly Gacrux: "Gacrux";
|
|
81
|
+
readonly Schedar: "Schedar";
|
|
82
|
+
readonly Alnilam: "Alnilam";
|
|
83
|
+
readonly Achernar: "Achernar";
|
|
84
|
+
readonly Laomedeia: "Laomedeia";
|
|
85
|
+
readonly Rasalgethi: "Rasalgethi";
|
|
86
|
+
readonly Algenib: "Algenib";
|
|
87
|
+
readonly Erinome: "Erinome";
|
|
88
|
+
readonly Despina: "Despina";
|
|
89
|
+
readonly Algieba: "Algieba";
|
|
90
|
+
readonly Umbriel: "Umbriel";
|
|
91
|
+
readonly Iapetus: "Iapetus";
|
|
92
|
+
readonly Enceladus: "Enceladus";
|
|
93
|
+
readonly Autonoe: "Autonoe";
|
|
94
|
+
readonly Callirrhoe: "Callirrhoe";
|
|
95
|
+
};
|
|
96
|
+
export type EquosVoiceIdentityEnum = typeof EquosVoiceIdentityEnum[keyof typeof EquosVoiceIdentityEnum];
|
|
61
97
|
/**
|
|
62
98
|
* Check if a given object implements the EquosVoice interface.
|
|
63
99
|
*/
|
|
@@ -13,11 +13,47 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.EquosVoiceIdentityEnum = void 0;
|
|
16
17
|
exports.instanceOfEquosVoice = instanceOfEquosVoice;
|
|
17
18
|
exports.EquosVoiceFromJSON = EquosVoiceFromJSON;
|
|
18
19
|
exports.EquosVoiceFromJSONTyped = EquosVoiceFromJSONTyped;
|
|
19
20
|
exports.EquosVoiceToJSON = EquosVoiceToJSON;
|
|
20
21
|
exports.EquosVoiceToJSONTyped = EquosVoiceToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.EquosVoiceIdentityEnum = {
|
|
26
|
+
Puck: 'Puck',
|
|
27
|
+
Charon: 'Charon',
|
|
28
|
+
Kore: 'Kore',
|
|
29
|
+
Fenrir: 'Fenrir',
|
|
30
|
+
Aoede: 'Aoede',
|
|
31
|
+
Leda: 'Leda',
|
|
32
|
+
Orus: 'Orus',
|
|
33
|
+
Zephyr: 'Zephyr',
|
|
34
|
+
Sulafat: 'Sulafat',
|
|
35
|
+
Sadachbia: 'Sadachbia',
|
|
36
|
+
Sadaltager: 'Sadaltager',
|
|
37
|
+
Vindemiatrix: 'Vindemiatrix',
|
|
38
|
+
Zubenelgenubi: 'Zubenelgenubi',
|
|
39
|
+
Achird: 'Achird',
|
|
40
|
+
Pulcherrima: 'Pulcherrima',
|
|
41
|
+
Gacrux: 'Gacrux',
|
|
42
|
+
Schedar: 'Schedar',
|
|
43
|
+
Alnilam: 'Alnilam',
|
|
44
|
+
Achernar: 'Achernar',
|
|
45
|
+
Laomedeia: 'Laomedeia',
|
|
46
|
+
Rasalgethi: 'Rasalgethi',
|
|
47
|
+
Algenib: 'Algenib',
|
|
48
|
+
Erinome: 'Erinome',
|
|
49
|
+
Despina: 'Despina',
|
|
50
|
+
Algieba: 'Algieba',
|
|
51
|
+
Umbriel: 'Umbriel',
|
|
52
|
+
Iapetus: 'Iapetus',
|
|
53
|
+
Enceladus: 'Enceladus',
|
|
54
|
+
Autonoe: 'Autonoe',
|
|
55
|
+
Callirrhoe: 'Callirrhoe'
|
|
56
|
+
};
|
|
21
57
|
/**
|
|
22
58
|
* Check if a given object implements the EquosVoice interface.
|
|
23
59
|
*/
|