lib/plaid/models/activity.rb in plaid-18.1.0 vs lib/plaid/models/activity.rb in plaid-19.0.0
- old
+ new
@@ -1,11 +1,11 @@
=begin
#The Plaid API
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
-The version of the OpenAPI document: 2020-09-14_1.345.1
+The version of the OpenAPI document: 2020-09-14_1.370.0
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
=end
@@ -16,11 +16,11 @@
module Plaid
# Describes a consent activity.
class Activity
attr_accessor :activity
- # The date and time this activity was initiated [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format in UTC.
+ # The date this activity was initiated [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format in UTC.
attr_accessor :initiated_date
# A unique identifier for the activity
attr_accessor :id
@@ -54,10 +54,10 @@
# Attribute type mapping.
def self.openapi_types
{
:'activity' => :'ActivityType',
- :'initiated_date' => :'String',
+ :'initiated_date' => :'Date',
:'id' => :'String',
:'initiator' => :'String',
:'state' => :'ActionState',
:'target_application_id' => :'String',
:'scopes' => :'ScopesNullable'