ultracart_api 4.0.71.rc → 4.0.73.rc

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: 9f9cce2f4be4c3c5a93a18e8f40f5665e5c0b76b0ad3caf798abe41e98ba92fe
4
- data.tar.gz: 2ff5698c671a4da2140789aca31f77783c2b61be0d1bdc0d0650744f249dee28
3
+ metadata.gz: 308e4957c4293fdfcef1a719fb8a6d935e890ba52196c99f66575aaf7d7383c4
4
+ data.tar.gz: 311cf80807ca8064f3aa32e794644f238328ffa25beef50b0c93bf238e440896
5
5
  SHA512:
6
- metadata.gz: 9ba4d8075c839e4a6e6a5f11cac60c81ef4882b0b14938b8cd05ba4a082a4231084d60d3fe4df3d0af32997e7b3dc988345b3b18adb319ab97e63f87842624e5
7
- data.tar.gz: 142cc7290e09948ae2f75a05cfcd0d341e25b9a2d59432c8bf1db6ef351b912164ef696469a82f7689e4985db67037538564a224ef09e080c2e302056b67e65c
6
+ metadata.gz: f963db9888d71d7d7ca00a8f8981f9984eee7671270af2fce637838d62a9fb5872f13330b9e3826bf466c094edf547f403ce3a54fc1f48e3ea8c37b873023fc7
7
+ data.tar.gz: 7a0b6da2fa220c3fe31c3fc99a619717e2ba7474ab54e9807f4d8069a4ab9271ededc9154a0fcf568cc23041bbefdf154fea78c6bf47aa167b04ad497b8210c5
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.73.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.73.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.73.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.73.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1218,6 +1218,8 @@ Not every change is committed to every SDK.
1218
1218
 
1219
1219
  | Version | Date | Comments |
1220
1220
  | --: | :-: | --- |
1221
+ | 4.0.73-RC | 10/07/2022 | bug fix for digital items response |
1222
+ | 4.0.72-RC | 10/05/2022 | storefront rest file cdn icon urls |
1221
1223
  | 4.0.71-RC | 10/04/2022 | bug fix for new storefront file mgr |
1222
1224
  | 4.0.70-RC | 09/29/2022 | page_paths search category for search2 method |
1223
1225
  | 4.0.69-RC | 09/29/2022 | storefront file mgr calls tweaks |
data/docs/Customer.md CHANGED
@@ -32,6 +32,7 @@
32
32
  | **last_modified_dts** | **String** | Last modified date | [optional] |
33
33
  | **loyalty** | [**CustomerLoyalty**](CustomerLoyalty.md) | | [optional] |
34
34
  | **maximum_item_count** | **Integer** | Maximum item count | [optional] |
35
+ | **merchant_id** | **String** | Merchant ID | [optional] |
35
36
  | **minimum_item_count** | **Integer** | Minimum item count | [optional] |
36
37
  | **minimum_subtotal** | **Float** | Minimum subtotal | [optional] |
37
38
  | **no_coupons** | **Boolean** | No coupons | [optional] |
@@ -98,6 +99,7 @@ instance = UltracartClient::Customer.new(
98
99
  last_modified_dts: null,
99
100
  loyalty: null,
100
101
  maximum_item_count: null,
102
+ merchant_id: null,
101
103
  minimum_item_count: null,
102
104
  minimum_subtotal: null,
103
105
  no_coupons: null,
@@ -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
  )
@@ -97,6 +97,9 @@ module UltracartClient
97
97
  # Maximum item count
98
98
  attr_accessor :maximum_item_count
99
99
 
100
+ # Merchant ID
101
+ attr_accessor :merchant_id
102
+
100
103
  # Minimum item count
101
104
  attr_accessor :minimum_item_count
102
105
 
@@ -216,6 +219,7 @@ module UltracartClient
216
219
  :'last_modified_dts' => :'last_modified_dts',
217
220
  :'loyalty' => :'loyalty',
218
221
  :'maximum_item_count' => :'maximum_item_count',
222
+ :'merchant_id' => :'merchant_id',
219
223
  :'minimum_item_count' => :'minimum_item_count',
220
224
  :'minimum_subtotal' => :'minimum_subtotal',
