ultracart-rest-sdk 4.1.9__py3-none-any.whl → 4.1.10__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.

Potentially problematic release.


This version of ultracart-rest-sdk might be problematic. Click here for more details.

ultracart/__init__.py CHANGED
@@ -11,7 +11,7 @@
11
11
  """
12
12
 
13
13
 
14
- __version__ = "4.1.9"
14
+ __version__ = "4.1.10"
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.1.9/python'
80
+ self.user_agent = 'OpenAPI-Generator/4.1.10/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.1.9".\
425
+ "SDK Package Version: 4.1.10".\
426
426
  format(env=sys.platform, pyversion=sys.version)
427
427
 
428
428
  def get_host_settings(self):
@@ -98,6 +98,7 @@ class ConversationAgentProfile(ModelNormal):
98
98
  'name': (str,), # noqa: E501
99
99
  'profile_image_upload_key': (str,), # noqa: E501
100
100
  'profile_image_url': (str,), # noqa: E501
101
+ 'user_id': (int,), # noqa: E501
101
102
  }
102
103
 
103
104
  @cached_property
@@ -117,6 +118,7 @@ class ConversationAgentProfile(ModelNormal):
117
118
  'name': 'name', # noqa: E501
118
119
  'profile_image_upload_key': 'profile_image_upload_key', # noqa: E501
119
120
  'profile_image_url': 'profile_image_url', # noqa: E501
121
+ 'user_id': 'user_id', # noqa: E501
120
122
  }
121
123
 
122
124
  read_only_vars = {
@@ -171,6 +173,7 @@ class ConversationAgentProfile(ModelNormal):
171
173
  name (str): Their actual user name for profile settings display as placeholder test. [optional] # noqa: E501
172
174
  profile_image_upload_key (str): An upload key used to update the profile image.. [optional] # noqa: E501
173
175
  profile_image_url (str): Their current profile image URL. [optional] # noqa: E501
176
+ user_id (int): User ID associated with the agent. Populated by getAgentProfiles call only.. [optional] # noqa: E501
174
177
  """
175
178
 
176
179
  _check_type = kwargs.pop('_check_type', True)
@@ -267,6 +270,7 @@ class ConversationAgentProfile(ModelNormal):
267
270
  name (str): Their actual user name for profile settings display as placeholder test. [optional] # noqa: E501
268
271
  profile_image_upload_key (str): An upload key used to update the profile image.. [optional] # noqa: E501
269
272
  profile_image_url (str): Their current profile image URL. [optional] # noqa: E501
273
+ user_id (int): User ID associated with the agent. Populated by getAgentProfiles call only.. [optional] # noqa: E501
270
274
  """
271
275
 
272
276
  _check_type = kwargs.pop('_check_type', True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ultracart-rest-sdk
3
- Version: 4.1.9
3
+ Version: 4.1.10
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=FYhJjBRK0t0U88m_FUfWZzQu-9Qm07rfgSrAwTlH4g0,697
2
- ultracart/api_client.py,sha256=C8EVy9jofGH4I__Wy4h9rOC7HfmFHAD_dIN8FX-IzSs,39070
3
- ultracart/configuration.py,sha256=palikcZN68K3PLiM8aoanhyG95hSiUQ7TvJSrQfzD80,17840
1
+ ultracart/__init__.py,sha256=OuOKHFE-lByUGJry9QLYCNdnG9Rui5QjwpNKLcNwty8,698
2
+ ultracart/api_client.py,sha256=AL4H65AQL1deToEd2X11XTRbEt7dVmpesVwKeRU8W0A,39071
3
+ ultracart/configuration.py,sha256=c22WJWLoJCasxgzsypKUbsmeB7Iaxm_X9CTLINscR9c,17841
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
@@ -161,7 +161,7 @@ ultracart/model/city_state_zip.py,sha256=goGnlh4nzcsV1p8iNeFm4y6LP2TrtHIVjBPrHCD
161
161
  ultracart/model/conversation.py,sha256=GzwEq5ZCV02WfWPE7zyJvbZz-MX1KIdBxij-zelOfYc,17213
162
162
  ultracart/model/conversation_agent_auth.py,sha256=OKvY61hG-vpVOtSzVOqXeBy-b5feJuglN53Ovcl0Co0,15038
163
163
  ultracart/model/conversation_agent_auth_response.py,sha256=boVaC_JNOUGPlmxX2E-QdQWFLAJMS8GC4OWMRYaCjNM,12906
164
- ultracart/model/conversation_agent_profile.py,sha256=5iVdmQ9Sx_D0LkO4LO4PblUuQq2uAXpKog247rPFJJg,15039
164
+ ultracart/model/conversation_agent_profile.py,sha256=SnD0oPpT7o8RvJAvewx0XslW56SHwV0JIqPEqtyF8nU,15388
165
165
  ultracart/model/conversation_agent_profile_response.py,sha256=vlWWfOZOgHoUuA74xY23jQ9bk4yBZkBbhFWAKiv1mq0,12951
166
166
  ultracart/model/conversation_agent_profiles_response.py,sha256=xLkOQiO2jaByY0mAG9ctZQLVu641ZE57f-COKLnc4Zc,12965
167
167
  ultracart/model/conversation_autocomplete_request.py,sha256=OjTA7kT3wMyv8E63wwoxai_E5baFIWerzWOl-xn2RB8,11625
@@ -888,8 +888,8 @@ ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE
888
888
  ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
889
889
  ultracart/model/workflow_users_response.py,sha256=3Y7L1oHc2-HOvl1pDdcnl9xHKYLGblKpKdbkPBh2u68,13059
890
890
  ultracart/models/__init__.py,sha256=9nbV6GFKWCIcJ78EBR_Ir3h0VKU_ZHlh7QvEIyteaBE,66301
891
- ultracart_rest_sdk-4.1.9.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
892
- ultracart_rest_sdk-4.1.9.dist-info/METADATA,sha256=dujVdRxe11ehpxHwLpbVK92BTaYQW9IRMUnUBFFEin4,401
893
- ultracart_rest_sdk-4.1.9.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
894
- ultracart_rest_sdk-4.1.9.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
895
- ultracart_rest_sdk-4.1.9.dist-info/RECORD,,
891
+ ultracart_rest_sdk-4.1.10.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
892
+ ultracart_rest_sdk-4.1.10.dist-info/METADATA,sha256=RK_2_z-MSSgZXl7nwcv8uZZsVVCebReQV43MUDY5yIE,402
893
+ ultracart_rest_sdk-4.1.10.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
894
+ ultracart_rest_sdk-4.1.10.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
895
+ ultracart_rest_sdk-4.1.10.dist-info/RECORD,,