ultracart_api 3.10.189 → 3.10.191

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: 14717d57379923f11650d162e9d07503e0017b6669d5ad7d1592c0a1046a8aa1
4
- data.tar.gz: fc4243b3816fb8ab04d03f9c21d08df592763ecfb5cb5f699d978ebf14ea5232
3
+ metadata.gz: 312375d739ca5a811f2080614615f9b7504f74e421e37cc1c37909ebd9867067
4
+ data.tar.gz: 92931b6c504287dd1e5042932fbf5b53024125bc4141564cfc2a81a8facdfa23
5
5
  SHA512:
6
- metadata.gz: 002df6314150d172f74a2cbaeeccbd7a3b0be5af6611e489c522c3b0d2e52056c85f4f498fa9c79fe7a7890fa68ff1eab8fbb3b9f45509515a7c21076e379661
7
- data.tar.gz: b05bccc68eb075457a2b7c7d1f59a04afa9395b9c9d1aab905215049440729b1d8e42cd291f1eab96324313d5be78b827fa26debf6440fd508134b6ab90e2883
6
+ metadata.gz: 97ac28e370caed13550f0e2c5acf579a61c311ca1a611fb13115215fa18a9efd2df717b94bf772de82d2171d8786f87909f7ceb1917b7f10aaa155a25344c5e3
7
+ data.tar.gz: d727eeb17393ccc364996ea9c16371d32f1209b2d6db498c1b9d5f91d0e188b82bc72b9b1338ad446866f12481717a2658d12c28cf4f011115020aa1b923821b
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.189
10
+ - Package version: 3.10.191
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.189.gem
27
+ gem install ./ultracart_api-3.10.191.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.189.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.191.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.189'
35
+ gem 'ultracart_api', '~> 3.10.191'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1486,6 +1486,8 @@ Not every change is committed to every SDK.
1486
1486
 
1487
1487
  | Version | Date | Comments |
1488
1488
  | --: | :-: | --- |
1489
+ | 3.10.191 | 03/26/2024 | WorkflowTask - added assigned_to_user_or_group field |
1490
+ | 3.10.190 | 03/25/2024 | workflowtask - add global_task_number and object_task_number |
1489
1491
  | 3.10.189 | 03/25/2024 | added sales_rep_code to Channel partner order |
1490
1492
  | 3.10.188 | 03/19/2024 | workflow task - method to obtain open task count |
1491
1493
  | 3.10.187 | 03/19/2024 | workflow task - addl status values, expiration_dts, and system task type |
data/docs/WorkflowTask.md CHANGED
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **assigned_to_group_id** | **Integer** | Assigned to group ID | [optional]
8
8
  **assigned_to_user** | **String** | Assigned to user | [optional]
9
9
  **assigned_to_user_id** | **Integer** | Assigned to user ID | [optional]
10
+ **assigned_to_user_or_group** | **String** | Assigned to user or group (used for sorting) | [optional]
10
11
  **attachments** | [**Array<WorkflowAttachment>**](WorkflowAttachment.md) | Attachments to the Workflow Task | [optional]
11
12
  **created_by** | [**WorkflowUser**](WorkflowUser.md) | | [optional]
12
13
  **created_dts** | **String** | Date/time that the workflow task was created | [optional]
@@ -14,12 +15,14 @@ Name | Type | Description | Notes
14
15
  **dependant_workflow_task_uuid** | **String** | Dependant Workflow Task UUID (must be completed before this task can be completed) | [optional]
15
16
  **due_dts** | **String** | Date/time that the workflow task is due | [optional]
16
17
  **expiration_dts** | **String** | Date/time that the workflow task will expire and be closed. This is set by system generated tasks. | [optional]
18
+ **global_task_number** | **Integer** | Global task numer | [optional]
17
19
  **histories** | [**Array<WorkflowTaskHistory>**](WorkflowTaskHistory.md) | Array of history records for the task | [optional]
18
20
  **last_update_dts** | **String** | Date/time that the workflow task was last updated | [optional]
19
21
  **merchant_id** | **String** | Merchant ID | [optional]
