lib/purecloudplatformclientv2/models/widget_deployment.rb in purecloudplatformclientv2-56.0.0 vs lib/purecloudplatformclientv2/models/widget_deployment.rb in purecloudplatformclientv2-57.0.0
- old
+ new
@@ -245,11 +245,11 @@
- allowed_values = ["v1", "v2", "third-party"]
+ allowed_values = ["v1", "v2", "v1-http", "third-party"]
if @client_type && !allowed_values.include?(@client_type)
return false
end
@@ -302,10 +302,10 @@
# Custom attribute writer method checking allowed values (enum).
# @param [Object] client_type Object to be assigned
def client_type=(client_type)
- allowed_values = ["v1", "v2", "third-party"]
+ allowed_values = ["v1", "v2", "v1-http", "third-party"]
if client_type && !allowed_values.include?(client_type)
fail ArgumentError, "invalid value for 'client_type', must be one of #{allowed_values}."
end
@client_type = client_type
end