ultracart-rest-sdk 4.0.197__py3-none-any.whl → 4.0.199__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 CHANGED
@@ -11,7 +11,7 @@
11
11
  """
12
12
 
13
13
 
14
- __version__ = "4.0.197"
14
+ __version__ = "4.0.199"
15
15
 
16
16
  # import ApiClient
17
17
  from ultracart.api_client import ApiClient
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.197/python'
80
+ self.user_agent = 'OpenAPI-Generator/4.0.199/python'
81
81
 
82
82
  def __enter__(self):
83
83
  return self
@@ -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.197".\
425
+ "SDK Package Version: 4.0.199".\
426
426
  format(env=sys.platform, pyversion=sys.version)
427
427
 
428
428
  def get_host_settings(self):
@@ -160,12 +160,15 @@ class OrderQuery(ModelNormal):
160
160
  'creation_date_end': (str,), # noqa: E501
161
161
  'current_stage': (str,), # noqa: E501
162
162
  'custom_field_1': (str,), # noqa: E501
163
+ 'custom_field_10': (str,), # noqa: E501
163
164
  'custom_field_2': (str,), # noqa: E501
164
165
  'custom_field_3': (str,), # noqa: E501
165
166
  'custom_field_4': (str,), # noqa: E501
166
167
  'custom_field_5': (str,), # noqa: E501
167
168
  'custom_field_6': (str,), # noqa: E501
168
169
  'custom_field_7': (str,), # noqa: E501
170
+ 'custom_field_8': (str,), # noqa: E501
171
+ 'custom_field_9': (str,), # noqa: E501
169
172
  'customer_profile_oid': (int,), # noqa: E501
170
173
  'email': (str,), # noqa: E501
171
174
  'first_name': (str,), # noqa: E501
@@ -207,12 +210,15 @@ class OrderQuery(ModelNormal):
207
210
  'creation_date_end': 'creation_date_end', # noqa: E501
208
211
  'current_stage': 'current_stage', # noqa: E501
209
212
  'custom_field_1': 'custom_field_1', # noqa: E501
213
+ 'custom_field_10': 'custom_field_10', # noqa: E501
210
214
  'custom_field_2': 'custom_field_2', # noqa: E501
211
215
  'custom_field_3': 'custom_field_3', # noqa: E501
212
216
  'custom_field_4': 'custom_field_4', # noqa: E501
213
217
  'custom_field_5': 'custom_field_5', # noqa: E501
214
218
  'custom_field_6': 'custom_field_6', # noqa: E501
215
219
  'custom_field_7': 'custom_field_7', # noqa: E501
220
+ 'custom_field_8': 'custom_field_8', # noqa: E501
221
+ 'custom_field_9': 'custom_field_9', # noqa: E501
216
222
  'customer_profile_oid': 'customer_profile_oid', # noqa: E501
217
223
  'email': 'email', # noqa: E501
218
224
  'first_name': 'first_name', # noqa: E501
@@ -289,12 +295,15 @@ class OrderQuery(ModelNormal):
289
295
  creation_date_end (str): Date/time that the order was created. [optional] # noqa: E501
290
296
  current_stage (str): Current stage that the order is in.. [optional] # noqa: E501
291
297
  custom_field_1 (str): Custom field 1. [optional] # noqa: E501
298
+ custom_field_10 (str): Custom field 10. [optional] # noqa: E501
292
299
  custom_field_2 (str): Custom field 2. [optional] # noqa: E501
293
300
  custom_field_3 (str): Custom field 3. [optional] # noqa: E501
294
301
  custom_field_4 (str): Custom field 4. [optional] # noqa: E501
295
302
  custom_field_5 (str): Custom field 5. [optional] # noqa: E501
296
303
  custom_field_6 (str): Custom field 6. [optional] # noqa: E501
297
304
  custom_field_7 (str): Custom field 7. [optional] # noqa: E501
305
+ custom_field_8 (str): Custom field 8. [optional] # noqa: E501
306
+ custom_field_9 (str): Custom field 9. [optional] # noqa: E501
298
307
  customer_profile_oid (int): The customer profile to find associated orders for. [optional] # noqa: E501
299
308
  email (str): Email. [optional] # noqa: E501
300
309
  first_name (str): First name. [optional] # noqa: E501
@@ -413,12 +422,15 @@ class OrderQuery(ModelNormal):
413
422
  creation_date_end (str): Date/time that the order was created. [optional] # noqa: E501
414
423
  current_stage (str): Current stage that the order is in.. [optional] # noqa: E501
415
424
  custom_field_1 (str): Custom field 1. [optional] # noqa: E501
425
+ custom_field_10 (str): Custom field 10. [optional] # noqa: E501
416
426
  custom_field_2 (str): Custom field 2. [optional] # noqa: E501
417
427
  custom_field_3 (str): Custom field 3. [optional] # noqa: E501
418
428
  custom_field_4 (str): Custom field 4. [optional] # noqa: E501
419
429
  custom_field_5 (str): Custom field 5. [optional] # noqa: E501
420
430
  custom_field_6 (str): Custom field 6. [optional] # noqa: E501
421
431
  custom_field_7 (str): Custom field 7. [optional] # noqa: E501
432
+ custom_field_8 (str): Custom field 8. [optional] # noqa: E501
433
+ custom_field_9 (str): Custom field 9. [optional] # noqa: E501
422
434
  customer_profile_oid (int): The customer profile to find associated orders for. [optional] # noqa: E501
423
435
  email (str): Email. [optional] # noqa: E501
424
436
  first_name (str): First name. [optional] # noqa: E501
@@ -31,10 +31,12 @@ from ultracart.exceptions import ApiAttributeError
31
31
 
32
32
 
33
33
  def lazy_import():
34
+ from ultracart.model.model_property import ModelProperty
34
35
  from ultracart.model.workflow_attachment import WorkflowAttachment
35
36
  from ultracart.model.workflow_note import WorkflowNote
36
37
  from ultracart.model.workflow_task_history import WorkflowTaskHistory
37
38
  from ultracart.model.workflow_user import WorkflowUser
39
+ globals()['ModelProperty'] = ModelProperty
38
40
  globals()['WorkflowAttachment'] = WorkflowAttachment
39
41
  globals()['WorkflowNote'] = WorkflowNote
40
42
  globals()['WorkflowTaskHistory'] = WorkflowTaskHistory
@@ -132,6 +134,7 @@ class WorkflowTask(ModelNormal):
132
134
  'object_type': (str,), # noqa: E501
133
135
  'object_url': (str,), # noqa: E501
134
136
  'priority': (str,), # noqa: E501
137
+ 'properties': ([ModelProperty],), # noqa: E501
135
138
  'related_workflow_task_uuid': (str,), # noqa: E501
136
139
  'status': (str,), # noqa: E501
137
140
  'tags': ([str],), # noqa: E501
@@ -166,6 +169,7 @@ class WorkflowTask(ModelNormal):
166
169
  'object_type': 'object_type', # noqa: E501
167
170
  'object_url': 'object_url', # noqa: E501
168
171
  'priority': 'priority', # noqa: E501
172
+ 'properties': 'properties', # noqa: E501
169
173
  'related_workflow_task_uuid': 'related_workflow_task_uuid', # noqa: E501
170
174
  'status': 'status', # noqa: E501
171
175
  'tags': 'tags', # noqa: E501
@@ -235,6 +239,7 @@ class WorkflowTask(ModelNormal):
235
239
  object_type (str): Object Type. [optional] # noqa: E501
236
240
  object_url (str): Object URL. [optional] # noqa: E501
237
241
  priority (str): Priority. [optional] # noqa: E501
242
+ properties ([ModelProperty]): Properties. [optional] # noqa: E501
238
243
  related_workflow_task_uuid (str): Related Workflow Task UUID. [optional] # noqa: E501
239
244
  status (str): Status of the workflow task. [optional] # noqa: E501
240
245
  tags ([str]): Tags. [optional] # noqa: E501
@@ -346,6 +351,7 @@ class WorkflowTask(ModelNormal):
346
351
  object_type (str): Object Type. [optional] # noqa: E501
347
352
  object_url (str): Object URL. [optional] # noqa: E501
348
353
  priority (str): Priority. [optional] # noqa: E501
354
+ properties ([ModelProperty]): Properties. [optional] # noqa: E501
349
355
  related_workflow_task_uuid (str): Related Workflow Task UUID. [optional] # noqa: E501
350
356
  status (str): Status of the workflow task. [optional] # noqa: E501
351
357
  tags ([str]): Tags. [optional] # noqa: E501
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ultracart-rest-sdk
3
- Version: 4.0.197
3
+ Version: 4.0.199
4
4
  Summary: UltraCart Rest API V2
5
5
  Home-page: UNKNOWN
6
6
  Author: UltraCart Support
@@ -1,6 +1,6 @@
1
- ultracart/__init__.py,sha256=m7gq16s3loyc6K-qzJM_DQdzC8OEZ53PwGCMgjPt9vE,699
2
- ultracart/api_client.py,sha256=91E4lEVDwb3f5lvjmNIPMoXYN70mmBDvy6Dxy6HHENs,39072
3
- ultracart/configuration.py,sha256=bPpPB5W0P1aDmQi2xuUQCxaLuvm2K9jegoi9gpKkMCk,17842
1
+ ultracart/__init__.py,sha256=YfqqUVpc_sTaa99dt_MwQ8xUOEBT-CPXN_yx1TGINbs,699
2
+ ultracart/api_client.py,sha256=xjLaS1PTStMNLoojc1RRqaYBmeH639v7J2r_ectcMF0,39072
3
+ ultracart/configuration.py,sha256=U_emQwK7egxjaDzSY11C7LB7YpTJuOb0gyAWISFiAmo,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
@@ -635,7 +635,7 @@ ultracart/model/order_point_of_sale.py,sha256=5PcsqLiP1BR7nePLXEqSF1jIFid0eco2dc
635
635
  ultracart/model/order_process_payment_request.py,sha256=J9_DP7vtyLyvyAMxoUc2s5e49DrYsAP7hSYBasUc4pU,12147
636
636
  ultracart/model/order_process_payment_response.py,sha256=mp3Jdx6-Rp5DXPhUpja2jKArwsgYCsTpYuKuds7MLKs,12959
637
637
  ultracart/model/order_property.py,sha256=TTwNAPFD0xn200o_d9xJnLVIOw2F_Kgs8veYbx7JD1Q,12365
638
- ultracart/model/order_query.py,sha256=xeIGEqO6ZBxxrz604p605pFghszFK9EBRi6duG6lvWA,24277
638
+ ultracart/model/order_query.py,sha256=B20ISgIg4N6fLPj4QkeNK3qNbETQj7f0sIg9kIVzf8k,25064
639
639
  ultracart/model/order_query_batch.py,sha256=a4wi9dX8Oi85SGTkPwSWUv6s1x6tKC2w0i16WYyFvGs,11447
640
640
  ultracart/model/order_quote.py,sha256=rearxF0qL6u7uhstszLj2iajryy7om5nGc_LiFgtZuI,12012
641
641
  ultracart/model/order_reason.py,sha256=OOSWtof1CiNxPxVo5jliywXnMTkrPdZ8PCK9pH2ty5Q,12225
@@ -820,7 +820,7 @@ ultracart/model/workflow_attachment_upload_url_response.py,sha256=lVlpKYdNWYSxw9
820
820
  ultracart/model/workflow_group.py,sha256=3H0Khtx2XmuJynp6Ipg5rlRtejyPwJ9TPwoMyjC4Pgg,11633
821
821
  ultracart/model/workflow_groups_response.py,sha256=06v9MFcDNngHD04e_OVb1rNybXGHiv8XArl-VhHVKi0,12830
822
822
  ultracart/model/workflow_note.py,sha256=MTJjEApWKi7_FBvG_dlAz_8_q-aewWRo9VemRu2gDIM,13079
823
- ultracart/model/workflow_task.py,sha256=rF5M3lqJpP2e4vlb9SVKjh6QbYhTI5BgWxVeuNT0_nE,19707
823
+ ultracart/model/workflow_task.py,sha256=4PBQ8MwFV8IqAXwraALBMvvl7BJUZxKdHNVSOFpsJeo,20083
824
824
  ultracart/model/workflow_task_history.py,sha256=ACsmMSwt1Z_DAvGsq6K20D8Aer2Xvvrps6Z0ys74H_Q,12502
825
825
  ultracart/model/workflow_task_response.py,sha256=A9Tq_Q-2NDgTExf6XeBKeCkSnrgiLooOkFH48pie5Kw,12785
826
826
  ultracart/model/workflow_tasks_request.py,sha256=y0roUHhOxhUClRyklUyRtAKgU9i0AnjM5hS0v6KeSB4,17517
@@ -829,8 +829,8 @@ ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE
829
829
  ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
830
830
  ultracart/model/workflow_users_response.py,sha256=uVrMVVk_hsX94W_exep-rKCwvv772Ocdw19UO1YL27g,12813
831
831
  ultracart/models/__init__.py,sha256=hjVxJD34IfqxbWKSX2a2Wm4rw_d9-A-9RCN5bLxNNSA,60995
832
- ultracart_rest_sdk-4.0.197.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
833
- ultracart_rest_sdk-4.0.197.dist-info/METADATA,sha256=cD72oU8RpCjrlogjFSRdPnLnN1RxqtWrOcvy7XgjFVc,403
834
- ultracart_rest_sdk-4.0.197.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
835
- ultracart_rest_sdk-4.0.197.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
836
- ultracart_rest_sdk-4.0.197.dist-info/RECORD,,
832
+ ultracart_rest_sdk-4.0.199.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
833
+ ultracart_rest_sdk-4.0.199.dist-info/METADATA,sha256=B9n_Bjpo4xJXrPxRWq-TsNP1JMdWooSReqcSacscnrQ,403
834
+ ultracart_rest_sdk-4.0.199.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
835
+ ultracart_rest_sdk-4.0.199.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
836
+ ultracart_rest_sdk-4.0.199.dist-info/RECORD,,