lib/ding_sdk/models/shared.rb in ding_sdk-0.8.3 vs lib/ding_sdk/models/shared.rb in ding_sdk-0.8.4
- old
+ new
@@ -12,9 +12,12 @@
autoload :CreateCheckRequest, 'ding_sdk/models/shared/createcheckrequest.rb'
autoload :Status, 'ding_sdk/models/shared/status.rb'
autoload :CreateAuthenticationResponse, 'ding_sdk/models/shared/createauthenticationresponse.rb'
autoload :DeviceType, 'ding_sdk/models/shared/device_type.rb'
autoload :CreateAuthenticationRequest, 'ding_sdk/models/shared/createauthenticationrequest.rb'
+ autoload :FeedbackResponse, 'ding_sdk/models/shared/feedbackresponse.rb'
+ autoload :FeedbackRequestStatus, 'ding_sdk/models/shared/feedbackrequest_status.rb'
+ autoload :FeedbackRequest, 'ding_sdk/models/shared/feedbackrequest.rb'
autoload :RetryAuthenticationResponseStatus, 'ding_sdk/models/shared/retryauthenticationresponse_status.rb'
autoload :RetryAuthenticationResponse, 'ding_sdk/models/shared/retryauthenticationresponse.rb'
autoload :RetryAuthenticationRequest, 'ding_sdk/models/shared/retryauthenticationrequest.rb'
autoload :LineType, 'ding_sdk/models/shared/line_type.rb'
autoload :LookupResponse, 'ding_sdk/models/shared/lookupresponse.rb'