ultracart-rest-sdk 4.0.207__py3-none-any.whl → 4.0.208__py3-none-any.whl
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.
- ultracart/__init__.py +1 -1
- ultracart/api_client.py +1 -1
- ultracart/configuration.py +1 -1
- ultracart/model/workflow_task.py +4 -0
- {ultracart_rest_sdk-4.0.207.dist-info → ultracart_rest_sdk-4.0.208.dist-info}/METADATA +1 -1
- {ultracart_rest_sdk-4.0.207.dist-info → ultracart_rest_sdk-4.0.208.dist-info}/RECORD +9 -9
- {ultracart_rest_sdk-4.0.207.dist-info → ultracart_rest_sdk-4.0.208.dist-info}/LICENSE +0 -0
- {ultracart_rest_sdk-4.0.207.dist-info → ultracart_rest_sdk-4.0.208.dist-info}/WHEEL +0 -0
- {ultracart_rest_sdk-4.0.207.dist-info → ultracart_rest_sdk-4.0.208.dist-info}/top_level.txt +0 -0
ultracart/__init__.py
CHANGED
ultracart/api_client.py
CHANGED
|
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
|
77
77
|
self.default_headers[header_name] = header_value
|
|
78
78
|
self.cookie = cookie
|
|
79
79
|
# Set default User-Agent.
|
|
80
|
-
self.user_agent = 'OpenAPI-Generator/4.0.
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/4.0.208/python'
|
|
81
81
|
|
|
82
82
|
def __enter__(self):
|
|
83
83
|
return self
|
ultracart/configuration.py
CHANGED
|
@@ -422,7 +422,7 @@ conf = ultracart.Configuration(
|
|
|
422
422
|
"OS: {env}\n"\
|
|
423
423
|
"Python Version: {pyversion}\n"\
|
|
424
424
|
"Version of the API: 2.0.0\n"\
|
|
425
|
-
"SDK Package Version: 4.0.
|
|
425
|
+
"SDK Package Version: 4.0.208".\
|
|
426
426
|
format(env=sys.platform, pyversion=sys.version)
|
|
427
427
|
|
|
428
428
|
def get_host_settings(self):
|
ultracart/model/workflow_task.py
CHANGED
|
@@ -130,6 +130,7 @@ class WorkflowTask(ModelNormal):
|
|
|
130
130
|
'assigned_to_group_id': (int,), # noqa: E501
|
|
131
131
|
'assigned_to_user': (str,), # noqa: E501
|
|
132
132
|
'assigned_to_user_id': (int,), # noqa: E501
|
|
133
|
+
'assigned_to_user_or_group': (str,), # noqa: E501
|
|
133
134
|
'attachments': ([WorkflowAttachment],), # noqa: E501
|
|
134
135
|
'created_by': (WorkflowUser,), # noqa: E501
|
|
135
136
|
'created_dts': (str,), # noqa: E501
|
|
@@ -169,6 +170,7 @@ class WorkflowTask(ModelNormal):
|
|
|
169
170
|
'assigned_to_group_id': 'assigned_to_group_id', # noqa: E501
|
|
170
171
|
'assigned_to_user': 'assigned_to_user', # noqa: E501
|
|
171
172
|
'assigned_to_user_id': 'assigned_to_user_id', # noqa: E501
|
|
173
|
+
'assigned_to_user_or_group': 'assigned_to_user_or_group', # noqa: E501
|
|
172
174
|
'attachments': 'attachments', # noqa: E501
|
|
173
175
|
'created_by': 'created_by', # noqa: E501
|
|
174
176
|
'created_dts': 'created_dts', # noqa: E501
|
|
@@ -243,6 +245,7 @@ class WorkflowTask(ModelNormal):
|
|
|
243
245
|
assigned_to_group_id (int): Assigned to group ID. [optional] # noqa: E501
|
|
244
246
|
assigned_to_user (str): Assigned to user. [optional] # noqa: E501
|
|
245
247
|
assigned_to_user_id (int): Assigned to user ID. [optional] # noqa: E501
|
|
248
|
+
assigned_to_user_or_group (str): Assigned to user or group (used for sorting). [optional] # noqa: E501
|
|
246
249
|
attachments ([WorkflowAttachment]): Attachments to the Workflow Task. [optional] # noqa: E501
|
|
247
250
|
created_by (WorkflowUser): [optional] # noqa: E501
|
|
248
251
|
created_dts (str): Date/time that the workflow task was created. [optional] # noqa: E501
|
|
@@ -359,6 +362,7 @@ class WorkflowTask(ModelNormal):
|
|
|
359
362
|
assigned_to_group_id (int): Assigned to group ID. [optional] # noqa: E501
|
|
360
363
|
assigned_to_user (str): Assigned to user. [optional] # noqa: E501
|
|
361
364
|
assigned_to_user_id (int): Assigned to user ID. [optional] # noqa: E501
|
|
365
|
+
assigned_to_user_or_group (str): Assigned to user or group (used for sorting). [optional] # noqa: E501
|
|
362
366
|
attachments ([WorkflowAttachment]): Attachments to the Workflow Task. [optional] # noqa: E501
|
|
363
367
|
created_by (WorkflowUser): [optional] # noqa: E501
|
|
364
368
|
created_dts (str): Date/time that the workflow task was created. [optional] # noqa: E501
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
ultracart/__init__.py,sha256=
|
|
2
|
-
ultracart/api_client.py,sha256=
|
|
3
|
-
ultracart/configuration.py,sha256=
|
|
1
|
+
ultracart/__init__.py,sha256=3IGlEvwHq-Fw3FE4i9oG1bd9D-8OgqFOpeFpb91x7oc,699
|
|
2
|
+
ultracart/api_client.py,sha256=j-BeNA4Qvz8N0mJKolq7vRJUmgIltw4czXjcy7nev_E,39072
|
|
3
|
+
ultracart/configuration.py,sha256=rzArROl4KQXuIwLuXs4_JjvV5lMZ-OEsIfOUUuQeHpk,17842
|
|
4
4
|
ultracart/exceptions.py,sha256=dwRtrWJsW4H_jKk3B1w2chykcQ7E2FSlhftUByD9e9E,5069
|
|
5
5
|
ultracart/model_utils.py,sha256=X_RAfA-TlvDKBICnIve7PPVDM34Nl58aV1bqCrVmoTo,82574
|
|
6
6
|
ultracart/rest.py,sha256=2lM6zwrjGp_SjkddamoKdpk3jFuc8Ow7fKIXRdKNp24,14268
|
|
@@ -858,7 +858,7 @@ ultracart/model/workflow_attachment_upload_url_response.py,sha256=lVlpKYdNWYSxw9
|
|
|
858
858
|
ultracart/model/workflow_group.py,sha256=3H0Khtx2XmuJynp6Ipg5rlRtejyPwJ9TPwoMyjC4Pgg,11633
|
|
859
859
|
ultracart/model/workflow_groups_response.py,sha256=06v9MFcDNngHD04e_OVb1rNybXGHiv8XArl-VhHVKi0,12830
|
|
860
860
|
ultracart/model/workflow_note.py,sha256=MTJjEApWKi7_FBvG_dlAz_8_q-aewWRo9VemRu2gDIM,13079
|
|
861
|
-
ultracart/model/workflow_task.py,sha256=
|
|
861
|
+
ultracart/model/workflow_task.py,sha256=nVYM0Hy9bQWzWFmwMYs0xqtTBDtB5K0Pa8szzlQSEho,22396
|
|
862
862
|
ultracart/model/workflow_task_history.py,sha256=ACsmMSwt1Z_DAvGsq6K20D8Aer2Xvvrps6Z0ys74H_Q,12502
|
|
863
863
|
ultracart/model/workflow_task_open_count_response.py,sha256=y3m0w8m_ZW9BfT908UXOIB-4jjCFC86NYdCPsNMFkow,12745
|
|
864
864
|
ultracart/model/workflow_task_response.py,sha256=A9Tq_Q-2NDgTExf6XeBKeCkSnrgiLooOkFH48pie5Kw,12785
|
|
@@ -869,8 +869,8 @@ ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE
|
|
|
869
869
|
ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
|
|
870
870
|
ultracart/model/workflow_users_response.py,sha256=3Y7L1oHc2-HOvl1pDdcnl9xHKYLGblKpKdbkPBh2u68,13059
|
|
871
871
|
ultracart/models/__init__.py,sha256=9LBS62gjLaSwM9zzg_JbQ0QJzyeDH6X0U0-xIlA8Jpc,64549
|
|
872
|
-
ultracart_rest_sdk-4.0.
|
|
873
|
-
ultracart_rest_sdk-4.0.
|
|
874
|
-
ultracart_rest_sdk-4.0.
|
|
875
|
-
ultracart_rest_sdk-4.0.
|
|
876
|
-
ultracart_rest_sdk-4.0.
|
|
872
|
+
ultracart_rest_sdk-4.0.208.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
|
|
873
|
+
ultracart_rest_sdk-4.0.208.dist-info/METADATA,sha256=tSVhOFhOPrkLfgO1grA43ejeAwzVFsqP2SqaiFk7X7w,403
|
|
874
|
+
ultracart_rest_sdk-4.0.208.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
|
|
875
|
+
ultracart_rest_sdk-4.0.208.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
|
|
876
|
+
ultracart_rest_sdk-4.0.208.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|