purecloudplatformclientv2 76.0.0 → 77.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8aafc8a31d07617321c3282f3211b289b5dda3c7
4
- data.tar.gz: 7ebd0b6d35b3ed5722a88a62f13dd0474a7b41ff
3
+ metadata.gz: fb14fd6936d2e035b052216bb6b6ac848eb0f06b
4
+ data.tar.gz: 84a02c632b7930d1c3de18ae3d8f545f10488549
5
5
  SHA512:
6
- metadata.gz: bf8540d440df7fc4777fd4ea8fb59ca428a9f569fd9273090953afa8e7837384b4ca5929870b5c6828f7aec18487fd2897ebd56121d01aa492ee7a2c6a6240d3
7
- data.tar.gz: fed111c45d395c253f2a14585aaf1f64ec40fe92688a1000ecc5c0e24702aff323e672c2893233023d965eafd8a2ae55a08798292f6f57d75f539184aab99c75
6
+ metadata.gz: 386ad4b7719089858fefa16cf32b68f1db23d5aea1f042f10120f1c5f1123204a91995ad32fc2557ea313bad370a0d25a552f661137634ab48df75fe56e56402
7
+ data.tar.gz: c2be8984425d8fdf66d3a594d4f1d844034e9221ce64268875b8879668e86aaa82a5454b45e4ea317d485e9f2862d96c4bbd9e09daf2bb275cdb927b6a53e5b8
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: PureCloud Ruby Gem
3
3
  ---
4
- ![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=76.0.0)
4
+ ![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=77.0.0)
5
5
 
6
6
  Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)
7
7
 
@@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
10
10
  ### from rubygems.org
11
11
 
12
12
  ```{"language":"ruby"}
13
- gem install 'purecloudplatformclientv2', '~> 76.0.0'
13
+ gem install 'purecloudplatformclientv2', '~> 77.0.0'
14
14
  ```
15
15
 
16
16
  ### Install from Git
@@ -15,9 +15,8 @@ title: ArrayNode
15
15
  | **value_node** | **BOOLEAN** | | [optional] |
16
16
  | **container_node** | **BOOLEAN** | | [optional] |
17
17
  | **missing_node** | **BOOLEAN** | | [optional] |
18
- | **pojo** | **BOOLEAN** | | [optional] |
19
- | **floating_point_number** | **BOOLEAN** | | [optional] |
20
18
  | **integral_number** | **BOOLEAN** | | [optional] |
19
+ | **floating_point_number** | **BOOLEAN** | | [optional] |
21
20
  | **short** | **BOOLEAN** | | [optional] |
22
21
  | **int** | **BOOLEAN** | | [optional] |
23
22
  | **long** | **BOOLEAN** | | [optional] |
@@ -26,6 +25,7 @@ title: ArrayNode
26
25
  | **big_integer** | **BOOLEAN** | | [optional] |
27
26
  | **textual** | **BOOLEAN** | | [optional] |
28
27
  | **binary** | **BOOLEAN** | | [optional] |
28
+ | **pojo** | **BOOLEAN** | | [optional] |
29
29
  | **array** | **BOOLEAN** | | [optional] |
30
30
  | **null** | **BOOLEAN** | | [optional] |
31
31
  {: class="table table-striped"}
@@ -12,8 +12,8 @@ title: CertificateDetails
12
12
  | **expiration_date** | **DateTime** | The expiration date of the certificate. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
13
  | **issue_date** | **DateTime** | The issue date of the certificate. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
14
14
  | **expired** | **BOOLEAN** | True if the certificate is expired, false otherwise. | [optional] |
15
- | **signature_valid** | **BOOLEAN** | | [optional] |
16
15
  | **valid** | **BOOLEAN** | | [optional] |
16
+ | **signature_valid** | **BOOLEAN** | | [optional] |
17
17
  {: class="table table-striped"}
18
18
 
19
19
 
@@ -15,9 +15,8 @@ title: JsonNode
15
15
  | **value_node** | **BOOLEAN** | | [optional] |
16
16
  | **container_node** | **BOOLEAN** | | [optional] |
17
17
  | **missing_node** | **BOOLEAN** | | [optional] |
18
- | **pojo** | **BOOLEAN** | | [optional] |
19
- | **floating_point_number** | **BOOLEAN** | | [optional] |
20
18
  | **integral_number** | **BOOLEAN** | | [optional] |
19
+ | **floating_point_number** | **BOOLEAN** | | [optional] |
21
20
  | **short** | **BOOLEAN** | | [optional] |
22
21
  | **int** | **BOOLEAN** | | [optional] |
