ultracart_api 4.0.71.rc → 4.0.72.rc

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: 9f9cce2f4be4c3c5a93a18e8f40f5665e5c0b76b0ad3caf798abe41e98ba92fe
4
- data.tar.gz: 2ff5698c671a4da2140789aca31f77783c2b61be0d1bdc0d0650744f249dee28
3
+ metadata.gz: cc2f22dba1efe158ae7c10d7453f0be0628f1f4281e61ebf82dc721c7e260a25
4
+ data.tar.gz: 9e96d164faf462f75a0893d12e14fd884f7c10f422fdfdee570ccda6e387a201
5
5
  SHA512:
6
- metadata.gz: 9ba4d8075c839e4a6e6a5f11cac60c81ef4882b0b14938b8cd05ba4a082a4231084d60d3fe4df3d0af32997e7b3dc988345b3b18adb319ab97e63f87842624e5
7
- data.tar.gz: 142cc7290e09948ae2f75a05cfcd0d341e25b9a2d59432c8bf1db6ef351b912164ef696469a82f7689e4985db67037538564a224ef09e080c2e302056b67e65c
6
+ metadata.gz: 2d75ff71db8df363ba6304e0817ebc336f91f415380ec4e38de37f7483e5a75148689d0255a05ecb581ae6595fd8d408f70433e92d26039aaee868569aae10dd
7
+ data.tar.gz: 11b7b89a10bc9ab4055f8fe474eac5b24a68efe4effec927923bf8930b294e0ad9b70c34623a05f2b44951561ad770f62afa9b87f85151a171d2d9119ae342cb
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 4.0.71.rc
10
+ - Package version: 4.0.72.rc
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-4.0.71.rc.gem
27
+ gem install ./ultracart_api-4.0.72.rc.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.71.rc.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.72.rc.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ultracart_api', '~> 4.0.71.rc'
36
+ gem 'ultracart_api', '~> 4.0.72.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1218,6 +1218,7 @@ Not every change is committed to every SDK.
1218
1218
 
1219
1219
  | Version | Date | Comments |
1220
1220
  | --: | :-: | --- |
1221
+ | 4.0.72-RC | 10/05/2022 | storefront rest file cdn icon urls |
1221
1222
  | 4.0.71-RC | 10/04/2022 | bug fix for new storefront file mgr |
1222
1223
  | 4.0.70-RC | 09/29/2022 | page_paths search category for search2 method |
1223
1224
  | 4.0.69-RC | 09/29/2022 | storefront file mgr calls tweaks |
@@ -21,6 +21,9 @@
21
21
  | **storefront_fs_directory_oid** | **Integer** | | [optional] |
22
22
  | **storefront_fs_file_oid** | **Integer** | | [optional] |
23
23
  | **storefront_oid** | **Integer** | | [optional] |
24
+ | **thumbnail_16_url** | **String** | CDN thumbnail 16x16 size | [optional] |
25
+ | **thumbnail_32_url** | **String** | CDN thumbnail 32x32 size | [optional] |
26
+ | **thumbnail_64_url** | **String** | CDN thumbnail 64x64 size | [optional] |
24
27
  | **type** | **String** | | [optional] |
25
28
  | **valid_velocity** | **String** | | [optional] |
26
29
 
@@ -47,6 +50,9 @@ instance = UltracartClient::FileManagerFile.new(
47
50
  storefront_fs_directory_oid: null,
48
51
  storefront_fs_file_oid: null,
49
52
  storefront_oid: null,
53
+ thumbnail_16_url: null,
54
+ thumbnail_32_url: null,
55
+ thumbnail_64_url: null,
50
56
  type: null,
51
57
  valid_velocity: null
52
58
  )
@@ -49,6 +49,15 @@ module UltracartClient
49
49
 
50
50
  attr_accessor :storefront_oid
51
51
 
