tessitura_rest 2.1.9 → 2.2.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
  SHA256:
3
- metadata.gz: 47a2996d0074ca2baafaa78068dc0bc2c351f3a359f273ca10bfe3ea71cd7c3e
4
- data.tar.gz: 72e735d1dff91be40e7dc0fd49b86415f40f0145f1912e9f2f841be8b3a9046f
3
+ metadata.gz: 67233c6914d939219c9d7181d5aa57d22e6288003f5803d17bc6d445f60ff42f
4
+ data.tar.gz: 189bdbbed65c228a6f443d8b01a73c7f2c082e17c3646110476224882295df6b
5
5
  SHA512:
6
- metadata.gz: 687427e0a152b2f338de45724e96a09b351863b3252162f4298dd7343e38b8503828b0ca2a70a6f962bd7907002f80417ddc8c9ae6b2775111a15f2ff597d8af
7
- data.tar.gz: 6d09e6371ee66e7a393db94068d252f10ba5fd3581c59b505d851819bd8b1f2361fcda4a7c999e8a5984b9f2a51c7afe640f7f1d102a8268cd0df5597430ad52
6
+ metadata.gz: 927db1090be13a56e937e4ae1a2f364dafcecff345dbd253da3eaec2c5c478f147178e64986355ac01329d91e49c924407551ec2eb3a7571e3586e9da894c02f
7
+ data.tar.gz: 207b9099bcee4af199f63db5eba92561ffe832c697c0ce9561fa165c2c1587003752cbcb2f078faf7381a99a317d1cf7fceb9eb096b2ec6ef83405e7f6cda519
@@ -47,9 +47,12 @@ module PerformanceExtension
47
47
  JSON.parse(response.body)
48
48
  end
49
49
 
50
- def get_performance_seat_summaries(id, mode_of_sale, constituent_id, price_type_ids, options = {})
50
+ def get_performance_seat_summaries(id, mode_of_sale, constituent_id, price_type_ids, section_ids = '', options = {})
51
51
  options.merge!(basic_auth: @auth, headers: @headers)
52
- response = self.class.get(base_api_endpoint("TXN/Performances/#{id}/Seats/Summary?modeOfSaleId=#{mode_of_sale}&constituentId=#{constituent_id}&checkPriceTypeIds=#{price_type_ids}"), options)
52
+ response = self.class.get(
53
+ base_api_endpoint("TXN/Performances/#{id}/Seats/Summary?modeOfSaleId=#{mode_of_sale}&constituentId=#{constituent_id}&checkPriceTypeIds=#{price_type_ids}&sectionIds=#{section_ids}"),
54
+ options,
55
+ )
53
56
  JSON.parse(response.body)
54
57
  end
55
58
 
@@ -1,3 +1,3 @@
1
1
  class TessituraRest
2
- VERSION = '2.1.9'.freeze
2
+ VERSION = '2.2.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tessitura_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.9
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brittany Martin, Danielle Greaves, Craig Donavin, Patrick FitzGerald, Jared Blumer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-14 00:00:00.000000000 Z
11
+ date: 2025-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport