killbill-client 0.10.8 → 0.11.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
  SHA1:
3
- metadata.gz: b2f30c10691feb200915fa4b62dc3a98813df486
4
- data.tar.gz: a18f546a42044178b74948c51f1c99aad2de0e33
3
+ metadata.gz: f8bbf81f00632dafea137b5d67ac6fdb675c63c1
4
+ data.tar.gz: 90c80956db2001466143f65080cc5fc8c736c381
5
5
  SHA512:
6
- metadata.gz: bd060624c429923c0ec3270731fbcd9f138eb975b4184d0a9ba6705cc7ba1fb4ac996f88e474644643589778534c2ae0eba48c8d3997e1949b3b1cd0b9b45008
7
- data.tar.gz: 6b9c859d70519c6a66432b8c447ab92ff0eac2e3a42fa18c0b34659a9e10d6548a9a5a35384275bf11bd845931c95854603fa1d26ff3725ffb35522ae8e6f97a
6
+ metadata.gz: 397a5dc633d90086fb3b765d6ff709c99e8fce41671a46ea4f3b769ffa5202126a26581e4781cc9c19dac6e4ef73c8b1b7f3833a6890affa7d487bd8e377b39d
7
+ data.tar.gz: 0c06adc74ffd961a268008de64078706f9f2b320bbb32487287ef06427b827bd9af263dd9cbe8a6f667ef46c1dae5e7e146b3bb46c27ebdbc1910b1816a4adee
@@ -38,6 +38,7 @@ module KillBillClient
38
38
  attribute :bundle_id
39
39
  attribute :effective_date
40
40
  attribute :billing_policy
41
+ attribute :price_overrides
41
42
  end
42
43
  end
43
44
  end
@@ -0,0 +1,37 @@
1
+ #############################################################################################
2
+ # #
3
+ # Copyright 2010-2013 Ning, Inc. #
4
+ # Copyright 2014 Groupon, Inc. #
5
+ # Copyright 2014 The Billing Project, LLC #
6
+ # #
7
+ # The Billing Project licenses this file to you under the Apache License, version 2.0 #
8
+ # (the "License"); you may not use this file except in compliance with the #
9
+ # License. You may obtain a copy of the License at: #
10
+ # #
11
+ # http://www.apache.org/licenses/LICENSE-2.0 #
12
+ # #
13
+ # Unless required by applicable law or agreed to in writing, software #
14
+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
15
+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
16
+ # License for the specific language governing permissions and limitations #
17
+ # under the License. #
18
+ # #
19
+ #############################################################################################
20
+
21
+
22
+ #
23
+ # DO NOT EDIT!!!
24
+ # File automatically generated by killbill-java-parser (git@github.com:killbill/killbill-java-parser.git)
25
+ #
26
+
27
+
28
+ module KillBillClient
29
+ module Model
30
+ class PhasePriceOverrideAttributes < Resource
31
+ attribute :phase_name
32
+ attribute :phase_type
33
+ attribute :fixed_price
34
+ attribute :recurring_price
35
+ end
36
+ end
37
+ end
@@ -57,6 +57,7 @@ require 'killbill_client/models/gen/payment_attributes'
57
57
  require 'killbill_client/models/gen/payment_method_plugin_detail_attributes'
58
58
  require 'killbill_client/models/gen/payment_method_attributes'
59
59
  require 'killbill_client/models/gen/payment_transaction_attributes'
60
+ require 'killbill_client/models/gen/phase_price_override_attributes'
60
61
  require 'killbill_client/models/gen/plan_detail_attributes'
61
62
  require 'killbill_client/models/gen/plugin_property_attributes'
62
63
  require 'killbill_client/models/gen/profiling_data_attributes_item'
@@ -45,6 +45,7 @@ module KillBillClient
45
45
  attribute :billing_start_date
46
46
  attribute :billing_end_date
47
47
  attribute :events
48
+ attribute :price_overrides
48
49
  attribute :audit_logs
49
50
  end
50
51
  end
@@ -1,8 +1,8 @@
1
1
  module KillBillClient
2
2
  module Version
3
3
  MAJOR = 0
4
- MINOR = 10
5
- PATCH = 8
4
+ MINOR = 11
5
+ PATCH = 0
6
6
  PRE = nil
7
7
 
8
8
  VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.').freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.8
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Killbill core team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-27 00:00:00.000000000 Z
11
+ date: 2015-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -106,6 +106,7 @@ files:
106
106
  - lib/killbill_client/models/gen/payment_method_plugin_detail_attributes.rb
107
107
  - lib/killbill_client/models/gen/payment_transaction_attributes.rb
108
108
  - lib/killbill_client/models/gen/phase_attributes.rb
109
+ - lib/killbill_client/models/gen/phase_price_override_attributes.rb
109
110
  - lib/killbill_client/models/gen/plan_attributes.rb
110
111
  - lib/killbill_client/models/gen/plan_detail_attributes.rb
111
112
  - lib/killbill_client/models/gen/plugin_property_attributes.rb