ultracart_api 3.9.4 → 3.9.5

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: 668a2eddb005ed4e289e5f78f9829126b20cc61b5479106f39598c53226fe826
4
- data.tar.gz: 0d0542597bd1be0968a76b6ebe35cfe58dd0ae164234abdbd6ad31669e54e3e8
3
+ metadata.gz: 3d068d27d5807a5494204d0db5a681fb771e5b9fbabb74f59742e7d3ba59fd34
4
+ data.tar.gz: fff21105856493ae872eebd2fc55135e459aaaee5a7420f14b68e64518dde142
5
5
  SHA512:
6
- metadata.gz: 830dd2d91674e02810988cfca429dd4eea8b17275dfb4c69d1b2a8715005195f907ab33aa41b987c7e4fcb458d801e71322cd439bfe3de2663c0d4e883ab3e43
7
- data.tar.gz: 966c221aa8334f7fc44a2bacf81e9a0a454a516e38d3ae3078dc804ffd5d132cb8e860d0fdf074ba703b234676a7ce877fa9b44068d335f32841d46cb4c3a4ce
6
+ metadata.gz: 8361715af7f71ab8216227cb0484942c0d0608cfaa941fcfc7e530a020d53d805e4e5ce064316ac36f90c4160850e48991d25fa924da6feefafcba13d052332c
7
+ data.tar.gz: 0ae1b6160775abc6ef98ac2b2d3be2fc1f3ee46049cc2db8b7019a6e08285c3d5934c9508c6b63842227ca3972a15a4e27a965a700a2eb2224d2c59a161b5590
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.9.4
10
+ - Package version: 3.9.5
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.9.4.gem
27
+ gem install ./ultracart_api-3.9.5.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.9.4.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.9.5.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.9.4'
35
+ gem 'ultracart_api', '~> 3.9.5'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1151,6 +1151,7 @@ Not every change is committed to every SDK.
1151
1151
 
1152
1152
  | Version | Date | Comments |
1153
1153
  | --: | :-: | --- |
1154
+ | 3.9.5 | 04/14/2022 | postcard screenshot bug fixes |
1154
1155
  | 3.9.4 | 04/13/2022 | Added spf DNS record to the sending domain object |
1155
1156
  | 3.9.3 | 04/06/2022 | fix return object on send webhook test method |
1156
1157
  | 3.9.2 | 04/04/2022 | user.email field extended and postcard screenshot fields |
@@ -13,8 +13,8 @@ Name | Type | Description | Notes
13
13
  **postcard_container_cjson_last_modified_dts** | **String** | Timestamp the last time the container was modified. | [optional]
14
14
  **postcard_front_container_cjson** | **String** | Postcard front container cjson | [optional]
15
15
  **postcard_front_container_uuid** | **String** | Postcard front container uuid | [optional]
16
- **screenshot_front_url** | **String** | URL for front screenshot | [optional]
17
- **screenshot_small_full_url** | **String** | URL for back screenshot | [optional]
16
+ **screenshot_back_url** | **String** | URL to screenshot of the back of the postcard | [optional]
17
+ **screenshot_front_url** | **String** | URL to screenshot of the front of the postcard | [optional]
18
18
  **storefront_oid** | **Integer** | Storefront oid | [optional]
19
19
 
20
20
 
@@ -44,11 +44,11 @@ module UltracartClient
44
44
  # Postcard front container uuid
45
45
  attr_accessor :postcard_front_container_uuid
46
46
 
47
- # URL for front screenshot
48
- attr_accessor :screenshot_front_url
47
+ # URL to screenshot of the back of the postcard
48
+ attr_accessor :screenshot_back_url
49
49
 
50
- # URL for back screenshot
51
- attr_accessor :screenshot_small_full_url
50
+ # URL to screenshot of the front of the postcard
51
+ attr_accessor :screenshot_front_url
52
52
 
53
53
  # Storefront oid
