spaceship/lib/spaceship/connect_api/models/beta_tester.rb in fastlane-2.219.0 vs spaceship/lib/spaceship/connect_api/models/beta_tester.rb in fastlane-2.220.0
- old
+ new
@@ -6,11 +6,25 @@
attr_accessor :first_name
attr_accessor :last_name
attr_accessor :email
attr_accessor :invite_type
- attr_accessor :invitation
+ attr_accessor :beta_tester_state
+ attr_accessor :is_deleted
+ attr_accessor :last_modified_date
+ attr_accessor :installed_cf_bundle_short_version_string
+ attr_accessor :installed_cf_bundle_version
+ attr_accessor :remove_after_date
+ attr_accessor :installed_device
+ attr_accessor :installed_os_version
+ attr_accessor :number_of_installed_devices
+ attr_accessor :latest_expiring_cf_bundle_short_version_string
+ attr_accessor :latest_expiring_cf_bundle_version_string
+ attr_accessor :installed_device_platform
+ attr_accessor :latest_installed_device
+ attr_accessor :latest_installed_os_version
+ attr_accessor :latest_installed_device_platform
attr_accessor :apps
attr_accessor :beta_groups
attr_accessor :beta_tester_metrics
attr_accessor :builds
@@ -18,10 +32,24 @@
attr_mapping({
"firstName" => "first_name",
"lastName" => "last_name",
"email" => "email",
"inviteType" => "invite_type",
- "invitation" => "invitation",
+ "betaTesterState" => "beta_tester_state",
+ "isDeleted" => "is_deleted",
+ "lastModifiedDate" => "last_modified_date",
+ "installedCfBundleShortVersionString" => "installed_cf_bundle_short_version_string",
+ "installedCfBundleVersion" => "installed_cf_bundle_version",
+ "removeAfterDate" => "remove_after_date",
+ "installedDevice" => "installed_device",
+ "installedOsVersion" => "installed_os_version",
+ "numberOfInstalledDevices" => "number_of_installed_devices",
+ "latestExpiringCfBundleShortVersionString" => "latest_expiring_cf_bundle_short_version_string",
+ "latestExpiringCfBundleVersionString" => "latest_expiring_cf_bundle_version_string",
+ "installedDevicePlatform" => "installed_device_platform",
+ "latestInstalledDevice" => "latest_installed_device",
+ "latestInstalledOsVersion" => "latest_installed_os_version",
+ "latestInstalledDevicePlatform" => "latest_installed_device_platform",
"apps" => "apps",
"betaGroups" => "beta_groups",
"betaTesterMetrics" => "beta_tester_metrics",
"builds" => "builds"