ultracart_api 4.0.206 → 4.0.208

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: 6e6ef087a3d1db3adb47cb82f6643a05b2587c742dd67d5e2d8555b57787a9c4
4
- data.tar.gz: fbfcb290fc0b12d812bc2d9acdd3bdb91282434c9351bae115ac73aad23f2cc6
3
+ metadata.gz: 0f75b47be794768d98f679b4155d0019e65e9f78dcd46a2112abbdaa942484a0
4
+ data.tar.gz: 49ee89c7007ef3e5eeb6df94aca59280bd63ba6d8fc928f4b17e054456fc3aa1
5
5
  SHA512:
6
- metadata.gz: 49c3f65683354eed22c3efafc1d75104f3bb88688b82dc7ffd077678c3c7c1fb89252561bbda6562bc31c53e3ca71bd696608ede7811c0074e585a0e0bc2ca7c
7
- data.tar.gz: 99acb63bea5bf553b0bc0b949a4475013fb2dd83ca77a348ad34d31d461be17faf4c838ed056bc3c8fa768a40b6b34b0f6cca701e69389a07768c5b18040e266
6
+ metadata.gz: fab94bb1b7cd655140b7313e89e405c7135e30e5215512507e804ba9b171c9078a3db4a10193729323a91b81b69f35112a0dd48257928018d6771688962ee144
7
+ data.tar.gz: 6b57e36d7a7fd555e9e9283ecf03ac3fbfcd40295c1ea26167516d8126de737119d010f2b7acbcadb32c2423a6b2d723a2111c15f1b6721e6b92249be717ef50
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.206
10
+ - Package version: 4.0.208
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.206.gem
27
+ gem install ./ultracart_api-4.0.208.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.206.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.208.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.206'
36
+ gem 'ultracart_api', '~> 4.0.208'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1494,6 +1494,8 @@ Not every change is committed to every SDK.
1494
1494
 
1495
1495
  | Version | Date | Comments |
1496
1496
  | --: | :-: | --- |
1497
+ | 4.0.208 | 03/26/2024 | WorkflowTask - added assigned_to_user_or_group field |
1498
+ | 4.0.207 | 03/25/2024 | workflowtask - add global_task_number and object_task_number |
1497
1499
  | 4.0.206 | 03/25/2024 | added sales_rep_code to Channel partner order |
1498
1500
  | 4.0.205 | 03/19/2024 | workflow task - method to obtain open task count |
1499
1501
  | 4.0.204 | 03/19/2024 | workflow task - addl status values, expiration_dts, and system task type |
data/docs/WorkflowTask.md CHANGED
@@ -8,6 +8,7 @@
8
8
  | **assigned_to_group_id** | **Integer** | Assigned to group ID | [optional] |
9
9
  | **assigned_to_user** | **String** | Assigned to user | [optional] |
10
10
  | **assigned_to_user_id** | **Integer** | Assigned to user ID | [optional] |
11
+ | **assigned_to_user_or_group** | **String** | Assigned to user or group (used for sorting) | [optional] |
11
12
  | **attachments** | [**Array<WorkflowAttachment>**](WorkflowAttachment.md) | Attachments to the Workflow Task | [optional] |
12
13
  | **created_by** | [**WorkflowUser**](WorkflowUser.md) | | [optional] |
13
14
  | **created_dts** | **String** | Date/time that the workflow task was created | [optional] |
@@ -15,12 +16,14 @@
15
16
  | **dependant_workflow_task_uuid** | **String** | Dependant Workflow Task UUID (must be completed before this task can be completed) | [optional] |
16
17
  | **due_dts** | **String** | Date/time that the workflow task is due | [optional] |
17
18
  | **expiration_dts** | **String** | Date/time that the workflow task will expire and be closed. This is set by system generated tasks. | [optional] |
19
+ | **global_task_number** | **Integer** | Global task numer | [optional] |
18
20
  | **histories** | [**Array<WorkflowTaskHistory>**](WorkflowTaskHistory.md) | Array of history records for the task | [optional] |
19
21
  | **last_update_dts** | **String** | Date/time that the workflow task was last updated | [optional] |
20
22
  | **merchant_id** | **String** | Merchant ID | [optional] |
21
23
  | **notes** | [**Array<WorkflowNote>**](WorkflowNote.md) | Notes on the Workflow Task | [optional] |
22
24
  | **object_email** | **String** | Object is associated with customer email | [optional] |
23
25
  | **object_id** | **String** | Object ID | [optional] |
26
+ | **object_task_number** | **Integer** | Object specific task numer | [optional] |
24
27
  | **object_type** | **String** | Object Type | [optional] |
25
28
  | **object_url** | **String** | Object URL | [optional] |
26
29
  | **priority** | **String** | Priority | [optional] |
@@ -44,6 +47,7 @@ instance = UltracartClient::WorkflowTask.new(
44
47
  assigned_to_group_id: null,
45
48
  assigned_to_user: null,
46
49
  assigned_to_user_id: null,
50
+ assigned_to_user_or_group: null,
47
51
  attachments: null,
48
52
  created_by: null,
49
53
  created_dts: null,
@@ -51,12 +55,14 @@ instance = UltracartClient::WorkflowTask.new(
51
55
  dependant_workflow_task_uuid: null,
52
56
  due_dts: null,
53
57
  expiration_dts: null,
58
+ global_task_number: null,
54
59
  histories: null,
55
60
  last_update_dts: null,
56
61
  merchant_id: null,
57
62
  notes: null,
58
63
  object_email: null,
59
64
  object_id: null,
65
+ object_task_number: null,
60
66
  object_type: null,
61
67
  object_url: null,
62
68
  priority: null,
@@ -27,6 +27,9 @@ module UltracartClient
27
27
  # Assigned to user ID
28
28
  attr_accessor :assigned_to_user_id
29
29
 
30
+ # Assigned to user or group (used for sorting)
31
+ attr_accessor :assigned_to_user_or_group
32
+
30
33
  # Attachments to the Workflow Task
31
34
  attr_accessor :attachments
32
35
 
@@ -47,6 +50,9 @@ module UltracartClient
47
50
  # Date/time that the workflow task will expire and be closed. This is set by system generated tasks.
48
51
  attr_accessor :expiration_dts
49
52
 
53
+ # Global task numer
54
+ attr_accessor :global_task_number
55
+
50
56
  # Array of history records for the task
51
57
  attr_accessor :histories
52
58
 
@@ -65,6 +71,9 @@ module UltracartClient
65
71
  # Object ID
66
72
  attr_accessor :object_id
67
73
 
74
+ # Object specific task numer
75
+ attr_accessor :object_task_number
76
+
68
77
  # Object Type
69
78
  attr_accessor :object_type
70
79
 
@@ -130,6 +139,7 @@ module UltracartClient
130
139
  :'assigned_to_group_id' => :'assigned_to_group_id',
131
140
  :'assigned_to_user' => :'assigned_to_user',
132
141
  :'assigned_to_user_id' => :'assigned_to_user_id',
142
+ :'assigned_to_user_or_group' => :'assigned_to_user_or_group',
133
143
  :'attachments' => :'attachments',
134
144
  :'created_by' => :'created_by',
135
145
  :'created_dts' => :'created_dts',
@@ -137,12 +147,14 @@ module UltracartClient
137
147
  :'dependant_workflow_task_uuid' => :'dependant_workflow_task_uuid',
138
148
  :'due_dts' => :'due_dts',
139
149
  :'expiration_dts' => :'expiration_dts',
150
+ :'global_task_number' => :'global_task_number',
140
151
  :'histories' => :'histories',
141
152
  :'last_update_dts' => :'last_update_dts',
142
153
  :'merchant_id' => :'merchant_id',
143
154
  :'notes' => :'notes',
144
155
  :'object_email' => :'object_email',
145
156
  :'object_id' => :'object_id',
157
+ :'object_task_number' => :'object_task_number',
146
158
  :'object_type' => :'object_type',
147
159
  :'object_url' => :'object_url',
148
160
  :'priority' => :'priority',
@@ -170,6 +182,7 @@ module UltracartClient
170
182
  :'assigned_to_group_id' => :'Integer',
171
183
  :'assigned_to_user' => :'String',
172
184
  :'assigned_to_user_id' => :'Integer',
185
+ :'assigned_to_user_or_group' => :'String',
173
186
  :'attachments' => :'Array<WorkflowAttachment>',
174
187
  :'created_by' => :'WorkflowUser',
175
188
  :'created_dts' => :'String',
@@ -177,12 +190,14 @@ module UltracartClient
177
190
  :'dependant_workflow_task_uuid' => :'String',
178
191
  :'due_dts' => :'String',
179
192
  :'expiration_dts' => :'String',
193
+ :'global_task_number' => :'Integer',
180
194
  :'histories' => :'Array<WorkflowTaskHistory>',
181
195
  :'last_update_dts' => :'String',
182
196
  :'merchant_id' => :'String',
183
197
  :'notes' => :'Array<WorkflowNote>',
184
198
  :'object_email' => :'String',
185
199
  :'object_id' => :'String',
200
+ :'object_task_number' => :'Integer',
186
201
  :'object_type' => :'String',
187
202
  :'object_url' => :'String',
188
203
  :'priority' => :'String',
@@ -235,6 +250,10 @@ module UltracartClient
235
250
  self.assigned_to_user_id = attributes[:'assigned_to_user_id']
236
251
  end
237
252
 
253
+ if attributes.key?(:'assigned_to_user_or_group')
254
+ self.assigned_to_user_or_group = attributes[:'assigned_to_user_or_group']
255
+ end
256
+
238
257
  if attributes.key?(:'attachments')
239
258
  if (value = attributes[:'attachments']).is_a?(Array)
240
259
  self.attachments = value
@@ -265,6 +284,10 @@ module UltracartClient
265
284
  self.expiration_dts = attributes[:'expiration_dts']
266
285
  end
267
286
 
287
+ if attributes.key?(:'global_task_number')
288
+ self.global_task_number = attributes[:'global_task_number']
289
+ end
290
+
268
291
  if attributes.key?(:'histories')
269
292
  if (value = attributes[:'histories']).is_a?(Array)
270
293
  self.histories = value
@@ -293,6 +316,10 @@ module UltracartClient
293
316
  self.object_id = attributes[:'object_id']
294
317
  end
295
318
 
319
+ if attributes.key?(:'object_task_number')
320
+ self.object_task_number = attributes[:'object_task_number']
321
+ end
322
+
296
323
  if attributes.key?(:'object_type')
297
324
  self.object_type = attributes[:'object_type']
298
325
  end
@@ -416,6 +443,7 @@ module UltracartClient
416
443
  assigned_to_group_id == o.assigned_to_group_id &&
417
444
  assigned_to_user == o.assigned_to_user &&
418
445
  assigned_to_user_id == o.assigned_to_user_id &&
446
+ assigned_to_user_or_group == o.assigned_to_user_or_group &&
419
447
  attachments == o.attachments &&
420
448
  created_by == o.created_by &&
421
449
  created_dts == o.created_dts &&
@@ -423,12 +451,14 @@ module UltracartClient
423
451
  dependant_workflow_task_uuid == o.dependant_workflow_task_uuid &&
424
452
  due_dts == o.due_dts &&
425
453
  expiration_dts == o.expiration_dts &&
454
+ global_task_number == o.global_task_number &&
426
455
  histories == o.histories &&
427
456
  last_update_dts == o.last_update_dts &&
428
457
  merchant_id == o.merchant_id &&
429
458
  notes == o.notes &&
430
459
  object_email == o.object_email &&
431
460
  object_id == o.object_id &&
461
+ object_task_number == o.object_task_number &&
432
462
  object_type == o.object_type &&
433
463
  object_url == o.object_url &&
434
464
  priority == o.priority &&
@@ -452,7 +482,7 @@ module UltracartClient
452
482
  # Calculates hash code according to all attributes.
453
483
  # @return [Integer] Hash code
454
484
  def hash
455
- [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
485
+ [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
456
486
  end
457
487
 
458
488
  # 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.206'
14
+ VERSION = '4.0.208'
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.206
4
+ version: 4.0.208
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