20
22
  **notes** | [**Array<WorkflowNote>**](WorkflowNote.md) | Notes on the Workflow Task | [optional]
21
23
  **object_email** | **String** | Object is associated with customer email | [optional]
22
24
  **object_id** | **String** | Object ID | [optional]
25
+ **object_task_number** | **Integer** | Object specific task numer | [optional]
23
26
  **object_type** | **String** | Object Type | [optional]
24
27
  **object_url** | **String** | Object URL | [optional]
25
28
  **priority** | **String** | Priority | [optional]
@@ -26,6 +26,9 @@ module UltracartClient
26
26
  # Assigned to user ID
27
27
  attr_accessor :assigned_to_user_id
28
28
 
29
+ # Assigned to user or group (used for sorting)
30
+ attr_accessor :assigned_to_user_or_group
31
+
29
32
  # Attachments to the Workflow Task
30
33
  attr_accessor :attachments
31
34
 
@@ -46,6 +49,9 @@ module UltracartClient
46
49
  # Date/time that the workflow task will expire and be closed. This is set by system generated tasks.
47
50
  attr_accessor :expiration_dts
48
51
 
52
+ # Global task numer
53
+ attr_accessor :global_task_number
54
+
49
55
  # Array of history records for the task
50
56
  attr_accessor :histories
51
57
 
@@ -64,6 +70,9 @@ module UltracartClient
64
70
  # Object ID
65
71
  attr_accessor :object_id
66
72
 
73
+ # Object specific task numer
74
+ attr_accessor :object_task_number
75
+
67
76
  # Object Type
68
77
  attr_accessor :object_type
69
78
 
@@ -129,6 +138,7 @@ module UltracartClient
129
138
  :'assigned_to_group_id' => :'assigned_to_group_id',
130
139
  :'assigned_to_user' => :'assigned_to_user',
131
140
  :'assigned_to_user_id' => :'assigned_to_user_id',
141
+ :'assigned_to_user_or_group' => :'assigned_to_user_or_group',
132
142
  :'attachments' => :'attachments',
133
143
  :'created_by' => :'created_by',
134
144
  :'created_dts' => :'created_dts',
@@ -136,12 +146,14 @@ module UltracartClient
136
146
  :'dependant_workflow_task_uuid' => :'dependant_workflow_task_uuid',
137
147
  :'due_dts' => :'due_dts',
138
148
  :'expiration_dts' => :'expiration_dts',
149
+ :'global_task_number' => :'global_task_number',
139
150
  :'histories' => :'histories',
140
151
  :'last_update_dts' => :'last_update_dts',
141
152
  :'merchant_id' => :'merchant_id',
142
153
  :'notes' => :'notes',
143
154
  :'object_email' => :'object_email',
144
155
  :'object_id' => :'object_id',
156
+ :'object_task_number' => :'object_task_number',
145
157
  :'object_type' => :'object_type',
146
158
  :'object_url' => :'object_url',
147
159
  :'priority' => :'priority',
@@ -164,6 +176,7 @@ module UltracartClient
164
176
  :'assigned_to_group_id' => :'Integer',
165
177
  :'assigned_to_user' => :'String',
166
178
  :'assigned_to_user_id' => :'Integer',
179
+ :'assigned_to_user_or_group' => :'String',
167
180
  :'attachments' => :'Array<WorkflowAttachment>',
168
181
  :'created_by' => :'WorkflowUser',
169
182
  :'created_dts' => :'String',
@@ -171,12 +184,14 @@ module UltracartClient
171
184
  :'dependant_workflow_task_uuid' => :'String',
172
185
  :'due_dts' => :'String',
173
186
  :'expiration_dts' => :'String',
187
+ :'global_task_number' => :'Integer',
174
188
  :'histories' => :'Array<WorkflowTaskHistory>',
175
189
  :'last_update_dts' => :'String',
176
190
  :'merchant_id' => :'String',
177
191
  :'notes' => :'Array<WorkflowNote>',
178
192
  :'object_email' => :'String',
179
193
  :'object_id' => :'String',
194
+ :'object_task_number' => :'Integer',
180
195
  :'object_type' => :'String',
