Skip to content

Commit 3933d55

Browse files
committed
refactor(jsm): include Assets responses in the JsmResponse union
Append the nine Assets tool response types to JsmResponse for completeness and consistency with the rest of the JSM tool surface.
1 parent e7054cd commit 3933d55

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

apps/sim/tools/jsm/types.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,15 @@ export type JsmResponse =
10801080
| JsmCopyFormsResponse
10811081
| JsmGetFormAnswersResponse
10821082
| JsmReopenFormResponse
1083+
| JsmListObjectSchemasResponse
1084+
| JsmGetObjectSchemaResponse
1085+
| JsmListObjectTypesResponse
1086+
| JsmGetObjectTypeAttributesResponse
1087+
| JsmSearchObjectsAqlResponse
1088+
| JsmGetObjectResponse
1089+
| JsmCreateObjectResponse
1090+
| JsmUpdateObjectResponse
1091+
| JsmDeleteObjectResponse
10831092

10841093
/**
10851094
* JSM Assets (Insight / CMDB) tool types.

0 commit comments

Comments
 (0)