ultracart-rest-sdk 4.1.23__py3-none-any.whl → 4.1.24__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/conversation_api.py +1 -1
- ultracart/api_client.py +1 -1
- ultracart/configuration.py +1 -1
- ultracart/model/conversation_virtual_agent_capabilities.py +4 -0
- ultracart/model/customer_loyalty.py +12 -0
- {ultracart_rest_sdk-4.1.23.dist-info → ultracart_rest_sdk-4.1.24.dist-info}/METADATA +1 -1
- {ultracart_rest_sdk-4.1.23.dist-info → ultracart_rest_sdk-4.1.24.dist-info}/RECORD +11 -11
- {ultracart_rest_sdk-4.1.23.dist-info → ultracart_rest_sdk-4.1.24.dist-info}/LICENSE +0 -0
- {ultracart_rest_sdk-4.1.23.dist-info → ultracart_rest_sdk-4.1.24.dist-info}/WHEEL +0 -0
- {ultracart_rest_sdk-4.1.23.dist-info → ultracart_rest_sdk-4.1.24.dist-info}/top_level.txt +0 -0
ultracart/__init__.py
CHANGED
|
@@ -1333,7 +1333,7 @@ class ConversationApi(object):
|
|
|
1333
1333
|
'ultraCartOauth',
|
|
1334
1334
|
'ultraCartSimpleApiKey'
|
|
1335
1335
|
],
|
|
1336
|
-
'endpoint_path': '/conversation
|
|
1336
|
+
'endpoint_path': '/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension}',
|
|
1337
1337
|
'operation_id': 'get_conversation_knowledge_base_document_upload_url',
|
|
1338
1338
|
'http_method': 'GET',
|
|
1339
1339
|
'servers': None,
|
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.
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/4.1.24/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.1.
|
|
425
|
+
"SDK Package Version: 4.1.24".\
|
|
426
426
|
format(env=sys.platform, pyversion=sys.version)
|
|
427
427
|
|
|
428
428
|
def get_host_settings(self):
|
|
@@ -94,6 +94,7 @@ class ConversationVirtualAgentCapabilities(ModelNormal):
|
|
|
94
94
|
"""
|
|
95
95
|
lazy_import()
|
|
96
96
|
return {
|
|
97
|
+
'access_storefront_and_item': (bool,), # noqa: E501
|
|
97
98
|
'cancel_subscription': (bool,), # noqa: E501
|
|
98
99
|
'delay_subscription': (bool,), # noqa: E501
|
|
99
100
|
'lookup_order_information': (bool,), # noqa: E501
|
|
@@ -116,6 +117,7 @@ class ConversationVirtualAgentCapabilities(ModelNormal):
|
|
|
116
117
|
|
|
117
118
|
|
|
118
119
|
attribute_map = {
|
|
120
|
+
'access_storefront_and_item': 'access_storefront_and_item', # noqa: E501
|
|
119
121
|
'cancel_subscription': 'cancel_subscription', # noqa: E501
|
|
120
122
|
'delay_subscription': 'delay_subscription', # noqa: E501
|
|
121
123
|
'lookup_order_information': 'lookup_order_information', # noqa: E501
|
|
@@ -173,6 +175,7 @@ class ConversationVirtualAgentCapabilities(ModelNormal):
|
|
|
173
175
|
Animal class but this time we won't travel
|
|
174
176
|
through its discriminator because we passed in
|
|
175
177
|
_visited_composed_classes = (Animal,)
|
|
178
|
+
access_storefront_and_item (bool): Permission flag to allow this Agent access to the storefront and item information.. [optional] # noqa: E501
|
|
176
179
|
cancel_subscription (bool): [optional] # noqa: E501
|
|
177
180
|
delay_subscription (bool): [optional] # noqa: E501
|
|
178
181
|
lookup_order_information (bool): [optional] # noqa: E501
|
|
@@ -272,6 +275,7 @@ class ConversationVirtualAgentCapabilities(ModelNormal):
|
|
|
272
275
|
Animal class but this time we won't travel
|
|
273
276
|
through its discriminator because we passed in
|
|
274
277
|
_visited_composed_classes = (Animal,)
|
|
278
|
+
access_storefront_and_item (bool): Permission flag to allow this Agent access to the storefront and item information.. [optional] # noqa: E501
|
|
275
279
|
cancel_subscription (bool): [optional] # noqa: E501
|
|
276
280
|
delay_subscription (bool): [optional] # noqa: E501
|
|
277
281
|
lookup_order_information (bool): [optional] # noqa: E501
|
|
@@ -97,6 +97,9 @@ class CustomerLoyalty(ModelNormal):
|
|
|
97
97
|
'internal_gift_certificate_balance': (str,), # noqa: E501
|
|
98
98
|
'internal_gift_certificate_oid': (int,), # noqa: E501
|
|
99
99
|
'ledger_entries': ([CustomerLoyaltyLedger],), # noqa: E501
|
|
100
|
+
'loyalty_tier_expiration_dts': (str,), # noqa: E501
|
|
101
|
+
'loyalty_tier_name': (str,), # noqa: E501
|
|
102
|
+
'loyalty_tier_oid': (int,), # noqa: E501
|
|
100
103
|
'pending_points': (int,), # noqa: E501
|
|
101
104
|
'redemptions': ([CustomerLoyaltyRedemption],), # noqa: E501
|
|
102
105
|
}
|
|
@@ -112,6 +115,9 @@ class CustomerLoyalty(ModelNormal):
|
|
|
112
115
|
'internal_gift_certificate_balance': 'internal_gift_certificate_balance', # noqa: E501
|
|
113
116
|
'internal_gift_certificate_oid': 'internal_gift_certificate_oid', # noqa: E501
|
|
114
117
|
'ledger_entries': 'ledger_entries', # noqa: E501
|
|
118
|
+
'loyalty_tier_expiration_dts': 'loyalty_tier_expiration_dts', # noqa: E501
|
|
119
|
+
'loyalty_tier_name': 'loyalty_tier_name', # noqa: E501
|
|
120
|
+
'loyalty_tier_oid': 'loyalty_tier_oid', # noqa: E501
|
|
115
121
|
'pending_points': 'pending_points', # noqa: E501
|
|
116
122
|
'redemptions': 'redemptions', # noqa: E501
|
|
117
123
|
}
|
|
@@ -162,6 +168,9 @@ class CustomerLoyalty(ModelNormal):
|
|
|
162
168
|
internal_gift_certificate_balance (str): Loyalty Cashback / Store credit balance (internal gift certificate balance). [optional] # noqa: E501
|
|
163
169
|
internal_gift_certificate_oid (int): Internal gift certificate oid used to tracking loyalty cashback / store credit.. [optional] # noqa: E501
|
|
164
170
|
ledger_entries ([CustomerLoyaltyLedger]): Ledger entries. [optional] # noqa: E501
|
|
171
|
+
loyalty_tier_expiration_dts (str): Loyalty tier expiration date (read only because of SDK addition). [optional] # noqa: E501
|
|
172
|
+
loyalty_tier_name (str): Loyalty tier name. [optional] # noqa: E501
|
|
173
|
+
loyalty_tier_oid (int): Loyalty tier oid (set to zero to remove the tier). [optional] # noqa: E501
|
|
165
174
|
pending_points (int): Pending Points. [optional] # noqa: E501
|
|
166
175
|
redemptions ([CustomerLoyaltyRedemption]): Redemptions. [optional] # noqa: E501
|
|
167
176
|
"""
|
|
@@ -254,6 +263,9 @@ class CustomerLoyalty(ModelNormal):
|
|
|
254
263
|
internal_gift_certificate_balance (str): Loyalty Cashback / Store credit balance (internal gift certificate balance). [optional] # noqa: E501
|
|
255
264
|
internal_gift_certificate_oid (int): Internal gift certificate oid used to tracking loyalty cashback / store credit.. [optional] # noqa: E501
|
|
256
265
|
ledger_entries ([CustomerLoyaltyLedger]): Ledger entries. [optional] # noqa: E501
|
|
266
|
+
loyalty_tier_expiration_dts (str): Loyalty tier expiration date (read only because of SDK addition). [optional] # noqa: E501
|
|
267
|
+
loyalty_tier_name (str): Loyalty tier name. [optional] # noqa: E501
|
|
268
|
+
loyalty_tier_oid (int): Loyalty tier oid (set to zero to remove the tier). [optional] # noqa: E501
|
|
257
269
|
pending_points (int): Pending Points. [optional] # noqa: E501
|
|
258
270
|
redemptions ([CustomerLoyaltyRedemption]): Redemptions. [optional] # noqa: E501
|
|
259
271
|
"""
|
|
@@ -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=cQ0Upbuj4BuSkYOWk4KAgYPMMijBbuNRDcEGsh_mCco,698
|
|
2
|
+
ultracart/api_client.py,sha256=f54mkBhJkxbsGeXgR1RRL8tjXrJiBjFFGzNvfQdrCUQ,39071
|
|
3
|
+
ultracart/configuration.py,sha256=TCu3IdS7HnzVFRULti_uG_-3jjHQRcGWFGf3ruTEPFc,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
|
|
@@ -9,7 +9,7 @@ ultracart/api/affiliate_api.py,sha256=Rq7y9AAmN2gOT57qTulnMkr-W4SBboMrzKyM2SXT6R
|
|
|
9
9
|
ultracart/api/auto_order_api.py,sha256=Fxh8jqvSKGeVDod9pWGV9z6mgzP1cVS2hvqQA1bLNnI,72000
|
|
10
10
|
ultracart/api/channel_partner_api.py,sha256=EbAPFtaF8E38jrD7JgDaD-rGU3DM86O3lBPhDuq_fw4,89568
|
|
11
11
|
ultracart/api/checkout_api.py,sha256=KLZAsTMiY55AHDhubbNZYipBPGwihQbEsLDjIDzkLkQ,105889
|
|
12
|
-
ultracart/api/conversation_api.py,sha256=
|
|
12
|
+
ultracart/api/conversation_api.py,sha256=71FSOSslDROkn9onUSBJZSF3rNoSsajmwvEfxnR50bU,491366
|
|
13
13
|
ultracart/api/coupon_api.py,sha256=voBpCzDhuBog_0WKSj9J-2zKSI8LyJINjUneeLAwlHg,109039
|
|
14
14
|
ultracart/api/customer_api.py,sha256=XQOXuJBYypnrf6eHgCprm1go8nm_0CPFXTWQonRzfwA,146463
|
|
15
15
|
ultracart/api/datawarehouse_api.py,sha256=QkXb1rXOjjsmVcpP5epPnmmxo-w2GRA1Z0xrnfGtftE,162366
|
|
@@ -253,7 +253,7 @@ ultracart/model/conversation_summary.py,sha256=0i8GstJNBSy6uItPgsIXA02V2zehOpUhj
|
|
|
253
253
|
ultracart/model/conversation_twilio_account.py,sha256=E-UV15UQjZJwQDfG_9qggZjoSDSP72YnXu8LyE7q-TQ,11723
|
|
254
254
|
ultracart/model/conversation_virtual_agent_budget.py,sha256=PRCNTgiHi-00tmwzMQo9TB2Uq6OkjHDsM-PkGbzqWvQ,12157
|
|
255
255
|
ultracart/model/conversation_virtual_agent_budget_response.py,sha256=oA6EwrXgQ5-xvXcfU5-76a2GQB59t9Fk8DCXsoaE9Ks,12977
|
|
256
|
-
ultracart/model/conversation_virtual_agent_capabilities.py,sha256=
|
|
256
|
+
ultracart/model/conversation_virtual_agent_capabilities.py,sha256=CUU3fovUgIaSanRE5DYbKlbVCi3PfrKFpmHmVLyr9x4,16898
|
|
257
257
|
ultracart/model/conversation_virtual_agent_capabilities_response.py,sha256=4RftOI59iQvVbRTFzK8dJwgwxXuZqAlVlhdOrQcPDPU,13067
|
|
258
258
|
ultracart/model/conversation_virtual_agent_capability_zoho_desk_department.py,sha256=uc8xB3uBBi9FhWU60PtcF-kZ_F4cwddgYYuN7K8mZYw,11783
|
|
259
259
|
ultracart/model/conversation_webchat_context.py,sha256=_DgYNiy2WOVMcEuM9Un-aLqRuWUstG0IC3BLnFmYtCk,13789
|
|
@@ -374,7 +374,7 @@ ultracart/model/customer_edi.py,sha256=aqZFCM-Huk4hpXifFOEXRZIHfzTX-xDa0Pv2YvWh3
|
|
|
374
374
|
ultracart/model/customer_editor_values.py,sha256=fXw-zluZhR2f5vhjAIn60Zfs_XDvcoPtrk0wphjgDr4,14976
|
|
375
375
|
ultracart/model/customer_email.py,sha256=-J1XlEYabc6OGUtQ-gf8otyQx74SWUCIuwWAQZGrRxA,13077
|
|
376
376
|
ultracart/model/customer_email_list_changes.py,sha256=Qj3g0CYfcJFuy5yiJCEvwRtXCOeJ-An7XqcBUcY35cA,11886
|
|
377
|
-
ultracart/model/customer_loyalty.py,sha256=
|
|
377
|
+
ultracart/model/customer_loyalty.py,sha256=8q15JorXox1n5G5E_pLgnC8H1a7PLQQDZbYp0U9AXRk,15152
|
|
378
378
|
ultracart/model/customer_loyalty_ledger.py,sha256=oOvKK3qIqAS1_u34QvOx_R_jEv5HQVMy0xXO2qg33Hs,14834
|
|
379
379
|
ultracart/model/customer_loyalty_redemption.py,sha256=f7BvnWoS-TWZ_FqL17gWuWx2nr9bkm9gNyTg_AnQGiI,14828
|
|
380
380
|
ultracart/model/customer_magic_link_response.py,sha256=9Cg_1RUX38p8Yw5gUjiZLv-ppxscz-YI1JqDWTwgJ4I,12674
|
|
@@ -926,8 +926,8 @@ ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE
|
|
|
926
926
|
ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
|
|
927
927
|
ultracart/model/workflow_users_response.py,sha256=3Y7L1oHc2-HOvl1pDdcnl9xHKYLGblKpKdbkPBh2u68,13059
|
|
928
928
|
ultracart/models/__init__.py,sha256=Vw1AXohge8TidVh7-ooBLW_h27T3agW8CU--N3GUPhY,70005
|
|
929
|
-
ultracart_rest_sdk-4.1.
|
|
930
|
-
ultracart_rest_sdk-4.1.
|
|
931
|
-
ultracart_rest_sdk-4.1.
|
|
932
|
-
ultracart_rest_sdk-4.1.
|
|
933
|
-
ultracart_rest_sdk-4.1.
|
|
929
|
+
ultracart_rest_sdk-4.1.24.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
|
|
930
|
+
ultracart_rest_sdk-4.1.24.dist-info/METADATA,sha256=aeHhJWGGupSDEtHKohEZ-3u9WXLlY6_kr5ZNFka9HFE,402
|
|
931
|
+
ultracart_rest_sdk-4.1.24.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
|
|
932
|
+
ultracart_rest_sdk-4.1.24.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
|
|
933
|
+
ultracart_rest_sdk-4.1.24.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|