diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index 4204ed5b..3978ec48 100644 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -14,7 +14,7 @@ jobs: name: Checkout OpenAPI repo env: GIT_OPENAPI_REPO_PATH: '${{ env.GIT_USER_ID }}/${{ env.GIT_OPENAPI_REPO_ID }}' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ./openapi ref: master @@ -39,7 +39,7 @@ jobs: name: Trigger Event env: GIT_OPENAPI_REPO_PATH: '${{ env.GIT_USER_ID }}/${{ env.GIT_OPENAPI_REPO_ID }}' - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.FATTUREINCLOUD_BOT_TOKEN }} repository: ${{ env.GIT_OPENAPI_REPO_PATH }} diff --git a/.github/workflows/release-version.yaml b/.github/workflows/release-version.yaml index e7360fa6..be0a52a9 100644 --- a/.github/workflows/release-version.yaml +++ b/.github/workflows/release-version.yaml @@ -8,7 +8,7 @@ jobs: - id: checkout name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.FATTUREINCLOUD_BOT_TOKEN }} @@ -20,7 +20,7 @@ jobs: - id: setup-node name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - id: setup-libraries name: Install libraries @@ -63,7 +63,7 @@ jobs: - id: create-tag name: Create tag if: ${{ !env.ACT }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ github.token }} script: | @@ -76,7 +76,7 @@ jobs: - id: trigger-create-version name: Trigger Create Version Event - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ github.token }} event-type: create-release diff --git a/.github/workflows/trigger-phar-generation.yaml b/.github/workflows/trigger-phar-generation.yaml index 2e239a79..f7ec75d0 100644 --- a/.github/workflows/trigger-phar-generation.yaml +++ b/.github/workflows/trigger-phar-generation.yaml @@ -7,13 +7,13 @@ jobs: steps: - id: checkout name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.FATTUREINCLOUD_BOT_TOKEN }} - id: trigger-event name: Trigger Event - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.FATTUREINCLOUD_BOT_TOKEN }} event-type: create-release \ No newline at end of file diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 9f9af3b9..5769600e 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -17,7 +17,7 @@ jobs: steps: - id: checkout name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP with PECL extension uses: shivammathur/setup-php@v2 @@ -37,7 +37,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index bd231407..a99bc1dd 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -34,6 +34,7 @@ docs/Model/CompanyInfoPlanInfo.md docs/Model/CompanyInfoPlanInfoFunctions.md docs/Model/CompanyInfoPlanInfoFunctionsStatus.md docs/Model/CompanyInfoPlanInfoLimits.md +docs/Model/CompanyPlanUsage.md docs/Model/CompanyType.md docs/Model/ControlledCompany.md docs/Model/CreateArchiveDocumentRequest.md @@ -79,11 +80,13 @@ docs/Model/EntityType.md docs/Model/EventType.md docs/Model/F24.md docs/Model/F24Status.md +docs/Model/FattureInCloudPlanType.md docs/Model/FunctionStatus.md docs/Model/GetArchiveDocumentResponse.md docs/Model/GetCashbookEntryResponse.md docs/Model/GetClientResponse.md docs/Model/GetCompanyInfoResponse.md +docs/Model/GetCompanyPlanUsageResponse.md docs/Model/GetEInvoiceRejectionReasonResponse.md docs/Model/GetEmailDataResponse.md docs/Model/GetExistingIssuedDocumentTotalsRequest.md @@ -283,6 +286,7 @@ lib/Model/CompanyInfoPlanInfo.php lib/Model/CompanyInfoPlanInfoFunctions.php lib/Model/CompanyInfoPlanInfoFunctionsStatus.php lib/Model/CompanyInfoPlanInfoLimits.php +lib/Model/CompanyPlanUsage.php lib/Model/CompanyType.php lib/Model/ControlledCompany.php lib/Model/CreateArchiveDocumentRequest.php @@ -328,11 +332,13 @@ lib/Model/EntityType.php lib/Model/EventType.php lib/Model/F24.php lib/Model/F24Status.php +lib/Model/FattureInCloudPlanType.php lib/Model/FunctionStatus.php lib/Model/GetArchiveDocumentResponse.php lib/Model/GetCashbookEntryResponse.php lib/Model/GetClientResponse.php lib/Model/GetCompanyInfoResponse.php +lib/Model/GetCompanyPlanUsageResponse.php lib/Model/GetEInvoiceRejectionReasonResponse.php lib/Model/GetEmailDataResponse.php lib/Model/GetExistingIssuedDocumentTotalsRequest.php diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 3769235d..93c8ddab 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.1.0 \ No newline at end of file +7.6.0 diff --git a/.php-cs-fixer.cache b/.php-cs-fixer.cache index c272a925..fcd682b7 100644 --- a/.php-cs-fixer.cache +++ b/.php-cs-fixer.cache @@ -1 +1 @@ -{"php":"7.4.33","version":"3.41.1:v3.41.1#8b6ae8dcbaf23f09680643ab832a4a3a260265f6","indent":" ","lineEnding":"\n","rules":{"binary_operator_spaces":{"default":"at_least_single_space"},"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":true,"braces_position":{"allow_single_line_empty_anonymous_classes":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_parentheses":true,"no_blank_lines_after_class_opening":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"none"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":true,"visibility_required":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"attribute_placement":"ignore","on_multiline":"ensure_fully_multiline"},"no_break_comment":true,"no_closing_tag":true,"no_multiple_statements_per_line":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true,"phpdoc_order":true,"array_syntax":{"syntax":"short"},"strict_comparison":true,"strict_param":true},"hashes":{"test\/Model\/GetClientResponseTest.php":"447be285c6def180e3effeb070c80b39","test\/Model\/JoinIssuedDocumentsResponseTest.php":"0b3657754eb23398c2659bdc48df5157","test\/Model\/ReceivedDocumentInfoItemsDefaultValuesTest.php":"96fbf1f5fecfcdd1f38ad6bb21871038","test\/Model\/UploadReceivedDocumentAttachmentResponseTest.php":"3a831b06c96f2516bf3338223ba54dcc","test\/Model\/ListClientsResponseTest.php":"56111f37dbf7203dc2dd731210f4c94a","test\/Model\/GetNewReceivedDocumentTotalsRequestTest.php":"34d7752f869043cf5a533b87ab743b9a","test\/Model\/CreateReceivedDocumentResponseTest.php":"e45c27f37476a15216894b09a34dddc1","test\/Model\/CreateProductResponseTest.php":"f373d98b2337afbac5c85df5d53b7e9a","test\/Model\/CreateVatTypeRequestTest.php":"fe37840fa45935c312b9192f50c4dbf4","test\/Model\/GetCompanyInfoResponseTest.php":"a325df307f66dac34c3b58a8058daa43","test\/Model\/SupplierTypeTest.php":"552e294c6368008be4b903b783ce04b1","test\/Model\/SendEInvoiceRequestOptionsTest.php":"71d3a064eeebc3e2e7aa1bafa0272242","test\/Model\/ListSuppliersResponseTest.php":"7051664de5c55fc63a23ec57225d49a5","test\/Model\/CreateClientRequestTest.php":"eff9f3a35cf60ff4034861e841df5d09","test\/Model\/ModifyPaymentAccountRequestTest.php":"02741e6ee6293c211163cdc038fc750a","test\/Model\/IssuedDocumentTotalsTest.php":"da023dd4d2be890daed1e373605c3399","test\/Model\/ScheduleEmailRequestTest.php":"d24846fdc296769b0a7e41abb1ebfc29","test\/Model\/EntityTypeTest.php":"0acaa11effd67f6be9d6603bb25c5d94","test\/Model\/CreateWebhooksSubscriptionRequestTest.php":"2ed55709fb08ea565f1299335a30f515","test\/Model\/VerifyEInvoiceXmlErrorResponseErrorTest.php":"1e49fc120fd06b9a6486f8b0a6169bec","test\/Model\/ListPaymentAccountsResponseTest.php":"bc02b7deb8fdd7ab46f324fc9c195c6a","test\/Model\/ListVatTypesResponseTest.php":"458ed233a4a506edae0cde7a98c8ec9f","test\/Model\/ListCurrenciesResponseTest.php":"e777235b871d1c6575cf96913608a067","test\/Model\/CashbookEntryDocumentTest.php":"597095c015c2a19e77f98c9e0351b5bc","test\/Model\/GetCashbookEntryResponseTest.php":"7c87a50c2eefb817d9861b7b9bc60d83","test\/Model\/ListRevenueCentersResponseTest.php":"d995ac5c4215d5c634bfae2b6b0c63fa","test\/Model\/ReceiptPreCreateInfoTest.php":"fe5cfdfdd05b6da0244067f8820124a3","test\/Model\/ListF24ResponseAggregationTest.php":"96489732e9de6db37c269bba53af8d89","test\/Model\/OriginalDocumentTypeTest.php":"e675b7803de231fe53bfee4afd199a72","test\/Model\/ListReceivedDocumentsResponseTest.php":"1a0124338035453dbeb59a47a9bca325","test\/Model\/F24StatusTest.php":"d83a6369ae78d57da86ff391a6f6c622","test\/Model\/PaymentTermsTypeTest.php":"401b06ec635b7d20ad6c672502dd5edc","test\/Model\/AttachmentDataTest.php":"30bf037d043e8981c3ee489b727fe00a","test\/Model\/PaginationTest.php":"09c152f1f0cd238a84c5303eeb34b4c7","test\/Model\/ModifyClientRequestTest.php":"cc3b38a3f63c0207504258995f26af10","test\/Model\/CompanyInfoPlanInfoFunctionsTest.php":"cb74b7a28bab09f9a5fb83041b40d169","test\/Model\/GetReceiptsMonthlyTotalsResponseTest.php":"2c3041951ca18560b4024ac54d86f1c0","test\/Model\/TransformIssuedDocumentResponseTest.php":"434166a42469cf07e4408705983fdf51","test\/Model\/CreateF24RequestTest.php":"10a1842ff0e9fd663b624c50ebb836dc","test\/Model\/SendEInvoiceResponseDataTest.php":"f2fad8bd74a24f749de9931d44427b04","test\/Model\/CurrencyTest.php":"2877df81648b9927096158b1b4257d1f","test\/Model\/CreateIssuedDocumentRequestTest.php":"3cea5752fe320ed1c978dd748e52ce92","test\/Model\/ListProductsResponsePageTest.php":"e2e6fbeae8e29456b4bbf8e4e839a93c","test\/Model\/CreateArchiveDocumentRequestTest.php":"9d4dcb8429aa52e0f7574546dc54a8d1","test\/Model\/ListUserCompaniesResponseTest.php":"3880f06b8de29ddf9f304e81a1f7a688","test\/Model\/ListSuppliersResponsePageTest.php":"c16c5b5af5a10e5d825a016d0c9cdf5a","test\/Model\/VerifyEInvoiceXmlErrorResponseExtraTest.php":"918456fca440faf831789010e5d14246","test\/Model\/MonthlyTotalTest.php":"8e25222cb1478427c42c951abf74ffc7","test\/Model\/CompanyTest.php":"6924ec75e41a89b399c4239271902e53","test\/Model\/ListArchiveDocumentsResponseTest.php":"f0e6e4b0afd959266f0167cbee8e2cd2","test\/Model\/GetExistingIssuedDocumentTotalsRequestTest.php":"a90af723b4c956eaca834094c1893d09","test\/Model\/PermissionsTest.php":"8c5d57a732b383b1f32a36e94bf09397","test\/Model\/UserCompanyRoleTest.php":"1da185554ef0d59961f334fffea0341a","test\/Model\/ModifyArchiveDocumentResponseTest.php":"b574b7788567a977e8e22cbf819a40b7","test\/Model\/ReceiptItemsListItemTest.php":"56b87733947dbe8f08bb2886d1abda05","test\/Model\/GetUserInfoResponseInfoTest.php":"c323ec0bfb6424e49510e1c4c5338ed2","test\/Model\/EmailDataDefaultSenderEmailTest.php":"5ed9cb80818737181e62208642f300fc","test\/Model\/GetEInvoiceRejectionReasonResponseTest.php":"43311318506524a3ebf1191dbc91b9cc","test\/Model\/ReceivedDocumentTotalsTest.php":"34dac4d672e65cdea409334087b6b7d3","test\/Model\/VerifyEInvoiceXmlErrorResponseErrorValidationResultTest.php":"9aaf8a9d498293c4f2bc9101ed43458b","test\/Model\/PaymentAccountTest.php":"bd2eb4f12e5bddc29a22356c6d4f07bf","test\/Model\/IssuedDocumentExtraDataTest.php":"bb376cb56a6264c3f255a35f0dd193f6","test\/Model\/IssuedDocumentPreCreateInfoTest.php":"c0f669d703c6a834aa42a784a062dbff","test\/Model\/CompanyInfoPlanInfoFunctionsStatusTest.php":"c1cf315cea57d30df54aac09b2139028","test\/Model\/CreateReceiptRequestTest.php":"b46c74b47a9074746b100b7ac7fd8ad9","test\/Model\/PermissionLevelTest.php":"14cc5de88fd93e56ad9428369e7c256e","test\/Model\/SendEInvoiceRequestTest.php":"d686406266e448f40bd823651b7480d2","test\/Model\/GetNewReceivedDocumentTotalsResponseTest.php":"af5162abe576c23d0cb2cb68a46c0891","test\/Model\/ModifyWebhooksSubscriptionResponseTest.php":"8ec840c6df160b4113fd75a1f2e1443f","test\/Model\/ListDeliveryNotesDefaultCausalsResponseTest.php":"ceae3bdd3adf97c6ea1d0f0952d2fd2b","test\/Model\/ArchiveDocumentTest.php":"367e2ee68cb7a41f9cd0d490d8d5661f","test\/Model\/ListCostCentersResponseTest.php":"2a4cf7f01b1024f179ca0f771440ccf7","test\/Model\/ModifySupplierRequestTest.php":"3f7ab2bd11f4e6c39b05a58b35a2ef35","test\/Model\/ModifySupplierResponseTest.php":"b0100bbdd6f6883fec1aa20aa20f1405","test\/Model\/ListEmailsResponsePageTest.php":"3625dcef155f581bac6d6df2db916c56","test\/Model\/UploadArchiveAttachmentResponseTest.php":"5206691c6e70710b55bdf326f7bc3bd0","test\/Model\/WebhooksSubscriptionConfigTest.php":"5ac64444af0981facb8d5d0d0bb87d19","test\/Model\/ListUnitsOfMeasureResponseTest.php":"c0cee8b1d6d4033a13ea7c979f5eb8b3","test\/Model\/ReceivedDocumentPaymentsListItemTest.php":"40c4b69473688a51da232a029bf992d1","test\/Model\/UploadIssuedDocumentAttachmentResponseTest.php":"75f5efdc39aac08770522a3fc31bcec9","test\/Model\/SupplierTest.php":"e976bacad90354e5bef724f339f9ec55","test\/Model\/ReceivedDocumentItemsListItemTest.php":"a55a51f900f5d476942b291ec64b5139","test\/Model\/VerifyEInvoiceXmlResponseDataTest.php":"dcc43fb7c238431fd1cea1abe2dfa3e0","test\/Model\/SendEInvoiceResponseTest.php":"0762f2b9907009ea08e34b6ae96e7edf","test\/Model\/UserTest.php":"39f14b7d82585b997455644f5c3c1946","test\/Model\/WebhooksSubscriptionMappingTest.php":"b24d7e74c65d6860e957b3cf60da8f75","test\/Model\/GetIssuedDocumentPreCreateInfoResponseTest.php":"8f7104a2fae4a5d88c90c3d344ac9358","test\/Model\/ModifyVatTypeRequestTest.php":"4e68df94cb84a5a217ea1028a8bbae68","test\/Model\/ListLanguagesResponseTest.php":"e9dcea75ea9ad731ef81c2446b020ef4","test\/Model\/CashbookEntryTypeTest.php":"80d8ea30de8687d0aa58020e99b6a39b","test\/Model\/ModifyF24ResponseTest.php":"e0e004febce3bffa87efe2ce5326677e","test\/Model\/GetWebhooksSubscriptionResponseTest.php":"d1fce658075ebfbe9a47723eaa7107d5","test\/Model\/GetExistingIssuedDocumentTotalsResponseTest.php":"fa0d35a3a459988354cb8afedf819052","test\/Model\/VatKindTest.php":"a70914ffd0bf8a7c3cceef30987d0483","test\/Model\/ListReceiptsResponsePageTest.php":"c50b4937d2d126890471e4d257328178","test\/Model\/PaymentMethodTest.php":"f8fdcb604ba229ef4349628d3911bc04","test\/Model\/ModifyCashbookEntryRequestTest.php":"face9ca33e7c61ae66c4eac552058712","test\/Model\/IssuedDocumentOptionsTest.php":"bd04d22ab55cc8026a2cec4a4a8bcb32","test\/Model\/VatItemTest.php":"842ce42111e8f3c7f91db98a34659410","test\/Model\/CreateArchiveDocumentResponseTest.php":"630bf747891f99479ebb1a1a2ef8bc72","test\/Model\/GetProductResponseTest.php":"92d632f480d7cc926af137725284fcd0","test\/Model\/ListIssuedDocumentsResponsePageTest.php":"1427cc4471624a9349a5d65e621e0662","test\/Model\/CreatePaymentMethodResponseTest.php":"ec66944ccdaf3b487621e586183a8951","test\/Model\/ListPaymentMethodsResponseTest.php":"ebef3dcdf5ca67348094dcd895de3b24","test\/Model\/IssuedDocumentPaymentsListItemPaymentTermsTest.php":"af39c98a1a47e0bb04e119f8fbb7bdc4","test\/Model\/EventTypeTest.php":"8d2a93d82024697ae1aa12f50ed348a9","test\/Model\/CashbookEntryKindTest.php":"08d7615b68dfdb9ed62bc2d7dca6590e","test\/Model\/ModifyIssuedDocumentResponseTest.php":"3ce6d686b22712d804d6c57854912e6f","test\/Model\/ListReceiptsResponseTest.php":"ad6eefa41caee6a4547fabea758d5eac","test\/Model\/ModifyF24RequestTest.php":"dbdf731b4082f7f42abd0c9ed9da3614","test\/Model\/ListCountriesResponseTest.php":"6ffe7796cf1fc8f4dbc73921e9da5760","test\/Model\/ListReceivedDocumentsResponsePageTest.php":"08c3406d23b77c0ef2539bbccef3e56f","test\/Model\/CreateCashbookEntryRequestTest.php":"5f408bd907f18672f4a63a3d3c3ad21c","test\/Model\/GetReceiptResponseTest.php":"6f439edaa4062007c1f948c5454e8f99","test\/Model\/ModifyPaymentAccountResponseTest.php":"fc3900aadd432e1d6b27d764a1ebd4ae","test\/Model\/ListF24ResponseAggregatedDataTest.php":"06d070d20e3b334b8e6ae565595e1b51","test\/Model\/GetPaymentAccountResponseTest.php":"e24ad2212c485c85100afa6735c81118","test\/Model\/IssuedDocumentPaymentsListItemTest.php":"62579149ebea0721ef64a8b2f4b80537","test\/Model\/EmailDataTest.php":"9c5f9681eac25da6ce5c4bd59fd4098c","test\/Model\/ListCitiesResponseTest.php":"53c520ae46b1451c9959083bce0c540b","test\/Model\/ClientTest.php":"132e7a1b79f9dd95de76eeb76ac246f0","test\/Model\/ShowTotalsModeTest.php":"805188f1c663d4889595e33de08b227d","test\/Model\/ListProductsResponseTest.php":"ce6e526525e6b82b8279b231f879400a","test\/Model\/ModifyProductRequestTest.php":"df2bcf2ad42c7a1a27e97730a1cf7b47","test\/Model\/ModifyPaymentMethodRequestTest.php":"5b924e36150fb2ec6293dc4f57a827f4","test\/Model\/ModifyReceivedDocumentResponseTest.php":"fe912bd8ca94b5206e8c970cacff5897","test\/Model\/PaymentAccountTypeTest.php":"f0906e0f532d0126af8722ad3ee5d97c","test\/Model\/CreateSupplierResponseTest.php":"0e4ac48cd2e75af7f3c6cfc4f4bd66b1","test\/Model\/GetExistingReceivedDocumentTotalsResponseTest.php":"4b954280539ae0d92c7448eef6eae37e","test\/Model\/VerifyEInvoiceXmlErrorResponseTest.php":"879f72dc13597870ba156e95587fb189","test\/Model\/ListCashbookEntriesResponseTest.php":"01896d7abe21522b64cdc1a2e1d08211","test\/Model\/ListF24ResponseTest.php":"b49ce893d05d2b0a8aad57d34c136155","test\/Model\/GetReceiptPreCreateInfoResponseTest.php":"f934a8adfc57fd8a82cd6b094fbecfe5","test\/Model\/ReceivedDocumentPaymentsListItemPaymentTermsTest.php":"ad9b1e2c456dcc57d4cdf176a34e3828","test\/Model\/SenderEmailTest.php":"d961072ee78954daee53f3a628e7e2ba","test\/Model\/ModifyClientResponseTest.php":"62622d7da8ad9a6ae01a741164e1b50b","test\/Model\/CompanyInfoAccessInfoTest.php":"78a6489ec395f627112634471b87ce0a","test\/Model\/GetNewIssuedDocumentTotalsResponseTest.php":"42d07f3fe05e5dda5079ce279de06664","test\/Model\/ClientTypeTest.php":"6807fdde1f1f310ca1b4f93a10dce8d1","test\/Model\/EntityTest.php":"f4125bdcb0a051c1a88e5b238a5703bf","test\/Model\/PaymentMethodDetailsTest.php":"2bbb2b765badf379ac3170553d0694d4","test\/Model\/DocumentTemplateTest.php":"d1cbfbbd134fba2b01221fa8150ff645","test\/Model\/ListTemplatesResponseTest.php":"bed89f12c01b0798f910d6c54d491407","test\/Model\/ModifyPaymentMethodResponseTest.php":"8d38880571c4c7b78f7dca6317a2d14a","test\/Model\/CreateClientResponseTest.php":"da3f0fc31e383bc07e0a959191fba1fc","test\/Model\/ReceiptTypeTest.php":"f27dcd71a602b2fd7d2e34bee5500a4e","test\/Model\/ReceivedDocumentInfoTest.php":"e195910e4e4fc336c012242bad245f7e","test\/Model\/GetUserInfoResponseTest.php":"c6478a8160311aac575cd87f79e38955","test\/Model\/EInvoiceRejectionReasonTest.php":"c833cf23b57aa7630b0285ac29918ca4","test\/Model\/ListArchiveDocumentsResponsePageTest.php":"d1e41abcdb31ccee1cb931899b392889","test\/Model\/ListArchiveCategoriesResponseTest.php":"5e55848a9db7be78c25ba1ecab511860","test\/Model\/IssuedDocumentTypeTest.php":"c793fa13d623840a4267b7c3020cadf0","test\/Model\/WebhooksSubscriptionTest.php":"d54eabe717ae88f8b41a5b9650c119f2","test\/Model\/GetArchiveDocumentResponseTest.php":"c3af537478e1480e3128e45f3ee5518f","test\/Model\/ListF24ResponsePageTest.php":"33e1ab75d0a8fb03425b5151555ef2ef","test\/Model\/IssuedDocumentStatusTest.php":"96290fec8d8df632cb59d4127b89ebef","test\/Model\/VatTypeTest.php":"cf99093bccd1407e6de89ad3f48fccce","test\/Model\/CreatePaymentAccountRequestTest.php":"917f47a1df9cd3727c5d5b580ca0baec","test\/Model\/EmailScheduleTest.php":"b40a376af2f887b496305737015fa5f5","test\/Model\/GetSupplierResponseTest.php":"bff8f947bb57177f81b39033301476e1","test\/Model\/ModifyProductResponseTest.php":"af24926761d7f30267039f173eae8956","test\/Model\/SendEInvoiceRequestDataTest.php":"c781142677ac2cd2be51b7e6e4be3422","test\/Model\/IssuedDocumentTest.php":"0f5b9a741cfc4dcd0756c21e69e12538","test\/Model\/CreateProductRequestTest.php":"4ee74b5e38d364520ccd7a8b098cfd52","test\/Model\/ModifyCashbookEntryResponseTest.php":"b5aff5be0ebfd19ab43f37f5f29ee4b3","test\/Model\/IssuedDocumentPreCreateInfoExtraDataDefaultValuesTest.php":"dcd1812402863c449e50c8863b0e5d54","test\/Model\/GetNewIssuedDocumentTotalsRequestTest.php":"242905e6eec541f9ce05a489b8ed7bf1","test\/Model\/CityTest.php":"1a6a88aaf038ede81ee0ccc56f5f988d","test\/Model\/PermissionsFicIssuedDocumentsDetailedTest.php":"91fa2d3b5151a32e848e9dce4df528a9","test\/Model\/CreateIssuedDocumentResponseTest.php":"81be0c4a69085abc46f3bb908e62bdff","test\/Model\/CreateF24ResponseTest.php":"19a9f9917b7e53cfe6dc0aac568820f1","test\/Model\/IssuedDocumentItemsListItemTest.php":"94d7e9f1b6d9d0cfbefff5c5f76e681a","test\/Model\/ModifyReceivedDocumentRequestTest.php":"a0c18ab4043b829abb94d552b61573df","test\/Model\/ListDetailedCountriesResponseTest.php":"81d4f34d421b8ca9aaac169db960f7ac","test\/Model\/ModifyIssuedDocumentRequestTest.php":"f5a40c5f9af76abcd7792ee3640750d5","test\/Model\/ModifyReceiptResponseTest.php":"3103d2d5d3f462ee86dd82f9e9d6fd87","test\/Model\/EmailRecipientStatusTest.php":"17a2685a95b24ad6ca3e327d947def37","test\/Model\/ListReceivedDocumentCategoriesResponseTest.php":"7289476db10546733c61f59ae2723d52","test\/Model\/IssuedDocumentEiDataTest.php":"0a867c30436b098df0c52a24ed5e548d","test\/Model\/EmailAttachmentTest.php":"42a8ab6156875434bec1c2adcdc7482e","test\/Model\/EmailTest.php":"1932655032066c48ca3dd7c0f2b79055","test\/Model\/ReceivedDocumentTypeTest.php":"13bb7f45f2f9afd5c2c18274e17e47e4","test\/Model\/IssuedDocumentPreCreateInfoDefaultValuesTest.php":"2acfbb655eec26604d25e8522c074519","test\/Model\/ListProductCategoriesResponseTest.php":"b44d076706ef3924a5d9d21dace037a0","test\/Model\/CreateReceiptResponseTest.php":"8da6c0373b8c95f2ea9eef30e3253dd8","test\/Model\/ListEmailsResponseTest.php":"1fbebc567233e9ecd16c3ca9672c34d1","test\/Model\/DetailedCountryTest.php":"a18c35f8a4a6458b4d5a1d9625f2eec1","test\/Model\/CreateSupplierRequestTest.php":"4d000e2d4b60a7bfc3d9f165ad653390","test\/Model\/PaymentMethodTypeTest.php":"6515a7f220d5591c04b5bdeea7da5cfb","test\/Model\/ListClientsResponsePageTest.php":"b2ee6ff3e89781d9a53a7db5f7129d1f","test\/Model\/ListWebhooksSubscriptionsResponseTest.php":"76df97f4724d300b33c4054fb7c2488f","test\/Model\/CreateReceivedDocumentRequestTest.php":"31a45fa3f9f8502989e4009e451d2e5e","test\/Model\/GetVatTypeResponseTest.php":"18452abfe8b8ce70c8b71098c3f5c871","test\/Model\/CompanyTypeTest.php":"ab1548ca0437edcc9794ae3f4a26f2f3","test\/Model\/GetEmailDataResponseTest.php":"32e9c326a20158c920af0d6d190142d7","test\/Model\/GetUserInfoResponseEmailConfirmationStateTest.php":"37ccf1b6f50a25ed39fdc13b5952d21a","test\/Model\/EmailStatusTest.php":"bf0497c42e8f0acd4b7bfc90ac3cbca9","test\/Model\/VerifyEInvoiceXmlResponseTest.php":"fc62f8a5bd21597f130d9777211dcae4","test\/Model\/FunctionStatusTest.php":"f3bfa03837d19e07ab77f576d754dce5","test\/Model\/ReceivedDocumentInfoDefaultValuesTest.php":"9b27354712f39aed17508a74300e1fe2","test\/Model\/CompanyInfoPlanInfoLimitsTest.php":"f7fcd96e5bc0f0c72348e55fe27bb3de","test\/Model\/GetPaymentMethodResponseTest.php":"ad52e95b40930c470b48e2adfa8f02ff","test\/Model\/UploadF24AttachmentResponseTest.php":"95ec9a9e98fd173e8a7c1b387d23f654","test\/Model\/GetReceivedDocumentPreCreateInfoResponseTest.php":"86591849a5253f0f0855949ad22894cc","test\/Model\/CreateWebhooksSubscriptionResponseTest.php":"7107a56f7eff97cfb6a7d41e268ec351","test\/Model\/CreatePaymentMethodRequestTest.php":"fe73c7eb111ca90f0169cff91ba166eb","test\/Model\/ReceiptTest.php":"8fcc569a56d866aefc8f52cc64c25eeb","test\/Model\/ReceivedDocumentTest.php":"72523a0f63b827d17f27ff7b5c9f57ad","test\/Model\/ModifyVatTypeResponseTest.php":"9cff7515476374ea9cfa488a0713dbe7","test\/Model\/ProductTest.php":"5d64971d95667d3d90696d4a6fe7d373","test\/Model\/GetF24ResponseTest.php":"e1fcf4bd056ed2e7a8812477f5c7b8ba","test\/Model\/CreateVatTypeResponseTest.php":"af96094535a02447221c2bd705fcb710","test\/Model\/GetExistingReceivedDocumentTotalsRequestTest.php":"a5b83a02c9bd6f55b35fdd88da8592ae","test\/Model\/IssuedDocumentPreCreateInfoItemsDefaultValuesTest.php":"1606d522ad329d9d2ae755aaa8a7899e","test\/Model\/CashbookEntryTest.php":"1080341d2c79969e26fa20fe07d5a42e","test\/Model\/GetReceivedDocumentResponseTest.php":"b1a55f45722bbf85a5d8f4e55c7fb42a","test\/Model\/ListIssuedDocumentsResponseTest.php":"94ad98a24c8d6e5bba1eecf05172308a","test\/Model\/EmailScheduleIncludeTest.php":"3633707e06e3702754dfc86e702f945b","test\/Model\/CreateCashbookEntryResponseTest.php":"966704a65fff3a58502bd55f47c1fd95","test\/Model\/CreatePaymentAccountResponseTest.php":"8201a3178403081689609724380dbf20","test\/Model\/ModifyArchiveDocumentRequestTest.php":"e2406ffde7aad7d8e600f2d44213d189","test\/Model\/LanguageTest.php":"effc96845527a2a91214cdf759f6331d","test\/Model\/ModifyReceiptRequestTest.php":"4de77c0d45f0b84e5e261179e2ee1301","test\/Model\/ControlledCompanyTest.php":"fec32983e1b86eb3c4a679509eef452e","test\/Model\/ModifyWebhooksSubscriptionRequestTest.php":"97ae8d0c271831fc10ecc197efede396","test\/Model\/CompanyInfoPlanInfoTest.php":"6190a05043396be6383ec3eb1e6b2def","test\/Model\/GetIssuedDocumentResponseTest.php":"22369c2e5999e9ce4c7c9f158819db55","test\/Model\/ListUserCompaniesResponseDataTest.php":"ff6e896d77423b59ecf8ec71b54b62ba","test\/Model\/F24Test.php":"b8f90d263c4e4cbee0bb111268e90a7b","test\/Model\/CompanyInfoTest.php":"02cbd804e102617cb392841d5041792e","test\/Filter\/ConditionTest.php":"121d642bd3dfad001123d87cf872f4b7","test\/Filter\/ConjunctionTest.php":"1caa5fd029494c96bb452aa0fc9cc86f","test\/Filter\/DisjunctionTest.php":"cae9a4680e9b9c93b3c06ce8db43eb50","test\/Filter\/FilterTest.php":"a23237e6866716c26f27ce34dabd8ec9","test\/OAuth2\/OAuth2AuthorizationCodeErrorTest.php":"428b2f6831b505c1c9753275397ad55a","test\/OAuth2\/OAuth2AuthorizationCodeTokenResponseTest.php":"fd673f0b01ce91d8d5f3c1ef5207e2f3","test\/OAuth2\/OAuth2AuthorizationCodeParamsTest.php":"7d62453fec4968cff7f32ffa6e506900","test\/OAuth2\/OAuth2AuthorizationCodeManagerTest.php":"04b28c9586e574de521dfd4615e09b57","test\/Api\/CompaniesApiTest.php":"b2895c2f993498a3dace8d5e62225d58","test\/Api\/UserApiTest.php":"a3d0ef41c77d1e6aed47f46d0e896c95","test\/Api\/WebhooksApiTest.php":"a8d9cbe5cc5cb5c7a3232c347fe3b9d2","test\/Api\/ReceivedDocumentsApiTest.php":"7e5eec0d407cd878c37f4e81fd196218","test\/Api\/InfoApiTest.php":"abf716c9a684b47585458526802594db","test\/Api\/ProductsApiTest.php":"e99d5623283e724e95a772ddf23c8186","test\/Api\/ReceiptsApiTest.php":"2eedb63d7e360b976939131cc2e857de","test\/Api\/IssuedEInvoicesApiTest.php":"5d151bbea16c36786fb60bbb00b7e0b7","test\/Api\/EmailsApiTest.php":"28fe48cf575085512cdedcac1f3f0bb0","test\/Api\/CashbookApiTest.php":"f500f51b81d2b05dd10b89303c5544a9","test\/Api\/SuppliersApiTest.php":"c077f89b14bd6c61eaa9f4ccf1dd7121","test\/Api\/ClientsApiTest.php":"7a251a96bd9276367f1ccb1d2acf277f","test\/Api\/SettingsApiTest.php":"a39c2807bd2fb2b4e2a75de6dbc261d9","test\/Api\/TaxesApiTest.php":"1bd673455026674442aafd0d334653e6","test\/Api\/IssuedDocumentsApiTest.php":"4bcb8542fcc6508c888ee4f6407ad2af","test\/Api\/ArchiveApiTest.php":"7f0465cf373c432c2af48678aec1e09b","lib\/Model\/ScheduleEmailRequest.php":"4ce1243abe5c3cf0d3326491e2a77b3f","lib\/Model\/PermissionLevel.php":"0ec1aa55a572172ddba73fc23dfe73af","lib\/Model\/Product.php":"7005df5c3ddc357f5452ad3b73cf8dd0","lib\/Model\/ListSuppliersResponse.php":"670f4e9d58d867fe98f97c30708cff59","lib\/Model\/IssuedDocumentPreCreateInfoExtraDataDefaultValues.php":"ae0af16a73475bf4fe9253b5c025f87a","lib\/Model\/CreateF24Request.php":"3c240b42634cb00b050174597978d88e","lib\/Model\/EmailRecipientStatus.php":"655c19f23c446064590075ed348e12f6","lib\/Model\/ListIssuedDocumentsResponsePage.php":"dfdb2e8b7d5e5b8f0cd880e81a09ae3e","lib\/Model\/EInvoiceRejectionReason.php":"cea7fd0c0b37f6c4f2b5a93b79882030","lib\/Model\/ReceivedDocumentPaymentsListItem.php":"3c08f2b08e98d47b0bee3d1e1b33b267","lib\/Model\/GetExistingIssuedDocumentTotalsRequest.php":"1317d4428106d18af68a271bd8815bcf","lib\/Model\/GetExistingReceivedDocumentTotalsResponse.php":"0587544ac03f4c755c6733947ee6fa7f","lib\/Model\/CreateSupplierResponse.php":"255d509dc116d8c581456aea463b46a2","lib\/Model\/SendEInvoiceResponseData.php":"6c68ca6e62d7759e72482aaf35eced26","lib\/Model\/ReceivedDocumentInfo.php":"1e31e42b69ed7824ab5f676681eeb748","lib\/Model\/ListArchiveCategoriesResponse.php":"48bca3ec01079a788bc704ce35a40dec","lib\/Model\/CashbookEntryKind.php":"13dd15525a87884cc5409db7c15a5717","lib\/Model\/CompanyInfoPlanInfo.php":"e9864d3871dddd90090b917484122613","lib\/Model\/IssuedDocumentPreCreateInfoItemsDefaultValues.php":"5a41c76542a33fa62521328cca40af05","lib\/Model\/ListReceiptsResponse.php":"f94cc9cba7d872d1d02682414c20174b","lib\/Model\/GetEInvoiceRejectionReasonResponse.php":"ca1ced350a7188608effb89b3376b039","lib\/Model\/CreateArchiveDocumentRequest.php":"30faab42d23f742e239ed8f24e968b55","lib\/Model\/City.php":"f7423edcf9c5f342eb601bf17f1c86bf","lib\/Model\/ModifySupplierRequest.php":"409f410616e838bc5aae3623e21d0312","lib\/Model\/GetIssuedDocumentPreCreateInfoResponse.php":"e7814aa9872211554e1f1a1524cc55d8","lib\/Model\/ListArchiveDocumentsResponsePage.php":"f5f14ea9c5141b36c9308480e812346c","lib\/Model\/ArchiveDocument.php":"aa7a5a9569816679cc929c21f3432e0d","lib\/Model\/CreateIssuedDocumentRequest.php":"5ee75d6d5c66dfcdc9c11683d995a5c9","lib\/Model\/WebhooksSubscription.php":"9fc371f87406c58f0f879e20143ee071","lib\/Model\/ReceivedDocumentType.php":"65490fb9c1ba1ebf13c767d35ccadc0f","lib\/Model\/Entity.php":"9a139f3c0687d974185581f715cd2b07","lib\/Model\/WebhooksSubscriptionMapping.php":"624eacc10471d9f57520dedaa5c38ddc","lib\/Model\/ListLanguagesResponse.php":"7d36361699d18006fb607eeee955006e","lib\/Model\/DocumentTemplate.php":"305b056e16d1e274558a63996c36e111","lib\/Model\/ListCashbookEntriesResponse.php":"4faf454a93651bc09a59623a1cb38f1a","lib\/Model\/VerifyEInvoiceXmlResponse.php":"d6aa2d558c7dc8f9f57413ad41e2e952","lib\/Model\/ListEmailsResponsePage.php":"b20b1db096bf3479b8705bf222a97ae4","lib\/Model\/GetNewIssuedDocumentTotalsResponse.php":"ff509cccd2b8962cccfcd89a73d95ff0","lib\/Model\/AttachmentData.php":"bafb57c4096a0ceac3a8cedf59ab0f20","lib\/Model\/GetNewReceivedDocumentTotalsRequest.php":"ec389b923263943d30f2a67ca323f630","lib\/Model\/PaymentMethodDetails.php":"5ef184f3f47074b46f7bdde603e1de28","lib\/Model\/ListUserCompaniesResponse.php":"93a2d9b449f2baaf755ae09d59f5f4de","lib\/Model\/EmailSchedule.php":"651486225d2525c29c565b8458299dc8","lib\/Model\/GetIssuedDocumentResponse.php":"cc629d9d7ffb79ea232c20b81227cf70","lib\/Model\/ModifyArchiveDocumentResponse.php":"b5f98df94f446cc86de69dc2c30115a7","lib\/Model\/IssuedDocumentPaymentsListItemPaymentTerms.php":"866846bd3cdad30b978df383edc45115","lib\/Model\/ListReceivedDocumentsResponse.php":"92a703dd35dc33ab954385d665a99020","lib\/Model\/SendEInvoiceRequestData.php":"116febc701955d5bce8f2eb2b7b78e4b","lib\/Model\/ListCountriesResponse.php":"d37055ffecc0a1e445d6b044d0ea1f73","lib\/Model\/VerifyEInvoiceXmlErrorResponse.php":"d2ec649a6c72b74f1661ee2f05bd22da","lib\/Model\/CreateSupplierRequest.php":"ebf6d5fc84741897340504b37c6bc41b","lib\/Model\/ListF24ResponsePage.php":"e323ef0165b846d993edbe662f912a38","lib\/Model\/GetReceiptsMonthlyTotalsResponse.php":"db5865ac452c00d78db9d4458e6817d1","lib\/Model\/ModifyReceiptRequest.php":"4df69a87577edae13090f3af0909a3de","lib\/Model\/Company.php":"715a2d07841a600b7880d304113eccd9","lib\/Model\/DetailedCountry.php":"dab8fb65a0e6eb5fe326bc2f6c998074","lib\/Model\/ModifyPaymentMethodRequest.php":"ba7383ecf0060c19e918c9234346fe23","lib\/Model\/ListDeliveryNotesDefaultCausalsResponse.php":"5e1f75016378071f05eb63544fcf4246","lib\/Model\/ReceiptPreCreateInfo.php":"5d68f5a23c01928f1eb3e402f8e25a4f","lib\/Model\/ReceivedDocumentInfoDefaultValues.php":"b101a3da5e475302d3410c2adfb7e27b","lib\/Model\/CreateReceiptResponse.php":"06866466269d7433596d8c6b299c2995","lib\/Model\/CreateWebhooksSubscriptionResponse.php":"ea8be02c8c44e9ff39dedd4dc93c9522","lib\/Model\/IssuedDocumentType.php":"c7fd5bf3d679b583f7a9c275c272318f","lib\/Model\/CashbookEntryDocument.php":"4a625f1ccbabad4f78de21ecd16a22e9","lib\/Model\/ModifySupplierResponse.php":"76c8eeae391b5f38a228052f64cc52a4","lib\/Model\/ListF24ResponseAggregation.php":"33f34a8c265f3781eb7849d6aff089b4","lib\/Model\/SenderEmail.php":"c7be2fc5e3abde2952f627d9edf88522","lib\/Model\/ReceiptItemsListItem.php":"511e8ec9aceaaedc24da4f526eaac20c","lib\/Model\/GetExistingReceivedDocumentTotalsRequest.php":"0394f0818ad6f27482b9cc4c91badad3","lib\/Model\/MonthlyTotal.php":"9514b0bbf7510a192fc3658e35b50d33","lib\/Model\/Language.php":"6f3be0cc85328ecf64b7d37c2fe90dbb","lib\/Model\/GetExistingIssuedDocumentTotalsResponse.php":"aa79a9f43a2f4bfd97a4b1bb7bdd0892","lib\/Model\/IssuedDocumentStatus.php":"f2a91d77af90e1e7f403649b3923f457","lib\/Model\/UploadReceivedDocumentAttachmentResponse.php":"82a441805de6e38f71112bd44abbf7ae","lib\/Model\/CreateVatTypeResponse.php":"36a6e64ef95c17428cf8a83d8a01edf5","lib\/Model\/IssuedDocumentItemsListItem.php":"5e03a83a1b5d191e7b6462277ad6e560","lib\/Model\/WebhooksSubscriptionConfig.php":"15541285ba76132550d32f433dae7b17","lib\/Model\/Email.php":"5064064f790021e8b1ea5fb6be29a109","lib\/Model\/CompanyInfoPlanInfoFunctionsStatus.php":"04e212f49fde822aad4809129a118b03","lib\/Model\/UploadArchiveAttachmentResponse.php":"ca8d8d43490e8cec3df887a754b75e08","lib\/Model\/ListIssuedDocumentsResponse.php":"5d70df4b5e4fb9c38417e651455fde94","lib\/Model\/ModifyClientResponse.php":"77db77f7114f29c98fb35ce4b658e63d","lib\/Model\/CreateArchiveDocumentResponse.php":"c4d36121d7d54e6ed7aac73755ac5ff3","lib\/Model\/GetReceivedDocumentPreCreateInfoResponse.php":"94e5f8f573234d0f8bd66c9db698c0cd","lib\/Model\/Client.php":"018a803f61991c1cf2930b3f45f490ba","lib\/Model\/ModifyReceivedDocumentRequest.php":"ddc2b509acbc07cade79d1057d21a31f","lib\/Model\/EmailData.php":"ba6e521c2e8fa2cb74286fca53d5c518","lib\/Model\/ReceivedDocument.php":"dcd99b9d273ab5a95ee3d27b55f3198c","lib\/Model\/CreateIssuedDocumentResponse.php":"5dc9fc93fe107c257885a47480e5f498","lib\/Model\/UserCompanyRole.php":"920d20a94a2fd9a6348a8b1ffba15ec5","lib\/Model\/CreatePaymentMethodResponse.php":"7f45369e7896e262fb97f506754fd2cc","lib\/Model\/SupplierType.php":"217ee49ef81880c901bf1c6cb46a89f9","lib\/Model\/PaymentMethodType.php":"39ff3edffaac89cd642fee22e8bc83b1","lib\/Model\/CreateCashbookEntryRequest.php":"0167242c3954cfaf371002f2ab6ebe6e","lib\/Model\/ListSuppliersResponsePage.php":"1637015fc133fe2910c8ca5cc016c654","lib\/Model\/ListProductsResponse.php":"2bf89f7eb34b1f655988a89d5edf5f2a","lib\/Model\/CreatePaymentAccountResponse.php":"37aeb44b120e5c256bdd43d4fc182c78","lib\/Model\/Receipt.php":"7132fc559a589225b2915d6c16a0a1ac","lib\/Model\/IssuedDocumentOptions.php":"29bc3ff7446bf320eab9f867fa11837f","lib\/Model\/IssuedDocumentPreCreateInfo.php":"fec01693622c703409335534cc5f1708","lib\/Model\/F24.php":"2e8a9c30a60b316e277e44c17951620f","lib\/Model\/GetEmailDataResponse.php":"01fa630d1d93b803b7542f754b6a5c3d","lib\/Model\/CompanyInfoPlanInfoFunctions.php":"45b8d11f7388b227f6f2d1cf35f744db","lib\/Model\/ModifyF24Request.php":"135272778f1bb1808217dabb221490f2","lib\/Model\/VatItem.php":"ad18bedf9c6dba574dec213360b0606d","lib\/Model\/ListReceiptsResponsePage.php":"d28d1da4023b7c1c3d3ae1d45d967e68","lib\/Model\/ModelInterface.php":"b6bc85a125786dbff449ac8a3ce34c1a","lib\/Model\/GetCompanyInfoResponse.php":"a3161ac63a78914d9a257c5d627d3aa3","lib\/Model\/ModifyArchiveDocumentRequest.php":"58ad32bd15c367199e4829dbdbc47994","lib\/Model\/GetUserInfoResponseInfo.php":"e20285d5ba418673ec726ea3a166c1d2","lib\/Model\/ListUserCompaniesResponseData.php":"fa102919c44e538e573abff28e023c41","lib\/Model\/IssuedDocument.php":"6f88c91ceacc95a3e92509676e67ac20","lib\/Model\/CreateProductResponse.php":"7cd86423f121f37671ebf997b028349d","lib\/Model\/ModifyReceivedDocumentResponse.php":"a3b1818dec35b564efa6071c16f44f05","lib\/Model\/UploadIssuedDocumentAttachmentResponse.php":"2556b2308a9006659bf47c48b1ccc21b","lib\/Model\/ModifyWebhooksSubscriptionRequest.php":"1ab8f8ac4513aae23bd8472f882a2d15","lib\/Model\/Supplier.php":"a3f9936bfc233b5aee7d990adecd0caf","lib\/Model\/ListF24Response.php":"7a1f1ec9b4da716c4434d53c0f1845b9","lib\/Model\/SendEInvoiceRequestOptions.php":"d66d8543f903a8d15cfefa73daafd043","lib\/Model\/FunctionStatus.php":"12437230f77cfe68e1493822f43b0061","lib\/Model\/GetReceiptPreCreateInfoResponse.php":"d2bb144a7939d5fc5a5b2596774c94e7","lib\/Model\/GetF24Response.php":"20742f966d7edf791ccd2aa193ac8564","lib\/Model\/GetClientResponse.php":"d710da2a8fdb9948424bc70d5c574b96","lib\/Model\/ReceiptType.php":"0c104d9a6c7f5587f5c81b30eee78c28","lib\/Model\/PermissionsFicIssuedDocumentsDetailed.php":"cc032ab6fdf338b33c775926eae662ad","lib\/Model\/EmailDataDefaultSenderEmail.php":"d384ae4563795153235b8f75ca464860","lib\/Model\/ListReceivedDocumentCategoriesResponse.php":"e8945c4fed1210cf225cd349d4c5ba12","lib\/Model\/GetNewReceivedDocumentTotalsResponse.php":"330738c689f2ee893743b282a413c91b","lib\/Model\/ReceivedDocumentInfoItemsDefaultValues.php":"4d1a8d8d58686de2cfeca2070d6fd25d","lib\/Model\/IssuedDocumentExtraData.php":"49f211734a312cf77557ae6bee0130d3","lib\/Model\/CreateProductRequest.php":"bea0723de409c4cbabc85c6f2e97aabe","lib\/Model\/GetPaymentMethodResponse.php":"762560e7a82106767afdf23f6a53d70f","lib\/Model\/IssuedDocumentEiData.php":"2aefc3e6119a0d321c8f078e1620122b","lib\/Model\/CreateClientRequest.php":"47b3fbaa6c353b390f1750126c2474c9","lib\/Model\/ListArchiveDocumentsResponse.php":"760fcd898a4b5f9cf3b6aeaf6ab91c04","lib\/Model\/F24Status.php":"8b37b15d03883f8d15fba994c176a5c1","lib\/Model\/CreatePaymentAccountRequest.php":"887de1aa25c6e655ec49376803478520","lib\/Model\/ModifyVatTypeResponse.php":"f93c5a4100b78ef64d178cf1b7fc9572","lib\/Model\/CompanyType.php":"7d1ed1f461a244c4f185a835f397e8f4","lib\/Model\/GetProductResponse.php":"14f46fd037fedec49050fc68780bda07","lib\/Model\/ModifyCashbookEntryRequest.php":"d59df78836b1bf713c3821b406baec56","lib\/Model\/ListPaymentAccountsResponse.php":"7200d6b74510a56b51d785a51a77dd0b","lib\/Model\/IssuedDocumentPreCreateInfoDefaultValues.php":"3ee16ba5d97bc585465223c0408aa21c","lib\/Model\/IssuedDocumentTotals.php":"10b805b96e92792f649ed5045b9f64e6","lib\/Model\/CompanyInfoPlanInfoLimits.php":"87983a72cb618c8492f8cc8079b4d436","lib\/Model\/CashbookEntry.php":"9eda83c14b02951dc33166ae35b690f7","lib\/Model\/ListClientsResponse.php":"93245e187f9214d1c4c7b07959e772c5","lib\/Model\/ListCitiesResponse.php":"5a624aa983b74b4182f5409f8abf5ef8","lib\/Model\/Pagination.php":"ffc3e651a62b811d5dc645976c7f9102","lib\/Model\/ModifyF24Response.php":"8668f64d555f8c91f43388c51b42effd","lib\/Model\/CashbookEntryType.php":"7aba13f33ec9e70caa1f21161b517644","lib\/Model\/EventType.php":"bfe122be8436ea64e2857f68003d190e","lib\/Model\/TransformIssuedDocumentResponse.php":"cb23d4e9fdb643e8bb11e866d509bd04","lib\/Model\/ListTemplatesResponse.php":"217647fcc2944522eccd12c14768e599","lib\/Model\/EmailScheduleInclude.php":"fe7dc02597e724d7433380b4f127cd1b","lib\/Model\/GetReceiptResponse.php":"cfd0c0ddba9a27105ccb9809d85aa5ff","lib\/Model\/ListClientsResponsePage.php":"8c88d8d3e95e24dc47fca147f3b4ba3c","lib\/Model\/VatKind.php":"0c122d053fd31bc507f97fdd2b7d5c4a","lib\/Model\/SendEInvoiceResponse.php":"e38b13f3b5c19b2a3608d8d995ce6e32","lib\/Model\/EmailStatus.php":"2a0dc9e240968edbfe3f8f14377b010a","lib\/Model\/GetReceivedDocumentResponse.php":"a33dc14e626c5fce4ebb0b3cf6e484a0","lib\/Model\/CompanyInfo.php":"9f91460511254930d0169ec468b0cfd2","lib\/Model\/ModifyClientRequest.php":"e3aeb0de2018691dcbd2f75de21f6247","lib\/Model\/IssuedDocumentPaymentsListItem.php":"6210774fa1e40ff636e1e8c8e0a38d14","lib\/Model\/OriginalDocumentType.php":"871867511b5b9b401bd61c05fefc7e65","lib\/Model\/Permissions.php":"65fa95578300bdec28d1d3ae42680d25","lib\/Model\/ListVatTypesResponse.php":"01a8a08f78268564a0b552a06b85f1c6","lib\/Model\/ListCostCentersResponse.php":"1460bb35c5d830b85949255964733d5b","lib\/Model\/SendEInvoiceRequest.php":"8a2ed67dbcb18d9e4681ce253ffdf258","lib\/Model\/ListUnitsOfMeasureResponse.php":"44df59687212feac0bab7938515c3d23","lib\/Model\/GetSupplierResponse.php":"20ae6c9bafc550a7e41fa877f63401dc","lib\/Model\/GetCashbookEntryResponse.php":"40f06a13bacc84ea6c005532dd392769","lib\/Model\/ModifyPaymentAccountResponse.php":"d055d0fc6a1c6aac23fa6b99c92e0972","lib\/Model\/CreateF24Response.php":"ccfe39d5fa6672a670f3d5752c73f95a","lib\/Model\/CreateClientResponse.php":"d4c1bc82d6e1b8bfece5c1b66aa02faf","lib\/Model\/ControlledCompany.php":"2e4036aadf1bdda543c3b912feb83c8d","lib\/Model\/CompanyInfoAccessInfo.php":"b8b6195155edca5337919ac6e2a3a801","lib\/Model\/PaymentAccountType.php":"8b6f1372858a13062c91750f66005dff","lib\/Model\/VerifyEInvoiceXmlErrorResponseExtra.php":"2c68d37d6e49d8fd4fdde94071d88331","lib\/Model\/ModifyIssuedDocumentResponse.php":"bb80ae3bf4fa1a4a652bdcc8d22ac649","lib\/Model\/VerifyEInvoiceXmlErrorResponseErrorValidationResult.php":"bcc8b1f18ea1c835a869f2b544f64655","lib\/Model\/EntityType.php":"0771038e7824d26fd0927fb7b047b8b4","lib\/Model\/ModifyProductResponse.php":"2ef71bb7c3323e39d1b02a9fa3fc3a33","lib\/Model\/CreatePaymentMethodRequest.php":"29a5b646b2628e0dfec3ef06ce4f0d56","lib\/Model\/ShowTotalsMode.php":"e86cf2f528f53b6fed3410a164586e12","lib\/Model\/Currency.php":"e811da97b68eb32ce310c088a008ef95","lib\/Model\/ModifyPaymentAccountRequest.php":"3cd0cee03ad1cf8a27350eabc962c74f","lib\/Model\/CreateCashbookEntryResponse.php":"f0887c8d442271dbe4b37c0573defadb","lib\/Model\/ListF24ResponseAggregatedData.php":"af3263a86bab912db7270cb8601f4506","lib\/Model\/CreateVatTypeRequest.php":"53908605fa2ad64247c71ba4f3f67c4d","lib\/Model\/ModifyWebhooksSubscriptionResponse.php":"f84e58bb7b7294b8ba2e6ccefab8d811","lib\/Model\/ReceivedDocumentItemsListItem.php":"3233022f2ee969d78285f5f6bd54996b","lib\/Model\/GetWebhooksSubscriptionResponse.php":"589ecf955e52d8b7e8a282f5dc20de2c","lib\/Model\/User.php":"a98b654d2edefe32c94d9f9eb1415f0f","lib\/Model\/ListCurrenciesResponse.php":"ef9771f96d566b825c3b823c787c62ba","lib\/Model\/UploadF24AttachmentResponse.php":"62e704cd983fb2492e6b82eeb65ab110","lib\/Model\/GetUserInfoResponseEmailConfirmationState.php":"7670c30975ba09c7a14322e04b45b506","lib\/Model\/GetNewIssuedDocumentTotalsRequest.php":"3175ec4585f7507fa354b3bebdd2e6bc","lib\/Model\/CreateReceiptRequest.php":"d07b7971761880f34fa0f7cd0349badf","lib\/Model\/ReceivedDocumentTotals.php":"8766551101c78a7103c48e3484eea6bd","lib\/Model\/ListReceivedDocumentsResponsePage.php":"93ae26b2fc61028789b9fe4505fb84cf","lib\/Model\/VatType.php":"6a5cecf9edd902f04e23f6d8213ac1ef","lib\/Model\/ListPaymentMethodsResponse.php":"83512e302aaf308e64dcc10f2815c33a","lib\/Model\/CreateWebhooksSubscriptionRequest.php":"b99acde1ef508bc32b86a24c32bf8bc6","lib\/Model\/ClientType.php":"002bf7ee3501bbaec091c7e5b78bad1c","lib\/Model\/GetArchiveDocumentResponse.php":"ae00df2a14255d810e2f959d54e6cf9d","lib\/Model\/ListDetailedCountriesResponse.php":"2b1378136c39a726f1533edade048341","lib\/Model\/PaymentMethod.php":"2b3dbcc2b999335e3fc009e9f980098e","lib\/Model\/ListProductsResponsePage.php":"12ca766bda068287ed2816d929a80a1b","lib\/Model\/ListProductCategoriesResponse.php":"b959c50953fd531e28a148a34e2638c5","lib\/Model\/VerifyEInvoiceXmlErrorResponseError.php":"5df62fb275485f47207ac73787a07ead","lib\/Model\/ReceivedDocumentPaymentsListItemPaymentTerms.php":"71cf635ae338c982999fa5ba72d1bcd2","lib\/Model\/ModifyReceiptResponse.php":"e9424a4fc50c1ecdde3aaf2cd8d771a1","lib\/Model\/GetVatTypeResponse.php":"6e6c1566eb18de0d132a39e77d1d2f60","lib\/Model\/JoinIssuedDocumentsResponse.php":"c407d583fc4449599f9e181932f90f44","lib\/Model\/ModifyIssuedDocumentRequest.php":"a66ca60cfc770041a5006521313adf25","lib\/Model\/PaymentAccount.php":"346c48f9fc9f894508aa5fbb025eee3e","lib\/Model\/ModifyProductRequest.php":"529cbf21b0380ffbffdbe63f2bea4fd9","lib\/Model\/ListWebhooksSubscriptionsResponse.php":"5b75cf435f0d1693e7dd3660fbb3c1d0","lib\/Model\/ListEmailsResponse.php":"e4f8243758fc277bfb54975f23b4ac79","lib\/Model\/GetPaymentAccountResponse.php":"6d93e9427c1178fa3964f67d33db928f","lib\/Model\/PaymentTermsType.php":"a7421a4a029030b5ce9221e4debd4ff7","lib\/Model\/VerifyEInvoiceXmlResponseData.php":"ac3904c3f4356fc8a44084f175dac0fc","lib\/Model\/GetUserInfoResponse.php":"b671ccd5f4d484c7fc6bf7955c1328e1","lib\/Model\/ListRevenueCentersResponse.php":"7642563ab5394a935055a27d5eb800f8","lib\/Model\/ModifyVatTypeRequest.php":"b8a79fdcc2c7aa5d23c959cecb5d0fcc","lib\/Model\/CreateReceivedDocumentRequest.php":"a3d0414afc133015c83ab505ac19f5c2","lib\/Model\/CreateReceivedDocumentResponse.php":"e6501a653c0bfad910cf5fd1d12fe93b","lib\/Model\/EmailAttachment.php":"46e77099c29a97d3482e59c1f89535ef","lib\/Model\/ModifyPaymentMethodResponse.php":"56a092835f4b3b97bec3b55fdab72624","lib\/Model\/ModifyCashbookEntryResponse.php":"4d984dbf796b01ecfa17765bf3e5dfd5","lib\/Filter\/Filter.php":"8e72def3bc6bc1359961ac5c617a7bc0","lib\/Filter\/Conjunction.php":"7a18335f5dd124cd045e073ac3934ce1","lib\/Filter\/Condition.php":"0b2709edb4e89c785fe1d2ba9ac627fc","lib\/Filter\/Operator.php":"dfb93f991c32f7979e0ef1da7cc95431","lib\/Filter\/Expression.php":"ca3d26a49c9aea97d24ffc334bb2715a","lib\/Filter\/Disjunction.php":"47e1d8d4cf5ff2ccc7859d819dcbce01","lib\/Filter\/EmptyCondition.php":"f0eee6daac5695df289ac6e81ee0636c","lib\/OAuth2\/OAuth2AuthorizationCodeManager.php":"1b6e62405429306e919c16e4bc3eda3e","lib\/OAuth2\/Scope.php":"6d253cda415bc9e843a2c5fc01241aa9","lib\/OAuth2\/OAuth2AuthorizationCodeParams.php":"7c816bf96ac341eca7400f13effd1958","lib\/OAuth2\/OAuth2AuthorizationCodeTokenResponse.php":"c3fc3cdd6ab7f7820a59d15fe040bf0f","lib\/OAuth2\/OAuth2AuthorizationCodeError.php":"87fcc1791a36552cf7abee527d7ee6d2","lib\/Api\/ClientsApi.php":"26e8890daa8c0ddaeed39bc7e4b7e42a","lib\/Api\/ProductsApi.php":"92e5a0b5c3d6bb4492347043b1ac7137","lib\/Api\/TaxesApi.php":"b9b4f3f67b4590e65cec7773eed1d86f","lib\/Api\/CashbookApi.php":"01f7613ca88737d5cb933b8b53513618","lib\/Api\/CompaniesApi.php":"3c2650332217d1ed9849de7755b63802","lib\/Api\/SettingsApi.php":"aad1fb4ca43323510e258369b3bb2cb8","lib\/Api\/ArchiveApi.php":"522ed69b76686e234568bb2c8c0b7854","lib\/Api\/InfoApi.php":"5ebbb9ef026e87cfd025f69f25e941e5","lib\/Api\/IssuedEInvoicesApi.php":"2047727ca8071898af3c082dc26c724f","lib\/Api\/WebhooksApi.php":"2d1aad71a9805c416489eb2cd16a6c29","lib\/Api\/SuppliersApi.php":"43a14db8af08632e65d77c1e43dfed1c","lib\/Api\/UserApi.php":"552bad314ad9d936d874559cc6349cba","lib\/Api\/ReceivedDocumentsApi.php":"918e6ea84faa3ab811061630378d2d74","lib\/Api\/IssuedDocumentsApi.php":"96952dc5d3d9e92f7a6fa9071fcd3402","lib\/Api\/ReceiptsApi.php":"eacddcf887c705be82dcc67473d5bc75","lib\/Api\/EmailsApi.php":"f50558b813e6c73864b82846f7370ac4","lib\/HeaderSelector.php":"e3f659f029e22e985be0e38b9a73bfe4","lib\/ObjectSerializer.php":"21294f36317fe4461918be0c38f3bf39","lib\/ApiException.php":"b3876127f617633f2465c7074d1745f0","lib\/Configuration.php":"c038ba5300c1883833764717a915e3f7"}} \ No newline at end of file +{"php":"7.4.33","version":"3.59.3:v3.59.3#30ba9ecc2b0e5205e578fe29973c15653d9bfd29","indent":" ","lineEnding":"\n","rules":{"binary_operator_spaces":{"default":"at_least_single_space"},"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":true,"braces_position":{"allow_single_line_empty_anonymous_classes":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_parentheses":true,"no_blank_lines_after_class_opening":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"none"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":{"only_dec_inc":true},"visibility_required":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"attribute_placement":"ignore","on_multiline":"ensure_fully_multiline"},"no_break_comment":true,"no_closing_tag":true,"no_multiple_statements_per_line":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true,"phpdoc_order":true,"array_syntax":{"syntax":"short"},"strict_comparison":true,"strict_param":true},"hashes":{"lib\/OAuth2\/OAuth2AuthorizationCodeTokenResponse.php":"c3fc3cdd6ab7f7820a59d15fe040bf0f","lib\/OAuth2\/OAuth2AuthorizationCodeParams.php":"7c816bf96ac341eca7400f13effd1958","lib\/OAuth2\/OAuth2AuthorizationCodeError.php":"87fcc1791a36552cf7abee527d7ee6d2","lib\/OAuth2\/OAuth2AuthorizationCodeManager.php":"1b6e62405429306e919c16e4bc3eda3e","lib\/OAuth2\/Scope.php":"6d253cda415bc9e843a2c5fc01241aa9","lib\/Api\/ReceivedDocumentsApi.php":"7a03b9b8a924cdd26f93361f31275410","lib\/Api\/IssuedDocumentsApi.php":"1bbda0edd6c90436adcd0c76c92b73ab","lib\/Api\/ClientsApi.php":"a77d756191fa29a32ef4dd4a45809979","lib\/Api\/TaxesApi.php":"79802e63749301ebc591388d8d172ac7","lib\/Api\/SettingsApi.php":"40a37eab44a9626f17b5c8b8772099dd","lib\/Api\/ReceiptsApi.php":"90179967ee51d51c428d8925ac52ac20","lib\/Api\/ArchiveApi.php":"4eafd7a2e6e5155edfe613819a0eaac7","lib\/Api\/ProductsApi.php":"3a3f2dc0da8befbbaa8d2810b03f4e90","lib\/Api\/SuppliersApi.php":"946cde9d969d2363a1f1e7ef946c8927","lib\/Api\/CompaniesApi.php":"1334cedb43b424e903a4e29508f85b25","lib\/Api\/InfoApi.php":"c9d27a00e2b108c49927fa4c8857b12d","lib\/Api\/EmailsApi.php":"3dc1c1b8bc7a79c7b269b4005978805e","lib\/Api\/IssuedEInvoicesApi.php":"41af1642d1b6543fa54be1da29b2cea0","lib\/Api\/UserApi.php":"e2fe7d238cf79c295f40c75703cfe163","lib\/Api\/WebhooksApi.php":"6c1a542e0bf55d515f1989f342172eba","lib\/Api\/CashbookApi.php":"846d8011997d8707a24afce1ff67ce9b","lib\/ObjectSerializer.php":"bede33db1773218c89390442913f275f","lib\/HeaderSelector.php":"0e30032f4f43c76e7ebe618b1b644165","lib\/Configuration.php":"bbd7ba9ebcf0329c7eb6c6f7e4bf1010","lib\/Filter\/Expression.php":"ca3d26a49c9aea97d24ffc334bb2715a","lib\/Filter\/Condition.php":"0b2709edb4e89c785fe1d2ba9ac627fc","lib\/Filter\/Operator.php":"dcc3e441a87585542230d3ef913ec53d","lib\/Filter\/EmptyCondition.php":"f0eee6daac5695df289ac6e81ee0636c","lib\/Filter\/Filter.php":"8e72def3bc6bc1359961ac5c617a7bc0","lib\/Filter\/Conjunction.php":"7a18335f5dd124cd045e073ac3934ce1","lib\/Filter\/Disjunction.php":"47e1d8d4cf5ff2ccc7859d819dcbce01","lib\/Model\/ModelInterface.php":"9e2f4c436f3b09e226b1f3fbc1be75da","lib\/Model\/ModifyPaymentMethodResponse.php":"0ac6bbc928689df3a6bc6e075b1aa62e","lib\/Model\/ListDetailedCountriesResponse.php":"a3ef7aa17cd1aa529d7117c418f27d9d","lib\/Model\/CreateProductRequest.php":"be1638e91d25ca99e53e75a951b6c510","lib\/Model\/ReceiptType.php":"2f7eab44217e18f58df5d1208496dc73","lib\/Model\/EmailData.php":"55226021a889d843c7200c903c0c436b","lib\/Model\/CashbookEntryKind.php":"ec4b2d191bac6fb593ca91a36abf4119","lib\/Model\/PaymentMethod.php":"afe9caccb927a08546c68e12beb6832d","lib\/Model\/ReceivedDocumentInfoDefaultValues.php":"9a3677f9acca44780329786289f87092","lib\/Model\/ListWebhooksSubscriptionsResponse.php":"3a1cf9545e793310b8ef18765ca52612","lib\/Model\/GetReceiptResponse.php":"e6a6d9c0001d1a3a20bb9d9f80425a69","lib\/Model\/EntityType.php":"1f92162918c53322e501a44991d83422","lib\/Model\/City.php":"e8a12a6493e81ed247da40d816c77b31","lib\/Model\/ListEmailsResponse.php":"ce9f5dd9d8a7d684b37ee1ac8a647926","lib\/Model\/CreatePaymentAccountRequest.php":"b6dca31c7b3561b4a6a1758009dcabea","lib\/Model\/ListSuppliersResponse.php":"7ce4a56534225dd6fc887330ec984de6","lib\/Model\/GetCompanyInfoResponse.php":"f861133c76825d3631ae09c04b1e0647","lib\/Model\/CompanyInfoAccessInfo.php":"695ce8344079f73fa84e098376288db2","lib\/Model\/CreateProductResponse.php":"61f692a7681dbe23a94cc6573546a40b","lib\/Model\/ModifyCashbookEntryRequest.php":"76148affcfaff19b42a577a7ea9e9271","lib\/Model\/EmailSchedule.php":"c38b7ed60f6f3ab24962bc5c5535b134","lib\/Model\/ListF24ResponseAggregatedData.php":"e11fff77abdc8239cd1a79db4bcf283c","lib\/Model\/CreateIssuedDocumentRequest.php":"7ff8a6ad8ea83df037006638095d7467","lib\/Model\/GetProductResponse.php":"f2bf704f685e72eb787184ec140292ca","lib\/Model\/PaymentMethodDetails.php":"4d901551840b8cb6a87c4a0cff4bea24","lib\/Model\/VerifyEInvoiceXmlResponseData.php":"787179c1d497a920f6baa3341f9e07ac","lib\/Model\/GetExistingIssuedDocumentTotalsRequest.php":"2a4d2a2faa82f823e76bf754beea0267","lib\/Model\/DetailedCountry.php":"495622798da1cde0d2b477754de1b7d4","lib\/Model\/ListProductCategoriesResponse.php":"3f95343c659a3559ad5c01be456511f1","lib\/Model\/IssuedDocumentType.php":"e75a04a7504bd5c98f5ade1d1685c222","lib\/Model\/ReceivedDocumentPaymentsListItemPaymentTerms.php":"976fedeace35d72c0c6d2088ea6d7b28","lib\/Model\/ListProductsResponse.php":"23ed3b35d96054d20a00d683551aa166","lib\/Model\/ModifyProductRequest.php":"f5e47dfa232166a18b48a91d9fc82475","lib\/Model\/ListArchiveDocumentsResponse.php":"665df4e12edc046000b942731f509c59","lib\/Model\/WebhooksSubscriptionConfig.php":"7169a51b868ef18d5233fb3ef46ea3be","lib\/Model\/CreateWebhooksSubscriptionRequest.php":"6b0d9c827391e73b6f82b2054aa05ab0","lib\/Model\/EmailRecipientStatus.php":"66ff38f83a3a2b5945d01ad526b21f97","lib\/Model\/GetReceivedDocumentResponse.php":"1e8415bc5495b28ee49a1e1afc1937a3","lib\/Model\/IssuedDocumentPreCreateInfo.php":"f8b7f2bf971b33c0c2c06cfd460cf9fa","lib\/Model\/ArchiveDocument.php":"13fb9955609ae828e3f76dba9a220ab4","lib\/Model\/CreatePaymentAccountResponse.php":"e33fb60bc86512d7f0651bfe90a3ecbb","lib\/Model\/GetExistingReceivedDocumentTotalsRequest.php":"1cea3438418081d5bc1192c60f96d8ab","lib\/Model\/CashbookEntry.php":"2dbad3a2b01a81904e9fb4b3ddc52c1e","lib\/Model\/ListSuppliersResponsePage.php":"8b390741e6d2afba9244a99b3cd9c91c","lib\/Model\/GetF24Response.php":"6e393b486aa438bd6d4dd7a80e7f4e16","lib\/Model\/ModifyVatTypeRequest.php":"b85101443bb696da07e3f6d0b6cbe347","lib\/Model\/WebhooksSubscriptionMapping.php":"af8b8f1a090b47e89889852af33664fe","lib\/Model\/ModifyVatTypeResponse.php":"914361397ded0895806f9a170a41dd2a","lib\/Model\/ReceivedDocument.php":"0e57aba97aa8a12fc6b8abddb90e4fc2","lib\/Model\/ModifyReceivedDocumentResponse.php":"73af854eeecccd8b25e739715b059516","lib\/Model\/Permissions.php":"b26576344ca6fec2ae5251ed41e338c8","lib\/Model\/CreateCashbookEntryResponse.php":"e2e64ac63e860362a08f48a2e10675d1","lib\/Model\/ReceiptPreCreateInfo.php":"e8b0bcb1fd23e9b0118e743aa958fcd0","lib\/Model\/ModifyF24Response.php":"2150eedffec723b3a77463798031eb7f","lib\/Model\/CompanyInfoPlanInfoFunctions.php":"aefbf5bc6a00753b876dc824acf432cd","lib\/Model\/VerifyEInvoiceXmlErrorResponse.php":"c80417daf2eb4f8d81b94de560e15537","lib\/Model\/GetVatTypeResponse.php":"4fbe5b58acdd4c862fd746d434bffbe7","lib\/Model\/ModifyCashbookEntryResponse.php":"619061854085a90fc3462f7152fc3ab8","lib\/Model\/ListF24ResponseAggregation.php":"25bf2c08a538d8601d2faebf4bd52301","lib\/Model\/ModifyClientRequest.php":"6f1bbc1dfffab2efcf71fb3d61109c81","lib\/Model\/ListReceivedDocumentsResponsePage.php":"194a2e966f85e97164c6620d811562dc","lib\/Model\/ScheduleEmailRequest.php":"7e5b709324b79a49c7cb987286dd9280","lib\/Model\/CompanyInfoPlanInfoFunctionsStatus.php":"bade012f86c25b160c9eca710dbb5e90","lib\/Model\/EventType.php":"101392660452443a05e75ec24a6a8944","lib\/Model\/IssuedDocumentExtraData.php":"8d5ae60c8ec6cced6f2de33220ada593","lib\/Model\/ModifyWebhooksSubscriptionRequest.php":"71eed616f58dff68421ffaa4128ac985","lib\/Model\/SendEInvoiceRequest.php":"3cc3b083e3d75a3461e0e249f3defa82","lib\/Model\/ListRevenueCentersResponse.php":"a5f82c671ab947c01fcf67fb9ab3d0d4","lib\/Model\/CreateVatTypeResponse.php":"d94e0ae545fc2a900aaed8188d6b7e66","lib\/Model\/SendEInvoiceRequestOptions.php":"71e7df208ddd3ce51dc8f089390913b8","lib\/Model\/EmailAttachment.php":"8d8a8cae6d372819cb510305964ac522","lib\/Model\/OriginalDocumentType.php":"d03212c3a4d29b640f238094accbc893","lib\/Model\/Entity.php":"d8a31ee88a3fca44d79b23c2ba6589ed","lib\/Model\/CreateClientRequest.php":"ac7c3a897f24f5108664a9ee0526e553","lib\/Model\/GetPaymentAccountResponse.php":"029447e9517949a6bdf160e363644eab","lib\/Model\/VerifyEInvoiceXmlErrorResponseExtra.php":"60b223c470b6fd374414bc714f9e888b","lib\/Model\/ListReceiptsResponsePage.php":"0f57fb0fdbb5e4d208d386ebb063f40c","lib\/Model\/IssuedDocumentPreCreateInfoDefaultValues.php":"76f73ca0c81269cd0e994d6a460feb24","lib\/Model\/IssuedDocumentPaymentsListItemPaymentTerms.php":"0d3b02e52e5af6dafd3e9bfcb943e45b","lib\/Model\/GetClientResponse.php":"853a758f5043c8b90b455e9fcfc4edca","lib\/Model\/ListPaymentAccountsResponse.php":"958ac157dd34de760910793cb01ec59e","lib\/Model\/ReceivedDocumentInfo.php":"57748568012f62c4f06a5ec214c818ef","lib\/Model\/PaymentAccountType.php":"c711a1c594b953e0f1a410e91afdea36","lib\/Model\/ReceivedDocumentPaymentsListItem.php":"6f7f70672358e05df50c58b9e9bd6ad7","lib\/Model\/ListProductsResponsePage.php":"d5ac767dbdf4bea096b56d435caed82c","lib\/Model\/ListClientsResponse.php":"c57f27fa69463d99711155f0a86c9542","lib\/Model\/PaymentTermsType.php":"01574aea19965f5855bdb70c23e2ad92","lib\/Model\/ListVatTypesResponse.php":"1dcc05498f486bf149236b46b99d9372","lib\/Model\/UploadArchiveAttachmentResponse.php":"6067cc07ec624dd01c0885dad36af8f4","lib\/Model\/ReceivedDocumentType.php":"61af4d07b20d91577f0365c208ec37aa","lib\/Model\/GetUserInfoResponse.php":"83b988d59bed34de48a54a059507226c","lib\/Model\/IssuedDocumentOptions.php":"836cee2db82c539f7e5a69a2e813698a","lib\/Model\/DocumentTemplate.php":"2fa1b2e05356495036b7f9bbc589ed63","lib\/Model\/EmailStatus.php":"0c64b4d2eda665c6dcd878c2b9d98886","lib\/Model\/ModifyWebhooksSubscriptionResponse.php":"54edf98dc5670834893b2dc12bc5e2a1","lib\/Model\/ListLanguagesResponse.php":"e8fab29e70b61eb0ffcd66d0381c15de","lib\/Model\/ListReceivedDocumentsResponse.php":"d15c513b1117a0d7dd561eaaa254e877","lib\/Model\/ModifyPaymentMethodRequest.php":"288887722b6e42ec9d31c8597676516a","lib\/Model\/VatType.php":"0d7e8f4f63255cb13784db628abc3c53","lib\/Model\/ListClientsResponsePage.php":"0ca2a5bedd2571c338f323cd4905898a","lib\/Model\/EmailScheduleInclude.php":"c26310e2e89760059e274522b64cb02d","lib\/Model\/CreateReceiptResponse.php":"d2c3789f1fb1539390690b715735dc2e","lib\/Model\/ListDeliveryNotesDefaultCausalsResponse.php":"bf2de81caf9e05f6982f00b26fb75f73","lib\/Model\/ListIssuedDocumentsResponsePage.php":"0515a6bef41602ef4a0ccc756966ed63","lib\/Model\/IssuedDocumentPaymentsListItem.php":"45fb11492fbaf2a71293f1ab61e1a212","lib\/Model\/GetIssuedDocumentResponse.php":"2d888e534c65db596e7545f9dd5ad538","lib\/Model\/UploadF24AttachmentResponse.php":"86bcca082bf9bf0b6b71e1379885b615","lib\/Model\/CompanyPlanUsage.php":"663fa9c21d824f7084bf6f651ac24a2e","lib\/Model\/Email.php":"fcf913ce88967704935e773b69d89709","lib\/Model\/VerifyEInvoiceXmlErrorResponseErrorValidationResult.php":"56dad2dfec7cf0d8bbeb251af9d98495","lib\/Model\/CompanyInfoPlanInfoLimits.php":"83a753e1c5caa6203de4cb71dbfb2a23","lib\/Model\/Supplier.php":"5c7aae5763a0c908b27da5258ef3815a","lib\/Model\/CreatePaymentMethodResponse.php":"541f7e04b7e58cf21d246d1d4e8c8005","lib\/Model\/ModifyArchiveDocumentResponse.php":"ed69099e967f07f17395f5739cb20ce4","lib\/Model\/CashbookEntryType.php":"4f010d45b6b857c3bbb2a5c12be489a6","lib\/Model\/JoinIssuedDocumentsResponse.php":"e6405d9aebd3409fef8d87e7d77d33ae","lib\/Model\/Client.php":"64873d87f3c4334dae3f97331b39ecd8","lib\/Model\/GetNewIssuedDocumentTotalsRequest.php":"8d3aa0544e9f111faaa6e98b9bce57e9","lib\/Model\/ModifyReceiptResponse.php":"e5e4572166e74f02f2b15a64dc38c060","lib\/Model\/GetWebhooksSubscriptionResponse.php":"a93e475b5dd96f81d655e9d9777c0b93","lib\/Model\/ListUserCompaniesResponse.php":"d553012b4ef30ba577d73f634cd5a056","lib\/Model\/ListF24ResponsePage.php":"72992a13f5adea87bdf9b15aaad208a4","lib\/Model\/Company.php":"2d1eda42655d0ad324026c00a558f57c","lib\/Model\/CreateArchiveDocumentResponse.php":"ae0e909fe240e4939e6dac01a08710e4","lib\/Model\/GetEInvoiceRejectionReasonResponse.php":"291b6744847f878bb53a23b377ad9e97","lib\/Model\/ListUnitsOfMeasureResponse.php":"7703d4265f1a4b042c803503da14dd23","lib\/Model\/PaymentMethodType.php":"006152ccc4dc63adc335d02323faccf3","lib\/Model\/IssuedDocumentTotals.php":"4dd2d11c4847992209f761f2450146ac","lib\/Model\/GetReceiptPreCreateInfoResponse.php":"a0193bf6177a956710a91c85e6f75871","lib\/Model\/UploadIssuedDocumentAttachmentResponse.php":"6948856d861bbc3c5b56dd50681b83e2","lib\/Model\/CreateReceiptRequest.php":"59f30d4bc22ee07fb9be3750ad1c2cc9","lib\/Model\/VatKind.php":"67b1db0118db32d1ed9d97a2eabad2e4","lib\/Model\/GetReceiptsMonthlyTotalsResponse.php":"b396385a263be25306fbcbed82e1f0a5","lib\/Model\/GetNewReceivedDocumentTotalsRequest.php":"ec16316cb6dfe51ebe9697233219ded3","lib\/Model\/VerifyEInvoiceXmlErrorResponseError.php":"7e75a8d606012236b667056dde84c0e6","lib\/Model\/F24.php":"1a7d48234604a9bcba48d386c378ce77","lib\/Model\/ListF24Response.php":"833cf67987dc2033144f791120f8edb6","lib\/Model\/GetExistingIssuedDocumentTotalsResponse.php":"1b67caa11b4c6be4fb544967ac2c2bef","lib\/Model\/ListCitiesResponse.php":"9beabde4bf15779e2e04cca592042f3c","lib\/Model\/EmailDataDefaultSenderEmail.php":"e9da3fbcc9839d615201c8643fb806cb","lib\/Model\/GetUserInfoResponseInfo.php":"a72f8b16316738c76f7b4c92f3d68c69","lib\/Model\/UserCompanyRole.php":"453098250edee2a050482804a857d388","lib\/Model\/ModifyF24Request.php":"31b62cd35d6b602945980ecfb5b5c48a","lib\/Model\/IssuedDocumentItemsListItem.php":"da9560e7942f87f73af9edea1d190f7e","lib\/Model\/User.php":"36d6ae4bbd919c3c876a415d1a52ee31","lib\/Model\/IssuedDocumentPreCreateInfoExtraDataDefaultValues.php":"1c60b11441acfa1b6f67946b981356ee","lib\/Model\/CreateReceivedDocumentResponse.php":"f9eacd66cb315bafdbec10b0073626b4","lib\/Model\/ShowTotalsMode.php":"caac72f628fb90d2e9d267a8f5889dd4","lib\/Model\/CreateSupplierResponse.php":"a2c589093fa3d05b88eeff10623a51ea","lib\/Model\/CashbookEntryDocument.php":"0d0454cb1dff09584506468db15054a7","lib\/Model\/ListArchiveDocumentsResponsePage.php":"b5ecc829d61b3cb30d387cb46649a168","lib\/Model\/ModifyReceiptRequest.php":"c7886e88a99415361a6f65f17a798172","lib\/Model\/FattureInCloudPlanType.php":"e856f3de5369fa8acb6816d3ae512d58","lib\/Model\/PermissionsFicIssuedDocumentsDetailed.php":"ae0c3c5db5eaa74ea3538d818790f8ae","lib\/Model\/ModifyIssuedDocumentResponse.php":"06a4614419544fe29813cba30497f786","lib\/Model\/ModifyClientResponse.php":"32b3ad34c963b31cd25094370a33dee6","lib\/Model\/ModifyReceivedDocumentRequest.php":"2771c5acedd832e5ba741dfbf280863b","lib\/Model\/Product.php":"7f3db8268d4f16d68f1f86528979fad6","lib\/Model\/Pagination.php":"63f86f5fdefbeff9c447af8c29106791","lib\/Model\/CreateF24Request.php":"1f45720c02b04c1870f3f15aa140a26b","lib\/Model\/ListCountriesResponse.php":"9f2e43791022b0bd1218239d638de88f","lib\/Model\/CreateClientResponse.php":"6574c9db634b29257a3f01efcc139356","lib\/Model\/CompanyType.php":"77deb4fb4406f7db595abc27ae9d3eff","lib\/Model\/SendEInvoiceResponse.php":"f8b0af86e1645a0c4c87cc9afe47ea59","lib\/Model\/SendEInvoiceResponseData.php":"d84167e88166b8d1ad851f09f0166a82","lib\/Model\/GetCashbookEntryResponse.php":"2a1893602a223dc046702ab62f42629e","lib\/Model\/ListUserCompaniesResponseData.php":"9fc88d6f07852ab3ca00d12981cbfd41","lib\/Model\/ListIssuedDocumentsResponse.php":"fb86e7f3031a24bab06e73231db42093","lib\/Model\/ModifyIssuedDocumentRequest.php":"d3476c560b5739ab115a7400a5f5a99e","lib\/Model\/VerifyEInvoiceXmlResponse.php":"83ced5d9e9472973c0ac00171fde1cca","lib\/Model\/ListCostCentersResponse.php":"b2b1ee8d66673af33d497afed6f7712b","lib\/Model\/CreateF24Response.php":"192149143c0ed9381d1be685722893f6","lib\/Model\/ListTemplatesResponse.php":"62d02bc4fc32d34c6ee203343f2ff5e5","lib\/Model\/CompanyInfoPlanInfo.php":"9462b5a1d5df92fb7209d5e8b4e22798","lib\/Model\/ModifySupplierResponse.php":"d47bd15cc160010aaa8386c18a328370","lib\/Model\/CreateSupplierRequest.php":"1d242b22bac65ee2540f9285ed86415e","lib\/Model\/CreateCashbookEntryRequest.php":"b515e514edd8b580fd80b464813ad171","lib\/Model\/Currency.php":"02f1b6757d622f22114adcd3f808bcb1","lib\/Model\/CreateWebhooksSubscriptionResponse.php":"d4758c3021cbfabf8273766b44e8a345","lib\/Model\/CompanyInfo.php":"4498176fac8138ff04a5fabd92ec94fc","lib\/Model\/PaymentAccount.php":"7fc1a3cb041af2b69fd5ada2c2eea856","lib\/Model\/IssuedDocument.php":"e9e333e1b8fbf2f6022ddbca70d5cdc0","lib\/Model\/AttachmentData.php":"e23fae8a0874b8eba60d180222fe2b05","lib\/Model\/GetIssuedDocumentPreCreateInfoResponse.php":"65a56ad7016f6c5d75a019ea73d21bd9","lib\/Model\/ModifyPaymentAccountResponse.php":"9002fa0cc6d9162e7151731c64a3fedd","lib\/Model\/ListReceivedDocumentCategoriesResponse.php":"0c9566e024533870c15ff0113f681419","lib\/Model\/ReceivedDocumentTotals.php":"cfc2054b7305a283d6c1771c7a47e1df","lib\/Model\/TransformIssuedDocumentResponse.php":"566457369e7ba1a9dc022dfeb4c99a7d","lib\/Model\/ModifySupplierRequest.php":"44f1b6bee2235a9afe2819d944d9b8b4","lib\/Model\/CreatePaymentMethodRequest.php":"5fad26a0328addb6b2dad45fa5f85665","lib\/Model\/ModifyPaymentAccountRequest.php":"e1e8496809bf46d4adc0be38958dd99d","lib\/Model\/ListReceiptsResponse.php":"f3454849e8ebbeb17314cac37f044452","lib\/Model\/VatItem.php":"90386d50f4e05a74272d7397c3d962a3","lib\/Model\/EInvoiceRejectionReason.php":"b9bdd80290fd8b9ab930acdeb769d04b","lib\/Model\/ModifyProductResponse.php":"dc99b69807b3cb8596b3a884436e92fa","lib\/Model\/SupplierType.php":"d6072c8015e05b9dc39747175b0cc490","lib\/Model\/GetNewReceivedDocumentTotalsResponse.php":"4baa4a72d46e326d1ebef334592b7645","lib\/Model\/ReceivedDocumentInfoItemsDefaultValues.php":"eeca87fe17f9a6621b084af1abaecf85","lib\/Model\/ListCashbookEntriesResponse.php":"fda38990fe5ee1e6b9df645c60a24857","lib\/Model\/UploadReceivedDocumentAttachmentResponse.php":"62ff6acb6728a23fa3bf9726a4648a3b","lib\/Model\/ListEmailsResponsePage.php":"c3c46a62ef6bf187f5565f934450d7a9","lib\/Model\/SenderEmail.php":"02316be647d13da77d04fae7bea06727","lib\/Model\/ControlledCompany.php":"6963ef26accfab4a77e5b7abb5c90d76","lib\/Model\/IssuedDocumentStatus.php":"d4a13b3fe9d260ebff0ad954dcc52a0b","lib\/Model\/CreateIssuedDocumentResponse.php":"10fd312a2396b3621922753500bdc55e","lib\/Model\/IssuedDocumentEiData.php":"116f2ba8320a16cb2771875fb0c1c7da","lib\/Model\/FunctionStatus.php":"bf4c0a02df512198f625af96b4abb0ef","lib\/Model\/GetNewIssuedDocumentTotalsResponse.php":"d3868f3d6759d1a4eb6468f04e1a1899","lib\/Model\/GetArchiveDocumentResponse.php":"7df1e4eed5c586bdd8463f8a35ac4ff7","lib\/Model\/ReceiptItemsListItem.php":"ba8db1eaede10af5e4f866bfbfcb9f33","lib\/Model\/GetEmailDataResponse.php":"e32ea793b741acb5ec8bb7a7f8c1c2d0","lib\/Model\/Receipt.php":"fef8cfbb9302078f50be65a140f5b977","lib\/Model\/ListArchiveCategoriesResponse.php":"141d43282fcdccfd11047f863314da52","lib\/Model\/GetSupplierResponse.php":"6c2418e13fd4d297dc08e50be7e94666","lib\/Model\/GetExistingReceivedDocumentTotalsResponse.php":"55b8d89b1c9c57543c2366b8304a9645","lib\/Model\/GetUserInfoResponseEmailConfirmationState.php":"46272a41467835211ae945b307eeabcf","lib\/Model\/GetPaymentMethodResponse.php":"96ca45dd60a569806a33816d062bbe95","lib\/Model\/ReceivedDocumentItemsListItem.php":"3dc52d67161724526a59220401d85bf1","lib\/Model\/GetReceivedDocumentPreCreateInfoResponse.php":"bb42c6ab77e28d0f161fc2f630df3fb7","lib\/Model\/SendEInvoiceRequestData.php":"ab30aab239ad6d03983585804870bb08","lib\/Model\/ModifyArchiveDocumentRequest.php":"47b46a53a30f47aacc66c663754e4eb6","lib\/Model\/MonthlyTotal.php":"b5c84dfae5deef252e083c9d2f35708d","lib\/Model\/Language.php":"9e222e2dac76f76867b81be253c9ac3a","lib\/Model\/CreateArchiveDocumentRequest.php":"2876c54efe5242677993acb481865bd2","lib\/Model\/F24Status.php":"d019d173870c01e99dd2abba06ffbe8c","lib\/Model\/ClientType.php":"556e9a39de737392c9b2e5d7160158a0","lib\/Model\/WebhooksSubscription.php":"0e6cbfa021fbd74f373ea4fe9b9ac2d1","lib\/Model\/ListCurrenciesResponse.php":"a9693238761f807409f13f5b1c44de1a","lib\/Model\/CreateReceivedDocumentRequest.php":"a7ce8d0c881b3395b7595663fdcbdda1","lib\/Model\/PermissionLevel.php":"55a7c5e0197b2316adba6920848663c9","lib\/Model\/ListPaymentMethodsResponse.php":"888c1bd8b3a469e5284859b5d9657772","lib\/Model\/GetCompanyPlanUsageResponse.php":"ed1512f45592f1b304196e10e7e7cdf1","lib\/Model\/IssuedDocumentPreCreateInfoItemsDefaultValues.php":"70c06dc3b8fa8e691bec77fa5254994f","lib\/Model\/CreateVatTypeRequest.php":"342abe9ab24dcb9807ff1f9ee25ba307","lib\/ApiException.php":"7760d403582633b7d00690a57fa8359a","test\/OAuth2\/OAuth2AuthorizationCodeErrorTest.php":"428b2f6831b505c1c9753275397ad55a","test\/OAuth2\/OAuth2AuthorizationCodeTokenResponseTest.php":"fd673f0b01ce91d8d5f3c1ef5207e2f3","test\/OAuth2\/OAuth2AuthorizationCodeParamsTest.php":"7d62453fec4968cff7f32ffa6e506900","test\/OAuth2\/OAuth2AuthorizationCodeManagerTest.php":"04b28c9586e574de521dfd4615e09b57","test\/Api\/CashbookApiTest.php":"f500f51b81d2b05dd10b89303c5544a9","test\/Api\/ProductsApiTest.php":"e99d5623283e724e95a772ddf23c8186","test\/Api\/SettingsApiTest.php":"a39c2807bd2fb2b4e2a75de6dbc261d9","test\/Api\/TaxesApiTest.php":"1bd673455026674442aafd0d334653e6","test\/Api\/ArchiveApiTest.php":"7f0465cf373c432c2af48678aec1e09b","test\/Api\/ClientsApiTest.php":"7a251a96bd9276367f1ccb1d2acf277f","test\/Api\/IssuedEInvoicesApiTest.php":"5d151bbea16c36786fb60bbb00b7e0b7","test\/Api\/InfoApiTest.php":"abf716c9a684b47585458526802594db","test\/Api\/SuppliersApiTest.php":"c077f89b14bd6c61eaa9f4ccf1dd7121","test\/Api\/CompaniesApiTest.php":"b2895c2f993498a3dace8d5e62225d58","test\/Api\/ReceivedDocumentsApiTest.php":"7e5eec0d407cd878c37f4e81fd196218","test\/Api\/IssuedDocumentsApiTest.php":"1cf5df1ecac11497b7640b56dda8e489","test\/Api\/WebhooksApiTest.php":"a8d9cbe5cc5cb5c7a3232c347fe3b9d2","test\/Api\/ReceiptsApiTest.php":"2eedb63d7e360b976939131cc2e857de","test\/Api\/UserApiTest.php":"a3d0ef41c77d1e6aed47f46d0e896c95","test\/Api\/EmailsApiTest.php":"28fe48cf575085512cdedcac1f3f0bb0","test\/Filter\/ConjunctionTest.php":"1caa5fd029494c96bb452aa0fc9cc86f","test\/Filter\/ConditionTest.php":"121d642bd3dfad001123d87cf872f4b7","test\/Filter\/FilterTest.php":"a23237e6866716c26f27ce34dabd8ec9","test\/Filter\/DisjunctionTest.php":"4f814c9507019c2926c2d6d91122d16c","test\/Model\/PaymentTermsTypeTest.php":"401b06ec635b7d20ad6c672502dd5edc","test\/Model\/GetReceivedDocumentPreCreateInfoResponseTest.php":"86591849a5253f0f0855949ad22894cc","test\/Model\/ListSuppliersResponseTest.php":"7051664de5c55fc63a23ec57225d49a5","test\/Model\/GetExistingIssuedDocumentTotalsResponseTest.php":"fa0d35a3a459988354cb8afedf819052","test\/Model\/ModifyArchiveDocumentRequestTest.php":"e2406ffde7aad7d8e600f2d44213d189","test\/Model\/CreatePaymentAccountRequestTest.php":"917f47a1df9cd3727c5d5b580ca0baec","test\/Model\/GetExistingIssuedDocumentTotalsRequestTest.php":"a90af723b4c956eaca834094c1893d09","test\/Model\/ListClientsResponsePageTest.php":"b2ee6ff3e89781d9a53a7db5f7129d1f","test\/Model\/SendEInvoiceRequestOptionsTest.php":"71d3a064eeebc3e2e7aa1bafa0272242","test\/Model\/ModifyWebhooksSubscriptionRequestTest.php":"97ae8d0c271831fc10ecc197efede396","test\/Model\/VatItemTest.php":"842ce42111e8f3c7f91db98a34659410","test\/Model\/ReceivedDocumentItemsListItemTest.php":"a55a51f900f5d476942b291ec64b5139","test\/Model\/ModifyArchiveDocumentResponseTest.php":"b574b7788567a977e8e22cbf819a40b7","test\/Model\/PaymentMethodTest.php":"f8fdcb604ba229ef4349628d3911bc04","test\/Model\/ListReceiptsResponsePageTest.php":"c50b4937d2d126890471e4d257328178","test\/Model\/F24Test.php":"b8f90d263c4e4cbee0bb111268e90a7b","test\/Model\/CreateVatTypeRequestTest.php":"fe37840fa45935c312b9192f50c4dbf4","test\/Model\/CreateReceivedDocumentResponseTest.php":"e45c27f37476a15216894b09a34dddc1","test\/Model\/WebhooksSubscriptionMappingTest.php":"b24d7e74c65d6860e957b3cf60da8f75","test\/Model\/PaymentAccountTest.php":"bd2eb4f12e5bddc29a22356c6d4f07bf","test\/Model\/CompanyTypeTest.php":"ab1548ca0437edcc9794ae3f4a26f2f3","test\/Model\/CreateArchiveDocumentResponseTest.php":"630bf747891f99479ebb1a1a2ef8bc72","test\/Model\/ListReceivedDocumentsResponseTest.php":"1a0124338035453dbeb59a47a9bca325","test\/Model\/IssuedDocumentOptionsTest.php":"bd04d22ab55cc8026a2cec4a4a8bcb32","test\/Model\/ReceivedDocumentTypeTest.php":"13bb7f45f2f9afd5c2c18274e17e47e4","test\/Model\/ReceivedDocumentInfoDefaultValuesTest.php":"9b27354712f39aed17508a74300e1fe2","test\/Model\/ModifyReceivedDocumentRequestTest.php":"a0c18ab4043b829abb94d552b61573df","test\/Model\/IssuedDocumentPreCreateInfoItemsDefaultValuesTest.php":"1606d522ad329d9d2ae755aaa8a7899e","test\/Model\/ModifySupplierRequestTest.php":"3f7ab2bd11f4e6c39b05a58b35a2ef35","test\/Model\/ProductTest.php":"5d64971d95667d3d90696d4a6fe7d373","test\/Model\/UploadReceivedDocumentAttachmentResponseTest.php":"3a831b06c96f2516bf3338223ba54dcc","test\/Model\/ListDetailedCountriesResponseTest.php":"81d4f34d421b8ca9aaac169db960f7ac","test\/Model\/ModifyClientRequestTest.php":"cc3b38a3f63c0207504258995f26af10","test\/Model\/ListArchiveCategoriesResponseTest.php":"5e55848a9db7be78c25ba1ecab511860","test\/Model\/CurrencyTest.php":"2877df81648b9927096158b1b4257d1f","test\/Model\/CreateF24ResponseTest.php":"19a9f9917b7e53cfe6dc0aac568820f1","test\/Model\/UploadIssuedDocumentAttachmentResponseTest.php":"75f5efdc39aac08770522a3fc31bcec9","test\/Model\/ReceiptPreCreateInfoTest.php":"fe5cfdfdd05b6da0244067f8820124a3","test\/Model\/IssuedDocumentStatusTest.php":"96290fec8d8df632cb59d4127b89ebef","test\/Model\/ReceivedDocumentInfoTest.php":"e195910e4e4fc336c012242bad245f7e","test\/Model\/ListRevenueCentersResponseTest.php":"d995ac5c4215d5c634bfae2b6b0c63fa","test\/Model\/ListVatTypesResponseTest.php":"458ed233a4a506edae0cde7a98c8ec9f","test\/Model\/SendEInvoiceResponseTest.php":"0762f2b9907009ea08e34b6ae96e7edf","test\/Model\/CreateIssuedDocumentRequestTest.php":"3cea5752fe320ed1c978dd748e52ce92","test\/Model\/ListPaymentMethodsResponseTest.php":"ebef3dcdf5ca67348094dcd895de3b24","test\/Model\/VerifyEInvoiceXmlErrorResponseExtraTest.php":"918456fca440faf831789010e5d14246","test\/Model\/CreateReceiptResponseTest.php":"8da6c0373b8c95f2ea9eef30e3253dd8","test\/Model\/GetEmailDataResponseTest.php":"32e9c326a20158c920af0d6d190142d7","test\/Model\/ListProductsResponseTest.php":"ce6e526525e6b82b8279b231f879400a","test\/Model\/CreateProductResponseTest.php":"f373d98b2337afbac5c85df5d53b7e9a","test\/Model\/ModifyClientResponseTest.php":"62622d7da8ad9a6ae01a741164e1b50b","test\/Model\/ListLanguagesResponseTest.php":"e9dcea75ea9ad731ef81c2446b020ef4","test\/Model\/UploadArchiveAttachmentResponseTest.php":"5206691c6e70710b55bdf326f7bc3bd0","test\/Model\/GetUserInfoResponseInfoTest.php":"c323ec0bfb6424e49510e1c4c5338ed2","test\/Model\/ListClientsResponseTest.php":"56111f37dbf7203dc2dd731210f4c94a","test\/Model\/CreateClientRequestTest.php":"eff9f3a35cf60ff4034861e841df5d09","test\/Model\/CashbookEntryDocumentTest.php":"597095c015c2a19e77f98c9e0351b5bc","test\/Model\/GetUserInfoResponseTest.php":"c6478a8160311aac575cd87f79e38955","test\/Model\/UploadF24AttachmentResponseTest.php":"95ec9a9e98fd173e8a7c1b387d23f654","test\/Model\/IssuedDocumentPaymentsListItemPaymentTermsTest.php":"af39c98a1a47e0bb04e119f8fbb7bdc4","test\/Model\/ListWebhooksSubscriptionsResponseTest.php":"76df97f4724d300b33c4054fb7c2488f","test\/Model\/ListReceivedDocumentsResponsePageTest.php":"08c3406d23b77c0ef2539bbccef3e56f","test\/Model\/ListIssuedDocumentsResponseTest.php":"74aacec34e9fc39e3fa38d8a2cee2070","test\/Model\/EntityTypeTest.php":"0acaa11effd67f6be9d6603bb25c5d94","test\/Model\/LanguageTest.php":"effc96845527a2a91214cdf759f6331d","test\/Model\/ListDeliveryNotesDefaultCausalsResponseTest.php":"ceae3bdd3adf97c6ea1d0f0952d2fd2b","test\/Model\/CompanyTest.php":"bdd88fde1d32bbc6a2e3f479b0b2957a","test\/Model\/PaymentMethodDetailsTest.php":"2bbb2b765badf379ac3170553d0694d4","test\/Model\/ListUserCompaniesResponseTest.php":"3880f06b8de29ddf9f304e81a1f7a688","test\/Model\/CreateWebhooksSubscriptionRequestTest.php":"2ed55709fb08ea565f1299335a30f515","test\/Model\/GetEInvoiceRejectionReasonResponseTest.php":"43311318506524a3ebf1191dbc91b9cc","test\/Model\/EmailStatusTest.php":"bf0497c42e8f0acd4b7bfc90ac3cbca9","test\/Model\/GetCompanyPlanUsageResponseTest.php":"a62089174a3a65b07912b2525d591144","test\/Model\/EventTypeTest.php":"8d2a93d82024697ae1aa12f50ed348a9","test\/Model\/PermissionsTest.php":"8c5d57a732b383b1f32a36e94bf09397","test\/Model\/ListEmailsResponsePageTest.php":"3625dcef155f581bac6d6df2db916c56","test\/Model\/VerifyEInvoiceXmlErrorResponseErrorValidationResultTest.php":"9aaf8a9d498293c4f2bc9101ed43458b","test\/Model\/CreatePaymentMethodRequestTest.php":"fe73c7eb111ca90f0169cff91ba166eb","test\/Model\/GetVatTypeResponseTest.php":"18452abfe8b8ce70c8b71098c3f5c871","test\/Model\/IssuedDocumentEiDataTest.php":"0a867c30436b098df0c52a24ed5e548d","test\/Model\/IssuedDocumentTest.php":"a2fba0d7c11c16e33fc580dd6a557295","test\/Model\/GetPaymentAccountResponseTest.php":"e24ad2212c485c85100afa6735c81118","test\/Model\/GetReceiptResponseTest.php":"6f439edaa4062007c1f948c5454e8f99","test\/Model\/CreateClientResponseTest.php":"da3f0fc31e383bc07e0a959191fba1fc","test\/Model\/UserTest.php":"39f14b7d82585b997455644f5c3c1946","test\/Model\/GetClientResponseTest.php":"447be285c6def180e3effeb070c80b39","test\/Model\/F24StatusTest.php":"d83a6369ae78d57da86ff391a6f6c622","test\/Model\/SupplierTest.php":"e976bacad90354e5bef724f339f9ec55","test\/Model\/FattureInCloudPlanTypeTest.php":"3e0b564247af67b7f71b8295ae6f2e5e","test\/Model\/UserCompanyRoleTest.php":"1da185554ef0d59961f334fffea0341a","test\/Model\/ModifyReceiptRequestTest.php":"4de77c0d45f0b84e5e261179e2ee1301","test\/Model\/ModifyPaymentMethodRequestTest.php":"5b924e36150fb2ec6293dc4f57a827f4","test\/Model\/ListIssuedDocumentsResponsePageTest.php":"569ab51fe999331bf401ce7883e3f2fa","test\/Model\/ListSuppliersResponsePageTest.php":"c16c5b5af5a10e5d825a016d0c9cdf5a","test\/Model\/ListArchiveDocumentsResponseTest.php":"f0e6e4b0afd959266f0167cbee8e2cd2","test\/Model\/CreatePaymentMethodResponseTest.php":"ec66944ccdaf3b487621e586183a8951","test\/Model\/SupplierTypeTest.php":"552e294c6368008be4b903b783ce04b1","test\/Model\/GetIssuedDocumentPreCreateInfoResponseTest.php":"8f7104a2fae4a5d88c90c3d344ac9358","test\/Model\/CreateSupplierResponseTest.php":"0e4ac48cd2e75af7f3c6cfc4f4bd66b1","test\/Model\/ListArchiveDocumentsResponsePageTest.php":"d1e41abcdb31ccee1cb931899b392889","test\/Model\/ScheduleEmailRequestTest.php":"d24846fdc296769b0a7e41abb1ebfc29","test\/Model\/ModifyPaymentAccountResponseTest.php":"fc3900aadd432e1d6b27d764a1ebd4ae","test\/Model\/GetSupplierResponseTest.php":"bff8f947bb57177f81b39033301476e1","test\/Model\/VerifyEInvoiceXmlResponseTest.php":"fc62f8a5bd21597f130d9777211dcae4","test\/Model\/ListPaymentAccountsResponseTest.php":"bc02b7deb8fdd7ab46f324fc9c195c6a","test\/Model\/CompanyInfoAccessInfoTest.php":"78a6489ec395f627112634471b87ce0a","test\/Model\/ModifyCashbookEntryRequestTest.php":"face9ca33e7c61ae66c4eac552058712","test\/Model\/GetReceivedDocumentResponseTest.php":"b1a55f45722bbf85a5d8f4e55c7fb42a","test\/Model\/GetNewIssuedDocumentTotalsResponseTest.php":"42d07f3fe05e5dda5079ce279de06664","test\/Model\/ControlledCompanyTest.php":"fec32983e1b86eb3c4a679509eef452e","test\/Model\/VerifyEInvoiceXmlErrorResponseErrorTest.php":"1e49fc120fd06b9a6486f8b0a6169bec","test\/Model\/ModifyF24ResponseTest.php":"e0e004febce3bffa87efe2ce5326677e","test\/Model\/ModifyPaymentAccountRequestTest.php":"02741e6ee6293c211163cdc038fc750a","test\/Model\/EmailAttachmentTest.php":"42a8ab6156875434bec1c2adcdc7482e","test\/Model\/CompanyInfoTest.php":"02cbd804e102617cb392841d5041792e","test\/Model\/GetProductResponseTest.php":"92d632f480d7cc926af137725284fcd0","test\/Model\/CreateReceiptRequestTest.php":"b46c74b47a9074746b100b7ac7fd8ad9","test\/Model\/ModifyWebhooksSubscriptionResponseTest.php":"8ec840c6df160b4113fd75a1f2e1443f","test\/Model\/CompanyPlanUsageTest.php":"ec050dc18eb62092c113397569b5df44","test\/Model\/ModifyProductResponseTest.php":"af24926761d7f30267039f173eae8956","test\/Model\/GetExistingReceivedDocumentTotalsRequestTest.php":"a5b83a02c9bd6f55b35fdd88da8592ae","test\/Model\/GetUserInfoResponseEmailConfirmationStateTest.php":"37ccf1b6f50a25ed39fdc13b5952d21a","test\/Model\/EmailTest.php":"1932655032066c48ca3dd7c0f2b79055","test\/Model\/EmailDataDefaultSenderEmailTest.php":"5ed9cb80818737181e62208642f300fc","test\/Model\/CashbookEntryKindTest.php":"08d7615b68dfdb9ed62bc2d7dca6590e","test\/Model\/ModifyCashbookEntryResponseTest.php":"b5aff5be0ebfd19ab43f37f5f29ee4b3","test\/Model\/CreateReceivedDocumentRequestTest.php":"31a45fa3f9f8502989e4009e451d2e5e","test\/Model\/CreateArchiveDocumentRequestTest.php":"9d4dcb8429aa52e0f7574546dc54a8d1","test\/Model\/ModifySupplierResponseTest.php":"b0100bbdd6f6883fec1aa20aa20f1405","test\/Model\/GetNewReceivedDocumentTotalsResponseTest.php":"af5162abe576c23d0cb2cb68a46c0891","test\/Model\/CreateVatTypeResponseTest.php":"af96094535a02447221c2bd705fcb710","test\/Model\/OriginalDocumentTypeTest.php":"e675b7803de231fe53bfee4afd199a72","test\/Model\/SenderEmailTest.php":"d961072ee78954daee53f3a628e7e2ba","test\/Model\/ModifyVatTypeResponseTest.php":"9cff7515476374ea9cfa488a0713dbe7","test\/Model\/IssuedDocumentItemsListItemTest.php":"94d7e9f1b6d9d0cfbefff5c5f76e681a","test\/Model\/CashbookEntryTest.php":"1080341d2c79969e26fa20fe07d5a42e","test\/Model\/TransformIssuedDocumentResponseTest.php":"a70c7417da6cfcc0d5222ad5814d23db","test\/Model\/IssuedDocumentPreCreateInfoDefaultValuesTest.php":"2acfbb655eec26604d25e8522c074519","test\/Model\/EmailDataTest.php":"9c5f9681eac25da6ce5c4bd59fd4098c","test\/Model\/ListCostCentersResponseTest.php":"2a4cf7f01b1024f179ca0f771440ccf7","test\/Model\/PaymentMethodTypeTest.php":"6515a7f220d5591c04b5bdeea7da5cfb","test\/Model\/GetCompanyInfoResponseTest.php":"a325df307f66dac34c3b58a8058daa43","test\/Model\/ReceivedDocumentTotalsTest.php":"34dac4d672e65cdea409334087b6b7d3","test\/Model\/ListReceivedDocumentCategoriesResponseTest.php":"7289476db10546733c61f59ae2723d52","test\/Model\/CreateF24RequestTest.php":"10a1842ff0e9fd663b624c50ebb836dc","test\/Model\/EntityTest.php":"f4125bdcb0a051c1a88e5b238a5703bf","test\/Model\/SendEInvoiceRequestTest.php":"d686406266e448f40bd823651b7480d2","test\/Model\/VatTypeTest.php":"cf99093bccd1407e6de89ad3f48fccce","test\/Model\/IssuedDocumentPreCreateInfoExtraDataDefaultValuesTest.php":"dcd1812402863c449e50c8863b0e5d54","test\/Model\/CreateSupplierRequestTest.php":"4d000e2d4b60a7bfc3d9f165ad653390","test\/Model\/PermissionsFicIssuedDocumentsDetailedTest.php":"91fa2d3b5151a32e848e9dce4df528a9","test\/Model\/ModifyIssuedDocumentResponseTest.php":"8f956182f129baf58d5e6a9604287017","test\/Model\/ClientTest.php":"132e7a1b79f9dd95de76eeb76ac246f0","test\/Model\/CreateCashbookEntryResponseTest.php":"966704a65fff3a58502bd55f47c1fd95","test\/Model\/IssuedDocumentTypeTest.php":"c793fa13d623840a4267b7c3020cadf0","test\/Model\/ReceivedDocumentInfoItemsDefaultValuesTest.php":"96fbf1f5fecfcdd1f38ad6bb21871038","test\/Model\/ModifyReceiptResponseTest.php":"3103d2d5d3f462ee86dd82f9e9d6fd87","test\/Model\/EmailScheduleTest.php":"b40a376af2f887b496305737015fa5f5","test\/Model\/ShowTotalsModeTest.php":"805188f1c663d4889595e33de08b227d","test\/Model\/ReceiptItemsListItemTest.php":"56b87733947dbe8f08bb2886d1abda05","test\/Model\/ModifyF24RequestTest.php":"dbdf731b4082f7f42abd0c9ed9da3614","test\/Model\/VerifyEInvoiceXmlResponseDataTest.php":"dcc43fb7c238431fd1cea1abe2dfa3e0","test\/Model\/GetNewIssuedDocumentTotalsRequestTest.php":"2a8354a75e6cf88c1c13529a61ebabe3","test\/Model\/GetCashbookEntryResponseTest.php":"7c87a50c2eefb817d9861b7b9bc60d83","test\/Model\/GetReceiptPreCreateInfoResponseTest.php":"f934a8adfc57fd8a82cd6b094fbecfe5","test\/Model\/PermissionLevelTest.php":"14cc5de88fd93e56ad9428369e7c256e","test\/Model\/ListF24ResponseAggregatedDataTest.php":"06d070d20e3b334b8e6ae565595e1b51","test\/Model\/DocumentTemplateTest.php":"d1cbfbbd134fba2b01221fa8150ff645","test\/Model\/CreatePaymentAccountResponseTest.php":"8201a3178403081689609724380dbf20","test\/Model\/JoinIssuedDocumentsResponseTest.php":"776a22ee1721a9d3fcfdcc7e9d9d89ac","test\/Model\/GetWebhooksSubscriptionResponseTest.php":"d1fce658075ebfbe9a47723eaa7107d5","test\/Model\/AttachmentDataTest.php":"30bf037d043e8981c3ee489b727fe00a","test\/Model\/CreateCashbookEntryRequestTest.php":"5f408bd907f18672f4a63a3d3c3ad21c","test\/Model\/CompanyInfoPlanInfoFunctionsTest.php":"cb74b7a28bab09f9a5fb83041b40d169","test\/Model\/GetPaymentMethodResponseTest.php":"ad52e95b40930c470b48e2adfa8f02ff","test\/Model\/IssuedDocumentPreCreateInfoTest.php":"c0f669d703c6a834aa42a784a062dbff","test\/Model\/VerifyEInvoiceXmlErrorResponseTest.php":"879f72dc13597870ba156e95587fb189","test\/Model\/ReceivedDocumentPaymentsListItemTest.php":"40c4b69473688a51da232a029bf992d1","test\/Model\/GetReceiptsMonthlyTotalsResponseTest.php":"2c3041951ca18560b4024ac54d86f1c0","test\/Model\/ListCitiesResponseTest.php":"53c520ae46b1451c9959083bce0c540b","test\/Model\/ModifyVatTypeRequestTest.php":"4e68df94cb84a5a217ea1028a8bbae68","test\/Model\/GetF24ResponseTest.php":"e1fcf4bd056ed2e7a8812477f5c7b8ba","test\/Model\/ArchiveDocumentTest.php":"367e2ee68cb7a41f9cd0d490d8d5661f","test\/Model\/ReceivedDocumentPaymentsListItemPaymentTermsTest.php":"ad9b1e2c456dcc57d4cdf176a34e3828","test\/Model\/ReceiptTest.php":"8fcc569a56d866aefc8f52cc64c25eeb","test\/Model\/CompanyInfoPlanInfoLimitsTest.php":"f7fcd96e5bc0f0c72348e55fe27bb3de","test\/Model\/GetArchiveDocumentResponseTest.php":"c3af537478e1480e3128e45f3ee5518f","test\/Model\/ListTemplatesResponseTest.php":"bed89f12c01b0798f910d6c54d491407","test\/Model\/ListF24ResponseAggregationTest.php":"96489732e9de6db37c269bba53af8d89","test\/Model\/CityTest.php":"1a6a88aaf038ede81ee0ccc56f5f988d","test\/Model\/VatKindTest.php":"a70914ffd0bf8a7c3cceef30987d0483","test\/Model\/EInvoiceRejectionReasonTest.php":"c833cf23b57aa7630b0285ac29918ca4","test\/Model\/EmailRecipientStatusTest.php":"17a2685a95b24ad6ca3e327d947def37","test\/Model\/CreateWebhooksSubscriptionResponseTest.php":"7107a56f7eff97cfb6a7d41e268ec351","test\/Model\/ModifyIssuedDocumentRequestTest.php":"04325d49ba264eae7d7c5dad069223fa","test\/Model\/ListReceiptsResponseTest.php":"ad6eefa41caee6a4547fabea758d5eac","test\/Model\/CompanyInfoPlanInfoFunctionsStatusTest.php":"c1cf315cea57d30df54aac09b2139028","test\/Model\/MonthlyTotalTest.php":"8e25222cb1478427c42c951abf74ffc7","test\/Model\/FunctionStatusTest.php":"f3bfa03837d19e07ab77f576d754dce5","test\/Model\/ListProductCategoriesResponseTest.php":"b44d076706ef3924a5d9d21dace037a0","test\/Model\/ListF24ResponsePageTest.php":"33e1ab75d0a8fb03425b5151555ef2ef","test\/Model\/IssuedDocumentPaymentsListItemTest.php":"62579149ebea0721ef64a8b2f4b80537","test\/Model\/SendEInvoiceRequestDataTest.php":"c781142677ac2cd2be51b7e6e4be3422","test\/Model\/IssuedDocumentTotalsTest.php":"da023dd4d2be890daed1e373605c3399","test\/Model\/GetExistingReceivedDocumentTotalsResponseTest.php":"4b954280539ae0d92c7448eef6eae37e","test\/Model\/ModifyProductRequestTest.php":"df2bcf2ad42c7a1a27e97730a1cf7b47","test\/Model\/ListCountriesResponseTest.php":"6ffe7796cf1fc8f4dbc73921e9da5760","test\/Model\/WebhooksSubscriptionConfigTest.php":"5ac64444af0981facb8d5d0d0bb87d19","test\/Model\/ReceiptTypeTest.php":"f27dcd71a602b2fd7d2e34bee5500a4e","test\/Model\/ListUserCompaniesResponseDataTest.php":"ff6e896d77423b59ecf8ec71b54b62ba","test\/Model\/ModifyPaymentMethodResponseTest.php":"8d38880571c4c7b78f7dca6317a2d14a","test\/Model\/ListProductsResponsePageTest.php":"e2e6fbeae8e29456b4bbf8e4e839a93c","test\/Model\/CreateProductRequestTest.php":"4ee74b5e38d364520ccd7a8b098cfd52","test\/Model\/DetailedCountryTest.php":"a18c35f8a4a6458b4d5a1d9625f2eec1","test\/Model\/GetIssuedDocumentResponseTest.php":"1447bff06dff22af40eccd61af693c26","test\/Model\/IssuedDocumentExtraDataTest.php":"073c4d1bef970768dae21f486cab0359","test\/Model\/WebhooksSubscriptionTest.php":"d54eabe717ae88f8b41a5b9650c119f2","test\/Model\/ModifyReceivedDocumentResponseTest.php":"fe912bd8ca94b5206e8c970cacff5897","test\/Model\/ReceivedDocumentTest.php":"72523a0f63b827d17f27ff7b5c9f57ad","test\/Model\/CreateIssuedDocumentResponseTest.php":"791160c2aed3fa588deace4a26fe11ab","test\/Model\/PaginationTest.php":"09c152f1f0cd238a84c5303eeb34b4c7","test\/Model\/ListCashbookEntriesResponseTest.php":"01896d7abe21522b64cdc1a2e1d08211","test\/Model\/SendEInvoiceResponseDataTest.php":"f2fad8bd74a24f749de9931d44427b04","test\/Model\/CompanyInfoPlanInfoTest.php":"6190a05043396be6383ec3eb1e6b2def","test\/Model\/ListCurrenciesResponseTest.php":"e777235b871d1c6575cf96913608a067","test\/Model\/EmailScheduleIncludeTest.php":"3633707e06e3702754dfc86e702f945b","test\/Model\/CashbookEntryTypeTest.php":"80d8ea30de8687d0aa58020e99b6a39b","test\/Model\/ClientTypeTest.php":"6807fdde1f1f310ca1b4f93a10dce8d1","test\/Model\/PaymentAccountTypeTest.php":"f0906e0f532d0126af8722ad3ee5d97c","test\/Model\/GetNewReceivedDocumentTotalsRequestTest.php":"34d7752f869043cf5a533b87ab743b9a","test\/Model\/ListF24ResponseTest.php":"b49ce893d05d2b0a8aad57d34c136155","test\/Model\/ListEmailsResponseTest.php":"1fbebc567233e9ecd16c3ca9672c34d1","test\/Model\/ListUnitsOfMeasureResponseTest.php":"c0cee8b1d6d4033a13ea7c979f5eb8b3"}} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c840733..c6828a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 2.1.0 (2024-06-17) + +### 2.0.26 (2024-05-27) + +### 2.0.25 (2024-03-06) + ### 2.0.24 (2023-12-18) ### 2.0.23 (2023-10-09) diff --git a/README.md b/README.md index d930f21a..9a0ff786 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Class | Method | HTTP request | Description *ClientsApi* | [**listClients**](docs/Api/ClientsApi.md#listclients) | **GET** /c/{company_id}/entities/clients | List Clients *ClientsApi* | [**modifyClient**](docs/Api/ClientsApi.md#modifyclient) | **PUT** /c/{company_id}/entities/clients/{client_id} | Modify Client *CompaniesApi* | [**getCompanyInfo**](docs/Api/CompaniesApi.md#getcompanyinfo) | **GET** /c/{company_id}/company/info | Get Company Info +*CompaniesApi* | [**getCompanyPlanUsage**](docs/Api/CompaniesApi.md#getcompanyplanusage) | **GET** /c/{company_id}/company/plan_usage | Get Company Plan Usage *EmailsApi* | [**listEmails**](docs/Api/EmailsApi.md#listemails) | **GET** /c/{company_id}/emails | List Emails *InfoApi* | [**listArchiveCategories**](docs/Api/InfoApi.md#listarchivecategories) | **GET** /c/{company_id}/info/archive_categories | List Archive Categories *InfoApi* | [**listCities**](docs/Api/InfoApi.md#listcities) | **GET** /info/cities | List Cities @@ -194,6 +195,7 @@ Class | Method | HTTP request | Description - [CompanyInfoPlanInfoFunctions](docs/Model/CompanyInfoPlanInfoFunctions.md) - [CompanyInfoPlanInfoFunctionsStatus](docs/Model/CompanyInfoPlanInfoFunctionsStatus.md) - [CompanyInfoPlanInfoLimits](docs/Model/CompanyInfoPlanInfoLimits.md) +- [CompanyPlanUsage](docs/Model/CompanyPlanUsage.md) - [CompanyType](docs/Model/CompanyType.md) - [ControlledCompany](docs/Model/ControlledCompany.md) - [CreateArchiveDocumentRequest](docs/Model/CreateArchiveDocumentRequest.md) @@ -239,11 +241,13 @@ Class | Method | HTTP request | Description - [EventType](docs/Model/EventType.md) - [F24](docs/Model/F24.md) - [F24Status](docs/Model/F24Status.md) +- [FattureInCloudPlanType](docs/Model/FattureInCloudPlanType.md) - [FunctionStatus](docs/Model/FunctionStatus.md) - [GetArchiveDocumentResponse](docs/Model/GetArchiveDocumentResponse.md) - [GetCashbookEntryResponse](docs/Model/GetCashbookEntryResponse.md) - [GetClientResponse](docs/Model/GetClientResponse.md) - [GetCompanyInfoResponse](docs/Model/GetCompanyInfoResponse.md) +- [GetCompanyPlanUsageResponse](docs/Model/GetCompanyPlanUsageResponse.md) - [GetEInvoiceRejectionReasonResponse](docs/Model/GetEInvoiceRejectionReasonResponse.md) - [GetEmailDataResponse](docs/Model/GetEmailDataResponse.md) - [GetExistingIssuedDocumentTotalsRequest](docs/Model/GetExistingIssuedDocumentTotalsRequest.md) @@ -476,5 +480,5 @@ info@fattureincloud.it This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: `2.0.31` +- API version: `2.1.0` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/docs/Api/CompaniesApi.md b/docs/Api/CompaniesApi.md index 33e010b2..766c3c6a 100644 --- a/docs/Api/CompaniesApi.md +++ b/docs/Api/CompaniesApi.md @@ -5,6 +5,7 @@ All URIs are relative to https://api-v2.fattureincloud.it, except if the operati | Method | HTTP request | Description | | ------------- | ------------- | ------------- | | [**getCompanyInfo()**](CompaniesApi.md#getCompanyInfo) | **GET** /c/{company_id}/company/info | Get Company Info | +| [**getCompanyPlanUsage()**](CompaniesApi.md#getCompanyPlanUsage) | **GET** /c/{company_id}/company/plan_usage | Get Company Plan Usage | ## `getCompanyInfo()` @@ -66,3 +67,65 @@ try { [[Back to top]](#) [[Back to API list]](../../README.md#endpoints) [[Back to Model list]](../../README.md#models) [[Back to README]](../../README.md) + +## `getCompanyPlanUsage()` + +```php +getCompanyPlanUsage($company_id, $category): \FattureInCloud\Model\GetCompanyPlanUsageResponse +``` + +Get Company Plan Usage + +Gets the company limits usage. + +### Example + +```php +setAccessToken('YOUR_ACCESS_TOKEN'); + + +$apiInstance = new FattureInCloud\Api\CompaniesApi( + // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. + // This is optional, `GuzzleHttp\Client` will be used as default. + new GuzzleHttp\Client(), + $config +); +$company_id = 12345; // int | The ID of the company. +$category = 'category_example'; // string | Category + +try { + $result = $apiInstance->getCompanyPlanUsage($company_id, $category); + print_r($result); +} catch (Exception $e) { + echo 'Exception when calling CompaniesApi->getCompanyPlanUsage: ', $e->getMessage(), PHP_EOL; +} +``` + +### Parameters + +| Name | Type | Description | Notes | +| ------------- | ------------- | ------------- | ------------- | +| **company_id** | **int**| The ID of the company. | | +| **category** | **string**| Category | | + +### Return type + +[**\FattureInCloud\Model\GetCompanyPlanUsageResponse**](../Model/GetCompanyPlanUsageResponse.md) + +### Authorization + +[OAuth2AuthenticationCodeFlow](../../README.md#OAuth2AuthenticationCodeFlow) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: `application/json` + +[[Back to top]](#) [[Back to API list]](../../README.md#endpoints) +[[Back to Model list]](../../README.md#models) +[[Back to README]](../../README.md) diff --git a/docs/Model/Company.md b/docs/Model/Company.md index dd5bb80c..86f15269 100644 --- a/docs/Model/Company.md +++ b/docs/Model/Company.md @@ -9,7 +9,10 @@ Name | Type | Description | Notes **type** | [**\FattureInCloud\Model\CompanyType**](CompanyType.md) | | [optional] **access_token** | **string** | Company authentication token for this company. [Only if type=company] | [optional] **controlled_companies** | [**\FattureInCloud\Model\ControlledCompany[]**](ControlledCompany.md) | Company list of controlled companies [Only if type=accountant] | [optional] +**fic_license_expire** | **\DateTime** | | [optional] +**fic_plan** | [**\FattureInCloud\Model\FattureInCloudPlanType**](FattureInCloudPlanType.md) | | [optional] **connection_id** | **int** | Company connection id | [optional] **tax_code** | **string** | Company tax code | [optional] +**vat_number** | **string** | Company vat number | [optional] [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/Model/CompanyInfo.md b/docs/Model/CompanyInfo.md index 15e95b66..654befcf 100644 --- a/docs/Model/CompanyInfo.md +++ b/docs/Model/CompanyInfo.md @@ -9,6 +9,8 @@ Name | Type | Description | Notes **email** | **string** | Company email | [optional] **type** | [**\FattureInCloud\Model\CompanyType**](CompanyType.md) | | [optional] **access_info** | [**\FattureInCloud\Model\CompanyInfoAccessInfo**](CompanyInfoAccessInfo.md) | | [optional] +**fic_license_expire** | **\DateTime** | | [optional] +**fic_plan_name** | [**\FattureInCloud\Model\FattureInCloudPlanType**](FattureInCloudPlanType.md) | | [optional] **plan_info** | [**\FattureInCloud\Model\CompanyInfoPlanInfo**](CompanyInfoPlanInfo.md) | | [optional] **accountant_id** | **int** | Company accountant id | [optional] **is_accountant** | **bool** | Is the logged account an accountant. | [optional] diff --git a/docs/Model/CompanyPlanUsage.md b/docs/Model/CompanyPlanUsage.md new file mode 100644 index 00000000..1f1b59e3 --- /dev/null +++ b/docs/Model/CompanyPlanUsage.md @@ -0,0 +1,10 @@ +# # CompanyPlanUsage + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**limit** | **float** | Plan limit | [optional] +**usage** | **float** | Plan usage | [optional] + +[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/Model/ControlledCompany.md b/docs/Model/ControlledCompany.md index 77432647..1ce0b416 100644 --- a/docs/Model/ControlledCompany.md +++ b/docs/Model/ControlledCompany.md @@ -8,6 +8,8 @@ Name | Type | Description | Notes **name** | **string** | Controlled company id | [optional] **type** | [**\FattureInCloud\Model\CompanyType**](CompanyType.md) | | [optional] **access_token** | **string** | Controlled company access token Only if type=company] | [optional] +**fic_license_expire** | **\DateTime** | | [optional] +**fic_plan** | [**\FattureInCloud\Model\FattureInCloudPlanType**](FattureInCloudPlanType.md) | | [optional] **connection_id** | **float** | Controlled company connection id | [optional] **tax_code** | **string** | Controlled company tax code | [optional] diff --git a/docs/Model/FattureInCloudPlanType.md b/docs/Model/FattureInCloudPlanType.md new file mode 100644 index 00000000..212f386f --- /dev/null +++ b/docs/Model/FattureInCloudPlanType.md @@ -0,0 +1,8 @@ +# # FattureInCloudPlanType + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/Model/GetCompanyPlanUsageResponse.md b/docs/Model/GetCompanyPlanUsageResponse.md new file mode 100644 index 00000000..b6fb1b5e --- /dev/null +++ b/docs/Model/GetCompanyPlanUsageResponse.md @@ -0,0 +1,9 @@ +# # GetCompanyPlanUsageResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**data** | [**\FattureInCloud\Model\CompanyPlanUsage**](CompanyPlanUsage.md) | | [optional] + +[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/docs/Model/IssuedDocument.md b/docs/Model/IssuedDocument.md index 226a89cc..7844a660 100644 --- a/docs/Model/IssuedDocument.md +++ b/docs/Model/IssuedDocument.md @@ -52,7 +52,6 @@ Name | Type | Description | Notes **show_payments** | **bool** | Show the expiration dates of the payments on the document | [optional] **show_payment_method** | **bool** | Show the payment method details on the document | [optional] **show_totals** | [**\FattureInCloud\Model\ShowTotalsMode**](ShowTotalsMode.md) | | [optional] -**show_paypal_button** | **bool** | Show paypal button in the PDF | [optional] **show_notification_button** | **bool** | Show notification button in the PDF | [optional] **show_tspay_button** | **bool** | Show ts pay button in the PDF | [optional] **delivery_note** | **bool** | Issued document has delivery note | [optional] diff --git a/docs/Model/IssuedDocumentExtraData.md b/docs/Model/IssuedDocumentExtraData.md index e0e60b8f..b3ee835d 100644 --- a/docs/Model/IssuedDocumentExtraData.md +++ b/docs/Model/IssuedDocumentExtraData.md @@ -4,7 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**show_sofort_button** | **bool** | | [optional] **multifatture_sent** | **int** | | [optional] **ts_communication** | **bool** | Send issued document to \"Sistema Tessera Sanitaria\" | [optional] **ts_flag_tipo_spesa** | **float** | Issued document ts \"tipo spesa\" [TK, FC, FV, SV,SP, AD, AS, ECG, SR] | [optional] diff --git a/lib/Api/ArchiveApi.php b/lib/Api/ArchiveApi.php index 9f840d8b..4c467414 100644 --- a/lib/Api/ArchiveApi.php +++ b/lib/Api/ArchiveApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -93,11 +93,11 @@ class ArchiveApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/CashbookApi.php b/lib/Api/CashbookApi.php index c49f8f5d..c56c894b 100644 --- a/lib/Api/CashbookApi.php +++ b/lib/Api/CashbookApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -90,11 +90,11 @@ class CashbookApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/ClientsApi.php b/lib/Api/ClientsApi.php index ac9e6183..424d0ba7 100644 --- a/lib/Api/ClientsApi.php +++ b/lib/Api/ClientsApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -90,11 +90,11 @@ class ClientsApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/CompaniesApi.php b/lib/Api/CompaniesApi.php index 50e5f0a1..1ab38801 100644 --- a/lib/Api/CompaniesApi.php +++ b/lib/Api/CompaniesApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -75,14 +75,17 @@ class CompaniesApi 'getCompanyInfo' => [ 'application/json', ], + 'getCompanyPlanUsage' => [ + 'application/json', + ], ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, @@ -367,6 +370,338 @@ public function getCompanyInfoRequest($company_id, string $contentType = self::c + // path params + if ($company_id !== null) { + $resourcePath = str_replace( + '{' . 'company_id' . '}', + ObjectSerializer::toPathValue($company_id), + $resourcePath + ); + } + + + $headers = $this->headerSelector->selectHeaders( + ['application/json', ], + $contentType, + $multipart + ); + + // for model (json/xml) + if (count($formParams) > 0) { + if ($multipart) { + $multipartContents = []; + foreach ($formParams as $formParamName => $formParamValue) { + $formParamValueItems = is_array($formParamValue) ? $formParamValue : [$formParamValue]; + foreach ($formParamValueItems as $formParamValueItem) { + $multipartContents[] = [ + 'name' => $formParamName, + 'contents' => $formParamValueItem + ]; + } + } + // for HTTP post (form) + $httpBody = new MultipartStream($multipartContents); + + } elseif (stripos($headers['Content-Type'], 'application/json') !== false) { + # if Content-Type contains "application/json", json_encode the form parameters + $httpBody = \GuzzleHttp\Utils::jsonEncode($formParams); + } else { + // for HTTP post (form) + $httpBody = ObjectSerializer::buildQuery($formParams); + } + } + + // this endpoint requires OAuth (access token) + if (!empty($this->config->getAccessToken())) { + $headers['Authorization'] = 'Bearer ' . $this->config->getAccessToken(); + } + + $defaultHeaders = []; + if ($this->config->getUserAgent()) { + $defaultHeaders['User-Agent'] = $this->config->getUserAgent(); + } + + $headers = array_merge( + $defaultHeaders, + $headerParams, + $headers + ); + + $operationHost = $this->config->getHost(); + $query = ObjectSerializer::buildQuery($queryParams); + return new Request( + 'GET', + $operationHost . $resourcePath . ($query ? "?{$query}" : ''), + $headers, + $httpBody + ); + } + + /** + * Operation getCompanyPlanUsage + * + * Get Company Plan Usage + * + * @param int $company_id The ID of the company. (required) + * @param string $category Category (required) + * @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCompanyPlanUsage'] to see the possible values for this operation + * + * @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \InvalidArgumentException + * @return \FattureInCloud\Model\GetCompanyPlanUsageResponse + */ + public function getCompanyPlanUsage($company_id, $category, string $contentType = self::contentTypes['getCompanyPlanUsage'][0]) + { + list($response) = $this->getCompanyPlanUsageWithHttpInfo($company_id, $category, $contentType); + return $response; + } + + /** + * Operation getCompanyPlanUsageWithHttpInfo + * + * Get Company Plan Usage + * + * @param int $company_id The ID of the company. (required) + * @param string $category Category (required) + * @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCompanyPlanUsage'] to see the possible values for this operation + * + * @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \InvalidArgumentException + * @return array of \FattureInCloud\Model\GetCompanyPlanUsageResponse, HTTP status code, HTTP response headers (array of strings) + */ + public function getCompanyPlanUsageWithHttpInfo($company_id, $category, string $contentType = self::contentTypes['getCompanyPlanUsage'][0]) + { + $request = $this->getCompanyPlanUsageRequest($company_id, $category, $contentType); + + try { + $options = $this->createHttpClientOption(); + try { + $response = $this->client->send($request, $options); + } catch (RequestException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + $e->getResponse() ? $e->getResponse()->getHeaders() : null, + $e->getResponse() ? (string) $e->getResponse()->getBody() : null + ); + } catch (ConnectException $e) { + throw new ApiException( + "[{$e->getCode()}] {$e->getMessage()}", + (int) $e->getCode(), + null, + null + ); + } + + $statusCode = $response->getStatusCode(); + + if ($statusCode < 200 || $statusCode > 299) { + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + (string) $request->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + + switch($statusCode) { + case 200: + if ('\FattureInCloud\Model\GetCompanyPlanUsageResponse' === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ('\FattureInCloud\Model\GetCompanyPlanUsageResponse' !== 'string') { + try { + $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); + } catch (\JsonException $exception) { + throw new ApiException( + sprintf( + 'Error JSON decoding server response (%s)', + $request->getUri() + ), + $statusCode, + $response->getHeaders(), + $content + ); + } + } + } + + return [ + ObjectSerializer::deserialize($content, '\FattureInCloud\Model\GetCompanyPlanUsageResponse', []), + $response->getStatusCode(), + $response->getHeaders() + ]; + } + + $returnType = '\FattureInCloud\Model\GetCompanyPlanUsageResponse'; + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ($returnType !== 'string') { + try { + $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); + } catch (\JsonException $exception) { + throw new ApiException( + sprintf( + 'Error JSON decoding server response (%s)', + $request->getUri() + ), + $statusCode, + $response->getHeaders(), + $content + ); + } + } + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + + } catch (ApiException $e) { + switch ($e->getCode()) { + case 200: + $data = ObjectSerializer::deserialize( + $e->getResponseBody(), + '\FattureInCloud\Model\GetCompanyPlanUsageResponse', + $e->getResponseHeaders() + ); + $e->setResponseObject($data); + break; + } + throw $e; + } + } + + /** + * Operation getCompanyPlanUsageAsync + * + * Get Company Plan Usage + * + * @param int $company_id The ID of the company. (required) + * @param string $category Category (required) + * @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCompanyPlanUsage'] to see the possible values for this operation + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function getCompanyPlanUsageAsync($company_id, $category, string $contentType = self::contentTypes['getCompanyPlanUsage'][0]) + { + return $this->getCompanyPlanUsageAsyncWithHttpInfo($company_id, $category, $contentType) + ->then( + function ($response) { + return $response[0]; + } + ); + } + + /** + * Operation getCompanyPlanUsageAsyncWithHttpInfo + * + * Get Company Plan Usage + * + * @param int $company_id The ID of the company. (required) + * @param string $category Category (required) + * @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCompanyPlanUsage'] to see the possible values for this operation + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Promise\PromiseInterface + */ + public function getCompanyPlanUsageAsyncWithHttpInfo($company_id, $category, string $contentType = self::contentTypes['getCompanyPlanUsage'][0]) + { + $returnType = '\FattureInCloud\Model\GetCompanyPlanUsageResponse'; + $request = $this->getCompanyPlanUsageRequest($company_id, $category, $contentType); + + return $this->client + ->sendAsync($request, $this->createHttpClientOption()) + ->then( + function ($response) use ($returnType) { + if ($returnType === '\SplFileObject') { + $content = $response->getBody(); //stream goes to serializer + } else { + $content = (string) $response->getBody(); + if ($returnType !== 'string') { + $content = json_decode($content); + } + } + + return [ + ObjectSerializer::deserialize($content, $returnType, []), + $response->getStatusCode(), + $response->getHeaders() + ]; + }, + function ($exception) { + $response = $exception->getResponse(); + $statusCode = $response->getStatusCode(); + throw new ApiException( + sprintf( + '[%d] Error connecting to the API (%s)', + $statusCode, + $exception->getRequest()->getUri() + ), + $statusCode, + $response->getHeaders(), + (string) $response->getBody() + ); + } + ); + } + + /** + * Create request for operation 'getCompanyPlanUsage' + * + * @param int $company_id The ID of the company. (required) + * @param string $category Category (required) + * @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCompanyPlanUsage'] to see the possible values for this operation + * + * @throws \InvalidArgumentException + * @return \GuzzleHttp\Psr7\Request + */ + public function getCompanyPlanUsageRequest($company_id, $category, string $contentType = self::contentTypes['getCompanyPlanUsage'][0]) + { + + // verify the required parameter 'company_id' is set + if ($company_id === null || (is_array($company_id) && count($company_id) === 0)) { + throw new \InvalidArgumentException( + 'Missing the required parameter $company_id when calling getCompanyPlanUsage' + ); + } + + // verify the required parameter 'category' is set + if ($category === null || (is_array($category) && count($category) === 0)) { + throw new \InvalidArgumentException( + 'Missing the required parameter $category when calling getCompanyPlanUsage' + ); + } + + + $resourcePath = '/c/{company_id}/company/plan_usage'; + $formParams = []; + $queryParams = []; + $headerParams = []; + $httpBody = ''; + $multipart = false; + + // query params + $queryParams = array_merge($queryParams, ObjectSerializer::toQueryValue( + $category, + 'category', // param base name + 'string', // openApiType + 'form', // style + true, // explode + true // required + ) ?? []); + + // path params if ($company_id !== null) { $resourcePath = str_replace( diff --git a/lib/Api/EmailsApi.php b/lib/Api/EmailsApi.php index a4517ab1..7495c37b 100644 --- a/lib/Api/EmailsApi.php +++ b/lib/Api/EmailsApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -78,11 +78,11 @@ class EmailsApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/InfoApi.php b/lib/Api/InfoApi.php index 0650e309..0eb4d1ce 100644 --- a/lib/Api/InfoApi.php +++ b/lib/Api/InfoApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -123,11 +123,11 @@ class InfoApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/IssuedDocumentsApi.php b/lib/Api/IssuedDocumentsApi.php index a70c2be8..b425a7df 100644 --- a/lib/Api/IssuedDocumentsApi.php +++ b/lib/Api/IssuedDocumentsApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -117,11 +117,11 @@ class IssuedDocumentsApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/IssuedEInvoicesApi.php b/lib/Api/IssuedEInvoicesApi.php index 6281501e..70ca5a62 100644 --- a/lib/Api/IssuedEInvoicesApi.php +++ b/lib/Api/IssuedEInvoicesApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -87,11 +87,11 @@ class IssuedEInvoicesApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/ProductsApi.php b/lib/Api/ProductsApi.php index 3b71d9a5..c31ffe9e 100644 --- a/lib/Api/ProductsApi.php +++ b/lib/Api/ProductsApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -90,11 +90,11 @@ class ProductsApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/ReceiptsApi.php b/lib/Api/ReceiptsApi.php index 1079e007..e2383e3c 100644 --- a/lib/Api/ReceiptsApi.php +++ b/lib/Api/ReceiptsApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -96,11 +96,11 @@ class ReceiptsApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/ReceivedDocumentsApi.php b/lib/Api/ReceivedDocumentsApi.php index ded0cde7..36b1a3f6 100644 --- a/lib/Api/ReceivedDocumentsApi.php +++ b/lib/Api/ReceivedDocumentsApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -105,11 +105,11 @@ class ReceivedDocumentsApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/SettingsApi.php b/lib/Api/SettingsApi.php index 25ec772d..580b1a01 100644 --- a/lib/Api/SettingsApi.php +++ b/lib/Api/SettingsApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -111,11 +111,11 @@ class SettingsApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/SuppliersApi.php b/lib/Api/SuppliersApi.php index 2ab368f1..8415f540 100644 --- a/lib/Api/SuppliersApi.php +++ b/lib/Api/SuppliersApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -90,11 +90,11 @@ class SuppliersApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/TaxesApi.php b/lib/Api/TaxesApi.php index 4daa980c..65b3ca73 100644 --- a/lib/Api/TaxesApi.php +++ b/lib/Api/TaxesApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -96,11 +96,11 @@ class TaxesApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/UserApi.php b/lib/Api/UserApi.php index 4dd17df8..047c86a8 100644 --- a/lib/Api/UserApi.php +++ b/lib/Api/UserApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -81,11 +81,11 @@ class UserApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/Api/WebhooksApi.php b/lib/Api/WebhooksApi.php index 87e8d2a3..38265bf7 100644 --- a/lib/Api/WebhooksApi.php +++ b/lib/Api/WebhooksApi.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -90,11 +90,11 @@ class WebhooksApi ]; /** - * @param ClientInterface $client - * @param Configuration $config - * @param HeaderSelector $selector - * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec - */ + * @param ClientInterface $client + * @param Configuration $config + * @param HeaderSelector $selector + * @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec + */ public function __construct( ClientInterface $client = null, Configuration $config = null, diff --git a/lib/ApiException.php b/lib/ApiException.php index 3ad96311..2d9f8a15 100644 --- a/lib/ApiException.php +++ b/lib/ApiException.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Configuration.php b/lib/Configuration.php index a0910e56..46f909db 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -101,7 +101,7 @@ class Configuration * * @var string */ - protected $userAgent = 'FattureInCloud/2.0.24/PHP-SDK'; + protected $userAgent = 'FattureInCloud/2.1.0/PHP-SDK'; /** * Debug switch (default set to false) @@ -210,7 +210,7 @@ public function getAccessToken() /** * Sets boolean format for query string. * - * @param string $booleanFormatForQueryString Boolean format for query string + * @param string $booleanFormat Boolean format for query string * * @return $this */ @@ -433,7 +433,7 @@ public static function toDebugReport() $report = 'PHP SDK (FattureInCloud) Debug Report:' . PHP_EOL; $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; - $report .= ' The version of the OpenAPI document: 2.0.31' . PHP_EOL; + $report .= ' The version of the OpenAPI document: 2.1.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; @@ -487,18 +487,18 @@ public function getHostSettings() * @param array|null $variables hash of variable and the corresponding value (optional) * @return string URL based on host settings */ - public static function getHostString(array $hostsSettings, $hostIndex, array $variables = null) + public static function getHostString(array $hostSettings, $hostIndex, array $variables = null) { if (null === $variables) { $variables = []; } // check array index out of bound - if ($hostIndex < 0 || $hostIndex >= count($hostsSettings)) { - throw new \InvalidArgumentException("Invalid index $hostIndex when selecting the host. Must be less than ".count($hostsSettings)); + if ($hostIndex < 0 || $hostIndex >= count($hostSettings)) { + throw new \InvalidArgumentException("Invalid index $hostIndex when selecting the host. Must be less than ".count($hostSettings)); } - $host = $hostsSettings[$hostIndex]; + $host = $hostSettings[$hostIndex]; $url = $host["url"]; // go through variable and assign a value diff --git a/lib/Filter/Operator.php b/lib/Filter/Operator.php index 975f30b0..c1311268 100644 --- a/lib/Filter/Operator.php +++ b/lib/Filter/Operator.php @@ -14,6 +14,8 @@ abstract class Operator public const IS_NOT = 'is not'; public const LIKE = 'like'; public const CONTAINS = 'contains'; + public const NOT_LIKE = 'not like'; + public const NOT_CONTAINS = 'not contains'; public const STARTS_WITH = 'starts with'; public const ENDS_WITH = 'ends with'; } diff --git a/lib/HeaderSelector.php b/lib/HeaderSelector.php index 2448b258..93500c44 100644 --- a/lib/HeaderSelector.php +++ b/lib/HeaderSelector.php @@ -14,10 +14,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ArchiveDocument.php b/lib/Model/ArchiveDocument.php index 66d3af8a..db8c9143 100644 --- a/lib/Model/ArchiveDocument.php +++ b/lib/Model/ArchiveDocument.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/AttachmentData.php b/lib/Model/AttachmentData.php index 81ffd967..8155b887 100644 --- a/lib/Model/AttachmentData.php +++ b/lib/Model/AttachmentData.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CashbookEntry.php b/lib/Model/CashbookEntry.php index 6ffa60f1..40e3f9e4 100644 --- a/lib/Model/CashbookEntry.php +++ b/lib/Model/CashbookEntry.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CashbookEntryDocument.php b/lib/Model/CashbookEntryDocument.php index 9eab6832..13f8b015 100644 --- a/lib/Model/CashbookEntryDocument.php +++ b/lib/Model/CashbookEntryDocument.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CashbookEntryKind.php b/lib/Model/CashbookEntryKind.php index 212759c0..b6cb13f0 100644 --- a/lib/Model/CashbookEntryKind.php +++ b/lib/Model/CashbookEntryKind.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CashbookEntryType.php b/lib/Model/CashbookEntryType.php index f9447e26..745d0658 100644 --- a/lib/Model/CashbookEntryType.php +++ b/lib/Model/CashbookEntryType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/City.php b/lib/Model/City.php index 98349265..a8e3a33b 100644 --- a/lib/Model/City.php +++ b/lib/Model/City.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Client.php b/lib/Model/Client.php index 2ef81f72..5c6fc2ef 100644 --- a/lib/Model/Client.php +++ b/lib/Model/Client.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ClientType.php b/lib/Model/ClientType.php index 6f391716..7ead5b3f 100644 --- a/lib/Model/ClientType.php +++ b/lib/Model/ClientType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Company.php b/lib/Model/Company.php index 375905b4..a91c4ec0 100644 --- a/lib/Model/Company.php +++ b/lib/Model/Company.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -63,8 +63,11 @@ class Company implements ModelInterface, ArrayAccess, \JsonSerializable 'type' => '\FattureInCloud\Model\CompanyType', 'access_token' => 'string', 'controlled_companies' => '\FattureInCloud\Model\ControlledCompany[]', + 'fic_license_expire' => '\DateTime', + 'fic_plan' => '\FattureInCloud\Model\FattureInCloudPlanType', 'connection_id' => 'int', - 'tax_code' => 'string' + 'tax_code' => 'string', + 'vat_number' => 'string' ]; /** @@ -80,8 +83,11 @@ class Company implements ModelInterface, ArrayAccess, \JsonSerializable 'type' => null, 'access_token' => null, 'controlled_companies' => null, + 'fic_license_expire' => 'date', + 'fic_plan' => null, 'connection_id' => null, - 'tax_code' => null + 'tax_code' => null, + 'vat_number' => null ]; /** @@ -95,8 +101,11 @@ class Company implements ModelInterface, ArrayAccess, \JsonSerializable 'type' => false, 'access_token' => true, 'controlled_companies' => true, + 'fic_license_expire' => true, + 'fic_plan' => false, 'connection_id' => true, - 'tax_code' => true + 'tax_code' => true, + 'vat_number' => true ]; /** @@ -190,8 +199,11 @@ public function isNullableSetToNull(string $property): bool 'type' => 'type', 'access_token' => 'access_token', 'controlled_companies' => 'controlled_companies', + 'fic_license_expire' => 'fic_license_expire', + 'fic_plan' => 'fic_plan', 'connection_id' => 'connection_id', - 'tax_code' => 'tax_code' + 'tax_code' => 'tax_code', + 'vat_number' => 'vat_number' ]; /** @@ -205,8 +217,11 @@ public function isNullableSetToNull(string $property): bool 'type' => 'setType', 'access_token' => 'setAccessToken', 'controlled_companies' => 'setControlledCompanies', + 'fic_license_expire' => 'setFicLicenseExpire', + 'fic_plan' => 'setFicPlan', 'connection_id' => 'setConnectionId', - 'tax_code' => 'setTaxCode' + 'tax_code' => 'setTaxCode', + 'vat_number' => 'setVatNumber' ]; /** @@ -220,8 +235,11 @@ public function isNullableSetToNull(string $property): bool 'type' => 'getType', 'access_token' => 'getAccessToken', 'controlled_companies' => 'getControlledCompanies', + 'fic_license_expire' => 'getFicLicenseExpire', + 'fic_plan' => 'getFicPlan', 'connection_id' => 'getConnectionId', - 'tax_code' => 'getTaxCode' + 'tax_code' => 'getTaxCode', + 'vat_number' => 'getVatNumber' ]; /** @@ -286,8 +304,11 @@ public function __construct($data = null) $this->setIfExists('type', $data ?? [], null); $this->setIfExists('access_token', $data ?? [], null); $this->setIfExists('controlled_companies', $data ?? [], null); + $this->setIfExists('fic_license_expire', $data ?? [], null); + $this->setIfExists('fic_plan', $data ?? [], null); $this->setIfExists('connection_id', $data ?? [], null); $this->setIfExists('tax_code', $data ?? [], null); + $this->setIfExists('vat_number', $data ?? [], null); } /** @@ -495,6 +516,67 @@ public function setControlledCompanies($controlled_companies) return $this; } + /** + * Gets fic_license_expire + * + * @return \DateTime|null + */ + public function getFicLicenseExpire() + { + return $this->container['fic_license_expire']; + } + + /** + * Sets fic_license_expire + * + * @param \DateTime|null $fic_license_expire fic_license_expire + * + * @return self + */ + public function setFicLicenseExpire($fic_license_expire) + { + if (is_null($fic_license_expire)) { + array_push($this->openAPINullablesSetToNull, 'fic_license_expire'); + } else { + $nullablesSetToNull = $this->getOpenAPINullablesSetToNull(); + $index = array_search('fic_license_expire', $nullablesSetToNull, true); + if ($index !== false) { + unset($nullablesSetToNull[$index]); + $this->setOpenAPINullablesSetToNull($nullablesSetToNull); + } + } + $this->container['fic_license_expire'] = $fic_license_expire; + + return $this; + } + + /** + * Gets fic_plan + * + * @return string|null + */ + public function getFicPlan() + { + return $this->container['fic_plan']; + } + + /** + * Sets fic_plan, the accepted values are available in \FattureInCloud\Model\FattureInCloudPlanType + * + * @param string|null $fic_plan fic_plan + * + * @return self + */ + public function setFicPlan($fic_plan) + { + if (is_null($fic_plan)) { + throw new \InvalidArgumentException('non-nullable fic_plan cannot be null'); + } + $this->container['fic_plan'] = $fic_plan; + + return $this; + } + /** * Gets connection_id * @@ -562,6 +644,40 @@ public function setTaxCode($tax_code) return $this; } + + /** + * Gets vat_number + * + * @return string|null + */ + public function getVatNumber() + { + return $this->container['vat_number']; + } + + /** + * Sets vat_number + * + * @param string|null $vat_number Company vat number + * + * @return self + */ + public function setVatNumber($vat_number) + { + if (is_null($vat_number)) { + array_push($this->openAPINullablesSetToNull, 'vat_number'); + } else { + $nullablesSetToNull = $this->getOpenAPINullablesSetToNull(); + $index = array_search('vat_number', $nullablesSetToNull, true); + if ($index !== false) { + unset($nullablesSetToNull[$index]); + $this->setOpenAPINullablesSetToNull($nullablesSetToNull); + } + } + $this->container['vat_number'] = $vat_number; + + return $this; + } /** * Returns true if offset exists. False otherwise. * diff --git a/lib/Model/CompanyInfo.php b/lib/Model/CompanyInfo.php index 3b1a20a2..000c91f9 100644 --- a/lib/Model/CompanyInfo.php +++ b/lib/Model/CompanyInfo.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -63,6 +63,8 @@ class CompanyInfo implements ModelInterface, ArrayAccess, \JsonSerializable 'email' => 'string', 'type' => '\FattureInCloud\Model\CompanyType', 'access_info' => '\FattureInCloud\Model\CompanyInfoAccessInfo', + 'fic_license_expire' => '\DateTime', + 'fic_plan_name' => '\FattureInCloud\Model\FattureInCloudPlanType', 'plan_info' => '\FattureInCloud\Model\CompanyInfoPlanInfo', 'accountant_id' => 'int', 'is_accountant' => 'bool' @@ -81,6 +83,8 @@ class CompanyInfo implements ModelInterface, ArrayAccess, \JsonSerializable 'email' => null, 'type' => null, 'access_info' => null, + 'fic_license_expire' => 'date', + 'fic_plan_name' => null, 'plan_info' => null, 'accountant_id' => null, 'is_accountant' => null @@ -97,6 +101,8 @@ class CompanyInfo implements ModelInterface, ArrayAccess, \JsonSerializable 'email' => true, 'type' => false, 'access_info' => true, + 'fic_license_expire' => true, + 'fic_plan_name' => false, 'plan_info' => true, 'accountant_id' => true, 'is_accountant' => true @@ -193,6 +199,8 @@ public function isNullableSetToNull(string $property): bool 'email' => 'email', 'type' => 'type', 'access_info' => 'access_info', + 'fic_license_expire' => 'fic_license_expire', + 'fic_plan_name' => 'fic_plan_name', 'plan_info' => 'plan_info', 'accountant_id' => 'accountant_id', 'is_accountant' => 'is_accountant' @@ -209,6 +217,8 @@ public function isNullableSetToNull(string $property): bool 'email' => 'setEmail', 'type' => 'setType', 'access_info' => 'setAccessInfo', + 'fic_license_expire' => 'setFicLicenseExpire', + 'fic_plan_name' => 'setFicPlanName', 'plan_info' => 'setPlanInfo', 'accountant_id' => 'setAccountantId', 'is_accountant' => 'setIsAccountant' @@ -225,6 +235,8 @@ public function isNullableSetToNull(string $property): bool 'email' => 'getEmail', 'type' => 'getType', 'access_info' => 'getAccessInfo', + 'fic_license_expire' => 'getFicLicenseExpire', + 'fic_plan_name' => 'getFicPlanName', 'plan_info' => 'getPlanInfo', 'accountant_id' => 'getAccountantId', 'is_accountant' => 'getIsAccountant' @@ -292,6 +304,8 @@ public function __construct($data = null) $this->setIfExists('email', $data ?? [], null); $this->setIfExists('type', $data ?? [], null); $this->setIfExists('access_info', $data ?? [], null); + $this->setIfExists('fic_license_expire', $data ?? [], null); + $this->setIfExists('fic_plan_name', $data ?? [], null); $this->setIfExists('plan_info', $data ?? [], null); $this->setIfExists('accountant_id', $data ?? [], null); $this->setIfExists('is_accountant', $data ?? [], null); @@ -502,6 +516,67 @@ public function setAccessInfo($access_info) return $this; } + /** + * Gets fic_license_expire + * + * @return \DateTime|null + */ + public function getFicLicenseExpire() + { + return $this->container['fic_license_expire']; + } + + /** + * Sets fic_license_expire + * + * @param \DateTime|null $fic_license_expire fic_license_expire + * + * @return self + */ + public function setFicLicenseExpire($fic_license_expire) + { + if (is_null($fic_license_expire)) { + array_push($this->openAPINullablesSetToNull, 'fic_license_expire'); + } else { + $nullablesSetToNull = $this->getOpenAPINullablesSetToNull(); + $index = array_search('fic_license_expire', $nullablesSetToNull, true); + if ($index !== false) { + unset($nullablesSetToNull[$index]); + $this->setOpenAPINullablesSetToNull($nullablesSetToNull); + } + } + $this->container['fic_license_expire'] = $fic_license_expire; + + return $this; + } + + /** + * Gets fic_plan_name + * + * @return string|null + */ + public function getFicPlanName() + { + return $this->container['fic_plan_name']; + } + + /** + * Sets fic_plan_name, the accepted values are available in \FattureInCloud\Model\FattureInCloudPlanType + * + * @param string|null $fic_plan_name fic_plan_name + * + * @return self + */ + public function setFicPlanName($fic_plan_name) + { + if (is_null($fic_plan_name)) { + throw new \InvalidArgumentException('non-nullable fic_plan_name cannot be null'); + } + $this->container['fic_plan_name'] = $fic_plan_name; + + return $this; + } + /** * Gets plan_info * diff --git a/lib/Model/CompanyInfoAccessInfo.php b/lib/Model/CompanyInfoAccessInfo.php index 1e7e69c6..f99965a4 100644 --- a/lib/Model/CompanyInfoAccessInfo.php +++ b/lib/Model/CompanyInfoAccessInfo.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CompanyInfoPlanInfo.php b/lib/Model/CompanyInfoPlanInfo.php index f95c40c3..3d26c3ba 100644 --- a/lib/Model/CompanyInfoPlanInfo.php +++ b/lib/Model/CompanyInfoPlanInfo.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CompanyInfoPlanInfoFunctions.php b/lib/Model/CompanyInfoPlanInfoFunctions.php index 9ba436e7..e81bf116 100644 --- a/lib/Model/CompanyInfoPlanInfoFunctions.php +++ b/lib/Model/CompanyInfoPlanInfoFunctions.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CompanyInfoPlanInfoFunctionsStatus.php b/lib/Model/CompanyInfoPlanInfoFunctionsStatus.php index 252fd52e..bee4996e 100644 --- a/lib/Model/CompanyInfoPlanInfoFunctionsStatus.php +++ b/lib/Model/CompanyInfoPlanInfoFunctionsStatus.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CompanyInfoPlanInfoLimits.php b/lib/Model/CompanyInfoPlanInfoLimits.php index 0aa46293..41b89857 100644 --- a/lib/Model/CompanyInfoPlanInfoLimits.php +++ b/lib/Model/CompanyInfoPlanInfoLimits.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CompanyPlanUsage.php b/lib/Model/CompanyPlanUsage.php new file mode 100644 index 00000000..43dcf60e --- /dev/null +++ b/lib/Model/CompanyPlanUsage.php @@ -0,0 +1,458 @@ + + */ +class CompanyPlanUsage implements ModelInterface, ArrayAccess, \JsonSerializable +{ + public const DISCRIMINATOR = null; + + /** + * The original name of the model. + * + * @var string + */ + protected static $openAPIModelName = 'CompanyPlanUsage'; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @var string[] + */ + protected static $openAPITypes = [ + 'limit' => 'float', + 'usage' => 'float' + ]; + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @var string[] + * @phpstan-var array + * @psalm-var array + */ + protected static $openAPIFormats = [ + 'limit' => null, + 'usage' => null + ]; + + /** + * Array of nullable properties. Used for (de)serialization + * + * @var boolean[] + */ + protected static $openAPINullables = [ + 'limit' => true, + 'usage' => true + ]; + + /** + * If a nullable field gets set to null, insert it here + * + * @var boolean[] + */ + protected $openAPINullablesSetToNull = []; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @return array + */ + public static function openAPITypes() + { + return self::$openAPITypes; + } + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @return array + */ + public static function openAPIFormats() + { + return self::$openAPIFormats; + } + + /** + * Array of nullable properties + * + * @return array + */ + protected static function openAPINullables(): array + { + return self::$openAPINullables; + } + + /** + * Array of nullable field names deliberately set to null + * + * @return boolean[] + */ + private function getOpenAPINullablesSetToNull(): array + { + return $this->openAPINullablesSetToNull; + } + + /** + * Setter - Array of nullable field names deliberately set to null + * + * @param boolean[] $openAPINullablesSetToNull + */ + private function setOpenAPINullablesSetToNull($openAPINullablesSetToNull): void + { + $this->openAPINullablesSetToNull = $openAPINullablesSetToNull; + } + + /** + * Checks if a property is nullable + * + * @param string $property + * @return bool + */ + public static function isNullable(string $property): bool + { + return self::openAPINullables()[$property] ?? false; + } + + /** + * Checks if a nullable property is set to null. + * + * @param string $property + * @return bool + */ + public function isNullableSetToNull(string $property): bool + { + return in_array($property, $this->getOpenAPINullablesSetToNull(), true); + } + + /** + * Array of attributes where the key is the local name, + * and the value is the original name + * + * @var string[] + */ + protected static $attributeMap = [ + 'limit' => 'limit', + 'usage' => 'usage' + ]; + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @var string[] + */ + protected static $setters = [ + 'limit' => 'setLimit', + 'usage' => 'setUsage' + ]; + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @var string[] + */ + protected static $getters = [ + 'limit' => 'getLimit', + 'usage' => 'getUsage' + ]; + + /** + * Array of attributes where the key is the local name, + * and the value is the original name + * + * @return array + */ + public static function attributeMap() + { + return self::$attributeMap; + } + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @return array + */ + public static function setters() + { + return self::$setters; + } + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @return array + */ + public static function getters() + { + return self::$getters; + } + + /** + * The original name of the model. + * + * @return string + */ + public function getModelName() + { + return self::$openAPIModelName; + } + + + /** + * Associative array for storing property values + * + * @var mixed[] + */ + protected $container = []; + + /** + * Constructor + * + * @param mixed[] $data Associated array of property values + * initializing the model + */ + public function __construct($data = null) + { + $this->setIfExists('limit', $data ?? [], null); + $this->setIfExists('usage', $data ?? [], null); + } + + /** + * Sets $this->container[$variableName] to the given data or to the given default Value; if $variableName + * is nullable and its value is set to null in the $fields array, then mark it as "set to null" in the + * $this->openAPINullablesSetToNull array + * + * @param string $variableName + * @param array $fields + * @param mixed $defaultValue + */ + private function setIfExists(string $variableName, $fields, $defaultValue): void + { + if (self::isNullable($variableName) && array_key_exists($variableName, $fields) && is_null($fields[$variableName])) { + $this->openAPINullablesSetToNull[] = $variableName; + } + + $this->container[$variableName] = $fields[$variableName] ?? $defaultValue; + } + + /** + * Show all the invalid properties with reasons. + * + * @return array invalid properties with reasons + */ + public function listInvalidProperties() + { + $invalidProperties = []; + + return $invalidProperties; + } + + /** + * Validate all the properties in the model + * return true if all passed + * + * @return bool True if all properties are valid + */ + public function valid() + { + return count($this->listInvalidProperties()) === 0; + } + + + /** + * Gets limit + * + * @return float|null + */ + public function getLimit() + { + return $this->container['limit']; + } + + /** + * Sets limit + * + * @param float|null $limit Plan limit + * + * @return self + */ + public function setLimit($limit) + { + if (is_null($limit)) { + array_push($this->openAPINullablesSetToNull, 'limit'); + } else { + $nullablesSetToNull = $this->getOpenAPINullablesSetToNull(); + $index = array_search('limit', $nullablesSetToNull, true); + if ($index !== false) { + unset($nullablesSetToNull[$index]); + $this->setOpenAPINullablesSetToNull($nullablesSetToNull); + } + } + $this->container['limit'] = $limit; + + return $this; + } + + /** + * Gets usage + * + * @return float|null + */ + public function getUsage() + { + return $this->container['usage']; + } + + /** + * Sets usage + * + * @param float|null $usage Plan usage + * + * @return self + */ + public function setUsage($usage) + { + if (is_null($usage)) { + array_push($this->openAPINullablesSetToNull, 'usage'); + } else { + $nullablesSetToNull = $this->getOpenAPINullablesSetToNull(); + $index = array_search('usage', $nullablesSetToNull, true); + if ($index !== false) { + unset($nullablesSetToNull[$index]); + $this->setOpenAPINullablesSetToNull($nullablesSetToNull); + } + } + $this->container['usage'] = $usage; + + return $this; + } + /** + * Returns true if offset exists. False otherwise. + * + * @param integer $offset Offset + * + * @return boolean + */ + public function offsetExists($offset): bool + { + return isset($this->container[$offset]); + } + + /** + * Gets offset. + * + * @param integer $offset Offset + * + * @return mixed|null + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + return $this->container[$offset] ?? null; + } + + /** + * Sets value based on offset. + * + * @param int|null $offset Offset + * @param mixed $value Value to be set + * + * @return void + */ + public function offsetSet($offset, $value): void + { + if (is_null($offset)) { + $this->container[] = $value; + } else { + $this->container[$offset] = $value; + } + } + + /** + * Unsets offset. + * + * @param integer $offset Offset + * + * @return void + */ + public function offsetUnset($offset): void + { + unset($this->container[$offset]); + } + + /** + * Serializes the object to a value that can be serialized natively by json_encode(). + * @link https://fattureincloud.it + * + * @return mixed Returns data which can be serialized by json_encode(), which is a value + * of any type other than a resource. + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + return ObjectSerializer::sanitizeForSerialization($this); + } + + /** + * Gets the string presentation of the object + * + * @return string + */ + public function __toString() + { + return json_encode( + ObjectSerializer::sanitizeForSerialization($this), + JSON_PRETTY_PRINT + ); + } + + /** + * Gets a header-safe presentation of the object + * + * @return string + */ + public function toHeaderValue() + { + return json_encode(ObjectSerializer::sanitizeForSerialization($this)); + } +} + + diff --git a/lib/Model/CompanyType.php b/lib/Model/CompanyType.php index 3d43bbd4..61198d34 100644 --- a/lib/Model/CompanyType.php +++ b/lib/Model/CompanyType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ControlledCompany.php b/lib/Model/ControlledCompany.php index 8a68cadc..4145b1b4 100644 --- a/lib/Model/ControlledCompany.php +++ b/lib/Model/ControlledCompany.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -62,6 +62,8 @@ class ControlledCompany implements ModelInterface, ArrayAccess, \JsonSerializabl 'name' => 'string', 'type' => '\FattureInCloud\Model\CompanyType', 'access_token' => 'string', + 'fic_license_expire' => '\DateTime', + 'fic_plan' => '\FattureInCloud\Model\FattureInCloudPlanType', 'connection_id' => 'float', 'tax_code' => 'string' ]; @@ -78,6 +80,8 @@ class ControlledCompany implements ModelInterface, ArrayAccess, \JsonSerializabl 'name' => null, 'type' => null, 'access_token' => null, + 'fic_license_expire' => 'date', + 'fic_plan' => null, 'connection_id' => null, 'tax_code' => null ]; @@ -92,6 +96,8 @@ class ControlledCompany implements ModelInterface, ArrayAccess, \JsonSerializabl 'name' => true, 'type' => false, 'access_token' => true, + 'fic_license_expire' => true, + 'fic_plan' => false, 'connection_id' => true, 'tax_code' => true ]; @@ -186,6 +192,8 @@ public function isNullableSetToNull(string $property): bool 'name' => 'name', 'type' => 'type', 'access_token' => 'access_token', + 'fic_license_expire' => 'fic_license_expire', + 'fic_plan' => 'fic_plan', 'connection_id' => 'connection_id', 'tax_code' => 'tax_code' ]; @@ -200,6 +208,8 @@ public function isNullableSetToNull(string $property): bool 'name' => 'setName', 'type' => 'setType', 'access_token' => 'setAccessToken', + 'fic_license_expire' => 'setFicLicenseExpire', + 'fic_plan' => 'setFicPlan', 'connection_id' => 'setConnectionId', 'tax_code' => 'setTaxCode' ]; @@ -214,6 +224,8 @@ public function isNullableSetToNull(string $property): bool 'name' => 'getName', 'type' => 'getType', 'access_token' => 'getAccessToken', + 'fic_license_expire' => 'getFicLicenseExpire', + 'fic_plan' => 'getFicPlan', 'connection_id' => 'getConnectionId', 'tax_code' => 'getTaxCode' ]; @@ -279,6 +291,8 @@ public function __construct($data = null) $this->setIfExists('name', $data ?? [], null); $this->setIfExists('type', $data ?? [], null); $this->setIfExists('access_token', $data ?? [], null); + $this->setIfExists('fic_license_expire', $data ?? [], null); + $this->setIfExists('fic_plan', $data ?? [], null); $this->setIfExists('connection_id', $data ?? [], null); $this->setIfExists('tax_code', $data ?? [], null); } @@ -454,6 +468,67 @@ public function setAccessToken($access_token) return $this; } + /** + * Gets fic_license_expire + * + * @return \DateTime|null + */ + public function getFicLicenseExpire() + { + return $this->container['fic_license_expire']; + } + + /** + * Sets fic_license_expire + * + * @param \DateTime|null $fic_license_expire fic_license_expire + * + * @return self + */ + public function setFicLicenseExpire($fic_license_expire) + { + if (is_null($fic_license_expire)) { + array_push($this->openAPINullablesSetToNull, 'fic_license_expire'); + } else { + $nullablesSetToNull = $this->getOpenAPINullablesSetToNull(); + $index = array_search('fic_license_expire', $nullablesSetToNull, true); + if ($index !== false) { + unset($nullablesSetToNull[$index]); + $this->setOpenAPINullablesSetToNull($nullablesSetToNull); + } + } + $this->container['fic_license_expire'] = $fic_license_expire; + + return $this; + } + + /** + * Gets fic_plan + * + * @return string|null + */ + public function getFicPlan() + { + return $this->container['fic_plan']; + } + + /** + * Sets fic_plan, the accepted values are available in \FattureInCloud\Model\FattureInCloudPlanType + * + * @param string|null $fic_plan fic_plan + * + * @return self + */ + public function setFicPlan($fic_plan) + { + if (is_null($fic_plan)) { + throw new \InvalidArgumentException('non-nullable fic_plan cannot be null'); + } + $this->container['fic_plan'] = $fic_plan; + + return $this; + } + /** * Gets connection_id * diff --git a/lib/Model/CreateArchiveDocumentRequest.php b/lib/Model/CreateArchiveDocumentRequest.php index b8edbb50..be5e99c5 100644 --- a/lib/Model/CreateArchiveDocumentRequest.php +++ b/lib/Model/CreateArchiveDocumentRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateArchiveDocumentResponse.php b/lib/Model/CreateArchiveDocumentResponse.php index fc8c3d24..34f13218 100644 --- a/lib/Model/CreateArchiveDocumentResponse.php +++ b/lib/Model/CreateArchiveDocumentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateCashbookEntryRequest.php b/lib/Model/CreateCashbookEntryRequest.php index 726fc782..5796b4d7 100644 --- a/lib/Model/CreateCashbookEntryRequest.php +++ b/lib/Model/CreateCashbookEntryRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateCashbookEntryResponse.php b/lib/Model/CreateCashbookEntryResponse.php index e48caafb..886d8af4 100644 --- a/lib/Model/CreateCashbookEntryResponse.php +++ b/lib/Model/CreateCashbookEntryResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateClientRequest.php b/lib/Model/CreateClientRequest.php index 8dd7f236..d4b5227a 100644 --- a/lib/Model/CreateClientRequest.php +++ b/lib/Model/CreateClientRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateClientResponse.php b/lib/Model/CreateClientResponse.php index 3e4852ba..a0de20d9 100644 --- a/lib/Model/CreateClientResponse.php +++ b/lib/Model/CreateClientResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateF24Request.php b/lib/Model/CreateF24Request.php index b35aedb0..f3984d58 100644 --- a/lib/Model/CreateF24Request.php +++ b/lib/Model/CreateF24Request.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateF24Response.php b/lib/Model/CreateF24Response.php index c3be02c8..1e10640d 100644 --- a/lib/Model/CreateF24Response.php +++ b/lib/Model/CreateF24Response.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateIssuedDocumentRequest.php b/lib/Model/CreateIssuedDocumentRequest.php index 67670cde..5f5344a8 100644 --- a/lib/Model/CreateIssuedDocumentRequest.php +++ b/lib/Model/CreateIssuedDocumentRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateIssuedDocumentResponse.php b/lib/Model/CreateIssuedDocumentResponse.php index 36cf309c..deef34e0 100644 --- a/lib/Model/CreateIssuedDocumentResponse.php +++ b/lib/Model/CreateIssuedDocumentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreatePaymentAccountRequest.php b/lib/Model/CreatePaymentAccountRequest.php index ee3f6e24..3a66cf7a 100644 --- a/lib/Model/CreatePaymentAccountRequest.php +++ b/lib/Model/CreatePaymentAccountRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreatePaymentAccountResponse.php b/lib/Model/CreatePaymentAccountResponse.php index b059e654..6fdf7686 100644 --- a/lib/Model/CreatePaymentAccountResponse.php +++ b/lib/Model/CreatePaymentAccountResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreatePaymentMethodRequest.php b/lib/Model/CreatePaymentMethodRequest.php index 56639fc1..2b0b1c39 100644 --- a/lib/Model/CreatePaymentMethodRequest.php +++ b/lib/Model/CreatePaymentMethodRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreatePaymentMethodResponse.php b/lib/Model/CreatePaymentMethodResponse.php index c21f6fdb..37994376 100644 --- a/lib/Model/CreatePaymentMethodResponse.php +++ b/lib/Model/CreatePaymentMethodResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateProductRequest.php b/lib/Model/CreateProductRequest.php index 559169c6..400067b9 100644 --- a/lib/Model/CreateProductRequest.php +++ b/lib/Model/CreateProductRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateProductResponse.php b/lib/Model/CreateProductResponse.php index d61f0b4b..cb521637 100644 --- a/lib/Model/CreateProductResponse.php +++ b/lib/Model/CreateProductResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateReceiptRequest.php b/lib/Model/CreateReceiptRequest.php index 0977b54c..15045d1f 100644 --- a/lib/Model/CreateReceiptRequest.php +++ b/lib/Model/CreateReceiptRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateReceiptResponse.php b/lib/Model/CreateReceiptResponse.php index 7d1a6793..f79839b2 100644 --- a/lib/Model/CreateReceiptResponse.php +++ b/lib/Model/CreateReceiptResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateReceivedDocumentRequest.php b/lib/Model/CreateReceivedDocumentRequest.php index 25162cfe..2054bdb4 100644 --- a/lib/Model/CreateReceivedDocumentRequest.php +++ b/lib/Model/CreateReceivedDocumentRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateReceivedDocumentResponse.php b/lib/Model/CreateReceivedDocumentResponse.php index b02effe3..81424a1e 100644 --- a/lib/Model/CreateReceivedDocumentResponse.php +++ b/lib/Model/CreateReceivedDocumentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateSupplierRequest.php b/lib/Model/CreateSupplierRequest.php index 5e3a4e9a..3afae990 100644 --- a/lib/Model/CreateSupplierRequest.php +++ b/lib/Model/CreateSupplierRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateSupplierResponse.php b/lib/Model/CreateSupplierResponse.php index 86355a41..614b46b9 100644 --- a/lib/Model/CreateSupplierResponse.php +++ b/lib/Model/CreateSupplierResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateVatTypeRequest.php b/lib/Model/CreateVatTypeRequest.php index 229eb9cd..82ce2060 100644 --- a/lib/Model/CreateVatTypeRequest.php +++ b/lib/Model/CreateVatTypeRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateVatTypeResponse.php b/lib/Model/CreateVatTypeResponse.php index e48b6c69..dab4673d 100644 --- a/lib/Model/CreateVatTypeResponse.php +++ b/lib/Model/CreateVatTypeResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateWebhooksSubscriptionRequest.php b/lib/Model/CreateWebhooksSubscriptionRequest.php index d2b8b5cc..9ec22b6d 100644 --- a/lib/Model/CreateWebhooksSubscriptionRequest.php +++ b/lib/Model/CreateWebhooksSubscriptionRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/CreateWebhooksSubscriptionResponse.php b/lib/Model/CreateWebhooksSubscriptionResponse.php index ec7024d1..e05b01b3 100644 --- a/lib/Model/CreateWebhooksSubscriptionResponse.php +++ b/lib/Model/CreateWebhooksSubscriptionResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Currency.php b/lib/Model/Currency.php index 3fb81107..6d036480 100644 --- a/lib/Model/Currency.php +++ b/lib/Model/Currency.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/DetailedCountry.php b/lib/Model/DetailedCountry.php index e938d98e..9992c702 100644 --- a/lib/Model/DetailedCountry.php +++ b/lib/Model/DetailedCountry.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/DocumentTemplate.php b/lib/Model/DocumentTemplate.php index a0c0a972..c7b8d80d 100644 --- a/lib/Model/DocumentTemplate.php +++ b/lib/Model/DocumentTemplate.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/EInvoiceRejectionReason.php b/lib/Model/EInvoiceRejectionReason.php index cd887c33..2461012e 100644 --- a/lib/Model/EInvoiceRejectionReason.php +++ b/lib/Model/EInvoiceRejectionReason.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Email.php b/lib/Model/Email.php index 513a2100..d9184e9a 100644 --- a/lib/Model/Email.php +++ b/lib/Model/Email.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/EmailAttachment.php b/lib/Model/EmailAttachment.php index 9f6a3fab..fd3121c5 100644 --- a/lib/Model/EmailAttachment.php +++ b/lib/Model/EmailAttachment.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/EmailData.php b/lib/Model/EmailData.php index eb00660c..644ed56a 100644 --- a/lib/Model/EmailData.php +++ b/lib/Model/EmailData.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/EmailDataDefaultSenderEmail.php b/lib/Model/EmailDataDefaultSenderEmail.php index a13cb6ff..ffd28316 100644 --- a/lib/Model/EmailDataDefaultSenderEmail.php +++ b/lib/Model/EmailDataDefaultSenderEmail.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/EmailRecipientStatus.php b/lib/Model/EmailRecipientStatus.php index 56fa7889..ae500746 100644 --- a/lib/Model/EmailRecipientStatus.php +++ b/lib/Model/EmailRecipientStatus.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/EmailSchedule.php b/lib/Model/EmailSchedule.php index 6a407ee0..e5c2b282 100644 --- a/lib/Model/EmailSchedule.php +++ b/lib/Model/EmailSchedule.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/EmailScheduleInclude.php b/lib/Model/EmailScheduleInclude.php index 724c301e..8d464864 100644 --- a/lib/Model/EmailScheduleInclude.php +++ b/lib/Model/EmailScheduleInclude.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/EmailStatus.php b/lib/Model/EmailStatus.php index 8ed71689..1842240f 100644 --- a/lib/Model/EmailStatus.php +++ b/lib/Model/EmailStatus.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Entity.php b/lib/Model/Entity.php index b72adf07..46c1b023 100644 --- a/lib/Model/Entity.php +++ b/lib/Model/Entity.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/EntityType.php b/lib/Model/EntityType.php index bc0f635e..a73109bb 100644 --- a/lib/Model/EntityType.php +++ b/lib/Model/EntityType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/EventType.php b/lib/Model/EventType.php index 3e1ee4ec..5573d48b 100644 --- a/lib/Model/EventType.php +++ b/lib/Model/EventType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/F24.php b/lib/Model/F24.php index a618a07c..ad1d78bb 100644 --- a/lib/Model/F24.php +++ b/lib/Model/F24.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/F24Status.php b/lib/Model/F24Status.php index 9ca269ce..ee00acce 100644 --- a/lib/Model/F24Status.php +++ b/lib/Model/F24Status.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/FattureInCloudPlanType.php b/lib/Model/FattureInCloudPlanType.php new file mode 100644 index 00000000..927e81df --- /dev/null +++ b/lib/Model/FattureInCloudPlanType.php @@ -0,0 +1,73 @@ + + */ +class GetCompanyPlanUsageResponse implements ModelInterface, ArrayAccess, \JsonSerializable +{ + public const DISCRIMINATOR = null; + + /** + * The original name of the model. + * + * @var string + */ + protected static $openAPIModelName = 'GetCompanyPlanUsageResponse'; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @var string[] + */ + protected static $openAPITypes = [ + 'data' => '\FattureInCloud\Model\CompanyPlanUsage' + ]; + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @var string[] + * @phpstan-var array + * @psalm-var array + */ + protected static $openAPIFormats = [ + 'data' => null + ]; + + /** + * Array of nullable properties. Used for (de)serialization + * + * @var boolean[] + */ + protected static $openAPINullables = [ + 'data' => false + ]; + + /** + * If a nullable field gets set to null, insert it here + * + * @var boolean[] + */ + protected $openAPINullablesSetToNull = []; + + /** + * Array of property to type mappings. Used for (de)serialization + * + * @return array + */ + public static function openAPITypes() + { + return self::$openAPITypes; + } + + /** + * Array of property to format mappings. Used for (de)serialization + * + * @return array + */ + public static function openAPIFormats() + { + return self::$openAPIFormats; + } + + /** + * Array of nullable properties + * + * @return array + */ + protected static function openAPINullables(): array + { + return self::$openAPINullables; + } + + /** + * Array of nullable field names deliberately set to null + * + * @return boolean[] + */ + private function getOpenAPINullablesSetToNull(): array + { + return $this->openAPINullablesSetToNull; + } + + /** + * Setter - Array of nullable field names deliberately set to null + * + * @param boolean[] $openAPINullablesSetToNull + */ + private function setOpenAPINullablesSetToNull($openAPINullablesSetToNull): void + { + $this->openAPINullablesSetToNull = $openAPINullablesSetToNull; + } + + /** + * Checks if a property is nullable + * + * @param string $property + * @return bool + */ + public static function isNullable(string $property): bool + { + return self::openAPINullables()[$property] ?? false; + } + + /** + * Checks if a nullable property is set to null. + * + * @param string $property + * @return bool + */ + public function isNullableSetToNull(string $property): bool + { + return in_array($property, $this->getOpenAPINullablesSetToNull(), true); + } + + /** + * Array of attributes where the key is the local name, + * and the value is the original name + * + * @var string[] + */ + protected static $attributeMap = [ + 'data' => 'data' + ]; + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @var string[] + */ + protected static $setters = [ + 'data' => 'setData' + ]; + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @var string[] + */ + protected static $getters = [ + 'data' => 'getData' + ]; + + /** + * Array of attributes where the key is the local name, + * and the value is the original name + * + * @return array + */ + public static function attributeMap() + { + return self::$attributeMap; + } + + /** + * Array of attributes to setter functions (for deserialization of responses) + * + * @return array + */ + public static function setters() + { + return self::$setters; + } + + /** + * Array of attributes to getter functions (for serialization of requests) + * + * @return array + */ + public static function getters() + { + return self::$getters; + } + + /** + * The original name of the model. + * + * @return string + */ + public function getModelName() + { + return self::$openAPIModelName; + } + + + /** + * Associative array for storing property values + * + * @var mixed[] + */ + protected $container = []; + + /** + * Constructor + * + * @param mixed[] $data Associated array of property values + * initializing the model + */ + public function __construct($data = null) + { + $this->setIfExists('data', $data ?? [], null); + } + + /** + * Sets $this->container[$variableName] to the given data or to the given default Value; if $variableName + * is nullable and its value is set to null in the $fields array, then mark it as "set to null" in the + * $this->openAPINullablesSetToNull array + * + * @param string $variableName + * @param array $fields + * @param mixed $defaultValue + */ + private function setIfExists(string $variableName, $fields, $defaultValue): void + { + if (self::isNullable($variableName) && array_key_exists($variableName, $fields) && is_null($fields[$variableName])) { + $this->openAPINullablesSetToNull[] = $variableName; + } + + $this->container[$variableName] = $fields[$variableName] ?? $defaultValue; + } + + /** + * Show all the invalid properties with reasons. + * + * @return array invalid properties with reasons + */ + public function listInvalidProperties() + { + $invalidProperties = []; + + return $invalidProperties; + } + + /** + * Validate all the properties in the model + * return true if all passed + * + * @return bool True if all properties are valid + */ + public function valid() + { + return count($this->listInvalidProperties()) === 0; + } + + + /** + * Gets data + * + * @return \FattureInCloud\Model\CompanyPlanUsage|null + */ + public function getData() + { + return $this->container['data']; + } + + /** + * Sets data + * + * @param \FattureInCloud\Model\CompanyPlanUsage|null $data data + * + * @return self + */ + public function setData($data) + { + if (is_null($data)) { + throw new \InvalidArgumentException('non-nullable data cannot be null'); + } + $this->container['data'] = $data; + + return $this; + } + /** + * Returns true if offset exists. False otherwise. + * + * @param integer $offset Offset + * + * @return boolean + */ + public function offsetExists($offset): bool + { + return isset($this->container[$offset]); + } + + /** + * Gets offset. + * + * @param integer $offset Offset + * + * @return mixed|null + */ + #[\ReturnTypeWillChange] + public function offsetGet($offset) + { + return $this->container[$offset] ?? null; + } + + /** + * Sets value based on offset. + * + * @param int|null $offset Offset + * @param mixed $value Value to be set + * + * @return void + */ + public function offsetSet($offset, $value): void + { + if (is_null($offset)) { + $this->container[] = $value; + } else { + $this->container[$offset] = $value; + } + } + + /** + * Unsets offset. + * + * @param integer $offset Offset + * + * @return void + */ + public function offsetUnset($offset): void + { + unset($this->container[$offset]); + } + + /** + * Serializes the object to a value that can be serialized natively by json_encode(). + * @link https://fattureincloud.it + * + * @return mixed Returns data which can be serialized by json_encode(), which is a value + * of any type other than a resource. + */ + #[\ReturnTypeWillChange] + public function jsonSerialize() + { + return ObjectSerializer::sanitizeForSerialization($this); + } + + /** + * Gets the string presentation of the object + * + * @return string + */ + public function __toString() + { + return json_encode( + ObjectSerializer::sanitizeForSerialization($this), + JSON_PRETTY_PRINT + ); + } + + /** + * Gets a header-safe presentation of the object + * + * @return string + */ + public function toHeaderValue() + { + return json_encode(ObjectSerializer::sanitizeForSerialization($this)); + } +} + + diff --git a/lib/Model/GetEInvoiceRejectionReasonResponse.php b/lib/Model/GetEInvoiceRejectionReasonResponse.php index dc03a0d2..828d43ef 100644 --- a/lib/Model/GetEInvoiceRejectionReasonResponse.php +++ b/lib/Model/GetEInvoiceRejectionReasonResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetEmailDataResponse.php b/lib/Model/GetEmailDataResponse.php index 5f839e04..c844d1fb 100644 --- a/lib/Model/GetEmailDataResponse.php +++ b/lib/Model/GetEmailDataResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetExistingIssuedDocumentTotalsRequest.php b/lib/Model/GetExistingIssuedDocumentTotalsRequest.php index 4009e587..ca650f6b 100644 --- a/lib/Model/GetExistingIssuedDocumentTotalsRequest.php +++ b/lib/Model/GetExistingIssuedDocumentTotalsRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetExistingIssuedDocumentTotalsResponse.php b/lib/Model/GetExistingIssuedDocumentTotalsResponse.php index 3bc170e5..8e30ef3a 100644 --- a/lib/Model/GetExistingIssuedDocumentTotalsResponse.php +++ b/lib/Model/GetExistingIssuedDocumentTotalsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetExistingReceivedDocumentTotalsRequest.php b/lib/Model/GetExistingReceivedDocumentTotalsRequest.php index b0888989..85f9f009 100644 --- a/lib/Model/GetExistingReceivedDocumentTotalsRequest.php +++ b/lib/Model/GetExistingReceivedDocumentTotalsRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetExistingReceivedDocumentTotalsResponse.php b/lib/Model/GetExistingReceivedDocumentTotalsResponse.php index 21972d92..b6b1f45e 100644 --- a/lib/Model/GetExistingReceivedDocumentTotalsResponse.php +++ b/lib/Model/GetExistingReceivedDocumentTotalsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetF24Response.php b/lib/Model/GetF24Response.php index 35ae6190..42526f6b 100644 --- a/lib/Model/GetF24Response.php +++ b/lib/Model/GetF24Response.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetIssuedDocumentPreCreateInfoResponse.php b/lib/Model/GetIssuedDocumentPreCreateInfoResponse.php index 2d8e196c..74e4c448 100644 --- a/lib/Model/GetIssuedDocumentPreCreateInfoResponse.php +++ b/lib/Model/GetIssuedDocumentPreCreateInfoResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetIssuedDocumentResponse.php b/lib/Model/GetIssuedDocumentResponse.php index a5955df2..e68dad87 100644 --- a/lib/Model/GetIssuedDocumentResponse.php +++ b/lib/Model/GetIssuedDocumentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetNewIssuedDocumentTotalsRequest.php b/lib/Model/GetNewIssuedDocumentTotalsRequest.php index ded48cc3..49fdadbc 100644 --- a/lib/Model/GetNewIssuedDocumentTotalsRequest.php +++ b/lib/Model/GetNewIssuedDocumentTotalsRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetNewIssuedDocumentTotalsResponse.php b/lib/Model/GetNewIssuedDocumentTotalsResponse.php index 14fa8274..a4d36c16 100644 --- a/lib/Model/GetNewIssuedDocumentTotalsResponse.php +++ b/lib/Model/GetNewIssuedDocumentTotalsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetNewReceivedDocumentTotalsRequest.php b/lib/Model/GetNewReceivedDocumentTotalsRequest.php index 4bf83054..0ba0ab2b 100644 --- a/lib/Model/GetNewReceivedDocumentTotalsRequest.php +++ b/lib/Model/GetNewReceivedDocumentTotalsRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetNewReceivedDocumentTotalsResponse.php b/lib/Model/GetNewReceivedDocumentTotalsResponse.php index aaa94b2e..6f153889 100644 --- a/lib/Model/GetNewReceivedDocumentTotalsResponse.php +++ b/lib/Model/GetNewReceivedDocumentTotalsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetPaymentAccountResponse.php b/lib/Model/GetPaymentAccountResponse.php index 0ce9d587..8b233f64 100644 --- a/lib/Model/GetPaymentAccountResponse.php +++ b/lib/Model/GetPaymentAccountResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetPaymentMethodResponse.php b/lib/Model/GetPaymentMethodResponse.php index 234594b8..5493efba 100644 --- a/lib/Model/GetPaymentMethodResponse.php +++ b/lib/Model/GetPaymentMethodResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetProductResponse.php b/lib/Model/GetProductResponse.php index 603cf055..b600fc12 100644 --- a/lib/Model/GetProductResponse.php +++ b/lib/Model/GetProductResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetReceiptPreCreateInfoResponse.php b/lib/Model/GetReceiptPreCreateInfoResponse.php index 12463741..ada1e5a7 100644 --- a/lib/Model/GetReceiptPreCreateInfoResponse.php +++ b/lib/Model/GetReceiptPreCreateInfoResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetReceiptResponse.php b/lib/Model/GetReceiptResponse.php index 53473fc3..db13d746 100644 --- a/lib/Model/GetReceiptResponse.php +++ b/lib/Model/GetReceiptResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetReceiptsMonthlyTotalsResponse.php b/lib/Model/GetReceiptsMonthlyTotalsResponse.php index 9364ff96..74d6d601 100644 --- a/lib/Model/GetReceiptsMonthlyTotalsResponse.php +++ b/lib/Model/GetReceiptsMonthlyTotalsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetReceivedDocumentPreCreateInfoResponse.php b/lib/Model/GetReceivedDocumentPreCreateInfoResponse.php index dad52db2..434aa439 100644 --- a/lib/Model/GetReceivedDocumentPreCreateInfoResponse.php +++ b/lib/Model/GetReceivedDocumentPreCreateInfoResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetReceivedDocumentResponse.php b/lib/Model/GetReceivedDocumentResponse.php index 6f86966f..d30ce107 100644 --- a/lib/Model/GetReceivedDocumentResponse.php +++ b/lib/Model/GetReceivedDocumentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetSupplierResponse.php b/lib/Model/GetSupplierResponse.php index 4baf47a0..8bb1cb13 100644 --- a/lib/Model/GetSupplierResponse.php +++ b/lib/Model/GetSupplierResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetUserInfoResponse.php b/lib/Model/GetUserInfoResponse.php index 415c8cc4..72baa705 100644 --- a/lib/Model/GetUserInfoResponse.php +++ b/lib/Model/GetUserInfoResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetUserInfoResponseEmailConfirmationState.php b/lib/Model/GetUserInfoResponseEmailConfirmationState.php index d3044621..f1c0a137 100644 --- a/lib/Model/GetUserInfoResponseEmailConfirmationState.php +++ b/lib/Model/GetUserInfoResponseEmailConfirmationState.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetUserInfoResponseInfo.php b/lib/Model/GetUserInfoResponseInfo.php index b52876bd..ef11920f 100644 --- a/lib/Model/GetUserInfoResponseInfo.php +++ b/lib/Model/GetUserInfoResponseInfo.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetVatTypeResponse.php b/lib/Model/GetVatTypeResponse.php index c645eb65..f5c7b54f 100644 --- a/lib/Model/GetVatTypeResponse.php +++ b/lib/Model/GetVatTypeResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/GetWebhooksSubscriptionResponse.php b/lib/Model/GetWebhooksSubscriptionResponse.php index 6b5d083b..4e27a5cc 100644 --- a/lib/Model/GetWebhooksSubscriptionResponse.php +++ b/lib/Model/GetWebhooksSubscriptionResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocument.php b/lib/Model/IssuedDocument.php index 1c30ce26..1e72af33 100644 --- a/lib/Model/IssuedDocument.php +++ b/lib/Model/IssuedDocument.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -106,7 +106,6 @@ class IssuedDocument implements ModelInterface, ArrayAccess, \JsonSerializable 'show_payments' => 'bool', 'show_payment_method' => 'bool', 'show_totals' => '\FattureInCloud\Model\ShowTotalsMode', - 'show_paypal_button' => 'bool', 'show_notification_button' => 'bool', 'show_tspay_button' => 'bool', 'delivery_note' => 'bool', @@ -202,7 +201,6 @@ class IssuedDocument implements ModelInterface, ArrayAccess, \JsonSerializable 'show_payments' => null, 'show_payment_method' => null, 'show_totals' => null, - 'show_paypal_button' => null, 'show_notification_button' => null, 'show_tspay_button' => null, 'delivery_note' => null, @@ -296,7 +294,6 @@ class IssuedDocument implements ModelInterface, ArrayAccess, \JsonSerializable 'show_payments' => true, 'show_payment_method' => true, 'show_totals' => false, - 'show_paypal_button' => true, 'show_notification_button' => true, 'show_tspay_button' => true, 'delivery_note' => true, @@ -470,7 +467,6 @@ public function isNullableSetToNull(string $property): bool 'show_payments' => 'show_payments', 'show_payment_method' => 'show_payment_method', 'show_totals' => 'show_totals', - 'show_paypal_button' => 'show_paypal_button', 'show_notification_button' => 'show_notification_button', 'show_tspay_button' => 'show_tspay_button', 'delivery_note' => 'delivery_note', @@ -564,7 +560,6 @@ public function isNullableSetToNull(string $property): bool 'show_payments' => 'setShowPayments', 'show_payment_method' => 'setShowPaymentMethod', 'show_totals' => 'setShowTotals', - 'show_paypal_button' => 'setShowPaypalButton', 'show_notification_button' => 'setShowNotificationButton', 'show_tspay_button' => 'setShowTspayButton', 'delivery_note' => 'setDeliveryNote', @@ -658,7 +653,6 @@ public function isNullableSetToNull(string $property): bool 'show_payments' => 'getShowPayments', 'show_payment_method' => 'getShowPaymentMethod', 'show_totals' => 'getShowTotals', - 'show_paypal_button' => 'getShowPaypalButton', 'show_notification_button' => 'getShowNotificationButton', 'show_tspay_button' => 'getShowTspayButton', 'delivery_note' => 'getDeliveryNote', @@ -842,7 +836,6 @@ public function __construct($data = null) $this->setIfExists('show_payments', $data ?? [], null); $this->setIfExists('show_payment_method', $data ?? [], null); $this->setIfExists('show_totals', $data ?? [], null); - $this->setIfExists('show_paypal_button', $data ?? [], null); $this->setIfExists('show_notification_button', $data ?? [], null); $this->setIfExists('show_tspay_button', $data ?? [], null); $this->setIfExists('delivery_note', $data ?? [], null); @@ -2502,40 +2495,6 @@ public function setShowTotals($show_totals) return $this; } - /** - * Gets show_paypal_button - * - * @return bool|null - */ - public function getShowPaypalButton() - { - return $this->container['show_paypal_button']; - } - - /** - * Sets show_paypal_button - * - * @param bool|null $show_paypal_button Show paypal button in the PDF - * - * @return self - */ - public function setShowPaypalButton($show_paypal_button) - { - if (is_null($show_paypal_button)) { - array_push($this->openAPINullablesSetToNull, 'show_paypal_button'); - } else { - $nullablesSetToNull = $this->getOpenAPINullablesSetToNull(); - $index = array_search('show_paypal_button', $nullablesSetToNull, true); - if ($index !== false) { - unset($nullablesSetToNull[$index]); - $this->setOpenAPINullablesSetToNull($nullablesSetToNull); - } - } - $this->container['show_paypal_button'] = $show_paypal_button; - - return $this; - } - /** * Gets show_notification_button * diff --git a/lib/Model/IssuedDocumentEiData.php b/lib/Model/IssuedDocumentEiData.php index f9f800b3..725150b4 100644 --- a/lib/Model/IssuedDocumentEiData.php +++ b/lib/Model/IssuedDocumentEiData.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentExtraData.php b/lib/Model/IssuedDocumentExtraData.php index 86ccba47..36c7adc4 100644 --- a/lib/Model/IssuedDocumentExtraData.php +++ b/lib/Model/IssuedDocumentExtraData.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -59,7 +59,6 @@ class IssuedDocumentExtraData implements ModelInterface, ArrayAccess, \JsonSeria * @var string[] */ protected static $openAPITypes = [ - 'show_sofort_button' => 'bool', 'multifatture_sent' => 'int', 'ts_communication' => 'bool', 'ts_flag_tipo_spesa' => 'float', @@ -81,7 +80,6 @@ class IssuedDocumentExtraData implements ModelInterface, ArrayAccess, \JsonSeria * @psalm-var array */ protected static $openAPIFormats = [ - 'show_sofort_button' => null, 'multifatture_sent' => null, 'ts_communication' => null, 'ts_flag_tipo_spesa' => null, @@ -101,8 +99,7 @@ class IssuedDocumentExtraData implements ModelInterface, ArrayAccess, \JsonSeria * @var boolean[] */ protected static $openAPINullables = [ - 'show_sofort_button' => true, - 'multifatture_sent' => true, + 'multifatture_sent' => true, 'ts_communication' => true, 'ts_flag_tipo_spesa' => true, 'ts_pagamento_tracciato' => true, @@ -201,7 +198,6 @@ public function isNullableSetToNull(string $property): bool * @var string[] */ protected static $attributeMap = [ - 'show_sofort_button' => 'show_sofort_button', 'multifatture_sent' => 'multifatture_sent', 'ts_communication' => 'ts_communication', 'ts_flag_tipo_spesa' => 'ts_flag_tipo_spesa', @@ -221,7 +217,6 @@ public function isNullableSetToNull(string $property): bool * @var string[] */ protected static $setters = [ - 'show_sofort_button' => 'setShowSofortButton', 'multifatture_sent' => 'setMultifattureSent', 'ts_communication' => 'setTsCommunication', 'ts_flag_tipo_spesa' => 'setTsFlagTipoSpesa', @@ -241,7 +236,6 @@ public function isNullableSetToNull(string $property): bool * @var string[] */ protected static $getters = [ - 'show_sofort_button' => 'getShowSofortButton', 'multifatture_sent' => 'getMultifattureSent', 'ts_communication' => 'getTsCommunication', 'ts_flag_tipo_spesa' => 'getTsFlagTipoSpesa', @@ -312,7 +306,6 @@ public function getModelName() */ public function __construct($data = null) { - $this->setIfExists('show_sofort_button', $data ?? [], null); $this->setIfExists('multifatture_sent', $data ?? [], null); $this->setIfExists('ts_communication', $data ?? [], null); $this->setIfExists('ts_flag_tipo_spesa', $data ?? [], null); @@ -368,40 +361,6 @@ public function valid() } - /** - * Gets show_sofort_button - * - * @return bool|null - */ - public function getShowSofortButton() - { - return $this->container['show_sofort_button']; - } - - /** - * Sets show_sofort_button - * - * @param bool|null $show_sofort_button show_sofort_button - * - * @return self - */ - public function setShowSofortButton($show_sofort_button) - { - if (is_null($show_sofort_button)) { - array_push($this->openAPINullablesSetToNull, 'show_sofort_button'); - } else { - $nullablesSetToNull = $this->getOpenAPINullablesSetToNull(); - $index = array_search('show_sofort_button', $nullablesSetToNull, true); - if ($index !== false) { - unset($nullablesSetToNull[$index]); - $this->setOpenAPINullablesSetToNull($nullablesSetToNull); - } - } - $this->container['show_sofort_button'] = $show_sofort_button; - - return $this; - } - /** * Gets multifatture_sent * diff --git a/lib/Model/IssuedDocumentItemsListItem.php b/lib/Model/IssuedDocumentItemsListItem.php index 4f9f50ff..f17d4e07 100644 --- a/lib/Model/IssuedDocumentItemsListItem.php +++ b/lib/Model/IssuedDocumentItemsListItem.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentOptions.php b/lib/Model/IssuedDocumentOptions.php index 435864bb..c64cdb7e 100644 --- a/lib/Model/IssuedDocumentOptions.php +++ b/lib/Model/IssuedDocumentOptions.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentPaymentsListItem.php b/lib/Model/IssuedDocumentPaymentsListItem.php index a01ebe57..1efba034 100644 --- a/lib/Model/IssuedDocumentPaymentsListItem.php +++ b/lib/Model/IssuedDocumentPaymentsListItem.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentPaymentsListItemPaymentTerms.php b/lib/Model/IssuedDocumentPaymentsListItemPaymentTerms.php index c3d3eb50..ee765e38 100644 --- a/lib/Model/IssuedDocumentPaymentsListItemPaymentTerms.php +++ b/lib/Model/IssuedDocumentPaymentsListItemPaymentTerms.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentPreCreateInfo.php b/lib/Model/IssuedDocumentPreCreateInfo.php index ae6ffca2..41a9323f 100644 --- a/lib/Model/IssuedDocumentPreCreateInfo.php +++ b/lib/Model/IssuedDocumentPreCreateInfo.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentPreCreateInfoDefaultValues.php b/lib/Model/IssuedDocumentPreCreateInfoDefaultValues.php index 2b0877f1..d3b5b891 100644 --- a/lib/Model/IssuedDocumentPreCreateInfoDefaultValues.php +++ b/lib/Model/IssuedDocumentPreCreateInfoDefaultValues.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.php b/lib/Model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.php index e3d72be1..f4c99bb8 100644 --- a/lib/Model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.php +++ b/lib/Model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentPreCreateInfoItemsDefaultValues.php b/lib/Model/IssuedDocumentPreCreateInfoItemsDefaultValues.php index 1ce960a9..7cbdcb76 100644 --- a/lib/Model/IssuedDocumentPreCreateInfoItemsDefaultValues.php +++ b/lib/Model/IssuedDocumentPreCreateInfoItemsDefaultValues.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentStatus.php b/lib/Model/IssuedDocumentStatus.php index bfbfa2d1..0c52db00 100644 --- a/lib/Model/IssuedDocumentStatus.php +++ b/lib/Model/IssuedDocumentStatus.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentTotals.php b/lib/Model/IssuedDocumentTotals.php index 2813c063..aab1c5af 100644 --- a/lib/Model/IssuedDocumentTotals.php +++ b/lib/Model/IssuedDocumentTotals.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/IssuedDocumentType.php b/lib/Model/IssuedDocumentType.php index 5fdf18b5..e7e61642 100644 --- a/lib/Model/IssuedDocumentType.php +++ b/lib/Model/IssuedDocumentType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/JoinIssuedDocumentsResponse.php b/lib/Model/JoinIssuedDocumentsResponse.php index 1125de7c..6aa1d72a 100644 --- a/lib/Model/JoinIssuedDocumentsResponse.php +++ b/lib/Model/JoinIssuedDocumentsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Language.php b/lib/Model/Language.php index 6eacfbec..2a50e40d 100644 --- a/lib/Model/Language.php +++ b/lib/Model/Language.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListArchiveCategoriesResponse.php b/lib/Model/ListArchiveCategoriesResponse.php index d2083446..aa64d655 100644 --- a/lib/Model/ListArchiveCategoriesResponse.php +++ b/lib/Model/ListArchiveCategoriesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListArchiveDocumentsResponse.php b/lib/Model/ListArchiveDocumentsResponse.php index 10ceab48..889201ec 100644 --- a/lib/Model/ListArchiveDocumentsResponse.php +++ b/lib/Model/ListArchiveDocumentsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListArchiveDocumentsResponsePage.php b/lib/Model/ListArchiveDocumentsResponsePage.php index 90e8f836..1dda131f 100644 --- a/lib/Model/ListArchiveDocumentsResponsePage.php +++ b/lib/Model/ListArchiveDocumentsResponsePage.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListCashbookEntriesResponse.php b/lib/Model/ListCashbookEntriesResponse.php index 4f242f44..455e0e20 100644 --- a/lib/Model/ListCashbookEntriesResponse.php +++ b/lib/Model/ListCashbookEntriesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListCitiesResponse.php b/lib/Model/ListCitiesResponse.php index 9186a730..06052e75 100644 --- a/lib/Model/ListCitiesResponse.php +++ b/lib/Model/ListCitiesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListClientsResponse.php b/lib/Model/ListClientsResponse.php index c1c21572..2b2ba9e2 100644 --- a/lib/Model/ListClientsResponse.php +++ b/lib/Model/ListClientsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListClientsResponsePage.php b/lib/Model/ListClientsResponsePage.php index 5ebfe907..1267d697 100644 --- a/lib/Model/ListClientsResponsePage.php +++ b/lib/Model/ListClientsResponsePage.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListCostCentersResponse.php b/lib/Model/ListCostCentersResponse.php index 9f8cdb23..03e8b52c 100644 --- a/lib/Model/ListCostCentersResponse.php +++ b/lib/Model/ListCostCentersResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListCountriesResponse.php b/lib/Model/ListCountriesResponse.php index 88aab066..62e017b9 100644 --- a/lib/Model/ListCountriesResponse.php +++ b/lib/Model/ListCountriesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListCurrenciesResponse.php b/lib/Model/ListCurrenciesResponse.php index efed568d..c24b4d17 100644 --- a/lib/Model/ListCurrenciesResponse.php +++ b/lib/Model/ListCurrenciesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListDeliveryNotesDefaultCausalsResponse.php b/lib/Model/ListDeliveryNotesDefaultCausalsResponse.php index 678ec32a..43f95b5f 100644 --- a/lib/Model/ListDeliveryNotesDefaultCausalsResponse.php +++ b/lib/Model/ListDeliveryNotesDefaultCausalsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListDetailedCountriesResponse.php b/lib/Model/ListDetailedCountriesResponse.php index ca590393..a2d40596 100644 --- a/lib/Model/ListDetailedCountriesResponse.php +++ b/lib/Model/ListDetailedCountriesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListEmailsResponse.php b/lib/Model/ListEmailsResponse.php index de43d63c..2443ca37 100644 --- a/lib/Model/ListEmailsResponse.php +++ b/lib/Model/ListEmailsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListEmailsResponsePage.php b/lib/Model/ListEmailsResponsePage.php index 6ced08bd..84765b6a 100644 --- a/lib/Model/ListEmailsResponsePage.php +++ b/lib/Model/ListEmailsResponsePage.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListF24Response.php b/lib/Model/ListF24Response.php index 94bf19ad..2d60ad16 100644 --- a/lib/Model/ListF24Response.php +++ b/lib/Model/ListF24Response.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListF24ResponseAggregatedData.php b/lib/Model/ListF24ResponseAggregatedData.php index 9cba3219..4523fbea 100644 --- a/lib/Model/ListF24ResponseAggregatedData.php +++ b/lib/Model/ListF24ResponseAggregatedData.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListF24ResponseAggregation.php b/lib/Model/ListF24ResponseAggregation.php index aa801b0f..7b5ce582 100644 --- a/lib/Model/ListF24ResponseAggregation.php +++ b/lib/Model/ListF24ResponseAggregation.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListF24ResponsePage.php b/lib/Model/ListF24ResponsePage.php index bc2f3340..c18c4fdb 100644 --- a/lib/Model/ListF24ResponsePage.php +++ b/lib/Model/ListF24ResponsePage.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListIssuedDocumentsResponse.php b/lib/Model/ListIssuedDocumentsResponse.php index ff4036dc..aa3755c5 100644 --- a/lib/Model/ListIssuedDocumentsResponse.php +++ b/lib/Model/ListIssuedDocumentsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListIssuedDocumentsResponsePage.php b/lib/Model/ListIssuedDocumentsResponsePage.php index 913e104c..9180cbcf 100644 --- a/lib/Model/ListIssuedDocumentsResponsePage.php +++ b/lib/Model/ListIssuedDocumentsResponsePage.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListLanguagesResponse.php b/lib/Model/ListLanguagesResponse.php index 90ee7418..983af13a 100644 --- a/lib/Model/ListLanguagesResponse.php +++ b/lib/Model/ListLanguagesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListPaymentAccountsResponse.php b/lib/Model/ListPaymentAccountsResponse.php index 1e50280a..8f395b87 100644 --- a/lib/Model/ListPaymentAccountsResponse.php +++ b/lib/Model/ListPaymentAccountsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListPaymentMethodsResponse.php b/lib/Model/ListPaymentMethodsResponse.php index 12809a85..68477514 100644 --- a/lib/Model/ListPaymentMethodsResponse.php +++ b/lib/Model/ListPaymentMethodsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListProductCategoriesResponse.php b/lib/Model/ListProductCategoriesResponse.php index 72d3f255..488a8030 100644 --- a/lib/Model/ListProductCategoriesResponse.php +++ b/lib/Model/ListProductCategoriesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListProductsResponse.php b/lib/Model/ListProductsResponse.php index a93a8f5d..48dd12f8 100644 --- a/lib/Model/ListProductsResponse.php +++ b/lib/Model/ListProductsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListProductsResponsePage.php b/lib/Model/ListProductsResponsePage.php index 3bd80ed5..0cc9466d 100644 --- a/lib/Model/ListProductsResponsePage.php +++ b/lib/Model/ListProductsResponsePage.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListReceiptsResponse.php b/lib/Model/ListReceiptsResponse.php index 44c47ab5..905d1561 100644 --- a/lib/Model/ListReceiptsResponse.php +++ b/lib/Model/ListReceiptsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListReceiptsResponsePage.php b/lib/Model/ListReceiptsResponsePage.php index e8c76715..e7c4c9cd 100644 --- a/lib/Model/ListReceiptsResponsePage.php +++ b/lib/Model/ListReceiptsResponsePage.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListReceivedDocumentCategoriesResponse.php b/lib/Model/ListReceivedDocumentCategoriesResponse.php index 9cb91ee5..f4c4ab87 100644 --- a/lib/Model/ListReceivedDocumentCategoriesResponse.php +++ b/lib/Model/ListReceivedDocumentCategoriesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListReceivedDocumentsResponse.php b/lib/Model/ListReceivedDocumentsResponse.php index 47cabcd7..0465da9a 100644 --- a/lib/Model/ListReceivedDocumentsResponse.php +++ b/lib/Model/ListReceivedDocumentsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListReceivedDocumentsResponsePage.php b/lib/Model/ListReceivedDocumentsResponsePage.php index 33cbed96..2282e270 100644 --- a/lib/Model/ListReceivedDocumentsResponsePage.php +++ b/lib/Model/ListReceivedDocumentsResponsePage.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListRevenueCentersResponse.php b/lib/Model/ListRevenueCentersResponse.php index d5e68733..d6467260 100644 --- a/lib/Model/ListRevenueCentersResponse.php +++ b/lib/Model/ListRevenueCentersResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListSuppliersResponse.php b/lib/Model/ListSuppliersResponse.php index 637068f6..9a93e8c3 100644 --- a/lib/Model/ListSuppliersResponse.php +++ b/lib/Model/ListSuppliersResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListSuppliersResponsePage.php b/lib/Model/ListSuppliersResponsePage.php index cd103113..8dc7e0e0 100644 --- a/lib/Model/ListSuppliersResponsePage.php +++ b/lib/Model/ListSuppliersResponsePage.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListTemplatesResponse.php b/lib/Model/ListTemplatesResponse.php index 8cb8c51f..bfa176ed 100644 --- a/lib/Model/ListTemplatesResponse.php +++ b/lib/Model/ListTemplatesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListUnitsOfMeasureResponse.php b/lib/Model/ListUnitsOfMeasureResponse.php index de0aaac0..562de511 100644 --- a/lib/Model/ListUnitsOfMeasureResponse.php +++ b/lib/Model/ListUnitsOfMeasureResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListUserCompaniesResponse.php b/lib/Model/ListUserCompaniesResponse.php index 6b99e3f7..270ee3ad 100644 --- a/lib/Model/ListUserCompaniesResponse.php +++ b/lib/Model/ListUserCompaniesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListUserCompaniesResponseData.php b/lib/Model/ListUserCompaniesResponseData.php index 98a78952..ab478994 100644 --- a/lib/Model/ListUserCompaniesResponseData.php +++ b/lib/Model/ListUserCompaniesResponseData.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListVatTypesResponse.php b/lib/Model/ListVatTypesResponse.php index 19b927dd..cf88238f 100644 --- a/lib/Model/ListVatTypesResponse.php +++ b/lib/Model/ListVatTypesResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ListWebhooksSubscriptionsResponse.php b/lib/Model/ListWebhooksSubscriptionsResponse.php index 1fc02858..b3dcab4f 100644 --- a/lib/Model/ListWebhooksSubscriptionsResponse.php +++ b/lib/Model/ListWebhooksSubscriptionsResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModelInterface.php b/lib/Model/ModelInterface.php index a62d6e09..b6adba86 100644 --- a/lib/Model/ModelInterface.php +++ b/lib/Model/ModelInterface.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyArchiveDocumentRequest.php b/lib/Model/ModifyArchiveDocumentRequest.php index 84cf1caf..a3395a66 100644 --- a/lib/Model/ModifyArchiveDocumentRequest.php +++ b/lib/Model/ModifyArchiveDocumentRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyArchiveDocumentResponse.php b/lib/Model/ModifyArchiveDocumentResponse.php index ee9632c2..f3ca1184 100644 --- a/lib/Model/ModifyArchiveDocumentResponse.php +++ b/lib/Model/ModifyArchiveDocumentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyCashbookEntryRequest.php b/lib/Model/ModifyCashbookEntryRequest.php index 7d6df4a3..2f705183 100644 --- a/lib/Model/ModifyCashbookEntryRequest.php +++ b/lib/Model/ModifyCashbookEntryRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyCashbookEntryResponse.php b/lib/Model/ModifyCashbookEntryResponse.php index 774d9ffe..8a3017ec 100644 --- a/lib/Model/ModifyCashbookEntryResponse.php +++ b/lib/Model/ModifyCashbookEntryResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyClientRequest.php b/lib/Model/ModifyClientRequest.php index 9fb00900..4761487c 100644 --- a/lib/Model/ModifyClientRequest.php +++ b/lib/Model/ModifyClientRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyClientResponse.php b/lib/Model/ModifyClientResponse.php index 103d8d91..ef8e2fec 100644 --- a/lib/Model/ModifyClientResponse.php +++ b/lib/Model/ModifyClientResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyF24Request.php b/lib/Model/ModifyF24Request.php index 0ac73926..d1e8e566 100644 --- a/lib/Model/ModifyF24Request.php +++ b/lib/Model/ModifyF24Request.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyF24Response.php b/lib/Model/ModifyF24Response.php index 6b868a22..26f11b5a 100644 --- a/lib/Model/ModifyF24Response.php +++ b/lib/Model/ModifyF24Response.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyIssuedDocumentRequest.php b/lib/Model/ModifyIssuedDocumentRequest.php index 3fcde35b..1898050f 100644 --- a/lib/Model/ModifyIssuedDocumentRequest.php +++ b/lib/Model/ModifyIssuedDocumentRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyIssuedDocumentResponse.php b/lib/Model/ModifyIssuedDocumentResponse.php index 61a22ae9..f78a7ed0 100644 --- a/lib/Model/ModifyIssuedDocumentResponse.php +++ b/lib/Model/ModifyIssuedDocumentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyPaymentAccountRequest.php b/lib/Model/ModifyPaymentAccountRequest.php index 8d5e40ca..e5d854c0 100644 --- a/lib/Model/ModifyPaymentAccountRequest.php +++ b/lib/Model/ModifyPaymentAccountRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyPaymentAccountResponse.php b/lib/Model/ModifyPaymentAccountResponse.php index 81e9dd48..a960464b 100644 --- a/lib/Model/ModifyPaymentAccountResponse.php +++ b/lib/Model/ModifyPaymentAccountResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyPaymentMethodRequest.php b/lib/Model/ModifyPaymentMethodRequest.php index c5d71cea..ec5024d8 100644 --- a/lib/Model/ModifyPaymentMethodRequest.php +++ b/lib/Model/ModifyPaymentMethodRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyPaymentMethodResponse.php b/lib/Model/ModifyPaymentMethodResponse.php index eebfa007..9cd902af 100644 --- a/lib/Model/ModifyPaymentMethodResponse.php +++ b/lib/Model/ModifyPaymentMethodResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyProductRequest.php b/lib/Model/ModifyProductRequest.php index 361f832e..8cc43f53 100644 --- a/lib/Model/ModifyProductRequest.php +++ b/lib/Model/ModifyProductRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyProductResponse.php b/lib/Model/ModifyProductResponse.php index 0ad981d3..a2fae45d 100644 --- a/lib/Model/ModifyProductResponse.php +++ b/lib/Model/ModifyProductResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyReceiptRequest.php b/lib/Model/ModifyReceiptRequest.php index 662f4f9c..249f202c 100644 --- a/lib/Model/ModifyReceiptRequest.php +++ b/lib/Model/ModifyReceiptRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyReceiptResponse.php b/lib/Model/ModifyReceiptResponse.php index a90e8478..b22fae4b 100644 --- a/lib/Model/ModifyReceiptResponse.php +++ b/lib/Model/ModifyReceiptResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyReceivedDocumentRequest.php b/lib/Model/ModifyReceivedDocumentRequest.php index 83820536..aa66e490 100644 --- a/lib/Model/ModifyReceivedDocumentRequest.php +++ b/lib/Model/ModifyReceivedDocumentRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyReceivedDocumentResponse.php b/lib/Model/ModifyReceivedDocumentResponse.php index 204a1619..1ab49eec 100644 --- a/lib/Model/ModifyReceivedDocumentResponse.php +++ b/lib/Model/ModifyReceivedDocumentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifySupplierRequest.php b/lib/Model/ModifySupplierRequest.php index 31449934..4d238a71 100644 --- a/lib/Model/ModifySupplierRequest.php +++ b/lib/Model/ModifySupplierRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifySupplierResponse.php b/lib/Model/ModifySupplierResponse.php index 58b9ff56..46293463 100644 --- a/lib/Model/ModifySupplierResponse.php +++ b/lib/Model/ModifySupplierResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyVatTypeRequest.php b/lib/Model/ModifyVatTypeRequest.php index 262b63bb..d73d7b49 100644 --- a/lib/Model/ModifyVatTypeRequest.php +++ b/lib/Model/ModifyVatTypeRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyVatTypeResponse.php b/lib/Model/ModifyVatTypeResponse.php index f300270d..a22745b5 100644 --- a/lib/Model/ModifyVatTypeResponse.php +++ b/lib/Model/ModifyVatTypeResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyWebhooksSubscriptionRequest.php b/lib/Model/ModifyWebhooksSubscriptionRequest.php index d2162bf4..0d715c2b 100644 --- a/lib/Model/ModifyWebhooksSubscriptionRequest.php +++ b/lib/Model/ModifyWebhooksSubscriptionRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ModifyWebhooksSubscriptionResponse.php b/lib/Model/ModifyWebhooksSubscriptionResponse.php index 1a258fb2..d5b4a559 100644 --- a/lib/Model/ModifyWebhooksSubscriptionResponse.php +++ b/lib/Model/ModifyWebhooksSubscriptionResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/MonthlyTotal.php b/lib/Model/MonthlyTotal.php index 403c7b39..377a4e00 100644 --- a/lib/Model/MonthlyTotal.php +++ b/lib/Model/MonthlyTotal.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/OriginalDocumentType.php b/lib/Model/OriginalDocumentType.php index c4488f5d..3c277c09 100644 --- a/lib/Model/OriginalDocumentType.php +++ b/lib/Model/OriginalDocumentType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Pagination.php b/lib/Model/Pagination.php index 8c8fbee9..71c4571b 100644 --- a/lib/Model/Pagination.php +++ b/lib/Model/Pagination.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/PaymentAccount.php b/lib/Model/PaymentAccount.php index 2ecf60de..cb66ac6c 100644 --- a/lib/Model/PaymentAccount.php +++ b/lib/Model/PaymentAccount.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/PaymentAccountType.php b/lib/Model/PaymentAccountType.php index ae295d3f..26699d6b 100644 --- a/lib/Model/PaymentAccountType.php +++ b/lib/Model/PaymentAccountType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/PaymentMethod.php b/lib/Model/PaymentMethod.php index cb33bcd2..0dc3246c 100644 --- a/lib/Model/PaymentMethod.php +++ b/lib/Model/PaymentMethod.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/PaymentMethodDetails.php b/lib/Model/PaymentMethodDetails.php index 8dd3f292..dceb0582 100644 --- a/lib/Model/PaymentMethodDetails.php +++ b/lib/Model/PaymentMethodDetails.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/PaymentMethodType.php b/lib/Model/PaymentMethodType.php index 532e54a3..99c5fa87 100644 --- a/lib/Model/PaymentMethodType.php +++ b/lib/Model/PaymentMethodType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/PaymentTermsType.php b/lib/Model/PaymentTermsType.php index 3338227c..3555afa4 100644 --- a/lib/Model/PaymentTermsType.php +++ b/lib/Model/PaymentTermsType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/PermissionLevel.php b/lib/Model/PermissionLevel.php index 0b968d8c..e69869b9 100644 --- a/lib/Model/PermissionLevel.php +++ b/lib/Model/PermissionLevel.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Permissions.php b/lib/Model/Permissions.php index fec378c6..795dcacb 100644 --- a/lib/Model/Permissions.php +++ b/lib/Model/Permissions.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/PermissionsFicIssuedDocumentsDetailed.php b/lib/Model/PermissionsFicIssuedDocumentsDetailed.php index d9d56136..82199965 100644 --- a/lib/Model/PermissionsFicIssuedDocumentsDetailed.php +++ b/lib/Model/PermissionsFicIssuedDocumentsDetailed.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Product.php b/lib/Model/Product.php index 64fdebcc..7878b124 100644 --- a/lib/Model/Product.php +++ b/lib/Model/Product.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Receipt.php b/lib/Model/Receipt.php index 7ac3b051..751845ee 100644 --- a/lib/Model/Receipt.php +++ b/lib/Model/Receipt.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceiptItemsListItem.php b/lib/Model/ReceiptItemsListItem.php index 24016087..49b175b4 100644 --- a/lib/Model/ReceiptItemsListItem.php +++ b/lib/Model/ReceiptItemsListItem.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceiptPreCreateInfo.php b/lib/Model/ReceiptPreCreateInfo.php index 36070254..a06fd256 100644 --- a/lib/Model/ReceiptPreCreateInfo.php +++ b/lib/Model/ReceiptPreCreateInfo.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceiptType.php b/lib/Model/ReceiptType.php index 4f819794..cca91e28 100644 --- a/lib/Model/ReceiptType.php +++ b/lib/Model/ReceiptType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceivedDocument.php b/lib/Model/ReceivedDocument.php index e15c8c9c..fe77e590 100644 --- a/lib/Model/ReceivedDocument.php +++ b/lib/Model/ReceivedDocument.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceivedDocumentInfo.php b/lib/Model/ReceivedDocumentInfo.php index d83e8030..e2827785 100644 --- a/lib/Model/ReceivedDocumentInfo.php +++ b/lib/Model/ReceivedDocumentInfo.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceivedDocumentInfoDefaultValues.php b/lib/Model/ReceivedDocumentInfoDefaultValues.php index 5927a539..abc71eb7 100644 --- a/lib/Model/ReceivedDocumentInfoDefaultValues.php +++ b/lib/Model/ReceivedDocumentInfoDefaultValues.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceivedDocumentInfoItemsDefaultValues.php b/lib/Model/ReceivedDocumentInfoItemsDefaultValues.php index 474a1a82..d3299061 100644 --- a/lib/Model/ReceivedDocumentInfoItemsDefaultValues.php +++ b/lib/Model/ReceivedDocumentInfoItemsDefaultValues.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceivedDocumentItemsListItem.php b/lib/Model/ReceivedDocumentItemsListItem.php index 7a4be999..b79668a3 100644 --- a/lib/Model/ReceivedDocumentItemsListItem.php +++ b/lib/Model/ReceivedDocumentItemsListItem.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceivedDocumentPaymentsListItem.php b/lib/Model/ReceivedDocumentPaymentsListItem.php index bc697c86..9959893c 100644 --- a/lib/Model/ReceivedDocumentPaymentsListItem.php +++ b/lib/Model/ReceivedDocumentPaymentsListItem.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceivedDocumentPaymentsListItemPaymentTerms.php b/lib/Model/ReceivedDocumentPaymentsListItemPaymentTerms.php index 4feb82a0..7673eec0 100644 --- a/lib/Model/ReceivedDocumentPaymentsListItemPaymentTerms.php +++ b/lib/Model/ReceivedDocumentPaymentsListItemPaymentTerms.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceivedDocumentTotals.php b/lib/Model/ReceivedDocumentTotals.php index beb8223b..ebc8a069 100644 --- a/lib/Model/ReceivedDocumentTotals.php +++ b/lib/Model/ReceivedDocumentTotals.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ReceivedDocumentType.php b/lib/Model/ReceivedDocumentType.php index c0874c50..b8344239 100644 --- a/lib/Model/ReceivedDocumentType.php +++ b/lib/Model/ReceivedDocumentType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ScheduleEmailRequest.php b/lib/Model/ScheduleEmailRequest.php index fdc3e2d3..cdaa8bf5 100644 --- a/lib/Model/ScheduleEmailRequest.php +++ b/lib/Model/ScheduleEmailRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/SendEInvoiceRequest.php b/lib/Model/SendEInvoiceRequest.php index ccea7977..e7664cf0 100644 --- a/lib/Model/SendEInvoiceRequest.php +++ b/lib/Model/SendEInvoiceRequest.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/SendEInvoiceRequestData.php b/lib/Model/SendEInvoiceRequestData.php index 693631ee..0fb32458 100644 --- a/lib/Model/SendEInvoiceRequestData.php +++ b/lib/Model/SendEInvoiceRequestData.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/SendEInvoiceRequestOptions.php b/lib/Model/SendEInvoiceRequestOptions.php index feaf6d5d..687114b0 100644 --- a/lib/Model/SendEInvoiceRequestOptions.php +++ b/lib/Model/SendEInvoiceRequestOptions.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/SendEInvoiceResponse.php b/lib/Model/SendEInvoiceResponse.php index c63ece78..e13d7f21 100644 --- a/lib/Model/SendEInvoiceResponse.php +++ b/lib/Model/SendEInvoiceResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/SendEInvoiceResponseData.php b/lib/Model/SendEInvoiceResponseData.php index 9d5ec8f3..31d74776 100644 --- a/lib/Model/SendEInvoiceResponseData.php +++ b/lib/Model/SendEInvoiceResponseData.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/SenderEmail.php b/lib/Model/SenderEmail.php index 5d536be8..a02dc32f 100644 --- a/lib/Model/SenderEmail.php +++ b/lib/Model/SenderEmail.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/ShowTotalsMode.php b/lib/Model/ShowTotalsMode.php index 865f2593..0bdc7688 100644 --- a/lib/Model/ShowTotalsMode.php +++ b/lib/Model/ShowTotalsMode.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/Supplier.php b/lib/Model/Supplier.php index 8599b647..1f157a84 100644 --- a/lib/Model/Supplier.php +++ b/lib/Model/Supplier.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/SupplierType.php b/lib/Model/SupplierType.php index 83e50891..ffe484ae 100644 --- a/lib/Model/SupplierType.php +++ b/lib/Model/SupplierType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/TransformIssuedDocumentResponse.php b/lib/Model/TransformIssuedDocumentResponse.php index 88821c03..b784b0de 100644 --- a/lib/Model/TransformIssuedDocumentResponse.php +++ b/lib/Model/TransformIssuedDocumentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/UploadArchiveAttachmentResponse.php b/lib/Model/UploadArchiveAttachmentResponse.php index e45c1849..07dc2170 100644 --- a/lib/Model/UploadArchiveAttachmentResponse.php +++ b/lib/Model/UploadArchiveAttachmentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/UploadF24AttachmentResponse.php b/lib/Model/UploadF24AttachmentResponse.php index da52a15e..e89515e8 100644 --- a/lib/Model/UploadF24AttachmentResponse.php +++ b/lib/Model/UploadF24AttachmentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/UploadIssuedDocumentAttachmentResponse.php b/lib/Model/UploadIssuedDocumentAttachmentResponse.php index 13d08488..756f0d7b 100644 --- a/lib/Model/UploadIssuedDocumentAttachmentResponse.php +++ b/lib/Model/UploadIssuedDocumentAttachmentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/UploadReceivedDocumentAttachmentResponse.php b/lib/Model/UploadReceivedDocumentAttachmentResponse.php index 350e261c..0508cdb9 100644 --- a/lib/Model/UploadReceivedDocumentAttachmentResponse.php +++ b/lib/Model/UploadReceivedDocumentAttachmentResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/User.php b/lib/Model/User.php index 3d5414c3..75443148 100644 --- a/lib/Model/User.php +++ b/lib/Model/User.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/UserCompanyRole.php b/lib/Model/UserCompanyRole.php index ee353dca..9d81fd0f 100644 --- a/lib/Model/UserCompanyRole.php +++ b/lib/Model/UserCompanyRole.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/VatItem.php b/lib/Model/VatItem.php index ee585e53..e58d1e3c 100644 --- a/lib/Model/VatItem.php +++ b/lib/Model/VatItem.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/VatKind.php b/lib/Model/VatKind.php index 070aabc4..1a933df2 100644 --- a/lib/Model/VatKind.php +++ b/lib/Model/VatKind.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/VatType.php b/lib/Model/VatType.php index 0841653c..b09e6095 100644 --- a/lib/Model/VatType.php +++ b/lib/Model/VatType.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/VerifyEInvoiceXmlErrorResponse.php b/lib/Model/VerifyEInvoiceXmlErrorResponse.php index df4edcad..8f38c0e8 100644 --- a/lib/Model/VerifyEInvoiceXmlErrorResponse.php +++ b/lib/Model/VerifyEInvoiceXmlErrorResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/VerifyEInvoiceXmlErrorResponseError.php b/lib/Model/VerifyEInvoiceXmlErrorResponseError.php index 78ff14e9..124689cb 100644 --- a/lib/Model/VerifyEInvoiceXmlErrorResponseError.php +++ b/lib/Model/VerifyEInvoiceXmlErrorResponseError.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.php b/lib/Model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.php index de4b62f4..8a9c2b8a 100644 --- a/lib/Model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.php +++ b/lib/Model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/VerifyEInvoiceXmlErrorResponseExtra.php b/lib/Model/VerifyEInvoiceXmlErrorResponseExtra.php index 6be76fe9..363ce25f 100644 --- a/lib/Model/VerifyEInvoiceXmlErrorResponseExtra.php +++ b/lib/Model/VerifyEInvoiceXmlErrorResponseExtra.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/VerifyEInvoiceXmlResponse.php b/lib/Model/VerifyEInvoiceXmlResponse.php index ca660576..755f891c 100644 --- a/lib/Model/VerifyEInvoiceXmlResponse.php +++ b/lib/Model/VerifyEInvoiceXmlResponse.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/VerifyEInvoiceXmlResponseData.php b/lib/Model/VerifyEInvoiceXmlResponseData.php index aba67dfe..96069444 100644 --- a/lib/Model/VerifyEInvoiceXmlResponseData.php +++ b/lib/Model/VerifyEInvoiceXmlResponseData.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/WebhooksSubscription.php b/lib/Model/WebhooksSubscription.php index b6f991db..6bfcaf15 100644 --- a/lib/Model/WebhooksSubscription.php +++ b/lib/Model/WebhooksSubscription.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/WebhooksSubscriptionConfig.php b/lib/Model/WebhooksSubscriptionConfig.php index 50521b26..f5fdd17c 100644 --- a/lib/Model/WebhooksSubscriptionConfig.php +++ b/lib/Model/WebhooksSubscriptionConfig.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/Model/WebhooksSubscriptionMapping.php b/lib/Model/WebhooksSubscriptionMapping.php index bbe63f35..c61ca11b 100644 --- a/lib/Model/WebhooksSubscriptionMapping.php +++ b/lib/Model/WebhooksSubscriptionMapping.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** diff --git a/lib/ObjectSerializer.php b/lib/ObjectSerializer.php index 67651e01..a869b0dd 100644 --- a/lib/ObjectSerializer.php +++ b/lib/ObjectSerializer.php @@ -15,10 +15,10 @@ * * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.0.31 + * The version of the OpenAPI document: 2.1.0 * Contact: info@fattureincloud.it * Generated by: https://openapi-generator.tech - * OpenAPI Generator version: 7.1.0 + * Generator version: 7.6.0 */ /** @@ -343,7 +343,7 @@ public static function toFormValue($value) * If it's a datetime object, format it in ISO8601 * If it's a boolean, convert it to "true" or "false". * - * @param string|bool|\DateTime $value the value of the parameter + * @param float|int|bool|\DateTime $value the value of the parameter * * @return string the header string */ @@ -401,7 +401,6 @@ public static function serializeCollection(array $collection, $style, $allowColl * @param mixed $data object or primitive to be deserialized * @param string $class class name is passed as a string * @param string[] $httpHeaders HTTP headers - * @param string $discriminator discriminator if polymorphism is used * * @return object|array|null a single or an array of $class instances */ @@ -551,22 +550,64 @@ public static function deserialize($data, $class, $httpHeaders = null) } /** - * Native `http_build_query` wrapper. - * @see https://www.php.net/manual/en/function.http-build-query - * - * @param array|object $data May be an array or object containing properties. - * @param string $numeric_prefix If numeric indices are used in the base array and this parameter is provided, it will be prepended to the numeric index for elements in the base array only. - * @param string|null $arg_separator arg_separator.output is used to separate arguments but may be overridden by specifying this parameter. - * @param int $encoding_type Encoding type. By default, PHP_QUERY_RFC1738. - * - * @return string - */ - public static function buildQuery( - $data, - string $numeric_prefix = '', - ?string $arg_separator = null, - int $encoding_type = \PHP_QUERY_RFC3986 - ): string { - return \GuzzleHttp\Psr7\Query::build($data, $encoding_type); + * Build a query string from an array of key value pairs. + * + * This function can use the return value of `parse()` to build a query + * string. This function does not modify the provided keys when an array is + * encountered (like `http_build_query()` would). + * + * The function is copied from https://github.com/guzzle/psr7/blob/a243f80a1ca7fe8ceed4deee17f12c1930efe662/src/Query.php#L59-L112 + * with a modification which is described in https://github.com/guzzle/psr7/pull/603 + * + * @param array $params Query string parameters. + * @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986 + * to encode using RFC3986, or PHP_QUERY_RFC1738 + * to encode using RFC1738. + */ + public static function buildQuery(array $params, $encoding = PHP_QUERY_RFC3986): string + { + if (!$params) { + return ''; + } + + if ($encoding === false) { + $encoder = function (string $str): string { + return $str; + }; + } elseif ($encoding === PHP_QUERY_RFC3986) { + $encoder = 'rawurlencode'; + } elseif ($encoding === PHP_QUERY_RFC1738) { + $encoder = 'urlencode'; + } else { + throw new \InvalidArgumentException('Invalid type'); + } + + $castBool = Configuration::BOOLEAN_FORMAT_INT === Configuration::getDefaultConfiguration()->getBooleanFormatForQueryString() + ? function ($v) { return (int) $v; } + : function ($v) { return $v ? 'true' : 'false'; }; + + $qs = ''; + foreach ($params as $k => $v) { + $k = $encoder((string) $k); + if (!is_array($v)) { + $qs .= $k; + $v = is_bool($v) ? $castBool($v) : $v; + if ($v !== null) { + $qs .= '='.$encoder((string) $v); + } + $qs .= '&'; + } else { + foreach ($v as $vv) { + $qs .= $k; + $vv = is_bool($vv) ? $castBool($vv) : $vv; + if ($vv !== null) { + $qs .= '='.$encoder((string) $vv); + } + $qs .= '&'; + } + } + } + + return $qs ? (string) substr($qs, 0, -1) : ''; } } diff --git a/sdk-version.yaml b/sdk-version.yaml index 958d70d3..c4668f54 100644 --- a/sdk-version.yaml +++ b/sdk-version.yaml @@ -1,2 +1,2 @@ info: - version: 2.0.24 + version: 2.1.0 diff --git a/test/Api/IssuedDocumentsApiTest.php b/test/Api/IssuedDocumentsApiTest.php index 85546077..d172df1c 100644 --- a/test/Api/IssuedDocumentsApiTest.php +++ b/test/Api/IssuedDocumentsApiTest.php @@ -85,7 +85,7 @@ public static function tearDownAfterClass(): void */ public function testCreateIssuedDocument() { - $stream = '{"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","ei_cassa_type":null,"ei_withholding_tax_causal":null,"ei_other_withholding_tax_type":null,"ei_other_withholding_tax_causal":null,"stamp_duty":0,"use_gross_prices":false,"e_invoice":false,"agyo_company_id":null,"agyo_id":null,"agyo_sent_at":null,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_gross":75,"amount_due_discount":0,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"permanent_token":"6pzguy12h45rn9yqwertp43t7ec90vr","h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_paypal_button":true,"show_notification_button":false,"is_marked":false,"created_at":"2021-08-13 09:30:20","updated_at":"2021-08-23 05:34:20","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Corso impero, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"date":"2021-08-20","number":1,"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"\u20ac"},"language":{"code":"it","name":"Italiano"},"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"payment_method":{"id":4,"name":"Credit card"},"use_split_payment":false,"merged_in":null,"original_document":null,"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"gross_price":75,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","paid_date":null,"id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid","payment_account":null}],"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","seen_date":null,"next_due_date":"2020-08-23","template":{"id":2821,"name":"Light Smoke"},"extra_data":null,"url":"y12h45rn9yf2mse0p43t7ec90vr.pdf","locked":false,"has_ts_pay_pending_payment":false,"show_tspay_button":false,"pay_with_tspay_url":null}}'; + $stream = '{"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","ei_cassa_type":null,"ei_withholding_tax_causal":null,"ei_other_withholding_tax_type":null,"ei_other_withholding_tax_causal":null,"stamp_duty":0,"use_gross_prices":false,"e_invoice":false,"agyo_company_id":null,"agyo_id":null,"agyo_sent_at":null,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_gross":75,"amount_due_discount":0,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"permanent_token":"6pzguy12h45rn9yqwertp43t7ec90vr","h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_notification_button":false,"is_marked":false,"created_at":"2021-08-13 09:30:20","updated_at":"2021-08-23 05:34:20","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Corso impero, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"date":"2021-08-20","number":1,"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"\u20ac"},"language":{"code":"it","name":"Italiano"},"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"payment_method":{"id":4,"name":"Credit card"},"use_split_payment":false,"merged_in":null,"original_document":null,"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"gross_price":75,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","paid_date":null,"id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid","payment_account":null}],"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","seen_date":null,"next_due_date":"2020-08-23","template":{"id":2821,"name":"Light Smoke"},"extra_data":null,"url":"y12h45rn9yf2mse0p43t7ec90vr.pdf","locked":false,"has_ts_pay_pending_payment":false,"show_tspay_button":false,"pay_with_tspay_url":null}}'; $mock = new MockHandler([new Response( 200, ['Content-Type' => 'application/json'], @@ -188,7 +188,7 @@ public function testGetExistingIssuedDocumentTotals() */ public function testGetIssuedDocument() { - $stream = '{"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","ei_cassa_type":null,"ei_withholding_tax_causal":null,"ei_other_withholding_tax_type":null,"ei_other_withholding_tax_causal":null,"stamp_duty":0,"use_gross_prices":false,"e_invoice":false,"agyo_company_id":null,"agyo_id":null,"agyo_sent_at":null,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_gross":75,"amount_due_discount":0,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"permanent_token":"6pzguy12h45rn9yqwertp43t7ec90vr","h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_paypal_button":true,"show_notification_button":false,"is_marked":false,"created_at":"2021-08-13 09:30:20","updated_at":"2021-08-23 05:34:20","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Corso impero, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"date":"2021-08-20","number":1,"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"\u20ac"},"language":{"code":"it","name":"Italiano"},"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"payment_method":{"id":4,"name":"Credit card"},"use_split_payment":false,"merged_in":null,"original_document":null,"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"gross_price":75,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","paid_date":null,"id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid","payment_account":null}],"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","seen_date":null,"next_due_date":"2020-08-23","template":{"id":2821,"name":"Light Smoke"},"extra_data":null,"url":"y12h45rn9yf2mse0p43t7ec90vr.pdf","locked":false,"has_ts_pay_pending_payment":false,"show_tspay_button":false,"pay_with_tspay_url":null}}'; + $stream = '{"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","ei_cassa_type":null,"ei_withholding_tax_causal":null,"ei_other_withholding_tax_type":null,"ei_other_withholding_tax_causal":null,"stamp_duty":0,"use_gross_prices":false,"e_invoice":false,"agyo_company_id":null,"agyo_id":null,"agyo_sent_at":null,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_gross":75,"amount_due_discount":0,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"permanent_token":"6pzguy12h45rn9yqwertp43t7ec90vr","h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_notification_button":false,"is_marked":false,"created_at":"2021-08-13 09:30:20","updated_at":"2021-08-23 05:34:20","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Corso impero, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"date":"2021-08-20","number":1,"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"\u20ac"},"language":{"code":"it","name":"Italiano"},"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"payment_method":{"id":4,"name":"Credit card"},"use_split_payment":false,"merged_in":null,"original_document":null,"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"gross_price":75,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","paid_date":null,"id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid","payment_account":null}],"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","seen_date":null,"next_due_date":"2020-08-23","template":{"id":2821,"name":"Light Smoke"},"extra_data":null,"url":"y12h45rn9yf2mse0p43t7ec90vr.pdf","locked":false,"has_ts_pay_pending_payment":false,"show_tspay_button":false,"pay_with_tspay_url":null}}'; $mock = new MockHandler([new Response( 200, ['Content-Type' => 'application/json'], @@ -297,7 +297,7 @@ public function testListIssuedDocuments() */ public function testModifyIssuedDocument() { - $stream = '{"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","ei_cassa_type":null,"ei_withholding_tax_causal":null,"ei_other_withholding_tax_type":null,"ei_other_withholding_tax_causal":null,"stamp_duty":0,"use_gross_prices":false,"e_invoice":false,"agyo_company_id":null,"agyo_id":null,"agyo_sent_at":null,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_gross":75,"amount_due_discount":0,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"permanent_token":"6pzguy12h45rn9yqwertp43t7ec90vr","h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_paypal_button":true,"show_notification_button":false,"is_marked":false,"created_at":"2021-08-13 09:30:20","updated_at":"2021-08-23 05:34:20","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Corso impero, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"date":"2021-08-20","number":1,"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"\u20ac"},"language":{"code":"it","name":"Italiano"},"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"payment_method":{"id":4,"name":"Credit card"},"use_split_payment":false,"merged_in":null,"original_document":null,"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"gross_price":75,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","paid_date":null,"id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid","payment_account":null}],"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","seen_date":null,"next_due_date":"2020-08-23","template":{"id":2821,"name":"Light Smoke"},"extra_data":null,"url":"y12h45rn9yf2mse0p43t7ec90vr.pdf","locked":false,"has_ts_pay_pending_payment":false,"show_tspay_button":false,"pay_with_tspay_url":null}}'; + $stream = '{"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","ei_cassa_type":null,"ei_withholding_tax_causal":null,"ei_other_withholding_tax_type":null,"ei_other_withholding_tax_causal":null,"stamp_duty":0,"use_gross_prices":false,"e_invoice":false,"agyo_company_id":null,"agyo_id":null,"agyo_sent_at":null,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_gross":75,"amount_due_discount":0,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"permanent_token":"6pzguy12h45rn9yqwertp43t7ec90vr","h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_notification_button":false,"is_marked":false,"created_at":"2021-08-13 09:30:20","updated_at":"2021-08-23 05:34:20","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Corso impero, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"date":"2021-08-20","number":1,"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"\u20ac"},"language":{"code":"it","name":"Italiano"},"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"payment_method":{"id":4,"name":"Credit card"},"use_split_payment":false,"merged_in":null,"original_document":null,"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"gross_price":75,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","paid_date":null,"id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid","payment_account":null}],"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","seen_date":null,"next_due_date":"2020-08-23","template":{"id":2821,"name":"Light Smoke"},"extra_data":null,"url":"y12h45rn9yf2mse0p43t7ec90vr.pdf","locked":false,"has_ts_pay_pending_payment":false,"show_tspay_button":false,"pay_with_tspay_url":null}}'; $mock = new MockHandler([new Response( 200, ['Content-Type' => 'application/json'], @@ -363,7 +363,7 @@ public function testUploadIssuedDocumentAttachment() */ public function testTransformIssuedDocument() { - $stream = '{"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","ei_cassa_type":"","ei_withholding_tax_causal":"a","ei_other_withholding_tax_type":"a","ei_other_withholding_tax_causal":"c","stamp_duty":0,"use_gross_prices":false,"e_invoice":false,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_gross":75,"amount_due_discount":1,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_paypal_button":true,"show_notification_button":false,"is_marked":false,"date":"2021-08-20","number":1,"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"use_split_payment":false,"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","seen_date":"2020-08-23","next_due_date":"2020-08-23","url":"y12h45rn9yf2mse0p43t7ec90vr.pdf","show_tspay_button":false,"dn_number":3,"dn_date":"2020-10-21","dn_ai_packages_number":4,"dn_ai_weight":3,"dn_ai_causal":"causal","dn_ai_destination":"dest","dn_ai_transporter":"trasp","dn_ai_notes":"notes","amount_rivalsa_taxable":3,"amount_global_cassa_taxable":3,"amount_cassa_taxable":3,"amount_cassa2":3,"amount_cassa2_taxable":3,"amount_withholding_tax_taxable":3,"amount_enasarco_taxable":3,"amount_other_withholding_tax_taxable":3,"ei_cassa2_type":3,"attachment_token":"asdaosdjaoisndoa","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Corso impero, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"\u20ac"},"language":{"code":"it","name":"Italiano"},"payment_method":{"id":4,"name":"Credit card"},"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"gross_price":75,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","paid_date":null,"id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid","payment_account":null}],"template":{"id":2821,"name":"Light Smoke"},"extra_data":{"ts_status":1},"acc_inv_template":{"id":4},"delivery_note_template":{"id":54321},"ei_raw":{"prop":true},"ei_data":{"bank_name":"Sao Paulo"}},"options":{"create_from":["82112399"],"transform":true,"keep_copy":true}}'; + $stream = '{"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","ei_cassa_type":"","ei_withholding_tax_causal":"a","ei_other_withholding_tax_type":"a","ei_other_withholding_tax_causal":"c","stamp_duty":0,"use_gross_prices":false,"e_invoice":false,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_gross":75,"amount_due_discount":1,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_notification_button":false,"is_marked":false,"date":"2021-08-20","number":1,"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"use_split_payment":false,"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","seen_date":"2020-08-23","next_due_date":"2020-08-23","url":"y12h45rn9yf2mse0p43t7ec90vr.pdf","show_tspay_button":false,"dn_number":3,"dn_date":"2020-10-21","dn_ai_packages_number":4,"dn_ai_weight":3,"dn_ai_causal":"causal","dn_ai_destination":"dest","dn_ai_transporter":"trasp","dn_ai_notes":"notes","amount_rivalsa_taxable":3,"amount_global_cassa_taxable":3,"amount_cassa_taxable":3,"amount_cassa2":3,"amount_cassa2_taxable":3,"amount_withholding_tax_taxable":3,"amount_enasarco_taxable":3,"amount_other_withholding_tax_taxable":3,"ei_cassa2_type":3,"attachment_token":"asdaosdjaoisndoa","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Corso impero, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"\u20ac"},"language":{"code":"it","name":"Italiano"},"payment_method":{"id":4,"name":"Credit card"},"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"gross_price":75,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","paid_date":null,"id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid","payment_account":null}],"template":{"id":2821,"name":"Light Smoke"},"extra_data":{"ts_status":1},"acc_inv_template":{"id":4},"delivery_note_template":{"id":54321},"ei_raw":{"prop":true},"ei_data":{"bank_name":"Sao Paulo"}},"options":{"create_from":["82112399"],"transform":true,"keep_copy":true}}'; $mock = new MockHandler([new Response( 200, ['Content-Type' => 'application/json'], @@ -390,7 +390,7 @@ public function testTransformIssuedDocument() */ public function testJoinIssuedDocuments() { - $stream = '{"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","ei_cassa_type":"","ei_withholding_tax_causal":"a","ei_other_withholding_tax_type":"a","ei_other_withholding_tax_causal":"c","stamp_duty":0,"use_gross_prices":false,"e_invoice":false,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_gross":75,"amount_due_discount":1,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_paypal_button":true,"show_notification_button":false,"is_marked":false,"date":"2021-08-20","number":1,"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"use_split_payment":false,"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","seen_date":"2020-08-23","next_due_date":"2020-08-23","url":"y12h45rn9yf2mse0p43t7ec90vr.pdf","show_tspay_button":false,"dn_number":3,"dn_date":"2020-10-21","dn_ai_packages_number":4,"dn_ai_weight":3,"dn_ai_causal":"causal","dn_ai_destination":"dest","dn_ai_transporter":"trasp","dn_ai_notes":"notes","amount_rivalsa_taxable":3,"amount_global_cassa_taxable":3,"amount_cassa_taxable":3,"amount_cassa2":3,"amount_cassa2_taxable":3,"amount_withholding_tax_taxable":3,"amount_enasarco_taxable":3,"amount_other_withholding_tax_taxable":3,"ei_cassa2_type":3,"attachment_token":"asdaosdjaoisndoa","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Corso impero, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"\u20ac"},"language":{"code":"it","name":"Italiano"},"payment_method":{"id":4,"name":"Credit card"},"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"gross_price":75,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","paid_date":null,"id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid","payment_account":null}],"template":{"id":2821,"name":"Light Smoke"},"extra_data":{"ts_status":1},"acc_inv_template":{"id":4},"delivery_note_template":{"id":54321},"ei_raw":{"prop":true},"ei_data":{"bank_name":"Sao Paulo"}},"options":{"create_from":["82112399","82112400"]}}'; + $stream = '{"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","ei_cassa_type":"","ei_withholding_tax_causal":"a","ei_other_withholding_tax_type":"a","ei_other_withholding_tax_causal":"c","stamp_duty":0,"use_gross_prices":false,"e_invoice":false,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_gross":75,"amount_due_discount":1,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_notification_button":false,"is_marked":false,"date":"2021-08-20","number":1,"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"use_split_payment":false,"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","seen_date":"2020-08-23","next_due_date":"2020-08-23","url":"y12h45rn9yf2mse0p43t7ec90vr.pdf","show_tspay_button":false,"dn_number":3,"dn_date":"2020-10-21","dn_ai_packages_number":4,"dn_ai_weight":3,"dn_ai_causal":"causal","dn_ai_destination":"dest","dn_ai_transporter":"trasp","dn_ai_notes":"notes","amount_rivalsa_taxable":3,"amount_global_cassa_taxable":3,"amount_cassa_taxable":3,"amount_cassa2":3,"amount_cassa2_taxable":3,"amount_withholding_tax_taxable":3,"amount_enasarco_taxable":3,"amount_other_withholding_tax_taxable":3,"ei_cassa2_type":3,"attachment_token":"asdaosdjaoisndoa","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Corso impero, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"mary@pec.red.com","ei_code":"ABCXCR1"},"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"\u20ac"},"language":{"code":"it","name":"Italiano"},"payment_method":{"id":4,"name":"Credit card"},"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"gross_price":75,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","paid_date":null,"id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid","payment_account":null}],"template":{"id":2821,"name":"Light Smoke"},"extra_data":{"ts_status":1},"acc_inv_template":{"id":4},"delivery_note_template":{"id":54321},"ei_raw":{"prop":true},"ei_data":{"bank_name":"Sao Paulo"}},"options":{"create_from":["82112399","82112400"]}}'; $mock = new MockHandler([new Response( 200, ['Content-Type' => 'application/json'], diff --git a/test/Filter/DisjunctionTest.php b/test/Filter/DisjunctionTest.php index 700aa971..f1c587f2 100644 --- a/test/Filter/DisjunctionTest.php +++ b/test/Filter/DisjunctionTest.php @@ -75,9 +75,9 @@ public function testBuildQuery() */ public function testToString() { - $left = new Condition('city', Operator::EQ, 'Bergamo'); + $left = new Condition('city', Operator::NOT_CONTAINS, 'Bergamo'); $right = new Condition('age', Operator::LT, 30); $disjunction = new Disjunction($left, $right); - $this->assertEquals("(city = 'Bergamo' or age < 30)", (string)$disjunction); + $this->assertEquals("(city not contains 'Bergamo' or age < 30)", (string)$disjunction); } } diff --git a/test/Model/CompanyPlanUsageTest.php b/test/Model/CompanyPlanUsageTest.php new file mode 100644 index 00000000..9c7cb465 --- /dev/null +++ b/test/Model/CompanyPlanUsageTest.php @@ -0,0 +1,111 @@ +array = json_decode($json, true); + + $this->object = ObjectSerializer::deserialize($json, '\FattureInCloud\Model\CompanyPlanUsage'); + + } + + /** + * Clean up after running each test case + */ + public function tearDown(): void + { + } + + /** + * Clean up after running all test cases + */ + public static function tearDownAfterClass(): void + { + } + + /** + * Test "CompanyPlanUsage" + */ + public function testCompanyPlanUsage() + { + foreach ($this->array as $key => $value) { + Testcase::assertArrayHasKey($key, $this->object); + } + } + + /** + * Test attribute "limit" + */ + public function testPropertyLimit() + { + TestCase::assertEquals($this->object['limit'], $this->array['limit']); + } + + /** + * Test attribute "usage" + */ + public function testPropertyUsage() + { + TestCase::assertEquals($this->object['usage'], $this->array['usage']); + } +} diff --git a/test/Model/CompanyTest.php b/test/Model/CompanyTest.php index 69a9751c..6ff6015d 100644 --- a/test/Model/CompanyTest.php +++ b/test/Model/CompanyTest.php @@ -62,10 +62,13 @@ public function setUp(): void "id": 12345, "name": "Studio Commercialista", "tax_code": "ABCSFN94T17A794K", + "vat_number": "IT12345640961", "type": "accountant", "access_token": "4ff5f0fe5abcd1d7157fa13ca72ab62b6183db0667a576a0e19164801c18c4f7362a848fa32dbb8c3a3f94c34f3df95", "connection_id": 94566, "access_token": "ergaegwergq53wh65je5j", + "fic_license_expire": "2024-10-10", + "fic_plan": "standard", "controlled_companies": [ { "id": 12246, @@ -174,4 +177,29 @@ public function testPropertyTaxCode() { TestCase::assertEquals($this->object['tax_code'], $this->array['tax_code']); } + + /** + * Test attribute "vat_number" + */ + public function testPropertyVatNumber() + { + TestCase::assertEquals($this->object['vat_number'], $this->array['vat_number']); + } + + /** + * Test attribute "fic_license_expire" + */ + public function testPropertyFicLicenseExpire() + { + $date = new \DateTime($this->array['fic_license_expire']); + TestCase::assertEquals($this->object['fic_license_expire'], $date); + } + + /** + * Test attribute "fic_plan" + */ + public function testPropertyFicPlan() + { + TestCase::assertEquals($this->object['fic_plan'], $this->array['fic_plan']); + } } diff --git a/test/Model/CreateIssuedDocumentResponseTest.php b/test/Model/CreateIssuedDocumentResponseTest.php index 44a9b2b2..aa514c66 100644 --- a/test/Model/CreateIssuedDocumentResponseTest.php +++ b/test/Model/CreateIssuedDocumentResponseTest.php @@ -85,7 +85,6 @@ public function setUp(): void "show_payment_method": false, "show_payments": true, "show_totals": "all", - "show_paypal_button": true, "show_notification_button": false, "is_marked": false, "entity": { diff --git a/test/Model/FattureInCloudPlanTypeTest.php b/test/Model/FattureInCloudPlanTypeTest.php new file mode 100644 index 00000000..6dffae23 --- /dev/null +++ b/test/Model/FattureInCloudPlanTypeTest.php @@ -0,0 +1,91 @@ +array = json_decode($json, true); + + $this->object = ObjectSerializer::deserialize($json, '\FattureInCloud\Model\Company'); + } + + /** + * Clean up after running each test case + */ + public function tearDown(): void + { + } + + /** + * Clean up after running all test cases + */ + public static function tearDownAfterClass(): void + { + } + + /** + * Test "FattureInCloudPlanType" + */ + public function testFattureInCloudPlanType() + { + TestCase::assertEquals($this->object['fic_plan'], $this->array['fic_plan']); + } +} diff --git a/test/Model/GetCompanyPlanUsageResponseTest.php b/test/Model/GetCompanyPlanUsageResponseTest.php new file mode 100644 index 00000000..36df6622 --- /dev/null +++ b/test/Model/GetCompanyPlanUsageResponseTest.php @@ -0,0 +1,107 @@ +array = json_decode($json, true); + + $this->object = ObjectSerializer::deserialize($json, '\FattureInCloud\Model\GetCompanyPlanUsageResponse'); + + } + + /** + * Clean up after running each test case + */ + public function tearDown(): void + { + } + + /** + * Clean up after running all test cases + */ + public static function tearDownAfterClass(): void + { + } + + /** + * Test "GetCompanyPlanUsageResponse" + */ + public function testGetCompanyPlanUsageResponse() + { + foreach ($this->array as $key => $value) { + Testcase::assertArrayHasKey($key, $this->object); + } + } + + /** + * Test attribute "data" + */ + public function testPropertyData() + { + foreach ($this->array['data'] as $key => $value) { + Testcase::assertArrayHasKey($key, $this->object['data']); + } + } +} diff --git a/test/Model/GetIssuedDocumentResponseTest.php b/test/Model/GetIssuedDocumentResponseTest.php index 4e5eb2ab..aa63b7ec 100644 --- a/test/Model/GetIssuedDocumentResponseTest.php +++ b/test/Model/GetIssuedDocumentResponseTest.php @@ -85,7 +85,6 @@ public function setUp(): void "show_payment_method": false, "show_payments": true, "show_totals": "all", - "show_paypal_button": true, "show_notification_button": false, "is_marked": false, "entity": { diff --git a/test/Model/GetNewIssuedDocumentTotalsRequestTest.php b/test/Model/GetNewIssuedDocumentTotalsRequestTest.php index 563bad13..1705ed93 100644 --- a/test/Model/GetNewIssuedDocumentTotalsRequestTest.php +++ b/test/Model/GetNewIssuedDocumentTotalsRequestTest.php @@ -85,7 +85,6 @@ public function setUp(): void "show_payment_method": false, "show_payments": true, "show_totals": "all", - "show_paypal_button": true, "show_notification_button": false, "is_marked": false, "entity": { diff --git a/test/Model/IssuedDocumentExtraDataTest.php b/test/Model/IssuedDocumentExtraDataTest.php index 2bd4eea1..abd2cc89 100644 --- a/test/Model/IssuedDocumentExtraDataTest.php +++ b/test/Model/IssuedDocumentExtraDataTest.php @@ -59,7 +59,6 @@ public static function setUpBeforeClass(): void public function setUp(): void { $json = '{ - "show_sofort_button": true, "multifatture_sent": 3, "ts_communication": true, "ts_flag_tipo_spesa": 1, @@ -102,14 +101,6 @@ public function testIssuedDocumentExtraData() } } - /** - * Test attribute "show_sofort_button" - */ - public function testPropertyShowSofortButton() - { - TestCase::assertEquals($this->object['show_sofort_button'], $this->array['show_sofort_button']); - } - /** * Test attribute "multifatture_sent" */ diff --git a/test/Model/IssuedDocumentTest.php b/test/Model/IssuedDocumentTest.php index 3453c180..d2547a2f 100644 --- a/test/Model/IssuedDocumentTest.php +++ b/test/Model/IssuedDocumentTest.php @@ -88,7 +88,6 @@ public function setUp(): void "show_payment_method": false, "show_payments": true, "show_totals": "all", - "show_paypal_button": true, "show_notification_button": false, "is_marked": false, "date": "2021-08-20", @@ -524,14 +523,6 @@ public function testPropertyVMargins() TestCase::assertEquals($this->object['v_margins'], $this->array['v_margins']); } - /** - * Test attribute "show_paypal_button" - */ - public function testPropertyShowPaypalButton() - { - TestCase::assertEquals($this->object['show_paypal_button'], $this->array['show_paypal_button']); - } - /** * Test attribute "show_notification_button" */ diff --git a/test/Model/JoinIssuedDocumentsResponseTest.php b/test/Model/JoinIssuedDocumentsResponseTest.php index 3dc38e7b..7335f652 100644 --- a/test/Model/JoinIssuedDocumentsResponseTest.php +++ b/test/Model/JoinIssuedDocumentsResponseTest.php @@ -89,7 +89,6 @@ public function setUp(): void "show_payment_method": false, "show_payments": true, "show_totals": "all", - "show_paypal_button": true, "show_notification_button": false, "is_marked": false, "date": "2021-08-20", diff --git a/test/Model/ListIssuedDocumentsResponsePageTest.php b/test/Model/ListIssuedDocumentsResponsePageTest.php index b21c0512..5df90471 100644 --- a/test/Model/ListIssuedDocumentsResponsePageTest.php +++ b/test/Model/ListIssuedDocumentsResponsePageTest.php @@ -86,7 +86,6 @@ public function setUp(): void "show_payment_method": false, "show_payments": true, "show_totals": "all", - "show_paypal_button": true, "show_notification_button": false, "is_marked": false, "entity": { diff --git a/test/Model/ListIssuedDocumentsResponseTest.php b/test/Model/ListIssuedDocumentsResponseTest.php index 94e93633..28853a36 100644 --- a/test/Model/ListIssuedDocumentsResponseTest.php +++ b/test/Model/ListIssuedDocumentsResponseTest.php @@ -97,7 +97,6 @@ public function setUp(): void "show_payment_method": false, "show_payments": true, "show_totals": "all", - "show_paypal_button": true, "show_notification_button": false, "is_marked": false, "entity": { diff --git a/test/Model/ModifyIssuedDocumentRequestTest.php b/test/Model/ModifyIssuedDocumentRequestTest.php index 26e98bf8..e3686e4b 100644 --- a/test/Model/ModifyIssuedDocumentRequestTest.php +++ b/test/Model/ModifyIssuedDocumentRequestTest.php @@ -85,7 +85,6 @@ public function setUp(): void "show_payment_method": false, "show_payments": true, "show_totals": "all", - "show_paypal_button": true, "show_notification_button": false, "is_marked": false, "entity": { diff --git a/test/Model/ModifyIssuedDocumentResponseTest.php b/test/Model/ModifyIssuedDocumentResponseTest.php index b7b128d7..e7b82670 100644 --- a/test/Model/ModifyIssuedDocumentResponseTest.php +++ b/test/Model/ModifyIssuedDocumentResponseTest.php @@ -85,7 +85,6 @@ public function setUp(): void "show_payment_method": false, "show_payments": true, "show_totals": "all", - "show_paypal_button": true, "show_notification_button": false, "is_marked": false, "entity": { diff --git a/test/Model/TransformIssuedDocumentResponseTest.php b/test/Model/TransformIssuedDocumentResponseTest.php index 48a59e77..e0dade90 100644 --- a/test/Model/TransformIssuedDocumentResponseTest.php +++ b/test/Model/TransformIssuedDocumentResponseTest.php @@ -89,7 +89,6 @@ public function setUp(): void "show_payment_method": false, "show_payments": true, "show_totals": "all", - "show_paypal_button": true, "show_notification_button": false, "is_marked": false, "date": "2021-08-20", diff --git a/test/OAuth2/OAuth2DeviceCode/OAuth2DeviceCodeManagerTest.php b/test/OAuth2/OAuth2DeviceCode/OAuth2DeviceCodeManagerTest.php index bd01d463..1e1cc049 100644 --- a/test/OAuth2/OAuth2DeviceCode/OAuth2DeviceCodeManagerTest.php +++ b/test/OAuth2/OAuth2DeviceCode/OAuth2DeviceCodeManagerTest.php @@ -119,7 +119,7 @@ public function testOAuth2TokenResponse() */ public function testGetDeviceCode() { - $stream = '{"device_code":"d/DEVICE_CODE","user_code":"OMG","scope":{"situation":"r","settings":"a"},"verification_uri":"https://fattureincloud.it/connetti","interval":5,"expires_in":300}'; + $stream = '{"data":{"device_code":"d/DEVICE_CODE","user_code":"OMG","scope":{"situation":"r","settings":"a"},"verification_uri":"https://fattureincloud.it/connetti","interval":5,"expires_in":300}}'; $mock = new MockHandler([new Response( 200, ['Content-Type' => 'application/json'],