181
196
  :'object_url' => :'String',
182
197
  :'priority' => :'String',
@@ -216,6 +231,10 @@ module UltracartClient
216
231
  self.assigned_to_user_id = attributes[:'assigned_to_user_id']
217
232
  end
218
233
 
234
+ if attributes.has_key?(:'assigned_to_user_or_group')
235
+ self.assigned_to_user_or_group = attributes[:'assigned_to_user_or_group']
236
+ end
237
+
219
238
  if attributes.has_key?(:'attachments')
220
239
  if (value = attributes[:'attachments']).is_a?(Array)
221
240
  self.attachments = value
@@ -246,6 +265,10 @@ module UltracartClient
246
265
  self.expiration_dts = attributes[:'expiration_dts']
247
266
  end
248
267
 
268
+ if attributes.has_key?(:'global_task_number')
269
+ self.global_task_number = attributes[:'global_task_number']
270
+ end
271
+
249
272
  if attributes.has_key?(:'histories')
250
273
  if (value = attributes[:'histories']).is_a?(Array)
251
274
  self.histories = value
@@ -274,6 +297,10 @@ module UltracartClient
274
297
  self.object_id = attributes[:'object_id']
275
298
  end
276
299
 
300
+ if attributes.has_key?(:'object_task_number')
301
+ self.object_task_number = attributes[:'object_task_number']
302
+ end
303
+
277
304
  if attributes.has_key?(:'object_type')
278
305
  self.object_type = attributes[:'object_type']
279
306
  end
@@ -397,6 +424,7 @@ module UltracartClient
397
424
  assigned_to_group_id == o.assigned_to_group_id &&
398
425
  assigned_to_user == o.assigned_to_user &&
399
426
  assigned_to_user_id == o.assigned_to_user_id &&
427
+ assigned_to_user_or_group == o.assigned_to_user_or_group &&
400
428
  attachments == o.attachments &&
401
429
  created_by == o.created_by &&
402
430
  created_dts == o.created_dts &&
@@ -404,12 +432,14 @@ module UltracartClient
404
432
  dependant_workflow_task_uuid == o.dependant_workflow_task_uuid &&
405
433
  due_dts == o.due_dts &&
406
434
  expiration_dts == o.expiration_dts &&
435
+ global_task_number == o.global_task_number &&
407
436
  histories == o.histories &&
408
437
  last_update_dts == o.last_update_dts &&
409
438
  merchant_id == o.merchant_id &&
410
439
  notes == o.notes &&
411
440
  object_email == o.object_email &&
412
441
  object_id == o.object_id &&
442
+ object_task_number == o.object_task_number &&
413
443
  object_type == o.object_type &&
414
444
  object_url == o.object_url &&
415
445
  priority == o.priority &&
@@ -433,7 +463,7 @@ module UltracartClient
433
463
  # Calculates hash code according to all attributes.
434
464
  # @return [Fixnum] Hash code
435
465
  def hash
436
- [assigned_to_group, assigned_to_group_id, assigned_to_user, assigned_to_user_id, attachments, created_by, created_dts, delay_until_dts, dependant_workflow_task_uuid, due_dts, expiration_dts, histories, last_update_dts, merchant_id, notes, object_email, object_id, object_type, object_url, priority, properties, related_workflow_task_uuid, status, system_task_type, tags, task_context, task_details, task_name, workflow_task_uuid].hash
466
+ [assigned_to_group, assigned_to_group_id, assigned_to_user, assigned_to_user_id, assigned_to_user_or_group, attachments, created_by, created_dts, delay_until_dts, dependant_workflow_task_uuid, due_dts, expiration_dts, global_task_number, histories, last_update_dts, merchant_id, notes, object_email, object_id, object_task_number, object_type, object_url, priority, properties, related_workflow_task_uuid, status, system_task_type, tags, task_context, task_details, task_name, workflow_task_uuid].hash
437
467
  end
438
468
 
439
469
  # 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.189'
14
+ VERSION = '3.10.191'
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.189
4
+ version: 3.10.191
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-25 00:00:00.000000000 Z
11
+ date: 2024-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus