adzerk_decision_sdk 1.0.0.pre.beta.9 → 1.0.0.pre.beta.10

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: 7bd3e6c1e7915ed0d64549a440bf3b0b83cdb8d8d77145c52bc9601be798e980
4
- data.tar.gz: 1074e2dee4c3ed743df25fa5cdfd7b9d7d13d30920bccb6c6c4cebb152ac64ae
3
+ metadata.gz: 19d1910630a873bedff7f3e78fbb6e5830a4cba8196f169139239afbc4d8c47f
4
+ data.tar.gz: 5ddd58cbfa95aa934afe9efe3a4c971800f260a83964b9e8854e0829e41ef883
5
5
  SHA512:
6
- metadata.gz: 98813d4465b2c903f69574b2e05d7e88985ec81eb4a8b91fce3b7cb7e93d60d009c25acb796f49a363ddc4ede1fa0bb9f1a9748b1729ed83728f14cf6e1d98be
7
- data.tar.gz: 6152df7fc606fb5a0a715433aa10fb8ea4dbe02d2b2d0086741785d9d96c49c321a949da714ff5384eb1e2440eae43926c22d7a4d86119988c3e0961e2565377
6
+ metadata.gz: 648001158c4653cce3f95c9b27a90b7df59b8b09e1bace82e2f6fe54052c6e7be921285a50b2f83ce7478aa4b2bb570b04f60baf2b722138a8071503374066e7
7
+ data.tar.gz: 5386e3298b1ee720ebbcb745c0a3f0c30d86f964eec4ece1da024be53de1e39cc3a83326d9877bbe7abfc53420d2c979d67b52d614b67775289e8359686e13ba
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adzerk_decision_sdk (1.0.0.pre.beta.9)
4
+ adzerk_decision_sdk (1.0.0.pre.beta.10)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -11,9 +11,9 @@ GEM
11
11
  byebug (11.1.1)
12
12
  coderay (1.1.2)
13
13
  diff-lcs (1.3)
14
- ethon (0.14.0)
14
+ ethon (0.15.0)
15
15
  ffi (>= 1.15.0)
16
- ffi (1.15.3)
16
+ ffi (1.15.4)
17
17
  jaro_winkler (1.5.4)
18
18
  method_source (0.9.2)
19
19
  parallel (1.19.1)
@@ -65,4 +65,4 @@ DEPENDENCIES
65
65
  rubocop (~> 0.66.0)
66
66
 
67
67
  BUNDLED WITH
68
- 2.2.25
68
+ 2.2.30
data/docs/Decision.md CHANGED
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **ad_id** | **Integer** | | [optional] |
8
+ | **advertiser_id** | **Integer** | | [optional] |
8
9
  | **creative_id** | **Integer** | | [optional] |
9
10
  | **flight_id** | **Integer** | | [optional] |
10
11
  | **campaign_id** | **Integer** | | [optional] |
@@ -23,6 +24,7 @@ require 'adzerk_decision_sdk'
23
24
 
24
25
  instance = AdzerkDecisionSdk::Decision.new(
25
26
  ad_id: null,
27
+ advertiser_id: null,
26
28
  creative_id: null,
27
29
  flight_id: null,
28
30
  campaign_id: null,
@@ -17,6 +17,8 @@ module AdzerkDecisionSdk
17
17
  class Decision
18
18
  attr_accessor :ad_id
19
19
 
20
+ attr_accessor :advertiser_id
21
+
20
22
  attr_accessor :creative_id
21
23
 
22
24
  attr_accessor :flight_id
@@ -41,6 +43,7 @@ module AdzerkDecisionSdk
41
43
  def self.attribute_map
42
44
  {
43
45
  :'ad_id' => :'adId',
46
+ :'advertiser_id' => :'advertiserId',
44
47
  :'creative_id' => :'creativeId',
45
48
  :'flight_id' => :'flightId',
46
49
  :'campaign_id' => :'campaignId',
@@ -63,6 +66,7 @@ module AdzerkDecisionSdk
63
66
  def self.openapi_types
64
67
  {
65
68
  :'ad_id' => :'Integer',
69
+ :'advertiser_id' => :'Integer',
66
70
  :'creative_id' => :'Integer',
67
71
  :'flight_id' => :'Integer',
68
72
  :'campaign_id' => :'Integer',
@@ -101,6 +105,10 @@ module AdzerkDecisionSdk
101
105
  self.ad_id = attributes[:'ad_id']
102
106
  end
103
107
 
108
+ if attributes.key?(:'advertiser_id')
109
+ self.advertiser_id = attributes[:'advertiser_id']
110
+ end
111
+
104
112
  if attributes.key?(:'creative_id')
105
113
  self.creative_id = attributes[:'creative_id']
106
114
  end
@@ -167,6 +175,7 @@ module AdzerkDecisionSdk
167
175
  return true if self.equal?(o)
168
176
  self.class == o.class &&
169
177
  ad_id == o.ad_id &&
178
+ advertiser_id == o.advertiser_id &&
170
179
  creative_id == o.creative_id &&
171
180
  flight_id == o.flight_id &&
172
181
  campaign_id == o.campaign_id &&
@@ -188,7 +197,7 @@ module AdzerkDecisionSdk
188
197
  # Calculates hash code according to all attributes.
189
198
  # @return [Integer] Hash code
190
199
  def hash
191
- [ad_id, creative_id, flight_id, campaign_id, priority_id, click_url, contents, impression_url, events, matched_points, pricing].hash
200
+ [ad_id, advertiser_id, creative_id, flight_id, campaign_id, priority_id, click_url, contents, impression_url, events, matched_points, pricing].hash
192
201
  end
193
202
 
194
203
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module AdzerkDecisionSdk
14
- VERSION = '1.0.0-beta.9'
14
+ VERSION = '1.0.0-beta.10'
15
15
  end
data/openapitools.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3
+ "spaces": 2,
4
+ "generator-cli": {
5
+ "version": "5.1.0"
6
+ }
7
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adzerk_decision_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.beta.9
4
+ version: 1.0.0.pre.beta.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adzerk, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-05 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -105,6 +105,7 @@ files:
105
105
  - lib/adzerk_decision_sdk/rate_type.rb
106
106
  - lib/adzerk_decision_sdk/user_db_client.rb
107
107
  - lib/adzerk_decision_sdk/version.rb
108
+ - openapitools.json
108
109
  - spec/.gitkeep
109
110
  - spec/placeholder_spec.rb
110
111
  - spec/spec_helper.rb