ultracart_api 3.6.6 → 3.6.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: 30214a0b96948d4198748e2fd467580f71b5d91530e1c84f0e32f15c008dd5ff
4
- data.tar.gz: 910ff7b816d0be9f8254e4121849a883eec72005c4c16e884d14222c61139788
3
+ metadata.gz: 22186f6182eb105f566f02004b421528a45d9b13bb0ec993b45e1a95d3197200
4
+ data.tar.gz: 3ed3e9aef3ac2a9b90d003ba7f3a1a65d4e6823ddc5116980126dc81db1c57c8
5
5
  SHA512:
6
- metadata.gz: 52d7e2251f0d8f2f10e920969f9a96b4da491e1c1f3fcd1598fb50e8b3e101b7e684e5172e2105badae9fff2b587ee4993fc2a343c8c403789928817b5b650d6
7
- data.tar.gz: 5ffbf72608fa96bd3a5394418ab636c292aaffa4ea42695e6f555b485c21e48e7a30d26e36e91eaaa1828008f87c20085966ee968246838a4050c3c09dfc968e
6
+ metadata.gz: 2d934867eb5b1ecdc82f65ae426214c15e1566b40d173d1af6b64e37b5a1985d1b0d664d5bdfdcbe476e03f31c6a6a895f4ce8cbf124181a09c89c5ec0024e78
7
+ data.tar.gz: d66cd29921b732ced8c596d4b091415d2ef15abb61e7aaa5f75178633960641c925635214c31e0b96a054cc536f8976bac404a9c662878e0e876978688f115a9
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.6.6
10
+ - Package version: 3.6.10
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.6.6.gem
27
+ gem install ./ultracart_api-3.6.10.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.6.6.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.6.10.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ultracart_api', '~> 3.6.6'
35
+ gem 'ultracart_api', '~> 3.6.10'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1118,6 +1118,10 @@ Not every change is committed to every SDK.
1118
1118
 
1119
1119
  | Version | Date | Comments |
1120
1120
  | --: | :-: | --- |
1121
+ | 3.6.10 | 09/09/2021 | added constants for Google Shopping payment method (still in development) |
1122
+ | 3.6.9 | 09/07/2021 | customer profile editor values have new list of state optional countries |
1123
+ | 3.6.8 | 08/31/2021 | coupon query field to allow merchant code and description to be searched |
1124
+ | 3.6.7 | 08/27/2021 | customer profile affiliate information now contains affiliate first and last name |
1121
1125
  | 3.6.6 | 08/26/2021 | configuration api - more field changes for UI |
1122
1126
  | 3.6.5 | 08/25/2021 | configuration api - removed some internal fields from sdk |
1123
1127
  | 3.6.4 | 08/24/2021 | configuration api - new payment method named insurance |