23
22
  | **long** | **BOOLEAN** | | [optional] |
@@ -26,6 +25,7 @@ title: JsonNode
26
25
  | **big_integer** | **BOOLEAN** | | [optional] |
27
26
  | **textual** | **BOOLEAN** | | [optional] |
28
27
  | **binary** | **BOOLEAN** | | [optional] |
28
+ | **pojo** | **BOOLEAN** | | [optional] |
29
29
  | **array** | **BOOLEAN** | | [optional] |
30
30
  | **null** | **BOOLEAN** | | [optional] |
31
31
  {: class="table table-striped"}
@@ -2592,7 +2592,7 @@ Name | Type | Description | Notes
2592
2592
 
2593
2593
  <a name="get_quality_surveys_scorable"></a>
2594
2594
 
2595
- ## [**ScorableSurvey**](ScorableSurvey.html) get_quality_surveys_scorable(opts)
2595
+ ## [**ScorableSurvey**](ScorableSurvey.html) get_quality_surveys_scorable(customer_survey_url)
2596
2596
 
2597
2597
 
2598
2598
 
@@ -2613,13 +2613,12 @@ require 'purecloudplatformclientv2'
2613
2613
 
2614
2614
  api_instance = PureCloud::QualityApi.new
2615
2615
 
2616
- opts = {
2617
- customer_survey_url: "customer_survey_url_example" # String | customerSurveyUrl
2618
- }
2616
+ customer_survey_url = "customer_survey_url_example" # String | customerSurveyUrl
2617
+
2619
2618
 
2620
2619
  begin
2621
2620
  #Get a survey as an end-customer, for the purposes of scoring it.
2622
- result = api_instance.get_quality_surveys_scorable(opts)
2621
+ result = api_instance.get_quality_surveys_scorable(customer_survey_url)
2623
2622
  p result
2624
2623
  rescue PureCloud::ApiError => e
2625
2624
  puts "Exception when calling QualityApi->get_quality_surveys_scorable: #{e}"
@@ -2630,7 +2629,7 @@ end
2630
2629
 
2631
2630
  Name | Type | Description | Notes
2632
2631
  ------------- | ------------- | ------------- | -------------
2633
- **customer_survey_url** | **String**| customerSurveyUrl | [optional] |
2632
+ **customer_survey_url** | **String**| customerSurveyUrl | |
2634
2633
  {: class="table table-striped"}
2635
2634
 
2636
2635
 
@@ -3270,25 +3270,27 @@ module PureCloud
3270
3270
 
3271
3271
  # Get a survey as an end-customer, for the purposes of scoring it.
3272
3272
  #
3273
+ # @param customer_survey_url customerSurveyUrl
3273
3274
  # @param [Hash] opts the optional parameters
3274
- # @option opts [String] :customer_survey_url customerSurveyUrl
3275
3275
  # @return [ScorableSurvey]
3276
- def get_quality_surveys_scorable(opts = {})
3277
- data, _status_code, _headers = get_quality_surveys_scorable_with_http_info(opts)
3276
+ def get_quality_surveys_scorable(customer_survey_url, opts = {})
3277
+ data, _status_code, _headers = get_quality_surveys_scorable_with_http_info(customer_survey_url, opts)
3278
3278
  return data
3279
3279
  end
3280
3280
 
3281
3281
  # Get a survey as an end-customer, for the purposes of scoring it.
3282
3282
  #
3283
+ # @param customer_survey_url customerSurveyUrl
3283
3284
  # @param [Hash] opts the optional parameters
3284
- # @option opts [String] :customer_survey_url customerSurveyUrl
3285
3285
  # @return [Array<(ScorableSurvey, Fixnum, Hash)>] ScorableSurvey data, response status code and response headers
3286
- def get_quality_surveys_scorable_with_http_info(opts = {})
3286
+ def get_quality_surveys_scorable_with_http_info(customer_survey_url, opts = {})
3287
3287
  if @api_client.config.debugging
3288
3288
  @api_client.config.logger.debug "Calling API: QualityApi.get_quality_surveys_scorable ..."
3289
3289
  end
3290
3290
 
3291
3291
 
3292
+ # verify the required parameter 'customer_survey_url' is set
3293
+ fail ArgumentError, "Missing the required parameter 'customer_survey_url' when calling QualityApi.get_quality_surveys_scorable" if customer_survey_url.nil?
3292
3294
 
3293
3295
 
3294
3296
 
@@ -3299,7 +3301,7 @@ module PureCloud
3299
3301
 
3300
3302
  # query parameters
3301
3303
  query_params = {}
3302
- query_params[:'customerSurveyUrl'] = opts[:'customer_survey_url'] if opts[:'customer_survey_url']
3304
+ query_params[:'customerSurveyUrl'] = customer_survey_url
3303
3305
 
3304
3306
  # header parameters
3305
3307
  header_params = {}
@@ -76,7 +76,7 @@ module PureCloud
76
76
  http_method = http_method.to_sym.downcase
77
77
 
78
78
  header_params = @default_headers.merge(opts[:header_params] || {})
79
- header_params['purecloud-sdk'] = '76.0.0'
79
+ header_params['purecloud-sdk'] = '77.0.0'
80
80
  query_params = opts[:query_params] || {}
81
81
  form_params = opts[:form_params] || {}
82
82
 
@@ -34,12 +34,10 @@ module PureCloud
34
34
 
35
35
  attr_accessor :missing_node
36
36
 
37
- attr_accessor :pojo
37
+ attr_accessor :integral_number
38
38
 
39
39
  attr_accessor :floating_point_number
40
40
 
41
- attr_accessor :integral_number
42
-
43
41
  attr_accessor :short
44
42
 
45
43
  attr_accessor :int
@@ -56,6 +54,8 @@ module PureCloud
56
54
 
57
55
  attr_accessor :binary
58
56
 
57
+ attr_accessor :pojo
58
+
59
59
  attr_accessor :array
60
60
 
61
61
  attr_accessor :null
@@ -80,12 +80,10 @@ module PureCloud
80
80
 
81
81
  :'missing_node' => :'missingNode',
82
82
 
83
- :'pojo' => :'pojo',
83
+ :'integral_number' => :'integralNumber',
84
84
 
85
85
  :'floating_point_number' => :'floatingPointNumber',
86
86
 
87
- :'integral_number' => :'integralNumber',
88
-
89
87
  :'short' => :'short',
90
88
 
91
89
  :'int' => :'int',
@@ -102,6 +100,8 @@ module PureCloud
102
100
 
103
101
  :'binary' => :'binary',
104
102
 
103
+ :'pojo' => :'pojo',
104
+
105
105
  :'array' => :'array',
106
106
 
107
107
  :'null' => :'null'
@@ -129,12 +129,10 @@ module PureCloud
129
129
 
130
130
  :'missing_node' => :'BOOLEAN',
131
131
 
132
- :'pojo' => :'BOOLEAN',
132
+ :'integral_number' => :'BOOLEAN',
133
133
 
134
134
  :'floating_point_number' => :'BOOLEAN',
135
135
 
136
- :'integral_number' => :'BOOLEAN',
137
-
138
136
  :'short' => :'BOOLEAN',
139
137
 
140
138
  :'int' => :'BOOLEAN',
@@ -151,6 +149,8 @@ module PureCloud
151
149
 
152
150
  :'binary' => :'BOOLEAN',
153
151
 
152
+ :'pojo' => :'BOOLEAN',
153
+
154
154
  :'array' => :'BOOLEAN',
155
155
 
156
156
  :'null' => :'BOOLEAN'
@@ -239,10 +239,10 @@ module PureCloud
239
239
  end
240
240
 
241
241
 
242
- if attributes.has_key?(:'pojo')
242
+ if attributes.has_key?(:'integralNumber')
243
243
 
244
244
 
245
- self.pojo = attributes[:'pojo']
245
+ self.integral_number = attributes[:'integralNumber']
246
246
 
247
247
 
248
248
  end
@@ -257,15 +257,6 @@ module PureCloud
257
257
  end
258
258
 
259
259
 
260
- if attributes.has_key?(:'integralNumber')
261
-
262
-
263
- self.integral_number = attributes[:'integralNumber']
264
-
265
-
266
- end
267
-
268
-
269
260
  if attributes.has_key?(:'short')
270
261
 
271
262
 
@@ -338,6 +329,15 @@ module PureCloud
338
329
  end
339
330
 
340
331
 
332
+ if attributes.has_key?(:'pojo')
333
+
334
+
335
+ self.pojo = attributes[:'pojo']
336
+
337
+
338
+ end
339
+
340
+
341
341
  if attributes.has_key?(:'array')
342
342
 
343
343
 
@@ -590,9 +590,8 @@ module PureCloud
590
590
  value_node == o.value_node &&
591
591
  container_node == o.container_node &&
592
592
  missing_node == o.missing_node &&
593
- pojo == o.pojo &&
594
- floating_point_number == o.floating_point_number &&
595
593
  integral_number == o.integral_number &&
594
+ floating_point_number == o.floating_point_number &&
596
595
  short == o.short &&
