@lingjingai/anime-cli-pre 0.1.7 → 0.1.8
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/package.json +1 -1
- package/src/commands/asset.js +3 -0
package/package.json
CHANGED
package/src/commands/asset.js
CHANGED
|
@@ -59,6 +59,8 @@ const ACTOR_STATE_BODY_FIELDS = bodyFields([
|
|
|
59
59
|
'age',
|
|
60
60
|
'assetsWorldviewType',
|
|
61
61
|
'description',
|
|
62
|
+
'voiceText',
|
|
63
|
+
'voiceDesc',
|
|
62
64
|
['episodes', 'json'],
|
|
63
65
|
'genPrompt',
|
|
64
66
|
'promptHead',
|
|
@@ -112,6 +114,7 @@ const SIMPLE_STATE_BODY_FIELDS = bodyFields([
|
|
|
112
114
|
'stateKey',
|
|
113
115
|
'stateName',
|
|
114
116
|
'description',
|
|
117
|
+
'assetsWorldviewType',
|
|
115
118
|
'genPrompt',
|
|
116
119
|
['lab', 'json'],
|
|
117
120
|
'status',
|