52
+ # CDN thumbnail 16x16 size
53
+ attr_accessor :thumbnail_16_url
54
+
55
+ # CDN thumbnail 32x32 size
56
+ attr_accessor :thumbnail_32_url
57
+
58
+ # CDN thumbnail 64x64 size
59
+ attr_accessor :thumbnail_64_url
60
+
52
61
  attr_accessor :type
53
62
 
54
63
  attr_accessor :valid_velocity
@@ -73,6 +82,9 @@ module UltracartClient
73
82
  :'storefront_fs_directory_oid' => :'storefront_fs_directory_oid',
74
83
  :'storefront_fs_file_oid' => :'storefront_fs_file_oid',
75
84
  :'storefront_oid' => :'storefront_oid',
85
+ :'thumbnail_16_url' => :'thumbnail_16_url',
86
+ :'thumbnail_32_url' => :'thumbnail_32_url',
87
+ :'thumbnail_64_url' => :'thumbnail_64_url',
76
88
  :'type' => :'type',
77
89
  :'valid_velocity' => :'valid_velocity'
78
90
  }
@@ -103,6 +115,9 @@ module UltracartClient
103
115
  :'storefront_fs_directory_oid' => :'Integer',
104
116
  :'storefront_fs_file_oid' => :'Integer',
105
117
  :'storefront_oid' => :'Integer',
118
+ :'thumbnail_16_url' => :'String',
119
+ :'thumbnail_32_url' => :'String',
120
+ :'thumbnail_64_url' => :'String',
106
121
  :'type' => :'String',
107
122
  :'valid_velocity' => :'String'
108
123
  }
@@ -197,6 +212,18 @@ module UltracartClient
197
212
  self.storefront_oid = attributes[:'storefront_oid']
198
213
  end
199
214
 
215
+ if attributes.key?(:'thumbnail_16_url')
216
+ self.thumbnail_16_url = attributes[:'thumbnail_16_url']
217
+ end
218
+
219
+ if attributes.key?(:'thumbnail_32_url')
220
+ self.thumbnail_32_url = attributes[:'thumbnail_32_url']
221
+ end
222
+
223
+ if attributes.key?(:'thumbnail_64_url')
224
+ self.thumbnail_64_url = attributes[:'thumbnail_64_url']
225
+ end
226
+
200
227
  if attributes.key?(:'type')
201
228
  self.type = attributes[:'type']
202
229
  end
@@ -241,6 +268,9 @@ module UltracartClient
241
268
  storefront_fs_directory_oid == o.storefront_fs_directory_oid &&
242
269
  storefront_fs_file_oid == o.storefront_fs_file_oid &&
243
270
  storefront_oid == o.storefront_oid &&
271
+ thumbnail_16_url == o.thumbnail_16_url &&
272
+ thumbnail_32_url == o.thumbnail_32_url &&
273
+ thumbnail_64_url == o.thumbnail_64_url &&
244
274
  type == o.type &&
245
275
  valid_velocity == o.valid_velocity
246
276
  end
@@ -254,7 +284,7 @@ module UltracartClient
254
284
  # Calculates hash code according to all attributes.
255
285
  # @return [Integer] Hash code
256
286
  def hash
257
- [favorite, hostname, i18n_violation, icon, internal_version, last_modified, merge_conflict, name, parent_storefront_fs_directory_oid, part_of_active_theme, path, raw_size, selected, size, storefront_fs_directory_oid, storefront_fs_file_oid, storefront_oid, type, valid_velocity].hash
287
+ [favorite, hostname, i18n_violation, icon, internal_version, last_modified, merge_conflict, name, parent_storefront_fs_directory_oid, part_of_active_theme, path, raw_size, selected, size, storefront_fs_directory_oid, storefront_fs_file_oid, storefront_oid, thumbnail_16_url, thumbnail_32_url, thumbnail_64_url, type, valid_velocity].hash
258
288
  end
259
289
 
260
290
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.71.rc'
14
+ VERSION = '4.0.72.rc'
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: 4.0.71.rc
4
+ version: 4.0.72.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-04 00:00:00.000000000 Z
11
+ date: 2022-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus