ultracart_api 3.1.47 → 3.1.48

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,8 @@ require 'date'
14
14
 
15
15
  module UltracartClient
16
16
  class LibraryItemAttribute
17
+ attr_accessor :library_item_oid
18
+
17
19
  attr_accessor :name
18
20
 
19
21
  attr_accessor :value
@@ -21,6 +23,7 @@ module UltracartClient
21
23
  # Attribute mapping from ruby-style variable name to JSON key.
22
24
  def self.attribute_map
23
25
  {
26
+ :'library_item_oid' => :'libraryItemOid',
24
27
  :'name' => :'name',
25
28
  :'value' => :'value'
26
29
  }
@@ -29,6 +32,7 @@ module UltracartClient
29
32
  # Attribute type mapping.
30
33
  def self.swagger_types
31
34
  {
35
+ :'library_item_oid' => :'Integer',
32
36
  :'name' => :'String',
33
37
  :'value' => :'String'
34
38
  }
@@ -42,6 +46,10 @@ module UltracartClient
42
46
  # convert string to symbol for hash key
43
47
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
44
48
 
49
+ if attributes.has_key?(:'libraryItemOid')
50
+ self.library_item_oid = attributes[:'libraryItemOid']
51
+ end
52
+
45
53
  if attributes.has_key?(:'name')
46
54
  self.name = attributes[:'name']
47
55
  end
@@ -69,6 +77,7 @@ module UltracartClient
69
77
  def ==(o)
70
78
  return true if self.equal?(o)
71
79
  self.class == o.class &&
80
+ library_item_oid == o.library_item_oid &&
72
81
  name == o.name &&
73
82
  value == o.value
74
83
  end
@@ -82,7 +91,7 @@ module UltracartClient
82
91
  # Calculates hash code according to all attributes.
83
92
  # @return [Fixnum] Hash code
84
93
  def hash
85
- [name, value].hash
94
+ [library_item_oid, name, value].hash
86
95
  end
87
96
 
88
97
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.1.47'
14
+ VERSION = '3.1.48'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.47
4
+ version: 3.1.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
@@ -516,6 +516,13 @@ files:
516
516
  - docs/GroupUserMembership.md
517
517
  - docs/GroupsResponse.md
518
518
  - docs/HTTPHeader.md
519
+ - docs/IntegrationLog.md
520
+ - docs/IntegrationLogApi.md
521
+ - docs/IntegrationLogFile.md
522
+ - docs/IntegrationLogLog.md
523
+ - docs/IntegrationLogQueryFilterValues.md
524
+ - docs/IntegrationLogQueryRequest.md
525
+ - docs/IntegrationLogQueryResponse.md
519
526
  - docs/Item.md
520
527
  - docs/ItemAccounting.md
521
528
  - docs/ItemAmember.md
@@ -798,6 +805,7 @@ files:
798
805
  - lib/ultracart_api/api/coupon_api.rb
799
806
  - lib/ultracart_api/api/customer_api.rb
800
807
  - lib/ultracart_api/api/fulfillment_api.rb
808
+ - lib/ultracart_api/api/integration_log_api.rb
801
809
  - lib/ultracart_api/api/item_api.rb
802
810
  - lib/ultracart_api/api/oauth_api.rb
803
811
  - lib/ultracart_api/api/order_api.rb
@@ -1116,6 +1124,12 @@ files:
1116
1124
  - lib/ultracart_api/models/group_user_membership.rb
1117
1125
  - lib/ultracart_api/models/groups_response.rb
1118
1126
  - lib/ultracart_api/models/http_header.rb
1127
+ - lib/ultracart_api/models/integration_log.rb
1128
+ - lib/ultracart_api/models/integration_log_file.rb
1129
+ - lib/ultracart_api/models/integration_log_log.rb
1130
+ - lib/ultracart_api/models/integration_log_query_filter_values.rb
1131
+ - lib/ultracart_api/models/integration_log_query_request.rb
1132
+ - lib/ultracart_api/models/integration_log_query_response.rb
1119
1133
  - lib/ultracart_api/models/item.rb
1120
1134
  - lib/ultracart_api/models/item_accounting.rb
1121
1135
  - lib/ultracart_api/models/item_amember.rb