221
225
  :'no_coupons' => :'no_coupons',
@@ -286,6 +290,7 @@ module UltracartClient
286
290
  :'last_modified_dts' => :'String',
287
291
  :'loyalty' => :'CustomerLoyalty',
288
292
  :'maximum_item_count' => :'Integer',
293
+ :'merchant_id' => :'String',
289
294
  :'minimum_item_count' => :'Integer',
290
295
  :'minimum_subtotal' => :'Float',
291
296
  :'no_coupons' => :'Boolean',
@@ -461,6 +466,10 @@ module UltracartClient
461
466
  self.maximum_item_count = attributes[:'maximum_item_count']
462
467
  end
463
468
 
469
+ if attributes.key?(:'merchant_id')
470
+ self.merchant_id = attributes[:'merchant_id']
471
+ end
472
+
464
473
  if attributes.key?(:'minimum_item_count')
465
474
  self.minimum_item_count = attributes[:'minimum_item_count']
466
475
  end
@@ -809,6 +818,7 @@ module UltracartClient
809
818
  last_modified_dts == o.last_modified_dts &&
810
819
  loyalty == o.loyalty &&
811
820
  maximum_item_count == o.maximum_item_count &&
821
+ merchant_id == o.merchant_id &&
812
822
  minimum_item_count == o.minimum_item_count &&
813
823
  minimum_subtotal == o.minimum_subtotal &&
814
824
  no_coupons == o.no_coupons &&
@@ -851,7 +861,7 @@ module UltracartClient
851
861
  # Calculates hash code according to all attributes.
852
862
  # @return [Integer] Hash code
853
863
  def hash
854
- [activity, affiliate_oid, allow_3rd_party_billing, allow_cod, allow_drop_shipping, allow_purchase_order, allow_quote_request, allow_selection_of_address_type, attachments, auto_approve_cod, auto_approve_purchase_order, automatic_merchant_notes, billing, business_notes, cards, cc_emails, customer_profile_oid, dhl_account_number, dhl_duty_account_number, email, exempt_shipping_handling_charge, fedex_account_number, free_shipping, free_shipping_minimum, last_modified_by, last_modified_dts, loyalty, maximum_item_count, minimum_item_count, minimum_subtotal, no_coupons, no_free_shipping, no_realtime_charge, orders, orders_summary, password, pricing_tiers, privacy, qb_class, qb_code, quotes, quotes_summary, referral_source, reviewer, sales_rep_code, send_signup_notification, shipping, signup_dts, software_entitlements, suppress_buysafe, tags, tax_codes, tax_exempt, tax_id, terms, track_separately, unapproved, ups_account_number, website_url].hash
864
+ [activity, affiliate_oid, allow_3rd_party_billing, allow_cod, allow_drop_shipping, allow_purchase_order, allow_quote_request, allow_selection_of_address_type, attachments, auto_approve_cod, auto_approve_purchase_order, automatic_merchant_notes, billing, business_notes, cards, cc_emails, customer_profile_oid, dhl_account_number, dhl_duty_account_number, email, exempt_shipping_handling_charge, fedex_account_number, free_shipping, free_shipping_minimum, last_modified_by, last_modified_dts, loyalty, maximum_item_count, merchant_id, minimum_item_count, minimum_subtotal, no_coupons, no_free_shipping, no_realtime_charge, orders, orders_summary, password, pricing_tiers, privacy, qb_class, qb_code, quotes, quotes_summary, referral_source, reviewer, sales_rep_code, send_signup_notification, shipping, signup_dts, software_entitlements, suppress_buysafe, tags, tax_codes, tax_exempt, tax_id, terms, track_separately, unapproved, ups_account_number, website_url].hash
855
865
  end
856
866
 
857
867
  # Builds the object from hash
@@ -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
@@ -30,7 +30,7 @@ module UltracartClient
30
30
  # Attribute mapping from ruby-style variable name to JSON key.
31
31
  def self.attribute_map
32
32
  {
33
- :'digital_items' => :'digitalItems',
33
+ :'digital_items' => :'digital_items',
34
34
  :'error' => :'error',
35
35
  :'metadata' => :'metadata',
36
36
  :'success' => :'success',
@@ -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.73.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.73.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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus