ultracart_api 3.10.219 → 3.10.221

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: 147c5eef63f516abdc8f159b228281d3e5686aa656c6e76e77c44a258c1c16dd
4
- data.tar.gz: 5c19e04fad5cc30bc6cc756a574dc96e2575ccf50f3d890f82e9ff9f453ddb2c
3
+ metadata.gz: b31a4f1687dc53aacc495cdcee49c393129186b7fbe407d107915494cd25bdd0
4
+ data.tar.gz: df0dda2bfa9210cdd5f5e6f96f64f9d436c3b559d05757ec0af861ea02e190d2
5
5
  SHA512:
6
- metadata.gz: 9de4768280c24d32957afcbbbdfe330a615e9167d0ea4471f252136596e11ec7f3a0c236a54de39573c1ebf4a86a5d6940b8b7634451443ad1ca079f0106a8f6
7
- data.tar.gz: a3f0df985c01124d9a0e73f30c49eb56580419eb0a2e1270934b33f0fad4963fc65cdb546f8ee3fe8122795d7297eb2590111c92e0551eeaee01486a7f94f318
6
+ metadata.gz: 5d8e5882036b399f4ee65a2a447b57a795010e027aa640c36ebd205ca830f7b90092dd8d61ffd9afd0ca865ef12b3235ce72101ed00ccca6c6a9ac36d9b163e6
7
+ data.tar.gz: 135d00e2a2bfc0f738bb932ba877f7aa1fa7d904b07a3171e0d6f6dcb8f772b4613e4a11e031aded196db5a31d1fe08a32e654fdbb74db225c78048ceea61ca3
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.219
10
+ - Package version: 3.10.221
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.219.gem
27
+ gem install ./ultracart_api-3.10.221.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.219.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.221.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.219'
35
+ gem 'ultracart_api', '~> 3.10.221'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1512,6 +1512,8 @@ Not every change is committed to every SDK.
1512
1512
 
1513
1513
  | Version | Date | Comments |
1514
1514
  | --: | :-: | --- |
1515
+ | 3.10.221 | 12/13/2024 | added user and group ids to conversation agent auth object |
1516
+ | 3.10.220 | 11/11/2024 | added seo properties to item.content object |
1515
1517
  | 3.10.219 | 11/07/2024 | Coupon - PercentOffWithItemsQuantityPurchase - added support for tags |
1516
1518
  | 3.10.218 | 11/04/2024 | item - new constant for auto order schedule of every 5 months |
1517
1519
  | 3.10.217 | 10/24/2024 | storefront page attribute edit method |
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **conversation_participant_arn** | **String** | | [optional]
7
7
  **conversation_participant_name** | **String** | | [optional]
8
+ **group_ids** | **Array<Integer>** | UltraCart Groups this user belongs to | [optional]
8
9
  **jwt** | **String** | | [optional]
9
10
  **merchant_id** | **String** | | [optional]
10
11
  **pbx_admin** | **BOOLEAN** | | [optional]
@@ -15,6 +16,7 @@ Name | Type | Description | Notes
15
16
  **pbx_voice_token** | **String** | | [optional]
16
17
  **pbx_worker_token** | **String** | | [optional]
17
18
  **twilio_accounts** | [**Array<ConversationTwilioAccount>**](ConversationTwilioAccount.md) | | [optional]
19
+ **user_id** | **Integer** | UltraCart User ID | [optional]
18
20
  **websocket_url** | **String** | | [optional]
19
21
 
20
22
 
data/docs/ItemContent.md CHANGED
@@ -10,7 +10,10 @@ Name | Type | Description | Notes
10
10
  **exclude_from_sitemap** | **BOOLEAN** | Exclude from the sitemap for the StoreFront | [optional]
11
11
  **exclude_from_top_sellers** | **BOOLEAN** | Exclude from the top sellers list in the StoreFront | [optional]
12
12
  **extended_description** | **String** | Extended description (max 10000 characters) | [optional]
13
- **extended_description_translated_text_instance_oid** | **Integer** | Extneded description text translation instance identifier | [optional]
13
+ **extended_description_translated_text_instance_oid** | **Integer** | Extended description text translation instance identifier | [optional]
14
+ **meta_description** | **String** | SEO meta description used by Storefronts | [optional]
15
+ **meta_keywords** | **String** | SEO meta keywords used by Storefronts | [optional]
16
+ **meta_title** | **String** | SEO meta title used by Storefronts | [optional]
14
17
  **multimedia** | [**Array<ItemContentMultimedia>**](ItemContentMultimedia.md) | Multimedia | [optional]
15
18
  **new_item** | **BOOLEAN** | True if the item is new | [optional]
16
19
  **new_item_end** | **String** | The date the item should no longer be considered new | [optional]
@@ -18,6 +18,9 @@ module UltracartClient
18
18
 
19
19
  attr_accessor :conversation_participant_name
20
20
 
21
+ # UltraCart Groups this user belongs to
22
+ attr_accessor :group_ids
23
+
21
24
  attr_accessor :jwt
22
25
 
23
26
  attr_accessor :merchant_id
@@ -38,6 +41,9 @@ module UltracartClient
38
41
 
39
42
  attr_accessor :twilio_accounts
40
43
 
44
+ # UltraCart User ID
45
+ attr_accessor :user_id
46
+
41
47
  attr_accessor :websocket_url
42
48
 
43
49
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -45,6 +51,7 @@ module UltracartClient
45
51
  {
46
52
  :'conversation_participant_arn' => :'conversation_participant_arn',
47
53
  :'conversation_participant_name' => :'conversation_participant_name',
54
+ :'group_ids' => :'group_ids',
48
55
  :'jwt' => :'jwt',
49
56
  :'merchant_id' => :'merchant_id',
50
57
  :'pbx_admin' => :'pbx_admin',
@@ -55,6 +62,7 @@ module UltracartClient
55
62
  :'pbx_voice_token' => :'pbx_voice_token',
56
63
  :'pbx_worker_token' => :'pbx_worker_token',
57
64
  :'twilio_accounts' => :'twilio_accounts',
65
+ :'user_id' => :'user_id',
58
66
  :'websocket_url' => :'websocket_url'
59
67
  }
60
68
  end
@@ -64,6 +72,7 @@ module UltracartClient
64
72
  {
65
73
  :'conversation_participant_arn' => :'String',
66
74
  :'conversation_participant_name' => :'String',
75
+ :'group_ids' => :'Array<Integer>',
67
76
  :'jwt' => :'String',
68
77
  :'merchant_id' => :'String',
69
78
  :'pbx_admin' => :'BOOLEAN',
@@ -74,6 +83,7 @@ module UltracartClient
74
83
  :'pbx_voice_token' => :'String',
75
84
  :'pbx_worker_token' => :'String',
76
85
  :'twilio_accounts' => :'Array<ConversationTwilioAccount>',
86
+ :'user_id' => :'Integer',
77
87
  :'websocket_url' => :'String'
78
88
  }
79
89
  end
@@ -94,6 +104,12 @@ module UltracartClient
94
104
  self.conversation_participant_name = attributes[:'conversation_participant_name']
95
105
  end
96
106
 
107
+ if attributes.has_key?(:'group_ids')
108
+ if (value = attributes[:'group_ids']).is_a?(Array)
109
+ self.group_ids = value
110
+ end
111
+ end
112
+
97
113
  if attributes.has_key?(:'jwt')
98
114
  self.jwt = attributes[:'jwt']
99
115
  end
@@ -136,6 +152,10 @@ module UltracartClient
136
152
  end
137
153
  end
138
154
 
155
+ if attributes.has_key?(:'user_id')
156
+ self.user_id = attributes[:'user_id']
157
+ end
158
+
139
159
  if attributes.has_key?(:'websocket_url')
140
160
  self.websocket_url = attributes[:'websocket_url']
141
161
  end
@@ -161,6 +181,7 @@ module UltracartClient
161
181
  self.class == o.class &&
162
182
  conversation_participant_arn == o.conversation_participant_arn &&
163
183
  conversation_participant_name == o.conversation_participant_name &&
184
+ group_ids == o.group_ids &&
164
185
  jwt == o.jwt &&
165
186
  merchant_id == o.merchant_id &&
166
187
  pbx_admin == o.pbx_admin &&
@@ -171,6 +192,7 @@ module UltracartClient
171
192
  pbx_voice_token == o.pbx_voice_token &&
172
193
  pbx_worker_token == o.pbx_worker_token &&
173
194
  twilio_accounts == o.twilio_accounts &&
195
+ user_id == o.user_id &&
174
196
  websocket_url == o.websocket_url
175
197
  end
176
198
 
@@ -183,7 +205,7 @@ module UltracartClient
183
205
  # Calculates hash code according to all attributes.
184
206
  # @return [Fixnum] Hash code
185
207
  def hash
186
- [conversation_participant_arn, conversation_participant_name, jwt, merchant_id, pbx_admin, pbx_jwt, pbx_supervisor, pbx_user, pbx_voice_identity, pbx_voice_token, pbx_worker_token, twilio_accounts, websocket_url].hash
208
+ [conversation_participant_arn, conversation_participant_name, group_ids, jwt, merchant_id, pbx_admin, pbx_jwt, pbx_supervisor, pbx_user, pbx_voice_identity, pbx_voice_token, pbx_worker_token, twilio_accounts, user_id, websocket_url].hash
187
209
  end
188
210
 
189
211
  # Builds the object from hash
@@ -35,9 +35,18 @@ module UltracartClient
35
35
  # Extended description (max 10000 characters)
36
36
  attr_accessor :extended_description
37
37
 
38
- # Extneded description text translation instance identifier
38
+ # Extended description text translation instance identifier
39
39
  attr_accessor :extended_description_translated_text_instance_oid
40
40
 
41
+ # SEO meta description used by Storefronts
42
+ attr_accessor :meta_description
43
+
44
+ # SEO meta keywords used by Storefronts
45
+ attr_accessor :meta_keywords
46
+
47
+ # SEO meta title used by Storefronts
48
+ attr_accessor :meta_title
49
+
41
50
  # Multimedia
42
51
  attr_accessor :multimedia
43
52
 
@@ -64,6 +73,9 @@ module UltracartClient
64
73
  :'exclude_from_top_sellers' => :'exclude_from_top_sellers',
65
74
  :'extended_description' => :'extended_description',
66
75
  :'extended_description_translated_text_instance_oid' => :'extended_description_translated_text_instance_oid',
76
+ :'meta_description' => :'meta_description',
77
+ :'meta_keywords' => :'meta_keywords',
78
+ :'meta_title' => :'meta_title',
67
79
  :'multimedia' => :'multimedia',
68
80
  :'new_item' => :'new_item',
69
81
  :'new_item_end' => :'new_item_end',
@@ -83,6 +95,9 @@ module UltracartClient
83
95
  :'exclude_from_top_sellers' => :'BOOLEAN',
84
96
  :'extended_description' => :'String',
85
97
  :'extended_description_translated_text_instance_oid' => :'Integer',
98
+ :'meta_description' => :'String',
99
+ :'meta_keywords' => :'String',
100
+ :'meta_title' => :'String',
86
101
  :'multimedia' => :'Array<ItemContentMultimedia>',
87
102
  :'new_item' => :'BOOLEAN',
88
103
  :'new_item_end' => :'String',
@@ -135,6 +150,18 @@ module UltracartClient
135
150
  self.extended_description_translated_text_instance_oid = attributes[:'extended_description_translated_text_instance_oid']
136
151
  end
137
152
 
153
+ if attributes.has_key?(:'meta_description')
154
+ self.meta_description = attributes[:'meta_description']
155
+ end
156
+
157
+ if attributes.has_key?(:'meta_keywords')
158
+ self.meta_keywords = attributes[:'meta_keywords']
159
+ end
160
+
161
+ if attributes.has_key?(:'meta_title')
162
+ self.meta_title = attributes[:'meta_title']
163
+ end
164
+
138
165
  if attributes.has_key?(:'multimedia')
139
166
  if (value = attributes[:'multimedia']).is_a?(Array)
140
167
  self.multimedia = value
@@ -199,6 +226,9 @@ module UltracartClient
199
226
  exclude_from_top_sellers == o.exclude_from_top_sellers &&
200
227
  extended_description == o.extended_description &&
201
228
  extended_description_translated_text_instance_oid == o.extended_description_translated_text_instance_oid &&
229
+ meta_description == o.meta_description &&
230
+ meta_keywords == o.meta_keywords &&
231
+ meta_title == o.meta_title &&
202
232
  multimedia == o.multimedia &&
203
233
  new_item == o.new_item &&
204
234
  new_item_end == o.new_item_end &&
@@ -215,7 +245,7 @@ module UltracartClient
215
245
  # Calculates hash code according to all attributes.
216
246
  # @return [Fixnum] Hash code
217
247
  def hash
218
- [assignments, attributes, custom_thank_you_url, exclude_from_search, exclude_from_sitemap, exclude_from_top_sellers, extended_description, extended_description_translated_text_instance_oid, multimedia, new_item, new_item_end, new_item_start, view_url].hash
248
+ [assignments, attributes, custom_thank_you_url, exclude_from_search, exclude_from_sitemap, exclude_from_top_sellers, extended_description, extended_description_translated_text_instance_oid, meta_description, meta_keywords, meta_title, multimedia, new_item, new_item_end, new_item_start, view_url].hash
219
249
  end
220
250
 
221
251
  # 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.219'
14
+ VERSION = '3.10.221'
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.219
4
+ version: 3.10.221
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-07 00:00:00.000000000 Z
11
+ date: 2024-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus