purecloud 0.38.1 → 0.39.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/config-ruby.json +1 -1
- data/doc_out/AuthorizationApi.html.md +0 -57
- data/doc_out/AvailableLanguageList.html.md +13 -0
- data/doc_out/BillingContact.html.md +20 -0
- data/doc_out/{FlowHistoryResultItemEntityListing.html.md → BillingContactListing.html.md} +3 -3
- data/doc_out/CallRecord.html.md +2 -2
- data/doc_out/CallableContactsDiagnostic.html.md +3 -3
- data/doc_out/CallableTimeSet.html.md +3 -3
- data/doc_out/Campaign.html.md +3 -3
- data/doc_out/CampaignDiagnostics.html.md +3 -3
- data/doc_out/CampaignSchedule.html.md +6 -6
- data/doc_out/CampaignSequence.html.md +8 -8
- data/doc_out/CampaignStats.html.md +4 -4
- data/doc_out/Condition.html.md +7 -7
- data/doc_out/ConnectRate.html.md +3 -3
- data/doc_out/ContactCallbackRequest.html.md +5 -5
- data/doc_out/ContactList.html.md +9 -9
- data/doc_out/ContactPhoneNumberColumn.html.md +3 -3
- data/doc_out/CreateCallbackCommand.html.md +1 -0
- data/doc_out/CreateUser.html.md +1 -1
- data/doc_out/CustomerInteractionCenter.html.md +18 -0
- data/doc_out/DialerAction.html.md +4 -4
- data/doc_out/DialerContact.html.md +5 -5
- data/doc_out/DialerRule.html.md +6 -6
- data/doc_out/DncList.html.md +6 -7
- data/doc_out/ExternalContact.html.md +1 -0
- data/doc_out/ExternalDataSource.html.md +14 -0
- data/doc_out/ExternalOrganization.html.md +1 -0
- data/doc_out/IdentityProviderApi.html.md +1011 -0
- data/doc_out/ImportStatus.html.md +5 -5
- data/doc_out/InitiateScreenRecording.html.md +15 -0
- data/doc_out/JsonNode.html.md +3 -3
- data/doc_out/Keyword.html.md +19 -0
- data/doc_out/KeywordSet.html.md +21 -0
- data/doc_out/KeywordSetEntityListing.html.md +22 -0
- data/doc_out/OAuthApi.html.md +45 -886
- data/doc_out/OAuthClient.html.md +2 -2
- data/doc_out/Okta.html.md +1 -1
- data/doc_out/OneLogin.html.md +1 -1
- data/doc_out/OrgMediaUtilization.html.md +1 -0
- data/doc_out/OutboundApi.html.md +3 -3
- data/doc_out/PaymentMethod.html.md +3 -0
- data/doc_out/PhoneNumberStatus.html.md +1 -1
- data/doc_out/PolicyActions.html.md +1 -0
- data/doc_out/PresenceApi.html.md +68 -17
- data/doc_out/QualityApi.html.md +361 -0
- data/doc_out/QueueUtilizationDiagnostic.html.md +8 -8
- data/doc_out/ResponseSet.html.md +3 -3
- data/doc_out/RoutingApi.html.md +15 -12
- data/doc_out/RoutingSkill.html.md +1 -2
- data/doc_out/RuleSet.html.md +6 -6
- data/doc_out/Salesforce.html.md +1 -1
- data/doc_out/ScheduleInterval.html.md +14 -0
- data/doc_out/SequenceSchedule.html.md +6 -6
- data/doc_out/Station.html.md +1 -0
- data/doc_out/StationsApi.html.md +3 -1
- data/doc_out/SupportCredit.html.md +16 -0
- data/doc_out/SupportCreditListing.html.md +22 -0
- data/doc_out/SystemPresence.html.md +15 -0
- data/doc_out/TelephonyProvidersEdgeApi.html.md +112 -1
- data/doc_out/TrunkRecordingEnabledCount.html.md +14 -0
- data/doc_out/UserImage.html.md +1 -1
- data/doc_out/UserMe.html.md +5 -1
- data/doc_out/UserRoutingSkill.html.md +2 -2
- data/doc_out/UsersApi.html.md +182 -0
- data/doc_out/WrapUpCodeMapping.html.md +5 -5
- data/doc_out/index.html.md +3 -3
- data/lib/purecloud.rb +15 -3
- data/lib/purecloud/api/authorization_api.rb +0 -60
- data/lib/purecloud/api/identity_provider_api.rb +1072 -0
- data/lib/purecloud/api/o_auth_api.rb +26 -906
- data/lib/purecloud/api/outbound_api.rb +2 -2
- data/lib/purecloud/api/presence_api.rb +67 -12
- data/lib/purecloud/api/quality_api.rb +378 -0
- data/lib/purecloud/api/routing_api.rb +21 -16
- data/lib/purecloud/api/stations_api.rb +3 -0
- data/lib/purecloud/api/telephony_providers_edge_api.rb +120 -0
- data/lib/purecloud/api/users_api.rb +189 -0
- data/lib/purecloud/api_client.rb +1 -1
- data/lib/purecloud/models/analytics_session.rb +1 -1
- data/lib/purecloud/models/available_language_list.rb +167 -0
- data/lib/purecloud/models/billing_contact.rb +237 -0
- data/lib/purecloud/models/{flow_history_result_item_entity_listing.rb → billing_contact_listing.rb} +2 -2
- data/lib/purecloud/models/call_record.rb +2 -1
- data/lib/purecloud/models/callable_contacts_diagnostic.rb +3 -0
- data/lib/purecloud/models/callable_time_set.rb +3 -3
- data/lib/purecloud/models/campaign.rb +3 -3
- data/lib/purecloud/models/campaign_diagnostics.rb +3 -0
- data/lib/purecloud/models/campaign_schedule.rb +7 -4
- data/lib/purecloud/models/campaign_sequence.rb +8 -3
- data/lib/purecloud/models/campaign_stats.rb +4 -0
- data/lib/purecloud/models/condition.rb +16 -0
- data/lib/purecloud/models/connect_rate.rb +3 -0
- data/lib/purecloud/models/contact_callback_request.rb +5 -0
- data/lib/purecloud/models/contact_list.rb +9 -3
- data/lib/purecloud/models/contact_phone_number_column.rb +3 -0
- data/lib/purecloud/models/create_callback_command.rb +12 -1
- data/lib/purecloud/models/create_user.rb +1 -0
- data/lib/purecloud/models/customer_interaction_center.rb +217 -0
- data/lib/purecloud/models/dialer_action.rb +31 -0
- data/lib/purecloud/models/dialer_contact.rb +5 -0
- data/lib/purecloud/models/dialer_rule.rb +15 -0
- data/lib/purecloud/models/dnc_list.rb +7 -14
- data/lib/purecloud/models/external_contact.rb +14 -1
- data/lib/purecloud/models/external_data_source.rb +176 -0
- data/lib/purecloud/models/external_organization.rb +14 -1
- data/lib/purecloud/models/import_status.rb +5 -0
- data/lib/purecloud/models/initiate_screen_recording.rb +187 -0
- data/lib/purecloud/models/json_node.rb +37 -37
- data/lib/purecloud/models/keyword.rb +227 -0
- data/lib/purecloud/models/keyword_set.rb +253 -0
- data/lib/purecloud/models/keyword_set_entity_listing.rb +257 -0
- data/lib/purecloud/models/o_auth_client.rb +3 -3
- data/lib/purecloud/models/okta.rb +11 -11
- data/lib/purecloud/models/one_login.rb +11 -11
- data/lib/purecloud/models/org_media_utilization.rb +17 -4
- data/lib/purecloud/models/organization_presence.rb +0 -9
- data/lib/purecloud/models/payment_method.rb +42 -1
- data/lib/purecloud/models/phone_number_status.rb +1 -0
- data/lib/purecloud/models/policy_actions.rb +14 -4
- data/lib/purecloud/models/queue_utilization_diagnostic.rb +8 -0
- data/lib/purecloud/models/response_set.rb +3 -3
- data/lib/purecloud/models/routing_skill.rb +2 -12
- data/lib/purecloud/models/routing_status.rb +1 -1
- data/lib/purecloud/models/rule_set.rb +6 -3
- data/lib/purecloud/models/salesforce.rb +11 -11
- data/lib/purecloud/models/{campaign_schedule_intervals.rb → schedule_interval.rb} +5 -5
- data/lib/purecloud/models/sequence_schedule.rb +7 -4
- data/lib/purecloud/models/station.rb +11 -1
- data/lib/purecloud/models/support_credit.rb +197 -0
- data/lib/purecloud/models/support_credit_listing.rb +257 -0
- data/lib/purecloud/models/system_presence.rb +187 -0
- data/lib/purecloud/models/trunk_recording_enabled_count.rb +177 -0
- data/lib/purecloud/models/user_image.rb +1 -0
- data/lib/purecloud/models/user_me.rb +50 -2
- data/lib/purecloud/models/user_routing_skill.rb +18 -11
- data/lib/purecloud/models/wrap_up_code_mapping.rb +5 -3
- data/lib/purecloud/version.rb +1 -1
- data/newVersion.md +1 -1
- data/swagger.json +1 -1
- data/version.json +1 -1
- metadata +32 -8
- data/doc_out/CampaignScheduleIntervals.html.md +0 -14
- data/doc_out/ObjectsApi.html.md +0 -69
- data/lib/purecloud/api/objects_api.rb +0 -87
@@ -32,13 +32,13 @@ module PureCloud
|
|
32
32
|
# List of allowed callbacks for this client. For example: https://myap.example.com/auth/callback
|
33
33
|
attr_accessor :registered_redirect_uri
|
34
34
|
|
35
|
-
# System created secret assigned to this client. Secrets are required for code authorization grants.
|
35
|
+
# System created secret assigned to this client. Secrets are required for code authorization and client credential grants.
|
36
36
|
attr_accessor :secret
|
37
37
|
|
38
38
|
# Roles assigned to this client. Roles only apply to clients using the client_credential grant
|
39
39
|
attr_accessor :role_ids
|
40
40
|
|
41
|
-
# The OAuth Grant/Client type supported by this client.
|
41
|
+
# The OAuth Grant/Client type supported by this client.\nCode Authorization Grant/Client type - Preferred client type where the Client ID and Secret are required to create tokens. Used where the secret can be secured.\nImplicit grant type - Client ID only is required to create tokens. Used in browser and mobile apps where the secret can not be secured.\nSAML2-Bearer extension grant type - SAML2 assertion provider for user authentication at the token endpoint.\nClient Credential grant type - Used to created access tokens that are tied only to the client.\n
|
42
42
|
attr_accessor :authorized_grant_type
|
43
43
|
|
44
44
|
# The URI for this object
|
@@ -136,7 +136,7 @@ module PureCloud
|
|
136
136
|
|
137
137
|
# Custom attribute writer method checking allowed values (enum).
|
138
138
|
def authorized_grant_type=(authorized_grant_type)
|
139
|
-
allowed_values = ["CODE", "TOKEN", "
|
139
|
+
allowed_values = ["CODE", "TOKEN", "SAML2BEARER", "PASSWORD", "CLIENT_CREDENTIALS"]
|
140
140
|
if authorized_grant_type && !allowed_values.include?(authorized_grant_type)
|
141
141
|
fail "invalid value for 'authorized_grant_type', must be one of #{allowed_values}"
|
142
142
|
end
|
@@ -25,10 +25,10 @@ module PureCloud
|
|
25
25
|
|
26
26
|
attr_accessor :certificate
|
27
27
|
|
28
|
-
attr_accessor :issuer_uri
|
29
|
-
|
30
28
|
attr_accessor :sso_target_uri
|
31
29
|
|
30
|
+
attr_accessor :issuer_uri
|
31
|
+
|
32
32
|
# The URI for this object
|
33
33
|
attr_accessor :self_uri
|
34
34
|
|
@@ -42,10 +42,10 @@ module PureCloud
|
|
42
42
|
|
43
43
|
:'certificate' => :'certificate',
|
44
44
|
|
45
|
-
:'issuer_uri' => :'issuerURI',
|
46
|
-
|
47
45
|
:'sso_target_uri' => :'ssoTargetURI',
|
48
46
|
|
47
|
+
:'issuer_uri' => :'issuerURI',
|
48
|
+
|
49
49
|
:'self_uri' => :'selfUri'
|
50
50
|
|
51
51
|
}
|
@@ -57,8 +57,8 @@ module PureCloud
|
|
57
57
|
:'id' => :'String',
|
58
58
|
:'name' => :'String',
|
59
59
|
:'certificate' => :'String',
|
60
|
-
:'issuer_uri' => :'String',
|
61
60
|
:'sso_target_uri' => :'String',
|
61
|
+
:'issuer_uri' => :'String',
|
62
62
|
:'self_uri' => :'String'
|
63
63
|
|
64
64
|
}
|
@@ -83,14 +83,14 @@ module PureCloud
|
|
83
83
|
self.certificate = attributes[:'certificate']
|
84
84
|
end
|
85
85
|
|
86
|
-
if attributes[:'issuerURI']
|
87
|
-
self.issuer_uri = attributes[:'issuerURI']
|
88
|
-
end
|
89
|
-
|
90
86
|
if attributes[:'ssoTargetURI']
|
91
87
|
self.sso_target_uri = attributes[:'ssoTargetURI']
|
92
88
|
end
|
93
89
|
|
90
|
+
if attributes[:'issuerURI']
|
91
|
+
self.issuer_uri = attributes[:'issuerURI']
|
92
|
+
end
|
93
|
+
|
94
94
|
if attributes[:'selfUri']
|
95
95
|
self.self_uri = attributes[:'selfUri']
|
96
96
|
end
|
@@ -104,8 +104,8 @@ module PureCloud
|
|
104
104
|
id == o.id &&
|
105
105
|
name == o.name &&
|
106
106
|
certificate == o.certificate &&
|
107
|
-
issuer_uri == o.issuer_uri &&
|
108
107
|
sso_target_uri == o.sso_target_uri &&
|
108
|
+
issuer_uri == o.issuer_uri &&
|
109
109
|
self_uri == o.self_uri
|
110
110
|
end
|
111
111
|
|
@@ -116,7 +116,7 @@ module PureCloud
|
|
116
116
|
|
117
117
|
# Calculate hash code according to all attributes.
|
118
118
|
def hash
|
119
|
-
[id, name, certificate,
|
119
|
+
[id, name, certificate, sso_target_uri, issuer_uri, self_uri].hash
|
120
120
|
end
|
121
121
|
|
122
122
|
# build the object from hash
|
@@ -25,10 +25,10 @@ module PureCloud
|
|
25
25
|
|
26
26
|
attr_accessor :certificate
|
27
27
|
|
28
|
-
attr_accessor :issuer_uri
|
29
|
-
|
30
28
|
attr_accessor :sso_target_uri
|
31
29
|
|
30
|
+
attr_accessor :issuer_uri
|
31
|
+
|
32
32
|
# The URI for this object
|
33
33
|
attr_accessor :self_uri
|
34
34
|
|
@@ -42,10 +42,10 @@ module PureCloud
|
|
42
42
|
|
43
43
|
:'certificate' => :'certificate',
|
44
44
|
|
45
|
-
:'issuer_uri' => :'issuerURI',
|
46
|
-
|
47
45
|
:'sso_target_uri' => :'ssoTargetURI',
|
48
46
|
|
47
|
+
:'issuer_uri' => :'issuerURI',
|
48
|
+
|
49
49
|
:'self_uri' => :'selfUri'
|
50
50
|
|
51
51
|
}
|
@@ -57,8 +57,8 @@ module PureCloud
|
|
57
57
|
:'id' => :'String',
|
58
58
|
:'name' => :'String',
|
59
59
|
:'certificate' => :'String',
|
60
|
-
:'issuer_uri' => :'String',
|
61
60
|
:'sso_target_uri' => :'String',
|
61
|
+
:'issuer_uri' => :'String',
|
62
62
|
:'self_uri' => :'String'
|
63
63
|
|
64
64
|
}
|
@@ -83,14 +83,14 @@ module PureCloud
|
|
83
83
|
self.certificate = attributes[:'certificate']
|
84
84
|
end
|
85
85
|
|
86
|
-
if attributes[:'issuerURI']
|
87
|
-
self.issuer_uri = attributes[:'issuerURI']
|
88
|
-
end
|
89
|
-
|
90
86
|
if attributes[:'ssoTargetURI']
|
91
87
|
self.sso_target_uri = attributes[:'ssoTargetURI']
|
92
88
|
end
|
93
89
|
|
90
|
+
if attributes[:'issuerURI']
|
91
|
+
self.issuer_uri = attributes[:'issuerURI']
|
92
|
+
end
|
93
|
+
|
94
94
|
if attributes[:'selfUri']
|
95
95
|
self.self_uri = attributes[:'selfUri']
|
96
96
|
end
|
@@ -104,8 +104,8 @@ module PureCloud
|
|
104
104
|
id == o.id &&
|
105
105
|
name == o.name &&
|
106
106
|
certificate == o.certificate &&
|
107
|
-
issuer_uri == o.issuer_uri &&
|
108
107
|
sso_target_uri == o.sso_target_uri &&
|
108
|
+
issuer_uri == o.issuer_uri &&
|
109
109
|
self_uri == o.self_uri
|
110
110
|
end
|
111
111
|
|
@@ -116,7 +116,7 @@ module PureCloud
|
|
116
116
|
|
117
117
|
# Calculate hash code according to all attributes.
|
118
118
|
def hash
|
119
|
-
[id, name, certificate,
|
119
|
+
[id, name, certificate, sso_target_uri, issuer_uri, self_uri].hash
|
120
120
|
end
|
121
121
|
|
122
122
|
# build the object from hash
|
@@ -24,13 +24,18 @@ module PureCloud
|
|
24
24
|
# Defines the list of other media types that can interrupt a conversation of this media type. Values can be: call, chat, email, or socialExpression
|
25
25
|
attr_accessor :interruptable_media_types
|
26
26
|
|
27
|
+
# If true, then track non-ACD conversations against utilization
|
28
|
+
attr_accessor :include_non_acd
|
29
|
+
|
27
30
|
# Attribute mapping from ruby-style variable name to JSON key.
|
28
31
|
def self.attribute_map
|
29
32
|
{
|
30
33
|
|
31
34
|
:'maximum_capacity' => :'maximumCapacity',
|
32
35
|
|
33
|
-
:'interruptable_media_types' => :'interruptableMediaTypes'
|
36
|
+
:'interruptable_media_types' => :'interruptableMediaTypes',
|
37
|
+
|
38
|
+
:'include_non_acd' => :'includeNonAcd'
|
34
39
|
|
35
40
|
}
|
36
41
|
end
|
@@ -39,7 +44,8 @@ module PureCloud
|
|
39
44
|
def self.swagger_types
|
40
45
|
{
|
41
46
|
:'maximum_capacity' => :'Integer',
|
42
|
-
:'interruptable_media_types' => :'Array<String>'
|
47
|
+
:'interruptable_media_types' => :'Array<String>',
|
48
|
+
:'include_non_acd' => :'BOOLEAN'
|
43
49
|
|
44
50
|
}
|
45
51
|
end
|
@@ -61,6 +67,12 @@ module PureCloud
|
|
61
67
|
end
|
62
68
|
end
|
63
69
|
|
70
|
+
if attributes[:'includeNonAcd']
|
71
|
+
self.include_non_acd = attributes[:'includeNonAcd']
|
72
|
+
else
|
73
|
+
self.include_non_acd = false
|
74
|
+
end
|
75
|
+
|
64
76
|
end
|
65
77
|
|
66
78
|
# Check equality by comparing each attribute.
|
@@ -68,7 +80,8 @@ module PureCloud
|
|
68
80
|
return true if self.equal?(o)
|
69
81
|
self.class == o.class &&
|
70
82
|
maximum_capacity == o.maximum_capacity &&
|
71
|
-
interruptable_media_types == o.interruptable_media_types
|
83
|
+
interruptable_media_types == o.interruptable_media_types &&
|
84
|
+
include_non_acd == o.include_non_acd
|
72
85
|
end
|
73
86
|
|
74
87
|
# @see the `==` method
|
@@ -78,7 +91,7 @@ module PureCloud
|
|
78
91
|
|
79
92
|
# Calculate hash code according to all attributes.
|
80
93
|
def hash
|
81
|
-
[maximum_capacity, interruptable_media_types].hash
|
94
|
+
[maximum_capacity, interruptable_media_types, include_non_acd].hash
|
82
95
|
end
|
83
96
|
|
84
97
|
# build the object from hash
|
@@ -139,15 +139,6 @@ module PureCloud
|
|
139
139
|
|
140
140
|
end
|
141
141
|
|
142
|
-
# Custom attribute writer method checking allowed values (enum).
|
143
|
-
def system_presence=(system_presence)
|
144
|
-
allowed_values = ["AVAILABLE", "AWAY", "BUSY", "OUT_OF_OFFICE", "OFFLINE", "ON_QUEUE", "IDLE", "MEAL", "TRAINING", "MEETING", "BREAK"]
|
145
|
-
if system_presence && !allowed_values.include?(system_presence)
|
146
|
-
fail "invalid value for 'system_presence', must be one of #{allowed_values}"
|
147
|
-
end
|
148
|
-
@system_presence = system_presence
|
149
|
-
end
|
150
|
-
|
151
142
|
# Check equality by comparing each attribute.
|
152
143
|
def ==(o)
|
153
144
|
return true if self.equal?(o)
|
@@ -29,6 +29,14 @@ module PureCloud
|
|
29
29
|
|
30
30
|
attr_accessor :token
|
31
31
|
|
32
|
+
# for payment methods of type CARD_TOKEN, the card's expiration date in the format YYYY-MM.
|
33
|
+
attr_accessor :card_expiration_date
|
34
|
+
|
35
|
+
attr_accessor :card_last_four_digits
|
36
|
+
|
37
|
+
# for payment methods of type CARD_TOKEN, the type of credit or debit card
|
38
|
+
attr_accessor :card_type
|
39
|
+
|
32
40
|
# The URI for this object
|
33
41
|
attr_accessor :self_uri
|
34
42
|
|
@@ -46,6 +54,12 @@ module PureCloud
|
|
46
54
|
|
47
55
|
:'token' => :'token',
|
48
56
|
|
57
|
+
:'card_expiration_date' => :'cardExpirationDate',
|
58
|
+
|
59
|
+
:'card_last_four_digits' => :'cardLastFourDigits',
|
60
|
+
|
61
|
+
:'card_type' => :'cardType',
|
62
|
+
|
49
63
|
:'self_uri' => :'selfUri'
|
50
64
|
|
51
65
|
}
|
@@ -59,6 +73,9 @@ module PureCloud
|
|
59
73
|
:'type' => :'String',
|
60
74
|
:'provider_name' => :'String',
|
61
75
|
:'token' => :'String',
|
76
|
+
:'card_expiration_date' => :'String',
|
77
|
+
:'card_last_four_digits' => :'String',
|
78
|
+
:'card_type' => :'String',
|
62
79
|
:'self_uri' => :'String'
|
63
80
|
|
64
81
|
}
|
@@ -91,6 +108,18 @@ module PureCloud
|
|
91
108
|
self.token = attributes[:'token']
|
92
109
|
end
|
93
110
|
|
111
|
+
if attributes[:'cardExpirationDate']
|
112
|
+
self.card_expiration_date = attributes[:'cardExpirationDate']
|
113
|
+
end
|
114
|
+
|
115
|
+
if attributes[:'cardLastFourDigits']
|
116
|
+
self.card_last_four_digits = attributes[:'cardLastFourDigits']
|
117
|
+
end
|
118
|
+
|
119
|
+
if attributes[:'cardType']
|
120
|
+
self.card_type = attributes[:'cardType']
|
121
|
+
end
|
122
|
+
|
94
123
|
if attributes[:'selfUri']
|
95
124
|
self.self_uri = attributes[:'selfUri']
|
96
125
|
end
|
@@ -106,6 +135,15 @@ module PureCloud
|
|
106
135
|
@type = type
|
107
136
|
end
|
108
137
|
|
138
|
+
# Custom attribute writer method checking allowed values (enum).
|
139
|
+
def card_type=(card_type)
|
140
|
+
allowed_values = ["Visa", "MasterCard", "Discover", "American Express"]
|
141
|
+
if card_type && !allowed_values.include?(card_type)
|
142
|
+
fail "invalid value for 'card_type', must be one of #{allowed_values}"
|
143
|
+
end
|
144
|
+
@card_type = card_type
|
145
|
+
end
|
146
|
+
|
109
147
|
# Check equality by comparing each attribute.
|
110
148
|
def ==(o)
|
111
149
|
return true if self.equal?(o)
|
@@ -115,6 +153,9 @@ module PureCloud
|
|
115
153
|
type == o.type &&
|
116
154
|
provider_name == o.provider_name &&
|
117
155
|
token == o.token &&
|
156
|
+
card_expiration_date == o.card_expiration_date &&
|
157
|
+
card_last_four_digits == o.card_last_four_digits &&
|
158
|
+
card_type == o.card_type &&
|
118
159
|
self_uri == o.self_uri
|
119
160
|
end
|
120
161
|
|
@@ -125,7 +166,7 @@ module PureCloud
|
|
125
166
|
|
126
167
|
# Calculate hash code according to all attributes.
|
127
168
|
def hash
|
128
|
-
[id, name, type, provider_name, token, self_uri].hash
|
169
|
+
[id, name, type, provider_name, token, card_expiration_date, card_last_four_digits, card_type, self_uri].hash
|
129
170
|
end
|
130
171
|
|
131
172
|
# build the object from hash
|
@@ -30,6 +30,8 @@ module PureCloud
|
|
30
30
|
|
31
31
|
attr_accessor :retention_duration
|
32
32
|
|
33
|
+
attr_accessor :initiate_screen_recording
|
34
|
+
|
33
35
|
# Attribute mapping from ruby-style variable name to JSON key.
|
34
36
|
def self.attribute_map
|
35
37
|
{
|
@@ -44,7 +46,9 @@ module PureCloud
|
|
44
46
|
|
45
47
|
:'assign_calibrations' => :'assignCalibrations',
|
46
48
|
|
47
|
-
:'retention_duration' => :'retentionDuration'
|
49
|
+
:'retention_duration' => :'retentionDuration',
|
50
|
+
|
51
|
+
:'initiate_screen_recording' => :'initiateScreenRecording'
|
48
52
|
|
49
53
|
}
|
50
54
|
end
|
@@ -57,7 +61,8 @@ module PureCloud
|
|
57
61
|
:'assign_evaluations' => :'Array<EvaluationAssignment>',
|
58
62
|
:'assign_metered_evaluations' => :'Array<MeteredEvaluationAssignment>',
|
59
63
|
:'assign_calibrations' => :'Array<CalibrationAssignment>',
|
60
|
-
:'retention_duration' => :'RetentionDuration'
|
64
|
+
:'retention_duration' => :'RetentionDuration',
|
65
|
+
:'initiate_screen_recording' => :'InitiateScreenRecording'
|
61
66
|
|
62
67
|
}
|
63
68
|
end
|
@@ -103,6 +108,10 @@ module PureCloud
|
|
103
108
|
self.retention_duration = attributes[:'retentionDuration']
|
104
109
|
end
|
105
110
|
|
111
|
+
if attributes[:'initiateScreenRecording']
|
112
|
+
self.initiate_screen_recording = attributes[:'initiateScreenRecording']
|
113
|
+
end
|
114
|
+
|
106
115
|
end
|
107
116
|
|
108
117
|
# Check equality by comparing each attribute.
|
@@ -114,7 +123,8 @@ module PureCloud
|
|
114
123
|
assign_evaluations == o.assign_evaluations &&
|
115
124
|
assign_metered_evaluations == o.assign_metered_evaluations &&
|
116
125
|
assign_calibrations == o.assign_calibrations &&
|
117
|
-
retention_duration == o.retention_duration
|
126
|
+
retention_duration == o.retention_duration &&
|
127
|
+
initiate_screen_recording == o.initiate_screen_recording
|
118
128
|
end
|
119
129
|
|
120
130
|
# @see the `==` method
|
@@ -124,7 +134,7 @@ module PureCloud
|
|
124
134
|
|
125
135
|
# Calculate hash code according to all attributes.
|
126
136
|
def hash
|
127
|
-
[retain_recording, delete_recording, assign_evaluations, assign_metered_evaluations, assign_calibrations, retention_duration].hash
|
137
|
+
[retain_recording, delete_recording, assign_evaluations, assign_metered_evaluations, assign_calibrations, retention_duration, initiate_screen_recording].hash
|
128
138
|
end
|
129
139
|
|
130
140
|
# build the object from hash
|
@@ -18,20 +18,28 @@ require 'date'
|
|
18
18
|
|
19
19
|
module PureCloud
|
20
20
|
class QueueUtilizationDiagnostic
|
21
|
+
# Identifier of the queue
|
21
22
|
attr_accessor :queue
|
22
23
|
|
24
|
+
# The number of users joined to the queue
|
23
25
|
attr_accessor :users_in_queue
|
24
26
|
|
27
|
+
# The number of users active on the queue
|
25
28
|
attr_accessor :active_users_in_queue
|
26
29
|
|
30
|
+
# The number of users with a status of on-queue
|
27
31
|
attr_accessor :users_on_queue
|
28
32
|
|
33
|
+
# The number of users in the queue currently not engaged
|
29
34
|
attr_accessor :users_not_utilized
|
30
35
|
|
36
|
+
# The number of users in the queue with a station
|
31
37
|
attr_accessor :users_on_queue_with_station
|
32
38
|
|
39
|
+
# The number of users currently engaged in a campaign call
|
33
40
|
attr_accessor :users_on_a_campaign_call
|
34
41
|
|
42
|
+
# The number of users currently engaged in a communication that is not part of the campaign
|
35
43
|
attr_accessor :users_on_a_non_campaign_call
|
36
44
|
|
37
45
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -23,13 +23,13 @@ module PureCloud
|
|
23
23
|
|
24
24
|
attr_accessor :name
|
25
25
|
|
26
|
-
#
|
26
|
+
# Creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
|
27
27
|
attr_accessor :date_created
|
28
28
|
|
29
|
-
#
|
29
|
+
# Last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
|
30
30
|
attr_accessor :date_modified
|
31
31
|
|
32
|
-
#
|
32
|
+
# Required for updates, must match the version number of the most recent update
|
33
33
|
attr_accessor :version
|
34
34
|
|
35
35
|
# Map of disposition identifiers to reactions. For example: {\"disposition.classification.callable.person\": {\"reactionType\": \"transfer\"}}
|