lib/onfido/models/workflow_run_builder.rb in onfido-3.4.0 vs lib/onfido/models/workflow_run_builder.rb in onfido-4.0.0

- old
+ new

@@ -4,11 +4,11 @@ #The Onfido API (v3.6) The version of the OpenAPI document: v3.6 Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end require 'date' require 'time' @@ -25,10 +25,11 @@ attr_accessor :tags # Customer-provided user identifier. attr_accessor :customer_user_id + # Object for the configuration of the Workflow Run link. attr_accessor :link # The date and time when the Workflow Run was created. attr_accessor :created_at @@ -62,10 +63,10 @@ { :'applicant_id' => :'String', :'workflow_id' => :'String', :'tags' => :'Array<String>', :'customer_user_id' => :'String', - :'link' => :'WorkflowRunSharedLink', + :'link' => :'WorkflowRunLink', :'created_at' => :'Time', :'updated_at' => :'Time', :'custom_data' => :'Hash<String, Object>' } end