lib/purecloudplatformclientv2/models/event_log.rb in purecloudplatformclientv2-5.1.1 vs lib/purecloudplatformclientv2/models/event_log.rb in purecloudplatformclientv2-6.0.0
- old
+ new
@@ -2,11 +2,11 @@
PureCloud Platform API
With the PureCloud Platform API, you can control all aspects of your PureCloud environment. With the APIs you can access the system configuration, manage conversations and more.
OpenAPI spec version: v2
-Contact: DeveloperEvangelists@inin.com
+Contact: DeveloperEvangelists@genesys.com
Generated by: https://github.com/swagger-api/swagger-codegen.git
License: ININ
http://www.inin.com
@@ -135,11 +135,11 @@
def valid?
allowed_values = ["INFO", "WARNING", "ERROR"]
if @level && !allowed_values.include?(@level)
return false
end
- allowed_values = ["CAMPAIGN_RULE", "IMPORT_ERROR", "CALLBACK", "SCHEDULE", "CALL_RESTRICTION", "CALL_RULE"]
+ allowed_values = ["CAMPAIGN_RULE", "IMPORT_ERROR", "CALLBACK", "CONTACT_LIST_FILTER", "SCHEDULE", "CALL_RESTRICTION", "CALL_RULE"]
if @category && !allowed_values.include?(@category)
return false
end
end
@@ -154,10 +154,10 @@
end
# Custom attribute writer method checking allowed values (enum).
# @param [Object] category Object to be assigned
def category=(category)
- allowed_values = ["CAMPAIGN_RULE", "IMPORT_ERROR", "CALLBACK", "SCHEDULE", "CALL_RESTRICTION", "CALL_RULE"]
+ allowed_values = ["CAMPAIGN_RULE", "IMPORT_ERROR", "CALLBACK", "CONTACT_LIST_FILTER", "SCHEDULE", "CALL_RESTRICTION", "CALL_RULE"]
if category && !allowed_values.include?(category)
fail ArgumentError, "invalid value for 'category', must be one of #{allowed_values}."
end
@category = category
end