tessitura_rest 0.6.8 → 0.6.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ef727df9d80bcd761cba65087ea0056a13de7acf1b0cbf5d1496efb1e93b8d7
4
- data.tar.gz: 61f70ba3e638e1b642633da1a0ca56b936f3846c9c3ecf0b8c9c2809dbab0586
3
+ metadata.gz: 300869c6c776bda038b88aebba8e257bfb977f731c252f4244c9b1ba4a2221cf
4
+ data.tar.gz: 7c796b5003cc545316e5a053ba651e661da0bb8194b362795dd96299df8ba406
5
5
  SHA512:
6
- metadata.gz: 40c09b03b0fb6c19233a071526f1c5868f8105937b09b701838988c56dd92cfc0c39f03230edde42be17fc12b6adcfbd6f5a91330747e0b2f3e2c6e18efede76
7
- data.tar.gz: 7fef5fde489fc97974c3173fb21b9fa89e4bb4cb2f5d3dab49d3d079bb7c22b496eb110b5112434c1cb621baf63ca1da8ca6e6a5662c0634158373c4481b0808
6
+ metadata.gz: 03fbf0f0395fd4e67215a73af959aeee5b84e200f1017fbf8c99e27a93251071bd8dc64b70b43002b66447b9ad1e5e4ba5ae2b162483b64446fd88f28deeb0a8
7
+ data.tar.gz: ea8993538f9ba8777f5acfd3904afb68c21c39cd41d00c44d54b606c158ab4929a195b64408190d447a7012054a575301e055acbd0fca8cbc24ba8396f06d50a
@@ -1,9 +1,10 @@
1
1
  module PerformanceExtension
2
2
 
3
- def get_performances_by_production(ids, options={})
3
+ def get_performances_by_production(ids, mode_of_sale=nil, options={})
4
4
  parameters =
5
5
  {
6
- 'ProductionSeasonIds': ids
6
+ 'ProductionSeasonIds': ids,
7
+ 'ModeOfSaleId': mode_of_sale
7
8
  }
8
9
  options.merge!(basic_auth: @auth, headers: @headers)
9
10
  options.merge!(:body => parameters)
@@ -1,3 +1,3 @@
1
1
  class TessituraRest
2
- VERSION = '0.6.8'
2
+ VERSION = '0.6.9'
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.6.8
4
+ version: 0.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brittany Martin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-23 00:00:00.000000000 Z
11
+ date: 2020-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler