Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWI-4022 Regenerate with OpenAPI Generator 7.1.0 #119

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0
7.1.0
2 changes: 1 addition & 1 deletion bandwidth-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/api/calls_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/api/conferences_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/api/media_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/api/messages_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/api/mfa_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/api/phone_number_lookup_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/api/recordings_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/api/statistics_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/api_error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/account_statistics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -170,7 +170,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/answer_callback.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -315,7 +315,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/bridge_complete_callback.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -337,7 +337,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/bridge_target_complete_callback.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -305,7 +305,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/models/call_direction_enum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/call_recording_metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -351,7 +351,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/call_state.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -363,7 +363,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/models/call_state_enum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
2 changes: 1 addition & 1 deletion lib/bandwidth-sdk/models/callback_method_enum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/code_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -381,7 +381,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/conference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -260,7 +260,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/conference_completed_callback.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -202,7 +202,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/conference_created_callback.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -202,7 +202,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/conference_member.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -213,7 +213,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/conference_member_exit_callback.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -232,7 +232,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
4 changes: 2 additions & 2 deletions lib/bandwidth-sdk/models/conference_member_join_callback.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -232,7 +232,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The version of the OpenAPI document: 1.0.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0
OpenAPI Generator version: 7.1.0

=end

Expand Down Expand Up @@ -314,7 +314,7 @@ def self._deserialize(type, value)
else # model
# models (e.g. Pet) or oneOf
klass = Bandwidth.const_get(type)
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
end
end

Expand Down
Loading