ultracart-rest-sdk 4.0.231__py3-none-any.whl → 4.0.232__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.231"
14
+ __version__ = "4.0.232"
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.231/python'
80
+ self.user_agent = 'OpenAPI-Generator/4.0.232/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.231".\
425
+ "SDK Package Version: 4.0.232".\
426
426
  format(env=sys.platform, pyversion=sys.version)
427
427
 
428
428
  def get_host_settings(self):
@@ -128,6 +128,7 @@ class ItemShipping(ModelNormal):
128
128
  'free_shipping': (bool,), # noqa: E501
129
129
  'freight_class': (str,), # noqa: E501
130
130
  'hazmat': (bool,), # noqa: E501
131
+ 'hold_for_transmission': (bool,), # noqa: E501
131
132
  'made_to_order': (bool,), # noqa: E501
132
133
  'made_to_order_lead_time': (int,), # noqa: E501
133
134
  'max_days_time_in_transit': (int,), # noqa: E501
@@ -184,6 +185,7 @@ class ItemShipping(ModelNormal):
184
185
  'free_shipping': 'free_shipping', # noqa: E501
185
186
  'freight_class': 'freight_class', # noqa: E501
186
187
  'hazmat': 'hazmat', # noqa: E501
188
+ 'hold_for_transmission': 'hold_for_transmission', # noqa: E501
187
189
  'made_to_order': 'made_to_order', # noqa: E501
188
190
  'made_to_order_lead_time': 'made_to_order_lead_time', # noqa: E501
189
191
  'max_days_time_in_transit': 'max_days_time_in_transit', # noqa: E501
@@ -275,6 +277,7 @@ class ItemShipping(ModelNormal):
275
277
  free_shipping (bool): Qualifies for free shipping. [optional] # noqa: E501
276
278
  freight_class (str): Freight class. [optional] # noqa: E501
277
279
  hazmat (bool): Hazardous material. [optional] # noqa: E501
280
+ hold_for_transmission (bool): Hold for transmission. [optional] # noqa: E501
278
281
  made_to_order (bool): True if this item is made to order. [optional] # noqa: E501
279
282
  made_to_order_lead_time (int): Number of days lead time it takes to make the item before ite can ship. [optional] # noqa: E501
280
283
  max_days_time_in_transit (int): Maximum days allowed in transit. [optional] # noqa: E501
@@ -408,6 +411,7 @@ class ItemShipping(ModelNormal):
408
411
  free_shipping (bool): Qualifies for free shipping. [optional] # noqa: E501
409
412
  freight_class (str): Freight class. [optional] # noqa: E501
410
413
  hazmat (bool): Hazardous material. [optional] # noqa: E501
414
+ hold_for_transmission (bool): Hold for transmission. [optional] # noqa: E501
411
415
  made_to_order (bool): True if this item is made to order. [optional] # noqa: E501
412
416
  made_to_order_lead_time (int): Number of days lead time it takes to make the item before ite can ship. [optional] # noqa: E501
413
417
  max_days_time_in_transit (int): Maximum days allowed in transit. [optional] # noqa: E501
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ultracart-rest-sdk
3
- Version: 4.0.231
3
+ Version: 4.0.232
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=h33EyupWvBOyllZZvCwPZ169KIFxjP8QdQjUdar7LAc,699
2
- ultracart/api_client.py,sha256=7JbQHCALcOWK9Q3zaUMY3bQ6S1O-6YG-hKKxZdDUjoM,39072
3
- ultracart/configuration.py,sha256=bQjpRSwXXD8RM5GFBRpglwMjLBNvu84uJIX4iuWyfW8,17842
1
+ ultracart/__init__.py,sha256=JrJ2dkohyxn_szSYnVmLAyyr-qHLADdIy_A0LtnQmi8,699
2
+ ultracart/api_client.py,sha256=rCxbXLPva3pzkhayGH8RK9wVwxPr1WVl45pSKCB62Jg,39072
3
+ ultracart/configuration.py,sha256=Z3QN1A-irnYTcnrhxekk6sqjbMIVG--6Y2Shf5nToUs,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
@@ -594,7 +594,7 @@ ultracart/model/item_review_response.py,sha256=9vficG5KJijtb0K7cjipsSYfqMevxGAey
594
594
  ultracart/model/item_reviews.py,sha256=5Jy7c06pNx10kNCn-GhVs-RqFZ38NUes2d3iKqya610,14717
595
595
  ultracart/model/item_reviews_response.py,sha256=8VHoKWhneLoHiNnHai2oI229a4djg4ZPMaLeD2-Z7go,12807
596
596
  ultracart/model/item_salesforce.py,sha256=AuFzRmxyNF_fOm6FOsVknJ_F_LWDQjZVxvnn1QllWFA,11801
597
- ultracart/model/item_shipping.py,sha256=7xQMk3ftf09yjK446lnh3_62b4Tk3kVpAb0ePLqj4JA,27671
597
+ ultracart/model/item_shipping.py,sha256=PEW4H4e8yXyiL878VcUzJVtSDRh2vvWPHR4wJ8FgfmE,27983
598
598
  ultracart/model/item_shipping_case.py,sha256=FnxLyFpwdhlIS-0ytsA87ZB2Dwr9_JlaXyyVABD62Kg,12364
599
599
  ultracart/model/item_shipping_destination_markup.py,sha256=dwcd7jpETU1vTw6LnE0Px0tlkoNCxM6kmvtCTYOHYWU,13317
600
600
  ultracart/model/item_shipping_destination_restriction.py,sha256=8anlMO2ultHnR_4LMxAdk9i1azuoNcljW1BTqztOVvw,12236
@@ -882,8 +882,8 @@ ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE
882
882
  ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
883
883
  ultracart/model/workflow_users_response.py,sha256=3Y7L1oHc2-HOvl1pDdcnl9xHKYLGblKpKdbkPBh2u68,13059
884
884
  ultracart/models/__init__.py,sha256=JOyD4oTrVKrwdSgBUPAcyMnm_9hmWMw9aPK7u8ppvak,65794
885
- ultracart_rest_sdk-4.0.231.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
886
- ultracart_rest_sdk-4.0.231.dist-info/METADATA,sha256=0VriT3dB0rZTVJANO7crTs0CQanH6kEfqKjX11e2Phk,403
887
- ultracart_rest_sdk-4.0.231.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
888
- ultracart_rest_sdk-4.0.231.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
889
- ultracart_rest_sdk-4.0.231.dist-info/RECORD,,
885
+ ultracart_rest_sdk-4.0.232.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
886
+ ultracart_rest_sdk-4.0.232.dist-info/METADATA,sha256=5kp31Hiinm8hGMbH8nFdDiJqkF38eyjuP6J0x9RBBQ0,403
887
+ ultracart_rest_sdk-4.0.232.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
888
+ ultracart_rest_sdk-4.0.232.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
889
+ ultracart_rest_sdk-4.0.232.dist-info/RECORD,,