54
54
  attr_accessor :storefront_oid
@@ -66,8 +66,8 @@ module UltracartClient
66
66
  :'postcard_container_cjson_last_modified_dts' => :'postcard_container_cjson_last_modified_dts',
67
67
  :'postcard_front_container_cjson' => :'postcard_front_container_cjson',
68
68
  :'postcard_front_container_uuid' => :'postcard_front_container_uuid',
69
+ :'screenshot_back_url' => :'screenshot_back_url',
69
70
  :'screenshot_front_url' => :'screenshot_front_url',
70
- :'screenshot_small_full_url' => :'screenshot_small_full_url',
71
71
  :'storefront_oid' => :'storefront_oid'
72
72
  }
73
73
  end
@@ -85,8 +85,8 @@ module UltracartClient
85
85
  :'postcard_container_cjson_last_modified_dts' => :'String',
86
86
  :'postcard_front_container_cjson' => :'String',
87
87
  :'postcard_front_container_uuid' => :'String',
88
+ :'screenshot_back_url' => :'String',
88
89
  :'screenshot_front_url' => :'String',
89
- :'screenshot_small_full_url' => :'String',
90
90
  :'storefront_oid' => :'Integer'
91
91
  }
92
92
  end
@@ -139,12 +139,12 @@ module UltracartClient
139
139
  self.postcard_front_container_uuid = attributes[:'postcard_front_container_uuid']
140
140
  end
141
141
 
142
- if attributes.has_key?(:'screenshot_front_url')
143
- self.screenshot_front_url = attributes[:'screenshot_front_url']
142
+ if attributes.has_key?(:'screenshot_back_url')
143
+ self.screenshot_back_url = attributes[:'screenshot_back_url']
144
144
  end
145
145
 
146
- if attributes.has_key?(:'screenshot_small_full_url')
147
- self.screenshot_small_full_url = attributes[:'screenshot_small_full_url']
146
+ if attributes.has_key?(:'screenshot_front_url')
147
+ self.screenshot_front_url = attributes[:'screenshot_front_url']
148
148
  end
149
149
 
150
150
  if attributes.has_key?(:'storefront_oid')
@@ -180,8 +180,8 @@ module UltracartClient
180
180
  postcard_container_cjson_last_modified_dts == o.postcard_container_cjson_last_modified_dts &&
181
181
  postcard_front_container_cjson == o.postcard_front_container_cjson &&
182
182
  postcard_front_container_uuid == o.postcard_front_container_uuid &&
183
+ screenshot_back_url == o.screenshot_back_url &&
183
184
  screenshot_front_url == o.screenshot_front_url &&
184
- screenshot_small_full_url == o.screenshot_small_full_url &&
185
185
  storefront_oid == o.storefront_oid
186
186
  end
187
187
 
@@ -194,7 +194,7 @@ module UltracartClient
194
194
  # Calculates hash code according to all attributes.
195
195
  # @return [Fixnum] Hash code
196
196
  def hash
197
- [deleted, edited_by_user, email_communication_sequence_postcard_uuid, filter_profile_equation_json, merchant_id, postcard_back_container_cjson, postcard_back_container_uuid, postcard_container_cjson_last_modified_dts, postcard_front_container_cjson, postcard_front_container_uuid, screenshot_front_url, screenshot_small_full_url, storefront_oid].hash
197
+ [deleted, edited_by_user, email_communication_sequence_postcard_uuid, filter_profile_equation_json, merchant_id, postcard_back_container_cjson, postcard_back_container_uuid, postcard_container_cjson_last_modified_dts, postcard_front_container_cjson, postcard_front_container_uuid, screenshot_back_url, screenshot_front_url, storefront_oid].hash
198
198
  end
199
199
 
200
200
  # 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.9.4'
14
+ VERSION = '3.9.5'
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.9.4
4
+ version: 3.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-13 00:00:00.000000000 Z
11
+ date: 2022-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus