|
1 | 1 | .github/workflows/python.yml |
2 | 2 | .gitignore |
3 | 3 | .gitlab-ci.yml |
4 | | -.openapi-generator-ignore |
5 | 4 | .travis.yml |
6 | | -README.md |
7 | 5 | clientapi_billingo/__init__.py |
8 | 6 | clientapi_billingo/api/__init__.py |
9 | 7 | clientapi_billingo/api/bank_account_api.py |
@@ -226,107 +224,4 @@ setup.cfg |
226 | 224 | setup.py |
227 | 225 | test-requirements.txt |
228 | 226 | test/__init__.py |
229 | | -test/test_address.py |
230 | | -test/test_bank_account.py |
231 | | -test/test_bank_account_api.py |
232 | | -test/test_bank_account_list.py |
233 | | -test/test_category.py |
234 | | -test/test_check_tax_number_message.py |
235 | | -test/test_client_error.py |
236 | | -test/test_client_error_response.py |
237 | | -test/test_conversation_rate.py |
238 | | -test/test_correction_type.py |
239 | | -test/test_country.py |
240 | | -test/test_create_document_export.py |
241 | | -test/test_currency.py |
242 | | -test/test_currency_api.py |
243 | | -test/test_date_type.py |
244 | | -test/test_discount.py |
245 | | -test/test_discount_type.py |
246 | | -test/test_document.py |
247 | | -test/test_document_ancestor.py |
248 | | -test/test_document_api.py |
249 | | -test/test_document_bank_account.py |
250 | | -test/test_document_block.py |
251 | | -test/test_document_block_api.py |
252 | | -test/test_document_block_list.py |
253 | | -test/test_document_block_type.py |
254 | | -test/test_document_cancellation.py |
255 | | -test/test_document_export_api.py |
256 | | -test/test_document_export_filter_extra.py |
257 | | -test/test_document_export_id.py |
258 | | -test/test_document_export_other_options.py |
259 | | -test/test_document_export_query_type.py |
260 | | -test/test_document_export_sort_by.py |
261 | | -test/test_document_export_status.py |
262 | | -test/test_document_export_status_state.py |
263 | | -test/test_document_export_type.py |
264 | | -test/test_document_form.py |
265 | | -test/test_document_format.py |
266 | | -test/test_document_insert.py |
267 | | -test/test_document_insert_items_inner.py |
268 | | -test/test_document_insert_type.py |
269 | | -test/test_document_item.py |
270 | | -test/test_document_item_data.py |
271 | | -test/test_document_language.py |
272 | | -test/test_document_list.py |
273 | | -test/test_document_notification_status.py |
274 | | -test/test_document_organization.py |
275 | | -test/test_document_partner.py |
276 | | -test/test_document_product_data.py |
277 | | -test/test_document_public_url.py |
278 | | -test/test_document_settings.py |
279 | | -test/test_document_summary.py |
280 | | -test/test_document_type.py |
281 | | -test/test_document_vat_rate_summary.py |
282 | | -test/test_entitlement.py |
283 | | -test/test_feature.py |
284 | | -test/test_id.py |
285 | | -test/test_invoice_settings.py |
286 | | -test/test_ledger_number_information.py |
287 | | -test/test_modification_document_insert.py |
288 | | -test/test_online_payment.py |
289 | | -test/test_online_szamla_status.py |
290 | | -test/test_online_szamla_status_enum.py |
291 | | -test/test_online_szamla_status_message.py |
292 | | -test/test_organization_api.py |
293 | | -test/test_organization_data.py |
294 | | -test/test_partner.py |
295 | | -test/test_partner_api.py |
296 | | -test/test_partner_custom_billing_settings.py |
297 | | -test/test_partner_list.py |
298 | | -test/test_partner_tax_type.py |
299 | | -test/test_payment_history.py |
300 | | -test/test_payment_method.py |
301 | | -test/test_payment_status.py |
302 | | -test/test_payment_status_spending.py |
303 | | -test/test_product.py |
304 | | -test/test_product_api.py |
305 | | -test/test_product_list.py |
306 | | -test/test_receipt_insert.py |
307 | | -test/test_receipt_insert_items_inner.py |
308 | | -test/test_receipt_item_data.py |
309 | | -test/test_receipt_product_data.py |
310 | | -test/test_round.py |
311 | | -test/test_send_document.py |
312 | | -test/test_server_error.py |
313 | | -test/test_server_error_response.py |
314 | | -test/test_server_time.py |
315 | | -test/test_source.py |
316 | | -test/test_spending.py |
317 | | -test/test_spending_api.py |
318 | | -test/test_spending_list.py |
319 | | -test/test_spending_list_item.py |
320 | | -test/test_spending_partner.py |
321 | | -test/test_spending_payment_method.py |
322 | | -test/test_spending_save.py |
323 | | -test/test_subscription.py |
324 | | -test/test_subscription_error_response.py |
325 | | -test/test_tax_number.py |
326 | | -test/test_too_many_requests_response.py |
327 | | -test/test_unit_price_type.py |
328 | | -test/test_util_api.py |
329 | | -test/test_validation_error.py |
330 | | -test/test_validation_error_response.py |
331 | | -test/test_vat.py |
332 | 227 | tox.ini |
0 commit comments