data/docs/CouponApi.md CHANGED
@@ -508,6 +508,7 @@ opts = {
508
508
  expiration_date_end: 'expiration_date_end_example', # String | Expiration date end
509
509
  affiliate_oid: 56, # Integer | Affiliate oid
510
510
  exclude_expired: true, # BOOLEAN | Exclude expired
511
+ merchant_code_or_description: 'merchant_code_or_description_example', # String | Merchant code or description
511
512
  _limit: 100, # Integer | The maximum number of records to return on this one API call. (Max 200)
512
513
  _offset: 0, # Integer | Pagination of the record set. Offset is a zero based index.
513
514
  _sort: '_sort_example', # String | The sort order of the coupons. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
@@ -536,6 +537,7 @@ Name | Type | Description | Notes
536
537
  **expiration_date_end** | **String**| Expiration date end | [optional]
537
538
  **affiliate_oid** | **Integer**| Affiliate oid | [optional]
538
539
  **exclude_expired** | **BOOLEAN**| Exclude expired | [optional]
540
+ **merchant_code_or_description** | **String**| Merchant code or description | [optional]
539
541
  **_limit** | **Integer**| The maximum number of records to return on this one API call. (Max 200) | [optional] [default to 100]
540
542
  **_offset** | **Integer**| Pagination of the record set. Offset is a zero based index. | [optional] [default to 0]
541
543
  **_sort** | **String**| The sort order of the coupons. See Sorting documentation for examples of using multiple values and sorting by ascending and descending. | [optional]
data/docs/CouponQuery.md CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **expiration_dts_begin** | **String** | Expiration date begin | [optional]
11
11
  **expiration_dts_end** | **String** | Expiration date begin | [optional]
12
12
  **merchant_code** | **String** | Merchant code is a unique character string for this coupon. | [optional]
13
+ **merchant_code_or_description** | **String** | Merchant code description used for searching | [optional]
13
14
  **start_dts_begin** | **String** | Start date begin | [optional]
14
15
  **start_dts_end** | **String** | Start date end | [optional]
15
16
 
@@ -5,5 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **affiliate_oid** | **Integer** | Affiliate object identifier | [optional]
7
7
  **email** | **String** | email | [optional]
8
+ **first_name** | **String** | First name | [optional]
9
+ **last_name** | **String** | Last name | [optional]
8
10
 
9
11
 
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **countries** | [**Array<Country>**](Country.md) | countries | [optional]
11
11
  **qb_classes** | **Array<String>** | qb_classes | [optional]
12
12
  **sales_rep_codes** | **Array<String>** | sales_rep_codes | [optional]
13
+ **state_optional_countries** | [**Array<Country>**](Country.md) | state_optional_countries | [optional]
13
14
  **terms** | **Array<String>** | terms | [optional]
14
15
 
15
16
 
@@ -548,6 +548,7 @@ module UltracartClient
548
548
  # @option opts [String] :expiration_date_end Expiration date end
549
549
  # @option opts [Integer] :affiliate_oid Affiliate oid
550
550
  # @option opts [BOOLEAN] :exclude_expired Exclude expired
551
+ # @option opts [String] :merchant_code_or_description Merchant code or description
551
552
  # @option opts [Integer] :_limit The maximum number of records to return on this one API call. (Max 200) (default to 100)
552
553
  # @option opts [Integer] :_offset Pagination of the record set. Offset is a zero based index. (default to 0)
553
554
  # @option opts [String] :_sort The sort order of the coupons. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
@@ -570,6 +571,7 @@ module UltracartClient
570
571
  # @option opts [String] :expiration_date_end Expiration date end
571
572
  # @option opts [Integer] :affiliate_oid Affiliate oid
572
573
  # @option opts [BOOLEAN] :exclude_expired Exclude expired
574
+ # @option opts [String] :merchant_code_or_description Merchant code or description
573
575
  # @option opts [Integer] :_limit The maximum number of records to return on this one API call. (Max 200)
574
576
  # @option opts [Integer] :_offset Pagination of the record set. Offset is a zero based index.
575
577
  # @option opts [String] :_sort The sort order of the coupons. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
@@ -593,6 +595,7 @@ module UltracartClient
593
595
  query_params[:'expiration_date_end'] = opts[:'expiration_date_end'] if !opts[:'expiration_date_end'].nil?
594
596
  query_params[:'affiliate_oid'] = opts[:'affiliate_oid'] if !opts[:'affiliate_oid'].nil?
595
597
  query_params[:'exclude_expired'] = opts[:'exclude_expired'] if !opts[:'exclude_expired'].nil?
598
+ query_params[:'merchant_code_or_description'] = opts[:'merchant_code_or_description'] if !opts[:'merchant_code_or_description'].nil?
596
599
  query_params[:'_limit'] = opts[:'_limit'] if !opts[:'_limit'].nil?
597
600
  query_params[:'_offset'] = opts[:'_offset'] if !opts[:'_offset'].nil?
598
601
  query_params[:'_sort'] = opts[:'_sort'] if !opts[:'_sort'].nil?
@@ -35,6 +35,9 @@ module UltracartClient
35
35
  # Merchant code is a unique character string for this coupon.
36
36
  attr_accessor :merchant_code
37
37
 
38
+ # Merchant code description used for searching
39
+ attr_accessor :merchant_code_or_description
40
+
38
41
  # Start date begin
39
42
  attr_accessor :start_dts_begin
40
43
 
@@ -51,6 +54,7 @@ module UltracartClient
51
54
  :'expiration_dts_begin' => :'expiration_dts_begin',
52
55
  :'expiration_dts_end' => :'expiration_dts_end',
53
56
  :'merchant_code' => :'merchant_code',
57
+ :'merchant_code_or_description' => :'merchant_code_or_description',
54
58
  :'start_dts_begin' => :'start_dts_begin',
55
59
  :'start_dts_end' => :'start_dts_end'
56
60
  }
@@ -66,6 +70,7 @@ module UltracartClient
66
70
  :'expiration_dts_begin' => :'String',
67
71
  :'expiration_dts_end' => :'String',
68
72
  :'merchant_code' => :'String',
73
+ :'merchant_code_or_description' => :'String',
69
74
  :'start_dts_begin' => :'String',
70
75
  :'start_dts_end' => :'String'
71
76
  }
@@ -107,6 +112,10 @@ module UltracartClient
107
112
  self.merchant_code = attributes[:'merchant_code']
