Skip to content

Commit

Permalink
Merge pull request #2 from conedevelopment/php-client
Browse files Browse the repository at this point in the history
Upgrade PHP client to 3.0.15
  • Loading branch information
iamgergo authored Dec 4, 2023
2 parents 8b46bdb + ebd1f5a commit 0affa86
Show file tree
Hide file tree
Showing 360 changed files with 88,195 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore

composer.phar
/vendor/

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock

# php-cs-fixer cache
.php_cs.cache
.php-cs-fixer.cache

# PHPUnit cache
.phpunit.result.cache
358 changes: 358 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,358 @@
.gitignore
.php-cs-fixer.dist.php
README.md
composer.json
docs/Api/BankAccountApi.md
docs/Api/CurrencyApi.md
docs/Api/DocumentApi.md
docs/Api/DocumentExportApi.md
docs/Api/InventoryApi.md
docs/Api/OrganizationApi.md
docs/Api/PartnerApi.md
docs/Api/ProductApi.md
docs/Api/SpendingApi.md
docs/Api/UtilApi.md
docs/Model/Address.md
docs/Model/BankAccount.md
docs/Model/BankAccountList.md
docs/Model/Category.md
docs/Model/CheckTaxNumberMessage.md
docs/Model/ClientError.md
docs/Model/ClientErrorResponse.md
docs/Model/ConversationRate.md
docs/Model/CorrectionType.md
docs/Model/Country.md
docs/Model/CreateDocumentExport.md
docs/Model/Currency.md
docs/Model/DateType.md
docs/Model/Discount.md
docs/Model/DiscountType.md
docs/Model/Document.md
docs/Model/DocumentAncestor.md
docs/Model/DocumentBankAccount.md
docs/Model/DocumentBlock.md
docs/Model/DocumentBlockList.md
docs/Model/DocumentBlockType.md
docs/Model/DocumentCancellation.md
docs/Model/DocumentExportFilterExtra.md
docs/Model/DocumentExportId.md
docs/Model/DocumentExportOtherOptions.md
docs/Model/DocumentExportQueryType.md
docs/Model/DocumentExportSortBy.md
docs/Model/DocumentExportStatus.md
docs/Model/DocumentExportStatusState.md
docs/Model/DocumentExportType.md
docs/Model/DocumentForm.md
docs/Model/DocumentFormat.md
docs/Model/DocumentInsert.md
docs/Model/DocumentInsertInstantPaymentRequest.md
docs/Model/DocumentInsertItemsInner.md
docs/Model/DocumentInsertType.md
docs/Model/DocumentInstantPaymentRequest.md
docs/Model/DocumentItem.md
docs/Model/DocumentItemData.md
docs/Model/DocumentLanguage.md
docs/Model/DocumentList.md
docs/Model/DocumentNotificationStatus.md
docs/Model/DocumentOrganization.md
docs/Model/DocumentPartner.md
docs/Model/DocumentPartnerPartnerShipping.md
docs/Model/DocumentProductData.md
docs/Model/DocumentPublicUrl.md
docs/Model/DocumentSettings.md
docs/Model/DocumentSettingsDontSendToNavReason.md
docs/Model/DocumentSummary.md
docs/Model/DocumentType.md
docs/Model/DocumentVatRateSummary.md
docs/Model/DontSendToNavReason.md
docs/Model/Entitlement.md
docs/Model/Feature.md
docs/Model/Id.md
docs/Model/InvoiceSettings.md
docs/Model/LedgerNumberInformation.md
docs/Model/ModificationDocumentInsert.md
docs/Model/Money.md
docs/Model/OnlinePayment.md
docs/Model/OnlineSzamlaStatus.md
docs/Model/OnlineSzamlaStatusEnum.md
docs/Model/OnlineSzamlaStatusMessage.md
docs/Model/OrganizationData.md
docs/Model/Partner.md
docs/Model/PartnerCustomBillingSettings.md
docs/Model/PartnerGiroSettings.md
docs/Model/PartnerList.md
docs/Model/PartnerPartnerShowType.md
docs/Model/PartnerShipping.md
docs/Model/PartnerShippingAddress.md
docs/Model/PartnerShowType.md
docs/Model/PartnerTaxType.md
docs/Model/PaymentHistory.md
docs/Model/PaymentMethod.md
docs/Model/PaymentStatus.md
docs/Model/PaymentStatusSpending.md
docs/Model/Product.md
docs/Model/ProductList.md
docs/Model/ProductQuantity.md
docs/Model/ReceiptInsert.md
docs/Model/ReceiptInsertItemsInner.md
docs/Model/ReceiptItemData.md
docs/Model/ReceiptProductData.md
docs/Model/Round.md
docs/Model/SendDocument.md
docs/Model/ServerError.md
docs/Model/ServerErrorResponse.md
docs/Model/ServerTime.md
docs/Model/ShippingMode.md
docs/Model/Source.md
docs/Model/Spending.md
docs/Model/SpendingList.md
docs/Model/SpendingListItem.md
docs/Model/SpendingPartner.md
docs/Model/SpendingPaymentMethod.md
docs/Model/SpendingSave.md
docs/Model/Subscription.md
docs/Model/SubscriptionErrorResponse.md
docs/Model/TaxNumber.md
docs/Model/TooManyRequestsResponse.md
docs/Model/UnitPriceType.md
docs/Model/ValidationError.md
docs/Model/ValidationErrorResponse.md
docs/Model/Vat.md
lib/Api/BankAccountApi.php
lib/Api/CurrencyApi.php
lib/Api/DocumentApi.php
lib/Api/DocumentExportApi.php
lib/Api/InventoryApi.php
lib/Api/OrganizationApi.php
lib/Api/PartnerApi.php
lib/Api/ProductApi.php
lib/Api/SpendingApi.php
lib/Api/UtilApi.php
lib/ApiException.php
lib/Configuration.php
lib/HeaderSelector.php
lib/Model/Address.php
lib/Model/BankAccount.php
lib/Model/BankAccountList.php
lib/Model/Category.php
lib/Model/CheckTaxNumberMessage.php
lib/Model/ClientError.php
lib/Model/ClientErrorResponse.php
lib/Model/ConversationRate.php
lib/Model/CorrectionType.php
lib/Model/Country.php
lib/Model/CreateDocumentExport.php
lib/Model/Currency.php
lib/Model/DateType.php
lib/Model/Discount.php
lib/Model/DiscountType.php
lib/Model/Document.php
lib/Model/DocumentAncestor.php
lib/Model/DocumentBankAccount.php
lib/Model/DocumentBlock.php
lib/Model/DocumentBlockList.php
lib/Model/DocumentBlockType.php
lib/Model/DocumentCancellation.php
lib/Model/DocumentExportFilterExtra.php
lib/Model/DocumentExportId.php
lib/Model/DocumentExportOtherOptions.php
lib/Model/DocumentExportQueryType.php
lib/Model/DocumentExportSortBy.php
lib/Model/DocumentExportStatus.php
lib/Model/DocumentExportStatusState.php
lib/Model/DocumentExportType.php
lib/Model/DocumentForm.php
lib/Model/DocumentFormat.php
lib/Model/DocumentInsert.php
lib/Model/DocumentInsertInstantPaymentRequest.php
lib/Model/DocumentInsertItemsInner.php
lib/Model/DocumentInsertType.php
lib/Model/DocumentInstantPaymentRequest.php
lib/Model/DocumentItem.php
lib/Model/DocumentItemData.php
lib/Model/DocumentLanguage.php
lib/Model/DocumentList.php
lib/Model/DocumentNotificationStatus.php
lib/Model/DocumentOrganization.php
lib/Model/DocumentPartner.php
lib/Model/DocumentPartnerPartnerShipping.php
lib/Model/DocumentProductData.php
lib/Model/DocumentPublicUrl.php
lib/Model/DocumentSettings.php
lib/Model/DocumentSettingsDontSendToNavReason.php
lib/Model/DocumentSummary.php
lib/Model/DocumentType.php
lib/Model/DocumentVatRateSummary.php
lib/Model/DontSendToNavReason.php
lib/Model/Entitlement.php
lib/Model/Feature.php
lib/Model/Id.php
lib/Model/InvoiceSettings.php
lib/Model/LedgerNumberInformation.php
lib/Model/ModelInterface.php
lib/Model/ModificationDocumentInsert.php
lib/Model/Money.php
lib/Model/OnlinePayment.php
lib/Model/OnlineSzamlaStatus.php
lib/Model/OnlineSzamlaStatusEnum.php
lib/Model/OnlineSzamlaStatusMessage.php
lib/Model/OrganizationData.php
lib/Model/Partner.php
lib/Model/PartnerCustomBillingSettings.php
lib/Model/PartnerGiroSettings.php
lib/Model/PartnerList.php
lib/Model/PartnerPartnerShowType.php
lib/Model/PartnerShipping.php
lib/Model/PartnerShippingAddress.php
lib/Model/PartnerShowType.php
lib/Model/PartnerTaxType.php
lib/Model/PaymentHistory.php
lib/Model/PaymentMethod.php
lib/Model/PaymentStatus.php
lib/Model/PaymentStatusSpending.php
lib/Model/Product.php
lib/Model/ProductList.php
lib/Model/ProductQuantity.php
lib/Model/ReceiptInsert.php
lib/Model/ReceiptInsertItemsInner.php
lib/Model/ReceiptItemData.php
lib/Model/ReceiptProductData.php
lib/Model/Round.php
lib/Model/SendDocument.php
lib/Model/ServerError.php
lib/Model/ServerErrorResponse.php
lib/Model/ServerTime.php
lib/Model/ShippingMode.php
lib/Model/Source.php
lib/Model/Spending.php
lib/Model/SpendingList.php
lib/Model/SpendingListItem.php
lib/Model/SpendingPartner.php
lib/Model/SpendingPaymentMethod.php
lib/Model/SpendingSave.php
lib/Model/Subscription.php
lib/Model/SubscriptionErrorResponse.php
lib/Model/TaxNumber.php
lib/Model/TooManyRequestsResponse.php
lib/Model/UnitPriceType.php
lib/Model/ValidationError.php
lib/Model/ValidationErrorResponse.php
lib/Model/Vat.php
lib/ObjectSerializer.php
phpunit.xml.dist
test/Api/BankAccountApiTest.php
test/Api/CurrencyApiTest.php
test/Api/DocumentApiTest.php
test/Api/DocumentExportApiTest.php
test/Api/InventoryApiTest.php
test/Api/OrganizationApiTest.php
test/Api/PartnerApiTest.php
test/Api/ProductApiTest.php
test/Api/SpendingApiTest.php
test/Api/UtilApiTest.php
test/Model/AddressTest.php
test/Model/BankAccountListTest.php
test/Model/BankAccountTest.php
test/Model/CategoryTest.php
test/Model/CheckTaxNumberMessageTest.php
test/Model/ClientErrorResponseTest.php
test/Model/ClientErrorTest.php
test/Model/ConversationRateTest.php
test/Model/CorrectionTypeTest.php
test/Model/CountryTest.php
test/Model/CreateDocumentExportTest.php
test/Model/CurrencyTest.php
test/Model/DateTypeTest.php
test/Model/DiscountTest.php
test/Model/DiscountTypeTest.php
test/Model/DocumentAncestorTest.php
test/Model/DocumentBankAccountTest.php
test/Model/DocumentBlockListTest.php
test/Model/DocumentBlockTest.php
test/Model/DocumentBlockTypeTest.php
test/Model/DocumentCancellationTest.php
test/Model/DocumentExportFilterExtraTest.php
test/Model/DocumentExportIdTest.php
test/Model/DocumentExportOtherOptionsTest.php
test/Model/DocumentExportQueryTypeTest.php
test/Model/DocumentExportSortByTest.php
test/Model/DocumentExportStatusStateTest.php
test/Model/DocumentExportStatusTest.php
test/Model/DocumentExportTypeTest.php
test/Model/DocumentFormTest.php
test/Model/DocumentFormatTest.php
test/Model/DocumentInsertInstantPaymentRequestTest.php
test/Model/DocumentInsertItemsInnerTest.php
test/Model/DocumentInsertTest.php
test/Model/DocumentInsertTypeTest.php
test/Model/DocumentInstantPaymentRequestTest.php
test/Model/DocumentItemDataTest.php
test/Model/DocumentItemTest.php
test/Model/DocumentLanguageTest.php
test/Model/DocumentListTest.php
test/Model/DocumentNotificationStatusTest.php
test/Model/DocumentOrganizationTest.php
test/Model/DocumentPartnerPartnerShippingTest.php
test/Model/DocumentPartnerTest.php
test/Model/DocumentProductDataTest.php
test/Model/DocumentPublicUrlTest.php
test/Model/DocumentSettingsDontSendToNavReasonTest.php
test/Model/DocumentSettingsTest.php
test/Model/DocumentSummaryTest.php
test/Model/DocumentTest.php
test/Model/DocumentTypeTest.php
test/Model/DocumentVatRateSummaryTest.php
test/Model/DontSendToNavReasonTest.php
test/Model/EntitlementTest.php
test/Model/FeatureTest.php
test/Model/IdTest.php
test/Model/InvoiceSettingsTest.php
test/Model/LedgerNumberInformationTest.php
test/Model/ModificationDocumentInsertTest.php
test/Model/MoneyTest.php
test/Model/OnlinePaymentTest.php
test/Model/OnlineSzamlaStatusEnumTest.php
test/Model/OnlineSzamlaStatusMessageTest.php
test/Model/OnlineSzamlaStatusTest.php
test/Model/OrganizationDataTest.php
test/Model/PartnerCustomBillingSettingsTest.php
test/Model/PartnerGiroSettingsTest.php
test/Model/PartnerListTest.php
test/Model/PartnerPartnerShowTypeTest.php
test/Model/PartnerShippingAddressTest.php
test/Model/PartnerShippingTest.php
test/Model/PartnerShowTypeTest.php
test/Model/PartnerTaxTypeTest.php
test/Model/PartnerTest.php
test/Model/PaymentHistoryTest.php
test/Model/PaymentMethodTest.php
test/Model/PaymentStatusSpendingTest.php
test/Model/PaymentStatusTest.php
test/Model/ProductListTest.php
test/Model/ProductQuantityTest.php
test/Model/ProductTest.php
test/Model/ReceiptInsertItemsInnerTest.php
test/Model/ReceiptInsertTest.php
test/Model/ReceiptItemDataTest.php
test/Model/ReceiptProductDataTest.php
test/Model/RoundTest.php
test/Model/SendDocumentTest.php
test/Model/ServerErrorResponseTest.php
test/Model/ServerErrorTest.php
test/Model/ServerTimeTest.php
test/Model/ShippingModeTest.php
test/Model/SourceTest.php
test/Model/SpendingListItemTest.php
test/Model/SpendingListTest.php
test/Model/SpendingPartnerTest.php
test/Model/SpendingPaymentMethodTest.php
test/Model/SpendingSaveTest.php
test/Model/SpendingTest.php
test/Model/SubscriptionErrorResponseTest.php
test/Model/SubscriptionTest.php
test/Model/TaxNumberTest.php
test/Model/TooManyRequestsResponseTest.php
test/Model/UnitPriceTypeTest.php
test/Model/ValidationErrorResponseTest.php
test/Model/ValidationErrorTest.php
test/Model/VatTest.php
1 change: 1 addition & 0 deletions .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.6.0
Loading

0 comments on commit 0affa86

Please sign in to comment.