ultracart-rest-sdk 4.1.19__py3-none-any.whl → 4.1.20__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 +1 -1
- ultracart/api/datawarehouse_api.py +585 -0
- ultracart/api_client.py +1 -1
- ultracart/apis/__init__.py +0 -1
- ultracart/configuration.py +1 -1
- ultracart/model/{chargeback_dispute.py → custom_dashboard_schedule.py} +23 -143
- ultracart/model/{chargeback_dispute_response.py → custom_dashboard_schedule_response.py} +9 -9
- ultracart/model/{chargeback_disputes_response.py → custom_dashboard_schedules_response.py} +9 -9
- ultracart/model/custom_report.py +4 -0
- ultracart/model/email_campaign.py +8 -0
- ultracart/model/order_payment.py +2 -0
- ultracart/models/__init__.py +3 -3
- {ultracart_rest_sdk-4.1.19.dist-info → ultracart_rest_sdk-4.1.20.dist-info}/METADATA +1 -1
- {ultracart_rest_sdk-4.1.19.dist-info → ultracart_rest_sdk-4.1.20.dist-info}/RECORD +17 -18
- ultracart/api/chargeback_api.py +0 -818
- {ultracart_rest_sdk-4.1.19.dist-info → ultracart_rest_sdk-4.1.20.dist-info}/LICENSE +0 -0
- {ultracart_rest_sdk-4.1.19.dist-info → ultracart_rest_sdk-4.1.20.dist-info}/WHEEL +0 -0
- {ultracart_rest_sdk-4.1.19.dist-info → ultracart_rest_sdk-4.1.20.dist-info}/top_level.txt +0 -0
|
@@ -30,12 +30,8 @@ from ultracart.model_utils import ( # noqa: F401
|
|
|
30
30
|
from ultracart.exceptions import ApiAttributeError
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
def lazy_import():
|
|
34
|
-
from ultracart.model.order import Order
|
|
35
|
-
globals()['Order'] = Order
|
|
36
33
|
|
|
37
|
-
|
|
38
|
-
class ChargebackDispute(ModelNormal):
|
|
34
|
+
class CustomDashboardSchedule(ModelNormal):
|
|
39
35
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
40
36
|
Ref: https://openapi-generator.tech
|
|
41
37
|
|
|
@@ -63,48 +59,6 @@ class ChargebackDispute(ModelNormal):
|
|
|
63
59
|
}
|
|
64
60
|
|
|
65
61
|
validations = {
|
|
66
|
-
('account_number',): {
|
|
67
|
-
'max_length': 50,
|
|
68
|
-
},
|
|
69
|
-
('auth_code',): {
|
|
70
|
-
'max_length': 20,
|
|
71
|
-
},
|
|
72
|
-
('case_number',): {
|
|
73
|
-
'max_length': 50,
|
|
74
|
-
},
|
|
75
|
-
('currency',): {
|
|
76
|
-
'max_length': 10,
|
|
77
|
-
},
|
|
78
|
-
('encryption_key',): {
|
|
79
|
-
'max_length': 100,
|
|
80
|
-
},
|
|
81
|
-
('fax_failure_reason',): {
|
|
82
|
-
'max_length': 250,
|
|
83
|
-
},
|
|
84
|
-
('fax_number',): {
|
|
85
|
-
'max_length': 20,
|
|
86
|
-
},
|
|
87
|
-
('icsid',): {
|
|
88
|
-
'max_length': 50,
|
|
89
|
-
},
|
|
90
|
-
('order_id',): {
|
|
91
|
-
'max_length': 30,
|
|
92
|
-
},
|
|
93
|
-
('partial_card_number',): {
|
|
94
|
-
'max_length': 20,
|
|
95
|
-
},
|
|
96
|
-
('pdf_file_oid',): {
|
|
97
|
-
'max_length': 32,
|
|
98
|
-
},
|
|
99
|
-
('reason_code',): {
|
|
100
|
-
'max_length': 70,
|
|
101
|
-
},
|
|
102
|
-
('status',): {
|
|
103
|
-
'max_length': 20,
|
|
104
|
-
},
|
|
105
|
-
('website_url',): {
|
|
106
|
-
'max_length': 250,
|
|
107
|
-
},
|
|
108
62
|
}
|
|
109
63
|
|
|
110
64
|
@cached_property
|
|
@@ -113,7 +67,6 @@ class ChargebackDispute(ModelNormal):
|
|
|
113
67
|
This must be a method because a model may have properties that are
|
|
114
68
|
of type self, this must run after the class is loaded
|
|
115
69
|
"""
|
|
116
|
-
lazy_import()
|
|
117
70
|
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
118
71
|
|
|
119
72
|
_nullable = False
|
|
@@ -128,31 +81,12 @@ class ChargebackDispute(ModelNormal):
|
|
|
128
81
|
openapi_types (dict): The key is attribute name
|
|
129
82
|
and the value is attribute type.
|
|
130
83
|
"""
|
|
131
|
-
lazy_import()
|
|
132
84
|
return {
|
|
133
|
-
'
|
|
134
|
-
'
|
|
135
|
-
'
|
|
136
|
-
'
|
|
137
|
-
'
|
|
138
|
-
'chargeback_dispute_oid': (int,), # noqa: E501
|
|
139
|
-
'chargeback_dts': (str,), # noqa: E501
|
|
140
|
-
'currency': (str,), # noqa: E501
|
|
141
|
-
'customer_care_notes': (str,), # noqa: E501
|
|
142
|
-
'encryption_key': (str,), # noqa: E501
|
|
143
|
-
'expiration_dts': (str,), # noqa: E501
|
|
144
|
-
'fax_failure_reason': (str,), # noqa: E501
|
|
145
|
-
'fax_number': (str,), # noqa: E501
|
|
146
|
-
'fax_transaction_id': (int,), # noqa: E501
|
|
147
|
-
'icsid': (str,), # noqa: E501
|
|
148
|
-
'merchant_account_profile_oid': (int,), # noqa: E501
|
|
149
|
-
'order': (Order,), # noqa: E501
|
|
150
|
-
'order_id': (str,), # noqa: E501
|
|
151
|
-
'partial_card_number': (str,), # noqa: E501
|
|
152
|
-
'pdf_file_oid': (str,), # noqa: E501
|
|
153
|
-
'reason_code': (str,), # noqa: E501
|
|
154
|
-
'status': (str,), # noqa: E501
|
|
155
|
-
'website_url': (str,), # noqa: E501
|
|
85
|
+
'cron_trigger_expression': (str,), # noqa: E501
|
|
86
|
+
'data_warehouse_custom_dashboard_oid': (int,), # noqa: E501
|
|
87
|
+
'data_warehouse_custom_dashboard_schedule_oid': (int,), # noqa: E501
|
|
88
|
+
'emails': ([str],), # noqa: E501
|
|
89
|
+
'next_send_dts': (str,), # noqa: E501
|
|
156
90
|
}
|
|
157
91
|
|
|
158
92
|
@cached_property
|
|
@@ -161,29 +95,11 @@ class ChargebackDispute(ModelNormal):
|
|
|
161
95
|
|
|
162
96
|
|
|
163
97
|
attribute_map = {
|
|
164
|
-
'
|
|
165
|
-
'
|
|
166
|
-
'
|
|
167
|
-
'
|
|
168
|
-
'
|
|
169
|
-
'chargeback_dispute_oid': 'chargeback_dispute_oid', # noqa: E501
|
|
170
|
-
'chargeback_dts': 'chargeback_dts', # noqa: E501
|
|
171
|
-
'currency': 'currency', # noqa: E501
|
|
172
|
-
'customer_care_notes': 'customer_care_notes', # noqa: E501
|
|
173
|
-
'encryption_key': 'encryption_key', # noqa: E501
|
|
174
|
-
'expiration_dts': 'expiration_dts', # noqa: E501
|
|
175
|
-
'fax_failure_reason': 'fax_failure_reason', # noqa: E501
|
|
176
|
-
'fax_number': 'fax_number', # noqa: E501
|
|
177
|
-
'fax_transaction_id': 'fax_transaction_id', # noqa: E501
|
|
178
|
-
'icsid': 'icsid', # noqa: E501
|
|
179
|
-
'merchant_account_profile_oid': 'merchant_account_profile_oid', # noqa: E501
|
|
180
|
-
'order': 'order', # noqa: E501
|
|
181
|
-
'order_id': 'order_id', # noqa: E501
|
|
182
|
-
'partial_card_number': 'partial_card_number', # noqa: E501
|
|
183
|
-
'pdf_file_oid': 'pdf_file_oid', # noqa: E501
|
|
184
|
-
'reason_code': 'reason_code', # noqa: E501
|
|
185
|
-
'status': 'status', # noqa: E501
|
|
186
|
-
'website_url': 'website_url', # noqa: E501
|
|
98
|
+
'cron_trigger_expression': 'cron_trigger_expression', # noqa: E501
|
|
99
|
+
'data_warehouse_custom_dashboard_oid': 'data_warehouse_custom_dashboard_oid', # noqa: E501
|
|
100
|
+
'data_warehouse_custom_dashboard_schedule_oid': 'data_warehouse_custom_dashboard_schedule_oid', # noqa: E501
|
|
101
|
+
'emails': 'emails', # noqa: E501
|
|
102
|
+
'next_send_dts': 'next_send_dts', # noqa: E501
|
|
187
103
|
}
|
|
188
104
|
|
|
189
105
|
read_only_vars = {
|
|
@@ -194,7 +110,7 @@ class ChargebackDispute(ModelNormal):
|
|
|
194
110
|
@classmethod
|
|
195
111
|
@convert_js_args_to_python_args
|
|
196
112
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
197
|
-
"""
|
|
113
|
+
"""CustomDashboardSchedule - a model defined in OpenAPI
|
|
198
114
|
|
|
199
115
|
Keyword Args:
|
|
200
116
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -227,29 +143,11 @@ class ChargebackDispute(ModelNormal):
|
|
|
227
143
|
Animal class but this time we won't travel
|
|
228
144
|
through its discriminator because we passed in
|
|
229
145
|
_visited_composed_classes = (Animal,)
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
chargeback_dispute_oid (int): Chargeback Dispute Oid. [optional] # noqa: E501
|
|
236
|
-
chargeback_dts (str): Chargeback dts. [optional] # noqa: E501
|
|
237
|
-
currency (str): Currency. [optional] # noqa: E501
|
|
238
|
-
customer_care_notes (str): Customer care notes. [optional] # noqa: E501
|
|
239
|
-
encryption_key (str): Encryption key. [optional] # noqa: E501
|
|
240
|
-
expiration_dts (str): Expiration Dts. [optional] # noqa: E501
|
|
241
|
-
fax_failure_reason (str): Fax failure reason. [optional] # noqa: E501
|
|
242
|
-
fax_number (str): Fax number. [optional] # noqa: E501
|
|
243
|
-
fax_transaction_id (int): Fax transaction id. [optional] # noqa: E501
|
|
244
|
-
icsid (str): icsid. [optional] # noqa: E501
|
|
245
|
-
merchant_account_profile_oid (int): Merchant account profile oid. [optional] # noqa: E501
|
|
246
|
-
order (Order): [optional] # noqa: E501
|
|
247
|
-
order_id (str): Order Id. [optional] # noqa: E501
|
|
248
|
-
partial_card_number (str): Partial card number. [optional] # noqa: E501
|
|
249
|
-
pdf_file_oid (str): PDF file oid. [optional] # noqa: E501
|
|
250
|
-
reason_code (str): Reason code. [optional] # noqa: E501
|
|
251
|
-
status (str): Status. [optional] # noqa: E501
|
|
252
|
-
website_url (str): Website URL. [optional] # noqa: E501
|
|
146
|
+
cron_trigger_expression (str): [optional] # noqa: E501
|
|
147
|
+
data_warehouse_custom_dashboard_oid (int): [optional] # noqa: E501
|
|
148
|
+
data_warehouse_custom_dashboard_schedule_oid (int): [optional] # noqa: E501
|
|
149
|
+
emails ([str]): [optional] # noqa: E501
|
|
150
|
+
next_send_dts (str): Date/time that the next send will occur.. [optional] # noqa: E501
|
|
253
151
|
"""
|
|
254
152
|
|
|
255
153
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -302,7 +200,7 @@ class ChargebackDispute(ModelNormal):
|
|
|
302
200
|
|
|
303
201
|
@convert_js_args_to_python_args
|
|
304
202
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
305
|
-
"""
|
|
203
|
+
"""CustomDashboardSchedule - a model defined in OpenAPI
|
|
306
204
|
|
|
307
205
|
Keyword Args:
|
|
308
206
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -335,29 +233,11 @@ class ChargebackDispute(ModelNormal):
|
|
|
335
233
|
Animal class but this time we won't travel
|
|
336
234
|
through its discriminator because we passed in
|
|
337
235
|
_visited_composed_classes = (Animal,)
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
chargeback_dispute_oid (int): Chargeback Dispute Oid. [optional] # noqa: E501
|
|
344
|
-
chargeback_dts (str): Chargeback dts. [optional] # noqa: E501
|
|
345
|
-
currency (str): Currency. [optional] # noqa: E501
|
|
346
|
-
customer_care_notes (str): Customer care notes. [optional] # noqa: E501
|
|
347
|
-
encryption_key (str): Encryption key. [optional] # noqa: E501
|
|
348
|
-
expiration_dts (str): Expiration Dts. [optional] # noqa: E501
|
|
349
|
-
fax_failure_reason (str): Fax failure reason. [optional] # noqa: E501
|
|
350
|
-
fax_number (str): Fax number. [optional] # noqa: E501
|
|
351
|
-
fax_transaction_id (int): Fax transaction id. [optional] # noqa: E501
|
|
352
|
-
icsid (str): icsid. [optional] # noqa: E501
|
|
353
|
-
merchant_account_profile_oid (int): Merchant account profile oid. [optional] # noqa: E501
|
|
354
|
-
order (Order): [optional] # noqa: E501
|
|
355
|
-
order_id (str): Order Id. [optional] # noqa: E501
|
|
356
|
-
partial_card_number (str): Partial card number. [optional] # noqa: E501
|
|
357
|
-
pdf_file_oid (str): PDF file oid. [optional] # noqa: E501
|
|
358
|
-
reason_code (str): Reason code. [optional] # noqa: E501
|
|
359
|
-
status (str): Status. [optional] # noqa: E501
|
|
360
|
-
website_url (str): Website URL. [optional] # noqa: E501
|
|
236
|
+
cron_trigger_expression (str): [optional] # noqa: E501
|
|
237
|
+
data_warehouse_custom_dashboard_oid (int): [optional] # noqa: E501
|
|
238
|
+
data_warehouse_custom_dashboard_schedule_oid (int): [optional] # noqa: E501
|
|
239
|
+
emails ([str]): [optional] # noqa: E501
|
|
240
|
+
next_send_dts (str): Date/time that the next send will occur.. [optional] # noqa: E501
|
|
361
241
|
"""
|
|
362
242
|
|
|
363
243
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -31,17 +31,17 @@ from ultracart.exceptions import ApiAttributeError
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
def lazy_import():
|
|
34
|
-
from ultracart.model.
|
|
34
|
+
from ultracart.model.custom_dashboard_schedule import CustomDashboardSchedule
|
|
35
35
|
from ultracart.model.error import Error
|
|
36
36
|
from ultracart.model.response_metadata import ResponseMetadata
|
|
37
37
|
from ultracart.model.warning import Warning
|
|
38
|
-
globals()['
|
|
38
|
+
globals()['CustomDashboardSchedule'] = CustomDashboardSchedule
|
|
39
39
|
globals()['Error'] = Error
|
|
40
40
|
globals()['ResponseMetadata'] = ResponseMetadata
|
|
41
41
|
globals()['Warning'] = Warning
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
class
|
|
44
|
+
class CustomDashboardScheduleResponse(ModelNormal):
|
|
45
45
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
46
46
|
Ref: https://openapi-generator.tech
|
|
47
47
|
|
|
@@ -94,9 +94,9 @@ class ChargebackDisputeResponse(ModelNormal):
|
|
|
94
94
|
"""
|
|
95
95
|
lazy_import()
|
|
96
96
|
return {
|
|
97
|
-
'chargeback': (ChargebackDispute,), # noqa: E501
|
|
98
97
|
'error': (Error,), # noqa: E501
|
|
99
98
|
'metadata': (ResponseMetadata,), # noqa: E501
|
|
99
|
+
'schedule': (CustomDashboardSchedule,), # noqa: E501
|
|
100
100
|
'success': (bool,), # noqa: E501
|
|
101
101
|
'warning': (Warning,), # noqa: E501
|
|
102
102
|
}
|
|
@@ -107,9 +107,9 @@ class ChargebackDisputeResponse(ModelNormal):
|
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
attribute_map = {
|
|
110
|
-
'chargeback': 'chargeback', # noqa: E501
|
|
111
110
|
'error': 'error', # noqa: E501
|
|
112
111
|
'metadata': 'metadata', # noqa: E501
|
|
112
|
+
'schedule': 'schedule', # noqa: E501
|
|
113
113
|
'success': 'success', # noqa: E501
|
|
114
114
|
'warning': 'warning', # noqa: E501
|
|
115
115
|
}
|
|
@@ -122,7 +122,7 @@ class ChargebackDisputeResponse(ModelNormal):
|
|
|
122
122
|
@classmethod
|
|
123
123
|
@convert_js_args_to_python_args
|
|
124
124
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
125
|
-
"""
|
|
125
|
+
"""CustomDashboardScheduleResponse - a model defined in OpenAPI
|
|
126
126
|
|
|
127
127
|
Keyword Args:
|
|
128
128
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -155,9 +155,9 @@ class ChargebackDisputeResponse(ModelNormal):
|
|
|
155
155
|
Animal class but this time we won't travel
|
|
156
156
|
through its discriminator because we passed in
|
|
157
157
|
_visited_composed_classes = (Animal,)
|
|
158
|
-
chargeback (ChargebackDispute): [optional] # noqa: E501
|
|
159
158
|
error (Error): [optional] # noqa: E501
|
|
160
159
|
metadata (ResponseMetadata): [optional] # noqa: E501
|
|
160
|
+
schedule (CustomDashboardSchedule): [optional] # noqa: E501
|
|
161
161
|
success (bool): Indicates if API call was successful. [optional] # noqa: E501
|
|
162
162
|
warning (Warning): [optional] # noqa: E501
|
|
163
163
|
"""
|
|
@@ -212,7 +212,7 @@ class ChargebackDisputeResponse(ModelNormal):
|
|
|
212
212
|
|
|
213
213
|
@convert_js_args_to_python_args
|
|
214
214
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
215
|
-
"""
|
|
215
|
+
"""CustomDashboardScheduleResponse - a model defined in OpenAPI
|
|
216
216
|
|
|
217
217
|
Keyword Args:
|
|
218
218
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -245,9 +245,9 @@ class ChargebackDisputeResponse(ModelNormal):
|
|
|
245
245
|
Animal class but this time we won't travel
|
|
246
246
|
through its discriminator because we passed in
|
|
247
247
|
_visited_composed_classes = (Animal,)
|
|
248
|
-
chargeback (ChargebackDispute): [optional] # noqa: E501
|
|
249
248
|
error (Error): [optional] # noqa: E501
|
|
250
249
|
metadata (ResponseMetadata): [optional] # noqa: E501
|
|
250
|
+
schedule (CustomDashboardSchedule): [optional] # noqa: E501
|
|
251
251
|
success (bool): Indicates if API call was successful. [optional] # noqa: E501
|
|
252
252
|
warning (Warning): [optional] # noqa: E501
|
|
253
253
|
"""
|
|
@@ -31,17 +31,17 @@ from ultracart.exceptions import ApiAttributeError
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
def lazy_import():
|
|
34
|
-
from ultracart.model.
|
|
34
|
+
from ultracart.model.custom_dashboard_schedule import CustomDashboardSchedule
|
|
35
35
|
from ultracart.model.error import Error
|
|
36
36
|
from ultracart.model.response_metadata import ResponseMetadata
|
|
37
37
|
from ultracart.model.warning import Warning
|
|
38
|
-
globals()['
|
|
38
|
+
globals()['CustomDashboardSchedule'] = CustomDashboardSchedule
|
|
39
39
|
globals()['Error'] = Error
|
|
40
40
|
globals()['ResponseMetadata'] = ResponseMetadata
|
|
41
41
|
globals()['Warning'] = Warning
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
class
|
|
44
|
+
class CustomDashboardSchedulesResponse(ModelNormal):
|
|
45
45
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
46
46
|
Ref: https://openapi-generator.tech
|
|
47
47
|
|
|
@@ -94,9 +94,9 @@ class ChargebackDisputesResponse(ModelNormal):
|
|
|
94
94
|
"""
|
|
95
95
|
lazy_import()
|
|
96
96
|
return {
|
|
97
|
-
'chargebacks': ([ChargebackDispute],), # noqa: E501
|
|
98
97
|
'error': (Error,), # noqa: E501
|
|
99
98
|
'metadata': (ResponseMetadata,), # noqa: E501
|
|
99
|
+
'schedules': ([CustomDashboardSchedule],), # noqa: E501
|
|
100
100
|
'success': (bool,), # noqa: E501
|
|
101
101
|
'warning': (Warning,), # noqa: E501
|
|
102
102
|
}
|
|
@@ -107,9 +107,9 @@ class ChargebackDisputesResponse(ModelNormal):
|
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
attribute_map = {
|
|
110
|
-
'chargebacks': 'chargebacks', # noqa: E501
|
|
111
110
|
'error': 'error', # noqa: E501
|
|
112
111
|
'metadata': 'metadata', # noqa: E501
|
|
112
|
+
'schedules': 'schedules', # noqa: E501
|
|
113
113
|
'success': 'success', # noqa: E501
|
|
114
114
|
'warning': 'warning', # noqa: E501
|
|
115
115
|
}
|
|
@@ -122,7 +122,7 @@ class ChargebackDisputesResponse(ModelNormal):
|
|
|
122
122
|
@classmethod
|
|
123
123
|
@convert_js_args_to_python_args
|
|
124
124
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
125
|
-
"""
|
|
125
|
+
"""CustomDashboardSchedulesResponse - a model defined in OpenAPI
|
|
126
126
|
|
|
127
127
|
Keyword Args:
|
|
128
128
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -155,9 +155,9 @@ class ChargebackDisputesResponse(ModelNormal):
|
|
|
155
155
|
Animal class but this time we won't travel
|
|
156
156
|
through its discriminator because we passed in
|
|
157
157
|
_visited_composed_classes = (Animal,)
|
|
158
|
-
chargebacks ([ChargebackDispute]): [optional] # noqa: E501
|
|
159
158
|
error (Error): [optional] # noqa: E501
|
|
160
159
|
metadata (ResponseMetadata): [optional] # noqa: E501
|
|
160
|
+
schedules ([CustomDashboardSchedule]): schedules. [optional] # noqa: E501
|
|
161
161
|
success (bool): Indicates if API call was successful. [optional] # noqa: E501
|
|
162
162
|
warning (Warning): [optional] # noqa: E501
|
|
163
163
|
"""
|
|
@@ -212,7 +212,7 @@ class ChargebackDisputesResponse(ModelNormal):
|
|
|
212
212
|
|
|
213
213
|
@convert_js_args_to_python_args
|
|
214
214
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
215
|
-
"""
|
|
215
|
+
"""CustomDashboardSchedulesResponse - a model defined in OpenAPI
|
|
216
216
|
|
|
217
217
|
Keyword Args:
|
|
218
218
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -245,9 +245,9 @@ class ChargebackDisputesResponse(ModelNormal):
|
|
|
245
245
|
Animal class but this time we won't travel
|
|
246
246
|
through its discriminator because we passed in
|
|
247
247
|
_visited_composed_classes = (Animal,)
|
|
248
|
-
chargebacks ([ChargebackDispute]): [optional] # noqa: E501
|
|
249
248
|
error (Error): [optional] # noqa: E501
|
|
250
249
|
metadata (ResponseMetadata): [optional] # noqa: E501
|
|
250
|
+
schedules ([CustomDashboardSchedule]): schedules. [optional] # noqa: E501
|
|
251
251
|
success (bool): Indicates if API call was successful. [optional] # noqa: E501
|
|
252
252
|
warning (Warning): [optional] # noqa: E501
|
|
253
253
|
"""
|
ultracart/model/custom_report.py
CHANGED
|
@@ -92,6 +92,7 @@ class CustomReport(ModelNormal):
|
|
|
92
92
|
"""
|
|
93
93
|
lazy_import()
|
|
94
94
|
return {
|
|
95
|
+
'business_analysis_prompt': (str,), # noqa: E501
|
|
95
96
|
'chart_javascript': (str,), # noqa: E501
|
|
96
97
|
'chart_javascript_url': (str,), # noqa: E501
|
|
97
98
|
'data_warehouse_report_config_oid': (int,), # noqa: E501
|
|
@@ -110,6 +111,7 @@ class CustomReport(ModelNormal):
|
|
|
110
111
|
|
|
111
112
|
|
|
112
113
|
attribute_map = {
|
|
114
|
+
'business_analysis_prompt': 'business_analysis_prompt', # noqa: E501
|
|
113
115
|
'chart_javascript': 'chart_javascript', # noqa: E501
|
|
114
116
|
'chart_javascript_url': 'chart_javascript_url', # noqa: E501
|
|
115
117
|
'data_warehouse_report_config_oid': 'data_warehouse_report_config_oid', # noqa: E501
|
|
@@ -163,6 +165,7 @@ class CustomReport(ModelNormal):
|
|
|
163
165
|
Animal class but this time we won't travel
|
|
164
166
|
through its discriminator because we passed in
|
|
165
167
|
_visited_composed_classes = (Animal,)
|
|
168
|
+
business_analysis_prompt (str): [optional] # noqa: E501
|
|
166
169
|
chart_javascript (str): [optional] # noqa: E501
|
|
167
170
|
chart_javascript_url (str): [optional] # noqa: E501
|
|
168
171
|
data_warehouse_report_config_oid (int): [optional] # noqa: E501
|
|
@@ -258,6 +261,7 @@ class CustomReport(ModelNormal):
|
|
|
258
261
|
Animal class but this time we won't travel
|
|
259
262
|
through its discriminator because we passed in
|
|
260
263
|
_visited_composed_classes = (Animal,)
|
|
264
|
+
business_analysis_prompt (str): [optional] # noqa: E501
|
|
261
265
|
chart_javascript (str): [optional] # noqa: E501
|
|
262
266
|
chart_javascript_url (str): [optional] # noqa: E501
|
|
263
267
|
data_warehouse_report_config_oid (int): [optional] # noqa: E501
|
|
@@ -108,6 +108,8 @@ class EmailCampaign(ModelNormal):
|
|
|
108
108
|
'name': (str,), # noqa: E501
|
|
109
109
|
'open_rate_formatted': (str,), # noqa: E501
|
|
110
110
|
'prevent_sending_due_to_spam': (bool,), # noqa: E501
|
|
111
|
+
'repeat_monthly': (bool,), # noqa: E501
|
|
112
|
+
'repeat_weekly': (bool,), # noqa: E501
|
|
111
113
|
'revenue_formatted': (str,), # noqa: E501
|
|
112
114
|
'revenue_per_customer_formatted': (str,), # noqa: E501
|
|
113
115
|
'scheduled_dts': (str,), # noqa: E501
|
|
@@ -142,6 +144,8 @@ class EmailCampaign(ModelNormal):
|
|
|
142
144
|
'name': 'name', # noqa: E501
|
|
143
145
|
'open_rate_formatted': 'open_rate_formatted', # noqa: E501
|
|
144
146
|
'prevent_sending_due_to_spam': 'prevent_sending_due_to_spam', # noqa: E501
|
|
147
|
+
'repeat_monthly': 'repeat_monthly', # noqa: E501
|
|
148
|
+
'repeat_weekly': 'repeat_weekly', # noqa: E501
|
|
145
149
|
'revenue_formatted': 'revenue_formatted', # noqa: E501
|
|
146
150
|
'revenue_per_customer_formatted': 'revenue_per_customer_formatted', # noqa: E501
|
|
147
151
|
'scheduled_dts': 'scheduled_dts', # noqa: E501
|
|
@@ -211,6 +215,8 @@ class EmailCampaign(ModelNormal):
|
|
|
211
215
|
name (str): Name of email campaign. [optional] # noqa: E501
|
|
212
216
|
open_rate_formatted (str): Open rate of emails. [optional] # noqa: E501
|
|
213
217
|
prevent_sending_due_to_spam (bool): True if this campaign is prevented from sending at this time due to spam complaints.. [optional] # noqa: E501
|
|
218
|
+
repeat_monthly (bool): True if the campaign should repeat on a monthly basis. [optional] # noqa: E501
|
|
219
|
+
repeat_weekly (bool): True if the campaign should repeat on a weekly basis. [optional] # noqa: E501
|
|
214
220
|
revenue_formatted (str): Revenue associated with campaign. [optional] # noqa: E501
|
|
215
221
|
revenue_per_customer_formatted (str): Revenue per customer associated with campaign. [optional] # noqa: E501
|
|
216
222
|
scheduled_dts (str): Scheduled date. [optional] # noqa: E501
|
|
@@ -322,6 +328,8 @@ class EmailCampaign(ModelNormal):
|
|
|
322
328
|
name (str): Name of email campaign. [optional] # noqa: E501
|
|
323
329
|
open_rate_formatted (str): Open rate of emails. [optional] # noqa: E501
|
|
324
330
|
prevent_sending_due_to_spam (bool): True if this campaign is prevented from sending at this time due to spam complaints.. [optional] # noqa: E501
|
|
331
|
+
repeat_monthly (bool): True if the campaign should repeat on a monthly basis. [optional] # noqa: E501
|
|
332
|
+
repeat_weekly (bool): True if the campaign should repeat on a weekly basis. [optional] # noqa: E501
|
|
325
333
|
revenue_formatted (str): Revenue associated with campaign. [optional] # noqa: E501
|
|
326
334
|
revenue_per_customer_formatted (str): Revenue per customer associated with campaign. [optional] # noqa: E501
|
|
327
335
|
scheduled_dts (str): Scheduled date. [optional] # noqa: E501
|
ultracart/model/order_payment.py
CHANGED
ultracart/models/__init__.py
CHANGED
|
@@ -129,9 +129,6 @@ from ultracart.model.channel_partner_ship_to_preference_response import ChannelP
|
|
|
129
129
|
from ultracart.model.channel_partner_ship_to_preferences_response import ChannelPartnerShipToPreferencesResponse
|
|
130
130
|
from ultracart.model.channel_partner_shipping_estimate import ChannelPartnerShippingEstimate
|
|
131
131
|
from ultracart.model.channel_partners_response import ChannelPartnersResponse
|
|
132
|
-
from ultracart.model.chargeback_dispute import ChargebackDispute
|
|
133
|
-
from ultracart.model.chargeback_dispute_response import ChargebackDisputeResponse
|
|
134
|
-
from ultracart.model.chargeback_disputes_response import ChargebackDisputesResponse
|
|
135
132
|
from ultracart.model.checkout_allowed_countries_response import CheckoutAllowedCountriesResponse
|
|
136
133
|
from ultracart.model.checkout_handoff_request import CheckoutHandoffRequest
|
|
137
134
|
from ultracart.model.checkout_handoff_response import CheckoutHandoffResponse
|
|
@@ -319,6 +316,9 @@ from ultracart.model.custom_dashboard_execution_parameter import CustomDashboard
|
|
|
319
316
|
from ultracart.model.custom_dashboard_page import CustomDashboardPage
|
|
320
317
|
from ultracart.model.custom_dashboard_page_report import CustomDashboardPageReport
|
|
321
318
|
from ultracart.model.custom_dashboard_response import CustomDashboardResponse
|
|
319
|
+
from ultracart.model.custom_dashboard_schedule import CustomDashboardSchedule
|
|
320
|
+
from ultracart.model.custom_dashboard_schedule_response import CustomDashboardScheduleResponse
|
|
321
|
+
from ultracart.model.custom_dashboard_schedules_response import CustomDashboardSchedulesResponse
|
|
322
322
|
from ultracart.model.custom_dashboards_response import CustomDashboardsResponse
|
|
323
323
|
from ultracart.model.custom_report import CustomReport
|
|
324
324
|
from ultracart.model.custom_report_account_config import CustomReportAccountConfig
|
|
@@ -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=6D5xYDBU7ELy9ciTc7ZgMviXpNDRc2zv6Eaum6x2uuM,698
|
|
2
|
+
ultracart/api_client.py,sha256=Pr_1vIMDvT2XoMvRSASJzii73x3kr7JcFsLviWk46MY,39071
|
|
3
|
+
ultracart/configuration.py,sha256=gbh-Vr0gCS7-6MPzP3BsyYnlYI8wftBUMYEpWUpBbjw,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
|
|
@@ -8,12 +8,11 @@ ultracart/api/__init__.py,sha256=M5v24jKFBCCBje15G0udcVQwqNCZsFU_-JgIf55tAP8,215
|
|
|
8
8
|
ultracart/api/affiliate_api.py,sha256=Rq7y9AAmN2gOT57qTulnMkr-W4SBboMrzKyM2SXT6R8,14519
|
|
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
|
-
ultracart/api/chargeback_api.py,sha256=bC5LfbV1DuVMZhfCvkkog33VACDVk7W74JvlaXy5Nuc,32295
|
|
12
11
|
ultracart/api/checkout_api.py,sha256=KLZAsTMiY55AHDhubbNZYipBPGwihQbEsLDjIDzkLkQ,105889
|
|
13
12
|
ultracart/api/conversation_api.py,sha256=deOzEvUmURbCPVHPgGAsascLOt5R5qXrJ4JgjrUCXyU,468220
|
|
14
13
|
ultracart/api/coupon_api.py,sha256=voBpCzDhuBog_0WKSj9J-2zKSI8LyJINjUneeLAwlHg,109039
|
|
15
14
|
ultracart/api/customer_api.py,sha256=I9skXHJZw9asr5LnRnE3vbVNMadjLm_2bDrNhr-mnfg,146498
|
|
16
|
-
ultracart/api/datawarehouse_api.py,sha256
|
|
15
|
+
ultracart/api/datawarehouse_api.py,sha256=4GHFgeC7QjtQwW1DekaMAAoNO1H8YxQSXvMCedOu7YM,150968
|
|
17
16
|
ultracart/api/fulfillment_api.py,sha256=JD4uwms4Mz5XWmLBnOo-nDT6GHKW-uI2xt_YjwieJLU,35275
|
|
18
17
|
ultracart/api/gift_certificate_api.py,sha256=2TkzQhqCMcPf8Ro14eRycy0LtPxfC7n67GSMRrMcNuc,46858
|
|
19
18
|
ultracart/api/integration_log_api.py,sha256=t8spQtDERkGKISq7JtDNkA1MsQXp8qV8lSuXIhy0lEc,30164
|
|
@@ -26,7 +25,7 @@ ultracart/api/tax_api.py,sha256=aQZaRsIXlFNDPwXYAykApv3KaAGfV-ZHB6QPBbEK-P0,1486
|
|
|
26
25
|
ultracart/api/user_api.py,sha256=LrzuXSpBa5V_rS8iRDRRhFYnUZN9fR2Y54FRnJ_fpiI,56627
|
|
27
26
|
ultracart/api/webhook_api.py,sha256=YCauQnRNn13DZ9StEaSItzhOztXjzOUC-ipcnK8Ag58,46732
|
|
28
27
|
ultracart/api/workflow_api.py,sha256=R9FwRKXTwilS9hKnDYGtjTeTj4jnZln3QHQxh1JH-JU,64957
|
|
29
|
-
ultracart/apis/__init__.py,sha256=
|
|
28
|
+
ultracart/apis/__init__.py,sha256=W0FNDVlf4r8YSOhDOLFqwp-mH3Ys8q5Jb62nDeIhENg,1466
|
|
30
29
|
ultracart/model/__init__.py,sha256=suxHGMXD01EjVybiiQCxwC2UxGr-ARfz-MQPkowHO6w,343
|
|
31
30
|
ultracart/model/accounts_receivable_retry_config.py,sha256=-fey-aszgyNKQ7xgggHn_MuI2KVe22TC52h-7cZOGZ0,18383
|
|
32
31
|
ultracart/model/accounts_receivable_retry_config_response.py,sha256=13M-RSMpfrK765Q9_7l3DENYUSnCfFA9qP2Cbx5TMOU,13641
|
|
@@ -148,9 +147,6 @@ ultracart/model/channel_partner_ship_to_preference_response.py,sha256=AvNWcWT7-N
|
|
|
148
147
|
ultracart/model/channel_partner_ship_to_preferences_response.py,sha256=AlgpLwuVUA3DpqdRu8UVjk_XtNMnyY851PkTXCgpt-s,13092
|
|
149
148
|
ultracart/model/channel_partner_shipping_estimate.py,sha256=p8crGPJUW8ZMFmv-GqA9ok7WOoyltyJBZ3q-afnE5aE,11987
|
|
150
149
|
ultracart/model/channel_partners_response.py,sha256=ZfjWcNppzVLnwY2UW9pZr3M_GE6Km2kuaGcfO-QyOgw,12909
|
|
151
|
-
ultracart/model/chargeback_dispute.py,sha256=BLrrIsd28ZR1mIRseCIJ2ltGHbIICsjih0XatVYdMzs,18191
|
|
152
|
-
ultracart/model/chargeback_dispute_response.py,sha256=QGB9Xg1X0xjMu33oqAEFGOBcH4fGZ7xYjiChoKoZEkQ,12865
|
|
153
|
-
ultracart/model/chargeback_disputes_response.py,sha256=zbPiR2ErZW0Zvlx3qnmyCdW2c337EBP0twkTeLvJ9QM,12879
|
|
154
150
|
ultracart/model/checkout_allowed_countries_response.py,sha256=HyCeLvI4Y1Jo8Z4E_An3rxy5jZ8MeTbHmDAikKZef3w,11635
|
|
155
151
|
ultracart/model/checkout_handoff_request.py,sha256=TMAP1bPrquSjM-b1MEM_lQd41xcupk4Pyu6ECI1u-as,14935
|
|
156
152
|
ultracart/model/checkout_handoff_response.py,sha256=dsJJi1rDd0qU98mPcHhv8Jf2LaWh0xthhAP8Kwa6npk,12297
|
|
@@ -338,8 +334,11 @@ ultracart/model/custom_dashboard_execution_parameter.py,sha256=Yn8E0L0CMsb4CF55M
|
|
|
338
334
|
ultracart/model/custom_dashboard_page.py,sha256=QiveXu9kmnWCWJP4W8j9Oee-H3oCzKsyaPhMRxxi_jI,12218
|
|
339
335
|
ultracart/model/custom_dashboard_page_report.py,sha256=C5Xy7ypi6fIXKzBKi_OMxZTMpf1g2yyscUvXz6E9Dn8,12361
|
|
340
336
|
ultracart/model/custom_dashboard_response.py,sha256=nNreAn3qdHuVc53EcT2A1TNIo4JsgWiTK23c4DwgWz0,12840
|
|
337
|
+
ultracart/model/custom_dashboard_schedule.py,sha256=XWbvL7hD-5utLFsYudn_9Uh2EDsnukuM1HgBLLnzcI8,12725
|
|
338
|
+
ultracart/model/custom_dashboard_schedule_response.py,sha256=2WXQox75S0syazATYf7FUaOsVBCxn80_S8B4ME6btCg,12916
|
|
339
|
+
ultracart/model/custom_dashboard_schedules_response.py,sha256=gyPLQeG4f8aI7yNi19TTdoh_Laj3m_VW0nalaSYuS3M,12952
|
|
341
340
|
ultracart/model/custom_dashboards_response.py,sha256=A2wb6vQ6dZ9SIDLJSoKmnnCs5MjYOOHEEWNObnPutvw,12872
|
|
342
|
-
ultracart/model/custom_report.py,sha256=
|
|
341
|
+
ultracart/model/custom_report.py,sha256=l4zlt3MXtpvFthNL4oFyTSYG_ekWW6snqT5FoJmDDOo,14390
|
|
343
342
|
ultracart/model/custom_report_account_config.py,sha256=oCjAsAHFq_am0zCwgO03ThgFGhXJio7UDvBc5sVVhQw,13607
|
|
344
343
|
ultracart/model/custom_report_account_config_response.py,sha256=zh3oqi7Pt90rXJ9MUiCNbLq90zBZEVQ2Mek9yF6OQ-g,12967
|
|
345
344
|
ultracart/model/custom_report_execution_parameter.py,sha256=RNTh4RyjUOXs4OnjO1ITC4CLIClfotEnGrNto_5afIc,12028
|
|
@@ -394,7 +393,7 @@ ultracart/model/distance.py,sha256=wgCsWXmvusssgD_kC6kPQrGsc4qjO8KHkx-NBr0r3SE,1
|
|
|
394
393
|
ultracart/model/distribution_center.py,sha256=x6aGrBl4UE5Ignv8nB3PXqkqBrN4TcVl8mJlsbqnUu8,30174
|
|
395
394
|
ultracart/model/distribution_centers_response.py,sha256=kThIpcdMXb2NYb1qAvzuS4LYM0cFhyLukCwgSMwpleI,12934
|
|
396
395
|
ultracart/model/email_base_template_list_response.py,sha256=2tPIkuUXdil5F6h1qAu4OHVkmW94_KlJMSdW8g-F92w,11491
|
|
397
|
-
ultracart/model/email_campaign.py,sha256=
|
|
396
|
+
ultracart/model/email_campaign.py,sha256=AF4IneHbPLDxTL4AGakjPZ2n-LbuWNBGRnCJEw9mv1I,20931
|
|
398
397
|
ultracart/model/email_campaign_folder.py,sha256=cPk5ffqNmNiBGs8H__sJX-Q4s4umE0O9Pwuxx1gIBME,12655
|
|
399
398
|
ultracart/model/email_campaign_folder_response.py,sha256=KhrscYCuX9A8ZAe6LJcsNlc4TIsHhBsUxIk1dOjQseg,12911
|
|
400
399
|
ultracart/model/email_campaign_folders_response.py,sha256=LZI_cXPJqoDpNsFtovUYqfBacNjgxBYcQPkw8yvLOmc,12925
|
|
@@ -700,7 +699,7 @@ ultracart/model/order_item_tag.py,sha256=IGO8fQmXZ_MoREh8GiTLKd8T-DVn1KAefiSXXnb
|
|
|
700
699
|
ultracart/model/order_linked_shipment.py,sha256=8J3ed4L48ebAgC61koZJXnipe7YVcTKWoyy8CR4-s_M,13149
|
|
701
700
|
ultracart/model/order_marketing.py,sha256=x4VPy4XOKl7RLjiMnroIeFlWKKHfLEgSezIKNZOqKuo,12596
|
|
702
701
|
ultracart/model/order_packing_slip_response.py,sha256=acLnSb5t-nZ1NQe3A8MSkgA-htWGCafmPi-c2cqzgkE,12719
|
|
703
|
-
ultracart/model/order_payment.py,sha256=
|
|
702
|
+
ultracart/model/order_payment.py,sha256=EXe4vlbDTXJzSkLjEj_31Q9YRuNeXxbZiSwqv2sdnRQ,20449
|
|
704
703
|
ultracart/model/order_payment_check.py,sha256=a-OAp4zyWwa-iNP5ukFQFc5Xi1xodnzwdvfn7BM2ivs,11468
|
|
705
704
|
ultracart/model/order_payment_credit_card.py,sha256=eh__M764v83trWIKaq2to3L7dIQdAYDjXBoREXIjfcY,15912
|
|
706
705
|
ultracart/model/order_payment_credit_card_dual_vaulted.py,sha256=BLE9zSsUsVjuddLhSJnrHmF6k2GDxtyeIG2y1ATCvck,12428
|
|
@@ -914,9 +913,9 @@ ultracart/model/workflow_tasks_response.py,sha256=KmHe72xKnZiS9CemBr5hluY5EsU9_x
|
|
|
914
913
|
ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE41k,11903
|
|
915
914
|
ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
|
|
916
915
|
ultracart/model/workflow_users_response.py,sha256=3Y7L1oHc2-HOvl1pDdcnl9xHKYLGblKpKdbkPBh2u68,13059
|
|
917
|
-
ultracart/models/__init__.py,sha256=
|
|
918
|
-
ultracart_rest_sdk-4.1.
|
|
919
|
-
ultracart_rest_sdk-4.1.
|
|
920
|
-
ultracart_rest_sdk-4.1.
|
|
921
|
-
ultracart_rest_sdk-4.1.
|
|
922
|
-
ultracart_rest_sdk-4.1.
|
|
916
|
+
ultracart/models/__init__.py,sha256=w85RZUchpAnDZg1SHifR5MTuSTfteqy9g5BIHTSmhm4,68700
|
|
917
|
+
ultracart_rest_sdk-4.1.20.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
|
|
918
|
+
ultracart_rest_sdk-4.1.20.dist-info/METADATA,sha256=YYlLGSVELIqW9DS36yxNdfZXxIHh93gYSfS1I61LXtw,402
|
|
919
|
+
ultracart_rest_sdk-4.1.20.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
|
|
920
|
+
ultracart_rest_sdk-4.1.20.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
|
|
921
|
+
ultracart_rest_sdk-4.1.20.dist-info/RECORD,,
|