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 +4 -4
- data/lib/tessitura_rest/txn/performance_extension.rb +5 -2
- data/lib/tessitura_rest/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67233c6914d939219c9d7181d5aa57d22e6288003f5803d17bc6d445f60ff42f
|
4
|
+
data.tar.gz: 189bdbbed65c228a6f443d8b01a73c7f2c082e17c3646110476224882295df6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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(
|
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}§ionIds=#{section_ids}"),
|
54
|
+
options,
|
55
|
+
)
|
53
56
|
JSON.parse(response.body)
|
54
57
|
end
|
55
58
|
|
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.
|
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-
|
11
|
+
date: 2025-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|