@@ -1693,7 +1693,7 @@ const models: TsoaRoute.Models = {
16931693 "publicIssuerId" : { "dataType" :"string" , "required" :true } ,
16941694 "credentials" : { "dataType" :"array" , "array" :{ "dataType" :"union" , "subSchemas" :[ { "ref" :"OpenId4VciOfferSdJwtCredential" } , { "ref" :"OpenId4VciOfferMdocCredential" } , { "ref" :"OpenId4VciOfferW3cCredential" } ] } , "required" :true } ,
16951695 "authorizationCodeFlowConfig" : { "dataType" :"nestedObjectLiteral" , "nestedProperties" :{ "issuerState" :{ "dataType" :"string" } , "requirePresentationDuringIssuance" :{ "dataType" :"boolean" } , "authorizationServerUrl" :{ "dataType" :"string" , "required" :true } } } ,
1696- "preAuthorizedCodeFlowConfig" : { "dataType" :"nestedObjectLiteral" , "nestedProperties" :{ "authorizationServerUrl" :{ "dataType" :"string" , "required" :true } , "txCode" :{ "dataType" :"nestedObjectLiteral" , "nestedProperties" :{ "input_mode" :{ "dataType" :"union" , "subSchemas" :[ { "dataType" :"enum" , "enums" :[ "numeric" ] } , { "dataType" :"enum" , "enums" :[ "text" ] } ] } , "length" :{ "dataType" :"double" } , "description" :{ "dataType" :"string" } } } , "preAuthorizedCode" :{ "dataType" :"string" } } } ,
1696+ "preAuthorizedCodeFlowConfig" : { "dataType" :"nestedObjectLiteral" , "nestedProperties" :{ "authorizationServerUrl" :{ "dataType" :"string" , "required" :true } , "txCode" :{ "dataType" :"union" , "subSchemas" : [ { "dataType" : " nestedObjectLiteral", "nestedProperties" :{ "input_mode" :{ "dataType" :"union" , "subSchemas" :[ { "dataType" :"enum" , "enums" :[ "numeric" ] } , { "dataType" :"enum" , "enums" :[ "text" ] } ] } , "length" :{ "dataType" :"double" } , "description" :{ "dataType" :"string" } } } , { "dataType" : "undefined" } ] } , "preAuthorizedCode" :{ "dataType" :"string" } } } ,
16971697 "issuanceMetadata" : { "ref" :"Record_string.unknown_" } ,
16981698 } ,
16991699 "additionalProperties" : false ,
@@ -2114,40 +2114,10 @@ const models: TsoaRoute.Models = {
21142114 "additionalProperties" : false ,
21152115 } ,
21162116 // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
2117- "DcqlClaim" : {
2118- "dataType" : "refObject" ,
2119- "properties" : {
2120- "path" : { "dataType" :"array" , "array" :{ "dataType" :"string" } , "required" :true } ,
2121- "intent_to_retain" : { "dataType" :"boolean" } ,
2122- } ,
2123- "additionalProperties" : false ,
2124- } ,
2125- // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
2126- "DcqlCredential" : {
2127- "dataType" : "refObject" ,
2128- "properties" : {
2129- "id" : { "dataType" :"string" , "required" :true } ,
2130- "format" : { "dataType" :"string" , "required" :true } ,
2131- "meta" : { "ref" :"Record_string.any_" } ,
2132- "require_cryptographic_holder_binding" : { "dataType" :"boolean" } ,
2133- "claims" : { "dataType" :"array" , "array" :{ "dataType" :"refObject" , "ref" :"DcqlClaim" } , "required" :true } ,
2134- } ,
2135- "additionalProperties" : false ,
2136- } ,
2137- // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
2138- "DcqlQuery" : {
2139- "dataType" : "refObject" ,
2140- "properties" : {
2141- "combine" : { "dataType" :"union" , "subSchemas" :[ { "dataType" :"enum" , "enums" :[ "all" ] } , { "dataType" :"enum" , "enums" :[ "any" ] } ] } ,
2142- "credentials" : { "dataType" :"array" , "array" :{ "dataType" :"refObject" , "ref" :"DcqlCredential" } , "required" :true } ,
2143- } ,
2144- "additionalProperties" : false ,
2145- } ,
2146- // WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
21472117 "DcqlDefinition" : {
21482118 "dataType" : "refObject" ,
21492119 "properties" : {
2150- "query" : { "ref " :"DcqlQuery " , "required" :true } ,
2120+ "query" : { "dataType " :"any " , "required" :true } ,
21512121 } ,
21522122 "additionalProperties" : false ,
21532123 } ,
0 commit comments