ultracart_api 3.10.44 → 3.10.45

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
  SHA256:
3
- metadata.gz: 4397a2c1f7dacb64747fd978b2fb1fe0909603ef26a09058eb6235f090bfb7da
4
- data.tar.gz: bd9d1f4bbea6cf0092d5332f56948768450e4d766ebbaa2529926cd7b875e443
3
+ metadata.gz: b061dc3f423b1f007176e5eda82c4b8af271bcf1b9f9ab34e7ec55950c0df174
4
+ data.tar.gz: c3e14a0a86f473e47f5c3dc3112b787186e365bb4d7c70fbc3a44d1c5a44992b
5
5
  SHA512:
6
- metadata.gz: cf5edebebe495ec0a8defc27958223108e694a117ac85328eacd4710375bd25c72196cca48832456f1081db9d8490fd8eb15ded27795e6bc8110d38417860408
7
- data.tar.gz: 7c853bebddc30c3acc08a611b37e5ed2e07ba325840a5974ad34ee07144bd47c5ad551326b43ca3a7cedab71832a5f59c753eb6265640a1cd793f5db1a3aff76
6
+ metadata.gz: e63b5a5068ecb227263d511276a99a44260cb934735dc31e7e9b20e192678bfbcd39a8c947300691919ee5d2ac6ab6b696fcee30ca7af1a7d6faca77513f3f7f
7
+ data.tar.gz: 6bd55be389872157e68df2a851f3a103a73ac1b3de4561460cb4094c988bd9063d86865600a246a0d32bc8aafbd0f6bbd907a49084885925a0eb2b581d622da7
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.10.44
10
+ - Package version: 3.10.45
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.10.44.gem
27
+ gem install ./ultracart_api-3.10.45.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.44.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.45.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.10.44'
35
+ gem 'ultracart_api', '~> 3.10.45'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1182,6 +1182,7 @@ Not every change is committed to every SDK.
1182
1182
 
1183
1183
  | Version | Date | Comments |
1184
1184
  | --: | :-: | --- |
1185
+ | 3.10.45 | 09/12/2022 | storefront comm - send back reviews.io configured flag on getEmailSettings |
1185
1186
  | 3.10.44 | 09/07/2022 | sf comms - using aws event ruler for bigquery segmentation validation |
1186
1187
  | 3.10.43 | 09/02/2022 | customer editor added loyal ledger descriptions |
1187
1188
  | 3.10.42 | 08/30/2022 | storefront comm fields for sms configuration |
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
  **postcard_from_name** | **String** | | [optional]
13
13
  **postcard_from_postal_code** | **String** | | [optional]
14
14
  **postcard_from_state** | **String** | | [optional]
15
+ **reviews_io_configured** | **BOOLEAN** | True if the Reviews.io integration is configured | [optional]
15
16
  **sms_esp_twilio_uuid** | **String** | | [optional]
16
17
  **sms_phone_number** | **String** | | [optional]
17
18
  **transactional_esp_domain_user** | **String** | | [optional]
@@ -32,6 +32,9 @@ module UltracartClient
32
32
 
33
33
  attr_accessor :postcard_from_state
34
34
 
35
+ # True if the Reviews.io integration is configured
36
+ attr_accessor :reviews_io_configured
37
+
35
38
  attr_accessor :sms_esp_twilio_uuid
36
39
 
37
40
  attr_accessor :sms_phone_number
@@ -54,6 +57,7 @@ module UltracartClient
54
57
  :'postcard_from_name' => :'postcard_from_name',
55
58
  :'postcard_from_postal_code' => :'postcard_from_postal_code',
56
59
  :'postcard_from_state' => :'postcard_from_state',
60
+ :'reviews_io_configured' => :'reviews_io_configured',
57
61
  :'sms_esp_twilio_uuid' => :'sms_esp_twilio_uuid',
58
62
  :'sms_phone_number' => :'sms_phone_number',
59
63
  :'transactional_esp_domain_user' => :'transactional_esp_domain_user',
@@ -74,6 +78,7 @@ module UltracartClient
74
78
  :'postcard_from_name' => :'String',
75
79
  :'postcard_from_postal_code' => :'String',
76
80
  :'postcard_from_state' => :'String',
81
+ :'reviews_io_configured' => :'BOOLEAN',
77
82
  :'sms_esp_twilio_uuid' => :'String',
78
83
  :'sms_phone_number' => :'String',
79
84
  :'transactional_esp_domain_user' => :'String',
@@ -126,6 +131,10 @@ module UltracartClient
126
131
  self.postcard_from_state = attributes[:'postcard_from_state']
127
132
  end
128
133
 
134
+ if attributes.has_key?(:'reviews_io_configured')
135
+ self.reviews_io_configured = attributes[:'reviews_io_configured']
136
+ end
137
+
129
138
  if attributes.has_key?(:'sms_esp_twilio_uuid')
130
139
  self.sms_esp_twilio_uuid = attributes[:'sms_esp_twilio_uuid']
131
140
  end
@@ -174,6 +183,7 @@ module UltracartClient
174
183
  postcard_from_name == o.postcard_from_name &&
175
184
  postcard_from_postal_code == o.postcard_from_postal_code &&
176
185
  postcard_from_state == o.postcard_from_state &&
186
+ reviews_io_configured == o.reviews_io_configured &&
177
187
  sms_esp_twilio_uuid == o.sms_esp_twilio_uuid &&
178
188
  sms_phone_number == o.sms_phone_number &&
179
189
  transactional_esp_domain_user == o.transactional_esp_domain_user &&
@@ -190,7 +200,7 @@ module UltracartClient
190
200
  # Calculates hash code according to all attributes.
191
201
  # @return [Fixnum] Hash code
192
202
  def hash
193
- [marketing_esp_domain_user, marketing_esp_domain_uuid, marketing_esp_friendly_name, postcard_from_address1, postcard_from_address2, postcard_from_city, postcard_from_name, postcard_from_postal_code, postcard_from_state, sms_esp_twilio_uuid, sms_phone_number, transactional_esp_domain_user, transactional_esp_domain_uuid, transactional_esp_friendly_name].hash
203
+ [marketing_esp_domain_user, marketing_esp_domain_uuid, marketing_esp_friendly_name, postcard_from_address1, postcard_from_address2, postcard_from_city, postcard_from_name, postcard_from_postal_code, postcard_from_state, reviews_io_configured, sms_esp_twilio_uuid, sms_phone_number, transactional_esp_domain_user, transactional_esp_domain_uuid, transactional_esp_friendly_name].hash
194
204
  end
195
205
 
196
206
  # 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.10.44'
14
+ VERSION = '3.10.45'
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.10.44
4
+ version: 3.10.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-07 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus