@sanity/assist 6.1.7 → 6.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/dist/index.d.ts +6 -6
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -388,12 +388,12 @@ interface TranslationConfig {
|
|
|
388
388
|
*/
|
|
389
389
|
styleguide?: TranslateStyleguide;
|
|
390
390
|
}
|
|
391
|
-
declare const userInputTypeName:
|
|
392
|
-
declare const instructionContextTypeName:
|
|
393
|
-
declare const fieldReferenceTypeName:
|
|
394
|
-
declare const contextDocumentTypeName:
|
|
395
|
-
declare const outputFieldTypeName:
|
|
396
|
-
declare const outputTypeTypeName:
|
|
391
|
+
declare const userInputTypeName: 'sanity.assist.instruction.userInput';
|
|
392
|
+
declare const instructionContextTypeName: 'sanity.assist.instruction.context';
|
|
393
|
+
declare const fieldReferenceTypeName: 'sanity.assist.instruction.fieldRef';
|
|
394
|
+
declare const contextDocumentTypeName: 'assist.instruction.context';
|
|
395
|
+
declare const outputFieldTypeName: 'sanity.assist.output.field';
|
|
396
|
+
declare const outputTypeTypeName: 'sanity.assist.output.type';
|
|
397
397
|
interface PresetInstruction {
|
|
398
398
|
_key: string;
|
|
399
399
|
prompt?: PromptTextBlock[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/assist",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.8",
|
|
4
4
|
"description": "You create the instructions; Sanity AI Assist does the rest.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@sanity/pkg-utils": "^10.9.0",
|
|
45
45
|
"@sanity/schema": "^6.3.0",
|
|
46
|
+
"@sanity/tsconfig": "^2.1.0",
|
|
46
47
|
"@types/lodash-es": "^4.17.12",
|
|
47
48
|
"@types/node": "^24.13.2",
|
|
48
49
|
"@types/react": "^19.2.17",
|
|
@@ -53,8 +54,7 @@
|
|
|
53
54
|
"react-dom": "^19.2.7",
|
|
54
55
|
"sanity": "^6.3.0",
|
|
55
56
|
"styled-components": "^6.4.3",
|
|
56
|
-
"@repo/package.config": "0.0.0"
|
|
57
|
-
"@repo/tsconfig": "0.0.0"
|
|
57
|
+
"@repo/package.config": "0.0.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": "^19.2",
|