108
113
  end
109
114
 
115
+ if attributes.has_key?(:'merchant_code_or_description')
116
+ self.merchant_code_or_description = attributes[:'merchant_code_or_description']
117
+ end
118
+
110
119
  if attributes.has_key?(:'start_dts_begin')
111
120
  self.start_dts_begin = attributes[:'start_dts_begin']
112
121
  end
@@ -141,6 +150,7 @@ module UltracartClient
141
150
  expiration_dts_begin == o.expiration_dts_begin &&
142
151
  expiration_dts_end == o.expiration_dts_end &&
143
152
  merchant_code == o.merchant_code &&
153
+ merchant_code_or_description == o.merchant_code_or_description &&
144
154
  start_dts_begin == o.start_dts_begin &&
145
155
  start_dts_end == o.start_dts_end
146
156
  end
@@ -154,7 +164,7 @@ module UltracartClient
154
164
  # Calculates hash code according to all attributes.
155
165
  # @return [Fixnum] Hash code
156
166
  def hash
157
- [affiliate_oid, coupon_type, description, exclude_expired, expiration_dts_begin, expiration_dts_end, merchant_code, start_dts_begin, start_dts_end].hash
167
+ [affiliate_oid, coupon_type, description, exclude_expired, expiration_dts_begin, expiration_dts_end, merchant_code, merchant_code_or_description, start_dts_begin, start_dts_end].hash
158
168
  end
159
169
 
160
170
  # Builds the object from hash
@@ -20,11 +20,19 @@ module UltracartClient
20
20
  # email
21
21
  attr_accessor :email
22
22
 
23
+ # First name
24
+ attr_accessor :first_name
25
+
26
+ # Last name
27
+ attr_accessor :last_name
28
+
23
29
  # Attribute mapping from ruby-style variable name to JSON key.
24
30
  def self.attribute_map
25
31
  {
26
32
  :'affiliate_oid' => :'affiliate_oid',
27
- :'email' => :'email'
33
+ :'email' => :'email',
34
+ :'first_name' => :'first_name',
35
+ :'last_name' => :'last_name'
28
36
  }
29
37
  end
30
38
 
@@ -32,7 +40,9 @@ module UltracartClient
32
40
  def self.swagger_types
33
41
  {
34
42
  :'affiliate_oid' => :'Integer',
35
- :'email' => :'String'
43
+ :'email' => :'String',
44
+ :'first_name' => :'String',
45
+ :'last_name' => :'String'
36
46
  }
37
47
  end
38
48
 
@@ -51,6 +61,14 @@ module UltracartClient
51
61
  if attributes.has_key?(:'email')
52
62
  self.email = attributes[:'email']
53
63
  end
64
+
65
+ if attributes.has_key?(:'first_name')
66
+ self.first_name = attributes[:'first_name']
67
+ end
68
+
69
+ if attributes.has_key?(:'last_name')
70
+ self.last_name = attributes[:'last_name']
71
+ end
54
72
  end
55
73
 
56
74
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -72,7 +90,9 @@ module UltracartClient
72
90
  return true if self.equal?(o)
73
91
  self.class == o.class &&
74
92
  affiliate_oid == o.affiliate_oid &&
75
- email == o.email
93
+ email == o.email &&
94
+ first_name == o.first_name &&
95
+ last_name == o.last_name
76
96
  end
77
97
 
78
98
  # @see the `==` method
@@ -84,7 +104,7 @@ module UltracartClient
84
104
  # Calculates hash code according to all attributes.
85
105
  # @return [Fixnum] Hash code
86
106
  def hash
87
- [affiliate_oid, email].hash
107
+ [affiliate_oid, email, first_name, last_name].hash
88
108
  end
89
109
 
90
110
  # Builds the object from hash
@@ -35,6 +35,9 @@ module UltracartClient
35
35
  # sales_rep_codes
36
36
  attr_accessor :sales_rep_codes
37
37
 
38
+ # state_optional_countries
39
+ attr_accessor :state_optional_countries
40
+
38
41
  # terms
39
42
  attr_accessor :terms
40
43
 
@@ -48,6 +51,7 @@ module UltracartClient
48
51
  :'countries' => :'countries',
49
52
  :'qb_classes' => :'qb_classes',
50
53
  :'sales_rep_codes' => :'sales_rep_codes',
54
+ :'state_optional_countries' => :'state_optional_countries',
51
55
  :'terms' => :'terms'
52
56
  }
53
57
  end
@@ -62,6 +66,7 @@ module UltracartClient
62
66
  :'countries' => :'Array<Country>',
63
67
  :'qb_classes' => :'Array<String>',