597
596
  int == o.int &&
598
597
  long == o.long &&
@@ -601,6 +600,7 @@ module PureCloud
601
600
  big_integer == o.big_integer &&
602
601
  textual == o.textual &&
603
602
  binary == o.binary &&
603
+ pojo == o.pojo &&
604
604
  array == o.array &&
605
605
  null == o.null
606
606
  end
@@ -614,7 +614,7 @@ module PureCloud
614
614
  # Calculates hash code according to all attributes.
615
615
  # @return [Fixnum] Hash code
616
616
  def hash
617
- [node_type, float, number, boolean, object, value_node, container_node, missing_node, pojo, floating_point_number, integral_number, short, int, long, double, big_decimal, big_integer, textual, binary, array, null].hash
617
+ [node_type, float, number, boolean, object, value_node, container_node, missing_node, integral_number, floating_point_number, short, int, long, double, big_decimal, big_integer, textual, binary, pojo, array, null].hash
618
618
  end
619
619
 
620
620
  # build the object from hash
@@ -34,10 +34,10 @@ module PureCloud
34
34
  # True if the certificate is expired, false otherwise.
35
35
  attr_accessor :expired
36
36
 
37
- attr_accessor :signature_valid
38
-
39
37
  attr_accessor :valid
40
38
 
39
+ attr_accessor :signature_valid
40
+
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
42
42
  def self.attribute_map
43
43
  {
@@ -52,9 +52,9 @@ module PureCloud
52
52
 
53
53
  :'expired' => :'expired',
54
54
 
55
- :'signature_valid' => :'signatureValid',
55
+ :'valid' => :'valid',
56
56
 
57
- :'valid' => :'valid'
57
+ :'signature_valid' => :'signatureValid'
58
58
 
59
59
  }
60
60
  end
@@ -73,9 +73,9 @@ module PureCloud
73
73
 
74
74
  :'expired' => :'BOOLEAN',
75
75
 
76
- :'signature_valid' => :'BOOLEAN',
76
+ :'valid' => :'BOOLEAN',
77
77
 
78
- :'valid' => :'BOOLEAN'
78
+ :'signature_valid' => :'BOOLEAN'
79
79
 
80
80
  }
81
81
  end
@@ -134,19 +134,19 @@ module PureCloud
134
134
  end
135
135
 
136
136
 
137
- if attributes.has_key?(:'signatureValid')
137
+ if attributes.has_key?(:'valid')
138
138
 
139
139
 
140
- self.signature_valid = attributes[:'signatureValid']
140
+ self.valid = attributes[:'valid']
141
141
 
142
142
 
143
143
  end
144
144
 
145
145
 
146
- if attributes.has_key?(:'valid')
146
+ if attributes.has_key?(:'signatureValid')
147
147
 
148
148
 
149
- self.valid = attributes[:'valid']
149
+ self.signature_valid = attributes[:'signatureValid']
150
150
 
151
151
 
152
152
  end
@@ -243,8 +243,8 @@ module PureCloud
243
243
  expiration_date == o.expiration_date &&
244
244
  issue_date == o.issue_date &&
245
245
  expired == o.expired &&
246
- signature_valid == o.signature_valid &&
247
- valid == o.valid
246
+ valid == o.valid &&
247
+ signature_valid == o.signature_valid
248
248
  end
249
249
 
250
250
  # @see the `==` method
@@ -256,7 +256,7 @@ module PureCloud
256
256
  # Calculates hash code according to all attributes.
257
257
  # @return [Fixnum] Hash code
258
258
  def hash
259
- [issuer, subject, expiration_date, issue_date, expired, signature_valid, valid].hash
259
+ [issuer, subject, expiration_date, issue_date, expired, valid, signature_valid].hash
260
260
  end
261
261
 
262
262
  # build the object from hash
@@ -34,12 +34,10 @@ module PureCloud
34
34
 
35
35
  attr_accessor :missing_node
36
36
 
37
- attr_accessor :pojo
37
+ attr_accessor :integral_number
38
38
 
39
39
  attr_accessor :floating_point_number
40
40
 
41
- attr_accessor :integral_number
42
-
43
41
  attr_accessor :short
44
42
 
45
43
  attr_accessor :int
@@ -56,6 +54,8 @@ module PureCloud
56
54
 
57
55
  attr_accessor :binary
58
56
 
57
+ attr_accessor :pojo
58
+
59
59
  attr_accessor :array
60
60
 
61
61
  attr_accessor :null
@@ -80,12 +80,10 @@ module PureCloud
80
80
 
