tickethub 0.3.85 → 0.3.86

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: 740d2425422f4bddd1b57c22c917f7d810bafa56
4
- data.tar.gz: ad2d92ee05fd285297367a68175976dd9b36dfd3
3
+ metadata.gz: ba18efaffec25f08ef328efd87000f07d520b5ce
4
+ data.tar.gz: b3feb245a5a1b4c0901b841ffb3c22ca24426915
5
5
  SHA512:
6
- metadata.gz: 94d5e4a7250e940608fbc8ea859c147ce1a58480570e09904b461b9f16495c467b468949d621247dee39d6c52a90494d3b2bd941f098ea5a1f0bd65eb4245296
7
- data.tar.gz: 4a4ee92fe5958d4c68ff1498c217ef2714f96da60d1d97c1a318458ee5a592e31e10200049b6d1812c2d1efd046ba54ed6c0f81bcb05bd0257dda773ab885ef5
6
+ metadata.gz: b2e302891ba88513d020c595215230f3d6d8ba2708ad96e096a0eb86af248b60662ebee3e125ad30927990f47722ac6db0e5f6d7d607ae5b6e04b049bf1b5a05
7
+ data.tar.gz: b5d9e18a5379b2d938fb79e4e2f2c31cfad1ba8fcda9a8903bd9ebc46f4aad06fb158a8ecf4fa714410144d1b3a7ac33fbfa1a1210c50cb6019051354de810cf
@@ -11,7 +11,7 @@ module Tickethub
11
11
  require_relative 'variant'
12
12
  require_relative 'question'
13
13
  require_relative 'tax'
14
- require_relative 'party'
14
+ require_relative 'group'
15
15
 
16
16
  require_relative '../contact'
17
17
  require_relative '../address'
@@ -26,6 +26,7 @@ module Tickethub
26
26
  collection :variants, Channel::Variant
27
27
  collection :questions, Channel::Question
28
28
  collection :taxes, Channel::Tax
29
+ collection :groups, Channel::Group
29
30
 
30
31
  attribute :time_zone, type: :timezone
31
32
  attribute :currency, type: :currency
@@ -77,7 +77,6 @@ module Tickethub
77
77
  collection :sessions, Session
78
78
  collection :shifts, Shift
79
79
  collection :locations, Location
80
- collection :parties, Party
81
80
 
82
81
  association :address, Tickethub::Address
83
82
  association :contact, Tickethub::Contact
@@ -1,8 +1,8 @@
1
1
  require_relative '../resource'
2
2
 
3
3
  module Tickethub
4
- class Supplier::Group < Resource
5
- path '/supplier/groups'
4
+ class Supplier::Party < Resource
5
+ path '/supplier/parties'
6
6
 
7
7
  require_relative 'product'
8
8
 
@@ -1,3 +1,3 @@
1
1
  module Tickethub
2
- VERSION = '0.3.85'
2
+ VERSION = '0.3.86'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tickethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.85
4
+ version: 0.3.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Morgan