@@ -170,8 +170,83 @@ lib/Model/WebHookLastResponse.php
170170lib/Model/WebHooks.php
171171lib/ObjectSerializer.php
172172phpunit.xml.dist
173+ test/Api/AttachmentApiTest.php
174+ test/Api/ContactApiTest.php
175+ test/Api/CustomerApiTest.php
176+ test/Api/CustomerGroupApiTest.php
177+ test/Api/DiscountApiTest.php
178+ test/Api/DocumentApiTest.php
179+ test/Api/DocumentPaymentApiTest.php
173180test/Api/DocumentVersionApiTest.php
181+ test/Api/LoginsApiTest.php
182+ test/Api/PdfTemplatesApiTest.php
183+ test/Api/PositionApiTest.php
184+ test/Api/PositionGroupApiTest.php
185+ test/Api/PostBoxApiTest.php
186+ test/Api/ProjectApiTest.php
187+ test/Api/SepaPaymentApiTest.php
188+ test/Api/SerialNumberApiTest.php
189+ test/Api/StockApiTest.php
190+ test/Api/TaskApiTest.php
191+ test/Api/TextTemplateApiTest.php
192+ test/Api/TimeTrackingApiTest.php
193+ test/Api/WebhookApiTest.php
194+ test/Model/AttachmentTest.php
195+ test/Model/AttachmentsTest.php
196+ test/Model/ContactTest.php
197+ test/Model/ContactsTest.php
198+ test/Model/CustomerGroupTest.php
199+ test/Model/CustomerGroupsTest.php
200+ test/Model/CustomerSnapshotTest.php
201+ test/Model/CustomerTest.php
202+ test/Model/CustomersTest.php
203+ test/Model/DiscountPositionGroupTest.php
204+ test/Model/DiscountPositionGroupsTest.php
205+ test/Model/DiscountPositionTest.php
206+ test/Model/DiscountPositionsTest.php
207+ test/Model/DiscountTest.php
208+ test/Model/DocumentAddressTest.php
209+ test/Model/DocumentPaymentTest.php
210+ test/Model/DocumentPaymentsTest.php
211+ test/Model/DocumentPositionTest.php
212+ test/Model/DocumentRecurringTest.php
213+ test/Model/DocumentTest.php
174214test/Model/DocumentVersionItemTest.php
175215test/Model/DocumentVersionTest.php
176216test/Model/DocumentVersionsTest.php
217+ test/Model/DocumentsTest.php
177218test/Model/FileFormatConfigTest.php
219+ test/Model/LoginSecurityTest.php
220+ test/Model/LoginTest.php
221+ test/Model/LoginsTest.php
222+ test/Model/ModelListTest.php
223+ test/Model/PDFTemplateSettingsEmailTest.php
224+ test/Model/PDFTemplateSettingsTest.php
225+ test/Model/PDFTemplateTest.php
226+ test/Model/PDFTemplatesTest.php
227+ test/Model/PositionExportIdentifierExtendedTest.php
228+ test/Model/PositionGroupTest.php
229+ test/Model/PositionGroupsTest.php
230+ test/Model/PositionTest.php
231+ test/Model/PositionsTest.php
232+ test/Model/PostBoxRequestTest.php
233+ test/Model/PostBoxTest.php
234+ test/Model/PostBoxesTest.php
235+ test/Model/ProjectTest.php
236+ test/Model/ProjectsTest.php
237+ test/Model/SEPAPaymentTest.php
238+ test/Model/SEPAPaymentsTest.php
239+ test/Model/SerialNumberTest.php
240+ test/Model/SerialNumbersTest.php
241+ test/Model/ServiceDateTest.php
242+ test/Model/StockTest.php
243+ test/Model/StocksTest.php
244+ test/Model/TaskTest.php
245+ test/Model/TasksTest.php
246+ test/Model/TextTemplateTest.php
247+ test/Model/TextTemplatesTest.php
248+ test/Model/TimeTrackingTest.php
249+ test/Model/TimeTrackingsTest.php
250+ test/Model/WebHookLastResponseTest.php
251+ test/Model/WebHookTest.php
252+ test/Model/WebHooksTest.php
0 commit comments