81
81
  :'missing_node' => :'missingNode',
82
82
 
83
- :'pojo' => :'pojo',
83
+ :'integral_number' => :'integralNumber',
84
84
 
85
85
  :'floating_point_number' => :'floatingPointNumber',
86
86
 
87
- :'integral_number' => :'integralNumber',
88
-
89
87
  :'short' => :'short',
90
88
 
91
89
  :'int' => :'int',
@@ -102,6 +100,8 @@ module PureCloud
102
100
 
103
101
  :'binary' => :'binary',
104
102
 
103
+ :'pojo' => :'pojo',
104
+
105
105
  :'array' => :'array',
106
106
 
107
107
  :'null' => :'null'
@@ -129,12 +129,10 @@ module PureCloud
129
129
 
130
130
  :'missing_node' => :'BOOLEAN',
131
131
 
132
- :'pojo' => :'BOOLEAN',
132
+ :'integral_number' => :'BOOLEAN',
133
133
 
134
134
  :'floating_point_number' => :'BOOLEAN',
135
135
 
136
- :'integral_number' => :'BOOLEAN',
137
-
138
136
  :'short' => :'BOOLEAN',
139
137
 
140
138
  :'int' => :'BOOLEAN',
@@ -151,6 +149,8 @@ module PureCloud
151
149
 
152
150
  :'binary' => :'BOOLEAN',
153
151
 
152
+ :'pojo' => :'BOOLEAN',
153
+
154
154
  :'array' => :'BOOLEAN',
155
155
 
156
156
  :'null' => :'BOOLEAN'
@@ -239,10 +239,10 @@ module PureCloud
239
239
  end
240
240
 
241
241
 
242
- if attributes.has_key?(:'pojo')
242
+ if attributes.has_key?(:'integralNumber')
243
243
 
244
244
 
245
- self.pojo = attributes[:'pojo']
245
+ self.integral_number = attributes[:'integralNumber']
246
246
 
247
247
 
248
248
  end
@@ -257,15 +257,6 @@ module PureCloud
257
257
  end
258
258
 
259
259
 
260
- if attributes.has_key?(:'integralNumber')
261
-
262
-
263
- self.integral_number = attributes[:'integralNumber']
264
-
265
-
266
- end
267
-
268
-
269
260
  if attributes.has_key?(:'short')
270
261
 
271
262
 
@@ -338,6 +329,15 @@ module PureCloud
338
329
  end
339
330
 
340
331
 
332
+ if attributes.has_key?(:'pojo')
333
+
334
+
335
+ self.pojo = attributes[:'pojo']
336
+
337
+
338
+ end
339
+
340
+
341
341
  if attributes.has_key?(:'array')
342
342
 
343
343
 
@@ -590,9 +590,8 @@ module PureCloud
590
590
  value_node == o.value_node &&
591
591
  container_node == o.container_node &&
592
592
  missing_node == o.missing_node &&
593
- pojo == o.pojo &&
594
- floating_point_number == o.floating_point_number &&
595
593
  integral_number == o.integral_number &&
594
+ floating_point_number == o.floating_point_number &&
596
595
  short == o.short &&
597
596
  int == o.int &&
598
597
  long == o.long &&
@@ -601,6 +600,7 @@ module PureCloud
601
600
  big_integer == o.big_integer &&
602
601
  textual == o.textual &&
603
602
  binary == o.binary &&
603
+ pojo == o.pojo &&
604
604
  array == o.array &&
605
605
  null == o.null
606
606
  end
@@ -614,7 +614,7 @@ module PureCloud
614
614
  # Calculates hash code according to all attributes.
615
615
  # @return [Fixnum] Hash code
616
616
  def hash
617
- [node_type, float, number, boolean, object, value_node, container_node, missing_node, pojo, floating_point_number, integral_number, short, int, long, double, big_decimal, big_integer, textual, binary, array, null].hash
617
+ [node_type, float, number, boolean, object, value_node, container_node, missing_node, integral_number, floating_point_number, short, int, long, double, big_decimal, big_integer, textual, binary, pojo, array, null].hash
618
618
  end
619
619
 
620
620
  # build the object from hash
@@ -15,5 +15,5 @@ Terms of Service: https://help.mypurecloud.com/articles/terms-and-conditions/
15
15
  =end
16
16
 
17
17
  module PureCloud
18
- VERSION = "76.0.0"
18
+ VERSION = "77.0.0"
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purecloudplatformclientv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 76.0.0
4
+ version: 77.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genesys Developer Evangelists
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-19 00:00:00.000000000 Z
11
+ date: 2020-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus