We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8794f0 commit 41c9247Copy full SHA for 41c9247
model/equaliq.smithy
@@ -35,9 +35,9 @@ service EqualIQ {
35
36
// When changing APIs, we sometimes want to expose unified types that aren't directly tied to any API.
37
structure ExposedTypes {
38
- QASectionsList: QASectionsList
39
- ContractVariable: ContractVariable
40
- ContractVariableType: ContractVariableType
+ QASectionsList: QASectionsList // This type is not properly included in API response currently
+ ContractVariable: ContractVariable // New feature in development by Ty
+ ContractVariableType: ContractVariableType // New feature in development by Ty
41
}
42
43
// This API is used simply to expose types
0 commit comments