64
68
  :'sales_rep_codes' => :'Array<String>',
69
+ :'state_optional_countries' => :'Array<Country>',
65
70
  :'terms' => :'Array<String>'
66
71
  }
67
72
  end
@@ -116,6 +121,12 @@ module UltracartClient
116
121
  end
117
122
  end
118
123
 
124
+ if attributes.has_key?(:'state_optional_countries')
125
+ if (value = attributes[:'state_optional_countries']).is_a?(Array)
126
+ self.state_optional_countries = value
127
+ end
128
+ end
129
+
119
130
  if attributes.has_key?(:'terms')
120
131
  if (value = attributes[:'terms']).is_a?(Array)
121
132
  self.terms = value
@@ -148,6 +159,7 @@ module UltracartClient
148
159
  countries == o.countries &&
149
160
  qb_classes == o.qb_classes &&
150
161
  sales_rep_codes == o.sales_rep_codes &&
162
+ state_optional_countries == o.state_optional_countries &&
151
163
  terms == o.terms
152
164
  end
153
165
 
@@ -160,7 +172,7 @@ module UltracartClient
160
172
  # Calculates hash code according to all attributes.
161
173
  # @return [Fixnum] Hash code
162
174
  def hash
163
- [affiliates, card_exp_months, card_exp_years, card_types, countries, qb_classes, sales_rep_codes, terms].hash
175
+ [affiliates, card_exp_months, card_exp_years, card_types, countries, qb_classes, sales_rep_codes, state_optional_countries, terms].hash
164
176
  end
165
177
 
166
178
  # Builds the object from hash
@@ -225,7 +225,7 @@ module UltracartClient
225
225
  # Check to see if the all the properties in the model are valid
226
226
  # @return true if the model is valid
227
227
  def valid?
228
- payment_method_validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eBay', 'eCheck', 'Insurance', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer', 'Walmart'])
228
+ payment_method_validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eBay', 'eCheck', 'Google Shopping', 'Insurance', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer', 'Walmart'])
229
229
  return false unless payment_method_validator.valid?(@payment_method)
230
230
  payment_status_validator = EnumAttributeValidator.new('String', ['Unprocessed', 'Authorized', 'Capture Failed', 'Processed', 'Declined', 'Voided', 'Refunded', 'Skipped'])
231
231
  return false unless payment_status_validator.valid?(@payment_status)
@@ -235,7 +235,7 @@ module UltracartClient
235
235
  # Custom attribute writer method checking allowed values (enum).
236
236
  # @param [Object] payment_method Object to be assigned
237
237
  def payment_method=(payment_method)
238
- validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eBay', 'eCheck', 'Insurance', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer', 'Walmart'])
238
+ validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eBay', 'eCheck', 'Google Shopping', 'Insurance', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer', 'Walmart'])
239
239
  unless validator.valid?(payment_method)
240
240
  fail ArgumentError, 'invalid value for "payment_method", must be one of #{validator.allowable_values}.'
241
241
  end
@@ -475,7 +475,7 @@ module UltracartClient
475
475
  return false if !@email.nil? && @email.to_s.length > 100
476
476
  return false if !@first_name.nil? && @first_name.to_s.length > 30
477
477
  return false if !@last_name.nil? && @last_name.to_s.length > 30
478
- payment_method_validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eCheck', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer'])
478
+ payment_method_validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eCheck', 'Google Shopping', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer'])
479
479
  return false unless payment_method_validator.valid?(@payment_method)
480
480
  return false if !@phone.nil? && @phone.to_s.length > 25
481
481
  return false if !@postal_code.nil? && @postal_code.to_s.length > 20
@@ -568,7 +568,7 @@ module UltracartClient
568
568
  # Custom attribute writer method checking allowed values (enum).
569
569
  # @param [Object] payment_method Object to be assigned
570
570
  def payment_method=(payment_method)
571
- validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eCheck', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer'])
571
+ validator = EnumAttributeValidator.new('String', ['Affirm', 'Amazon', 'Amazon SC', 'Cash', 'Check', 'COD', 'Credit Card', 'eCheck', 'Google Shopping', 'LoanHero', 'Money Order', 'PayPal', 'Purchase Order', 'Quote Request', 'Unknown', 'Wire Transfer'])
572
572
  unless validator.valid?(payment_method)
573
573
  fail ArgumentError, 'invalid value for "payment_method", must be one of #{validator.allowable_values}.'
574
574
  end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.6.6'
14
+ VERSION = '3.6.10'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.6
4
+ version: 3.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-26 00:00:00.000000000 Z
11
+ date: 2021-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus