ultracart-rest-sdk 4.0.236__py3-none-any.whl → 4.0.238__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/conversation_agent_auth.py +8 -0
- ultracart/model/item_content.py +14 -2
- {ultracart_rest_sdk-4.0.236.dist-info → ultracart_rest_sdk-4.0.238.dist-info}/METADATA +1 -1
- {ultracart_rest_sdk-4.0.236.dist-info → ultracart_rest_sdk-4.0.238.dist-info}/RECORD +10 -10
- {ultracart_rest_sdk-4.0.236.dist-info → ultracart_rest_sdk-4.0.238.dist-info}/LICENSE +0 -0
- {ultracart_rest_sdk-4.0.236.dist-info → ultracart_rest_sdk-4.0.238.dist-info}/WHEEL +0 -0
- {ultracart_rest_sdk-4.0.236.dist-info → ultracart_rest_sdk-4.0.238.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.238/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.238".\
|
|
426
426
|
format(env=sys.platform, pyversion=sys.version)
|
|
427
427
|
|
|
428
428
|
def get_host_settings(self):
|
|
@@ -90,6 +90,7 @@ class ConversationAgentAuth(ModelNormal):
|
|
|
90
90
|
return {
|
|
91
91
|
'conversation_participant_arn': (str,), # noqa: E501
|
|
92
92
|
'conversation_participant_name': (str,), # noqa: E501
|
|
93
|
+
'group_ids': ([int],), # noqa: E501
|
|
93
94
|
'jwt': (str,), # noqa: E501
|
|
94
95
|
'merchant_id': (str,), # noqa: E501
|
|
95
96
|
'pbx_admin': (bool,), # noqa: E501
|
|
@@ -100,6 +101,7 @@ class ConversationAgentAuth(ModelNormal):
|
|
|
100
101
|
'pbx_voice_token': (str,), # noqa: E501
|
|
101
102
|
'pbx_worker_token': (str,), # noqa: E501
|
|
102
103
|
'twilio_accounts': ([ConversationTwilioAccount],), # noqa: E501
|
|
104
|
+
'user_id': (int,), # noqa: E501
|
|
103
105
|
'websocket_url': (str,), # noqa: E501
|
|
104
106
|
}
|
|
105
107
|
|
|
@@ -111,6 +113,7 @@ class ConversationAgentAuth(ModelNormal):
|
|
|
111
113
|
attribute_map = {
|
|
112
114
|
'conversation_participant_arn': 'conversation_participant_arn', # noqa: E501
|
|
113
115
|
'conversation_participant_name': 'conversation_participant_name', # noqa: E501
|
|
116
|
+
'group_ids': 'group_ids', # noqa: E501
|
|
114
117
|
'jwt': 'jwt', # noqa: E501
|
|
115
118
|
'merchant_id': 'merchant_id', # noqa: E501
|
|
116
119
|
'pbx_admin': 'pbx_admin', # noqa: E501
|
|
@@ -121,6 +124,7 @@ class ConversationAgentAuth(ModelNormal):
|
|
|
121
124
|
'pbx_voice_token': 'pbx_voice_token', # noqa: E501
|
|
122
125
|
'pbx_worker_token': 'pbx_worker_token', # noqa: E501
|
|
123
126
|
'twilio_accounts': 'twilio_accounts', # noqa: E501
|
|
127
|
+
'user_id': 'user_id', # noqa: E501
|
|
124
128
|
'websocket_url': 'websocket_url', # noqa: E501
|
|
125
129
|
}
|
|
126
130
|
|
|
@@ -167,6 +171,7 @@ class ConversationAgentAuth(ModelNormal):
|
|
|
167
171
|
_visited_composed_classes = (Animal,)
|
|
168
172
|
conversation_participant_arn (str): [optional] # noqa: E501
|
|
169
173
|
conversation_participant_name (str): [optional] # noqa: E501
|
|
174
|
+
group_ids ([int]): UltraCart Groups this user belongs to. [optional] # noqa: E501
|
|
170
175
|
jwt (str): [optional] # noqa: E501
|
|
171
176
|
merchant_id (str): [optional] # noqa: E501
|
|
172
177
|
pbx_admin (bool): [optional] # noqa: E501
|
|
@@ -177,6 +182,7 @@ class ConversationAgentAuth(ModelNormal):
|
|
|
177
182
|
pbx_voice_token (str): [optional] # noqa: E501
|
|
178
183
|
pbx_worker_token (str): [optional] # noqa: E501
|
|
179
184
|
twilio_accounts ([ConversationTwilioAccount]): [optional] # noqa: E501
|
|
185
|
+
user_id (int): UltraCart User ID. [optional] # noqa: E501
|
|
180
186
|
websocket_url (str): [optional] # noqa: E501
|
|
181
187
|
"""
|
|
182
188
|
|
|
@@ -265,6 +271,7 @@ class ConversationAgentAuth(ModelNormal):
|
|
|
265
271
|
_visited_composed_classes = (Animal,)
|
|
266
272
|
conversation_participant_arn (str): [optional] # noqa: E501
|
|
267
273
|
conversation_participant_name (str): [optional] # noqa: E501
|
|
274
|
+
group_ids ([int]): UltraCart Groups this user belongs to. [optional] # noqa: E501
|
|
268
275
|
jwt (str): [optional] # noqa: E501
|
|
269
276
|
merchant_id (str): [optional] # noqa: E501
|
|
270
277
|
pbx_admin (bool): [optional] # noqa: E501
|
|
@@ -275,6 +282,7 @@ class ConversationAgentAuth(ModelNormal):
|
|
|
275
282
|
pbx_voice_token (str): [optional] # noqa: E501
|
|
276
283
|
pbx_worker_token (str): [optional] # noqa: E501
|
|
277
284
|
twilio_accounts ([ConversationTwilioAccount]): [optional] # noqa: E501
|
|
285
|
+
user_id (int): UltraCart User ID. [optional] # noqa: E501
|
|
278
286
|
websocket_url (str): [optional] # noqa: E501
|
|
279
287
|
"""
|
|
280
288
|
|
ultracart/model/item_content.py
CHANGED
|
@@ -103,6 +103,9 @@ class ItemContent(ModelNormal):
|
|
|
103
103
|
'exclude_from_top_sellers': (bool,), # noqa: E501
|
|
104
104
|
'extended_description': (str,), # noqa: E501
|
|
105
105
|
'extended_description_translated_text_instance_oid': (int,), # noqa: E501
|
|
106
|
+
'meta_description': (str,), # noqa: E501
|
|
107
|
+
'meta_keywords': (str,), # noqa: E501
|
|
108
|
+
'meta_title': (str,), # noqa: E501
|
|
106
109
|
'multimedia': ([ItemContentMultimedia],), # noqa: E501
|
|
107
110
|
'new_item': (bool,), # noqa: E501
|
|
108
111
|
'new_item_end': (str,), # noqa: E501
|
|
@@ -124,6 +127,9 @@ class ItemContent(ModelNormal):
|
|
|
124
127
|
'exclude_from_top_sellers': 'exclude_from_top_sellers', # noqa: E501
|
|
125
128
|
'extended_description': 'extended_description', # noqa: E501
|
|
126
129
|
'extended_description_translated_text_instance_oid': 'extended_description_translated_text_instance_oid', # noqa: E501
|
|
130
|
+
'meta_description': 'meta_description', # noqa: E501
|
|
131
|
+
'meta_keywords': 'meta_keywords', # noqa: E501
|
|
132
|
+
'meta_title': 'meta_title', # noqa: E501
|
|
127
133
|
'multimedia': 'multimedia', # noqa: E501
|
|
128
134
|
'new_item': 'new_item', # noqa: E501
|
|
129
135
|
'new_item_end': 'new_item_end', # noqa: E501
|
|
@@ -179,7 +185,10 @@ class ItemContent(ModelNormal):
|
|
|
179
185
|
exclude_from_sitemap (bool): Exclude from the sitemap for the StoreFront. [optional] # noqa: E501
|
|
180
186
|
exclude_from_top_sellers (bool): Exclude from the top sellers list in the StoreFront. [optional] # noqa: E501
|
|
181
187
|
extended_description (str): Extended description (max 10000 characters). [optional] # noqa: E501
|
|
182
|
-
extended_description_translated_text_instance_oid (int):
|
|
188
|
+
extended_description_translated_text_instance_oid (int): Extended description text translation instance identifier. [optional] # noqa: E501
|
|
189
|
+
meta_description (str): SEO meta description used by Storefronts. [optional] # noqa: E501
|
|
190
|
+
meta_keywords (str): SEO meta keywords used by Storefronts. [optional] # noqa: E501
|
|
191
|
+
meta_title (str): SEO meta title used by Storefronts. [optional] # noqa: E501
|
|
183
192
|
multimedia ([ItemContentMultimedia]): Multimedia. [optional] # noqa: E501
|
|
184
193
|
new_item (bool): True if the item is new. [optional] # noqa: E501
|
|
185
194
|
new_item_end (str): The date the item should no longer be considered new. [optional] # noqa: E501
|
|
@@ -277,7 +286,10 @@ class ItemContent(ModelNormal):
|
|
|
277
286
|
exclude_from_sitemap (bool): Exclude from the sitemap for the StoreFront. [optional] # noqa: E501
|
|
278
287
|
exclude_from_top_sellers (bool): Exclude from the top sellers list in the StoreFront. [optional] # noqa: E501
|
|
279
288
|
extended_description (str): Extended description (max 10000 characters). [optional] # noqa: E501
|
|
280
|
-
extended_description_translated_text_instance_oid (int):
|
|
289
|
+
extended_description_translated_text_instance_oid (int): Extended description text translation instance identifier. [optional] # noqa: E501
|
|
290
|
+
meta_description (str): SEO meta description used by Storefronts. [optional] # noqa: E501
|
|
291
|
+
meta_keywords (str): SEO meta keywords used by Storefronts. [optional] # noqa: E501
|
|
292
|
+
meta_title (str): SEO meta title used by Storefronts. [optional] # noqa: E501
|
|
281
293
|
multimedia ([ItemContentMultimedia]): Multimedia. [optional] # noqa: E501
|
|
282
294
|
new_item (bool): True if the item is new. [optional] # noqa: E501
|
|
283
295
|
new_item_end (str): The date the item should no longer be considered new. [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=Q8TZZtdp2MuIqfXwFAHcVdUhGzuSptj9h_A_QquDdb4,699
|
|
2
|
+
ultracart/api_client.py,sha256=mnzyeqMClX3FC4fMCO_zczWngv2Th4Djpzo-H8Q8z8g,39072
|
|
3
|
+
ultracart/configuration.py,sha256=kS9BuKXPCBM0jM3JHZa_QmixAMQi1CnwwgI0Q4UbJEs,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
|
|
@@ -157,7 +157,7 @@ ultracart/model/checkout_setup_browser_key_response.py,sha256=HHkfgHDcOps7jAp8RB
|
|
|
157
157
|
ultracart/model/checkout_state_province_response.py,sha256=QD6yupUWG_6ocSN83krfw7-eaN0YzxtLvatnUuci10Y,11698
|
|
158
158
|
ultracart/model/city_state_zip.py,sha256=goGnlh4nzcsV1p8iNeFm4y6LP2TrtHIVjBPrHCDNBas,12129
|
|
159
159
|
ultracart/model/conversation.py,sha256=GzwEq5ZCV02WfWPE7zyJvbZz-MX1KIdBxij-zelOfYc,17213
|
|
160
|
-
ultracart/model/conversation_agent_auth.py,sha256=
|
|
160
|
+
ultracart/model/conversation_agent_auth.py,sha256=OKvY61hG-vpVOtSzVOqXeBy-b5feJuglN53Ovcl0Co0,15038
|
|
161
161
|
ultracart/model/conversation_agent_auth_response.py,sha256=boVaC_JNOUGPlmxX2E-QdQWFLAJMS8GC4OWMRYaCjNM,12906
|
|
162
162
|
ultracart/model/conversation_agent_profile.py,sha256=vqIOHdbPLr3tgNMwe_Ufx_disp3Q_80aOStSZSXwAEQ,13813
|
|
163
163
|
ultracart/model/conversation_agent_profile_response.py,sha256=vlWWfOZOgHoUuA74xY23jQ9bk4yBZkBbhFWAKiv1mq0,12951
|
|
@@ -542,7 +542,7 @@ ultracart/model/item_chargeback.py,sha256=rhRmQvDw-rKyjf5hXvwcBsEZV05N1yDW6G2_LT
|
|
|
542
542
|
ultracart/model/item_chargeback_addendum.py,sha256=YEqjTO3XFZ-Ya59gLdpgKg_1Yuv-9YODqufOAl7vGrU,12283
|
|
543
543
|
ultracart/model/item_chargeback_adjustment_request.py,sha256=xYUhTJwD8lcgC566ioKYzxW-PsjpRLekTpnrgVPfGoU,12163
|
|
544
544
|
ultracart/model/item_checkout.py,sha256=WUp2p_im2hHLGrP9dFzdRHpDTHkckq2UWqZYZZ2vhN4,12603
|
|
545
|
-
ultracart/model/item_content.py,sha256=
|
|
545
|
+
ultracart/model/item_content.py,sha256=EbAVf3EQSyXd3Jk4UWLJvONyuwBrWYx8pbwyg-ef6XQ,16997
|
|
546
546
|
ultracart/model/item_content_assignment.py,sha256=A-Z2Pu8ZpmalZlKoBpwdkSurh17eJB1wYT4nOLVEqM8,12933
|
|
547
547
|
ultracart/model/item_content_attribute.py,sha256=huBD7xWc4BTcjUSsW2Li8EQ07AqFHpOiw53T_ZLRYjQ,12390
|
|
548
548
|
ultracart/model/item_content_multimedia.py,sha256=tM2gytIYUaLPEAoGO4WtWg6EwAa4CMYb-8s5nFp93zs,16332
|
|
@@ -883,8 +883,8 @@ ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE
|
|
|
883
883
|
ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
|
|
884
884
|
ultracart/model/workflow_users_response.py,sha256=3Y7L1oHc2-HOvl1pDdcnl9xHKYLGblKpKdbkPBh2u68,13059
|
|
885
885
|
ultracart/models/__init__.py,sha256=5w0sm-4hP3O2vuflMmlb19tOWigMwoSgdhRPItFqPAQ,65888
|
|
886
|
-
ultracart_rest_sdk-4.0.
|
|
887
|
-
ultracart_rest_sdk-4.0.
|
|
888
|
-
ultracart_rest_sdk-4.0.
|
|
889
|
-
ultracart_rest_sdk-4.0.
|
|
890
|
-
ultracart_rest_sdk-4.0.
|
|
886
|
+
ultracart_rest_sdk-4.0.238.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
|
|
887
|
+
ultracart_rest_sdk-4.0.238.dist-info/METADATA,sha256=m--5D2JfXo5s-MjkRV_1JYXyeJAjg8c9dPTkKavBj10,403
|
|
888
|
+
ultracart_rest_sdk-4.0.238.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
|
|
889
|
+
ultracart_rest_sdk-4.0.238.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
|
|
890
|
+
ultracart_rest_sdk-4.0.238.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|