tessitura_rest 0.8.6.5 → 0.8.6.6

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: 36946bae8fd058ef81ffb64409308e06fdac3701b05d8ae15a239860f025622e
4
- data.tar.gz: 8ccd93d7069bcfcc85b2c533a6a6d3b635097a549e3304b2a807cee1fc78684a
3
+ metadata.gz: d053e34849a4314bf916e946a487f3e948a443a7ae683425bf8bf95313803d23
4
+ data.tar.gz: 60bf4b056850f4816bee3319686c9c2d713393656c083ce6bb9384669f8e46e1
5
5
  SHA512:
6
- metadata.gz: a7a397b2992aa53ab350c8b781005c07c04a02f31a9af47741ea2161969253db388e629c3d262ec364260fe3b204f3ea0f45258c20a565f2776aa0a9d219129a
7
- data.tar.gz: c09d598eb729477247f6e6654f101e1e152d01fe1dda535aad399dd242c5dbfdf2166f3ecbdc4fb6633351ed1c5b23e88c97d153b3a04f95528948fe264426b6
6
+ metadata.gz: 8bd1767f0212e0a67723166e5bbba8badd9cb88275a2ba93b151183cec28a2a32fa5f025d679508309a636a1525fff19edf4942a30b9c254bec7950ecd46dbb6
7
+ data.tar.gz: a5840d7148e57685c24ad430f68a5c92ad432dfc4609f5afc0b450a72cd7304841ddadd76b3d80e22b30c4d1f7be47e317d0cb46df859926aa91c859657886af
@@ -36,6 +36,12 @@ module Package
36
36
  JSON.parse(response.body)
37
37
  end
38
38
 
39
+ def get_package_seat_summaries(id, mode_of_sale, constituent_id, price_type_ids, options={})
40
+ options.merge!(basic_auth: @auth, headers: @headers)
41
+ response = self.class.get(base_api_endpoint("TXN/Packages/#{id}/Seats/Summary?modeOfSaleId=#{mode_of_sale}&constituentId=#{constituent_id}&checkPriceTypeIds=#{price_type_ids}"), options)
42
+ JSON.parse(response.body)
43
+ end
44
+
39
45
  def get_package_seats(id, mode_of_sale, constituent_id, section_id, options={})
40
46
  options.merge!(basic_auth: @auth, headers: @headers)
41
47
  response = self.class.get(base_api_endpoint("TXN/Packages/#{id}/Seats?modeOfSaleId=#{mode_of_sale}&constituentId=#{constituent_id}&sectionIds=#{section_id}"), options)
@@ -1,3 +1,3 @@
1
1
  class TessituraRest
2
- VERSION = '0.8.6.5'
2
+ VERSION = '0.8.6.6'
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: 0.8.6.5
4
+ version: 0.8.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brittany Martin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-12 00:00:00.000000000 Z
11
+ date: 2021-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler