File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 17
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/scan-documents%2Fscan-documents-41af66c2f2ba90b745f6c36d89d31281f16d916521b98a8f510ec3a8f90a1efb .yml
3- openapi_spec_hash : 0c629cd46c640a055b0cfa5d88aad337
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/scan-documents%2Fscan-documents-23ae799fc736c8f97fa04ed405813ed7692c6a9e1ab0d4f9ef90e3de64f3d2f0 .yml
3+ openapi_spec_hash : 8af6c6428f6c7b8027e767771c758210
44config_hash : ee078a284af580362c78b746a0c811c2
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ export namespace ExtractTextRequest {
821821
822822 items ?: ImageOperationsAPI . JsonSchemaSpec ;
823823
824- properties ?: Record < string , ImageOperationsAPI . JsonSchemaSpec > ;
824+ properties ?: unknown ;
825825
826826 required ?: Array < string > ;
827827
@@ -1412,7 +1412,7 @@ export declare namespace ImageOperationExtractTextParams {
14121412
14131413 items ?: ImageOperationsAPI . JsonSchemaSpec ;
14141414
1415- properties ?: Record < string , ImageOperationsAPI . JsonSchemaSpec > ;
1415+ properties ?: unknown ;
14161416
14171417 required ?: Array < string > ;
14181418
You can’t perform that action at this time.
0 commit comments