Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
commit: main
tag: 3.10.0
tag: 3.11.0

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apideck/php",
"version": "3.10.0",
"version": "3.11.0",
"description": "Apideck PHP SDK",
"keywords": [
"apideck",
Expand Down
99 changes: 99 additions & 0 deletions src/gen/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ docs/Model/BalanceSheetLiabilitiesAccount.md
docs/Model/BalanceSheetReports.md
docs/Model/BalanceSheetUncategorizedItemsAccount.md
docs/Model/BankAccount.md
docs/Model/BankFeedAccount.md
docs/Model/BankFeedStatement.md
docs/Model/BankFeedStatementTransactions.md
docs/Model/Benefit.md
docs/Model/Bill.md
docs/Model/BillLineItem.md
Expand Down Expand Up @@ -127,6 +130,8 @@ docs/Model/CreateApplicantResponse.md
docs/Model/CreateApplicationResponse.md
docs/Model/CreateAttachmentRequest.md
docs/Model/CreateAttachmentResponse.md
docs/Model/CreateBankFeedAccountResponse.md
docs/Model/CreateBankFeedStatementResponse.md
docs/Model/CreateBillPaymentResponse.md
docs/Model/CreateBillResponse.md
docs/Model/CreateCallbackState.md
Expand All @@ -140,6 +145,8 @@ docs/Model/CreateContactResponse.md
docs/Model/CreateCreditNoteResponse.md
docs/Model/CreateCustomMappingRequest.md
docs/Model/CreateCustomMappingResponse.md
docs/Model/CreateCustomObjectResponse.md
docs/Model/CreateCustomObjectSchemaResponse.md
docs/Model/CreateCustomerResponse.md
docs/Model/CreateDepartmentResponse.md
docs/Model/CreateDriveGroupResponse.md
Expand Down Expand Up @@ -192,11 +199,19 @@ docs/Model/CreateWebhookResponse.md
docs/Model/CreditNote.md
docs/Model/CreditNotesFilter.md
docs/Model/CreditNotesSort.md
docs/Model/CreditOrDebit.md
docs/Model/CrmEventType.md
docs/Model/Currency.md
docs/Model/CustomField.md
docs/Model/CustomFieldFinder.md
docs/Model/CustomMapping.md
docs/Model/CustomObject.md
docs/Model/CustomObjectFields.md
docs/Model/CustomObjectSchema.md
docs/Model/CustomObjectSchemaFields.md
docs/Model/CustomObjectSchemaOptions.md
docs/Model/CustomObjectSchemasSort.md
docs/Model/CustomObjectsSort.md
docs/Model/Customer.md
docs/Model/CustomersFilter.md
docs/Model/CustomersSort.md
Expand All @@ -207,13 +222,17 @@ docs/Model/DeleteActivityResponse.md
docs/Model/DeleteApplicantResponse.md
docs/Model/DeleteApplicationResponse.md
docs/Model/DeleteAttachmentResponse.md
docs/Model/DeleteBankFeedAccountResponse.md
docs/Model/DeleteBankFeedStatementResponse.md
docs/Model/DeleteBillPaymentResponse.md
docs/Model/DeleteBillResponse.md
docs/Model/DeleteCommentResponse.md
docs/Model/DeleteCompanyResponse.md
docs/Model/DeleteConsumerResponse.md
docs/Model/DeleteContactResponse.md
docs/Model/DeleteCreditNoteResponse.md
docs/Model/DeleteCustomObjectResponse.md
docs/Model/DeleteCustomObjectSchemaResponse.md
docs/Model/DeleteCustomerResponse.md
docs/Model/DeleteDepartmentResponse.md
docs/Model/DeleteDriveGroupResponse.md
Expand Down Expand Up @@ -271,6 +290,7 @@ docs/Model/EcommerceDiscount.md
docs/Model/EcommerceEventType.md
docs/Model/EcommerceOrder.md
docs/Model/EcommerceOrderLineItem.md
docs/Model/EcommerceOrderRefund.md
docs/Model/EcommerceOrderStatus.md
docs/Model/EcommerceOrdersFilter.md
docs/Model/EcommerceProduct.md
Expand Down Expand Up @@ -328,6 +348,10 @@ docs/Model/GetApplicationsResponse.md
docs/Model/GetAttachmentResponse.md
docs/Model/GetAttachmentsResponse.md
docs/Model/GetBalanceSheetResponse.md
docs/Model/GetBankFeedAccountResponse.md
docs/Model/GetBankFeedAccountsResponse.md
docs/Model/GetBankFeedStatementResponse.md
docs/Model/GetBankFeedStatementsResponse.md
docs/Model/GetBillPaymentResponse.md
docs/Model/GetBillPaymentsResponse.md
docs/Model/GetBillResponse.md
Expand Down Expand Up @@ -360,6 +384,10 @@ docs/Model/GetCreditNotesResponse.md
docs/Model/GetCustomFieldsResponse.md
docs/Model/GetCustomMappingResponse.md
docs/Model/GetCustomMappingsResponse.md
docs/Model/GetCustomObjectResponse.md
docs/Model/GetCustomObjectSchemaResponse.md
docs/Model/GetCustomObjectSchemasResponse.md
docs/Model/GetCustomObjectsResponse.md
docs/Model/GetCustomerResponse.md
docs/Model/GetCustomersResponse.md
docs/Model/GetDepartmentResponse.md
Expand Down Expand Up @@ -473,6 +501,7 @@ docs/Model/InvoiceItemSalesDetails.md
docs/Model/InvoiceItemsFilter.md
docs/Model/InvoiceItemsSort.md
docs/Model/InvoiceLineItem.md
docs/Model/InvoicePaymentAllocations.md
docs/Model/InvoiceResponse.md
docs/Model/InvoicesFilter.md
docs/Model/InvoicesSort.md
Expand Down Expand Up @@ -633,6 +662,8 @@ docs/Model/UpdateAccountingLocationResponse.md
docs/Model/UpdateActivityResponse.md
docs/Model/UpdateApplicantResponse.md
docs/Model/UpdateApplicationResponse.md
docs/Model/UpdateBankFeedAccountResponse.md
docs/Model/UpdateBankFeedStatementResponse.md
docs/Model/UpdateBillPaymentResponse.md
docs/Model/UpdateBillResponse.md
docs/Model/UpdateCommentResponse.md
Expand All @@ -644,6 +675,8 @@ docs/Model/UpdateContactResponse.md
docs/Model/UpdateCreditNoteResponse.md
docs/Model/UpdateCustomMappingRequest.md
docs/Model/UpdateCustomMappingResponse.md
docs/Model/UpdateCustomObjectResponse.md
docs/Model/UpdateCustomObjectSchemaResponse.md
docs/Model/UpdateCustomerResponse.md
docs/Model/UpdateDepartmentResponse.md
docs/Model/UpdateDriveGroupResponse.md
Expand Down Expand Up @@ -776,6 +809,9 @@ lib/Model/BalanceSheetLiabilitiesAccount.php
lib/Model/BalanceSheetReports.php
lib/Model/BalanceSheetUncategorizedItemsAccount.php
lib/Model/BankAccount.php
lib/Model/BankFeedAccount.php
lib/Model/BankFeedStatement.php
lib/Model/BankFeedStatementTransactions.php
lib/Model/Benefit.php
lib/Model/Bill.php
lib/Model/BillLineItem.php
Expand Down Expand Up @@ -833,6 +869,8 @@ lib/Model/CreateApplicantResponse.php
lib/Model/CreateApplicationResponse.php
lib/Model/CreateAttachmentRequest.php
lib/Model/CreateAttachmentResponse.php
lib/Model/CreateBankFeedAccountResponse.php
lib/Model/CreateBankFeedStatementResponse.php
lib/Model/CreateBillPaymentResponse.php
lib/Model/CreateBillResponse.php
lib/Model/CreateCallbackState.php
Expand All @@ -846,6 +884,8 @@ lib/Model/CreateContactResponse.php
lib/Model/CreateCreditNoteResponse.php
lib/Model/CreateCustomMappingRequest.php
lib/Model/CreateCustomMappingResponse.php
lib/Model/CreateCustomObjectResponse.php
lib/Model/CreateCustomObjectSchemaResponse.php
lib/Model/CreateCustomerResponse.php
lib/Model/CreateDepartmentResponse.php
lib/Model/CreateDriveGroupResponse.php
Expand Down Expand Up @@ -898,11 +938,19 @@ lib/Model/CreateWebhookResponse.php
lib/Model/CreditNote.php
lib/Model/CreditNotesFilter.php
lib/Model/CreditNotesSort.php
lib/Model/CreditOrDebit.php
lib/Model/CrmEventType.php
lib/Model/Currency.php
lib/Model/CustomField.php
lib/Model/CustomFieldFinder.php
lib/Model/CustomMapping.php
lib/Model/CustomObject.php
lib/Model/CustomObjectFields.php
lib/Model/CustomObjectSchema.php
lib/Model/CustomObjectSchemaFields.php
lib/Model/CustomObjectSchemaOptions.php
lib/Model/CustomObjectSchemasSort.php
lib/Model/CustomObjectsSort.php
lib/Model/Customer.php
lib/Model/CustomersFilter.php
lib/Model/CustomersSort.php
Expand All @@ -913,13 +961,17 @@ lib/Model/DeleteActivityResponse.php
lib/Model/DeleteApplicantResponse.php
lib/Model/DeleteApplicationResponse.php
lib/Model/DeleteAttachmentResponse.php
lib/Model/DeleteBankFeedAccountResponse.php
lib/Model/DeleteBankFeedStatementResponse.php
lib/Model/DeleteBillPaymentResponse.php
lib/Model/DeleteBillResponse.php
lib/Model/DeleteCommentResponse.php
lib/Model/DeleteCompanyResponse.php
lib/Model/DeleteConsumerResponse.php
lib/Model/DeleteContactResponse.php
lib/Model/DeleteCreditNoteResponse.php
lib/Model/DeleteCustomObjectResponse.php
lib/Model/DeleteCustomObjectSchemaResponse.php
lib/Model/DeleteCustomerResponse.php
lib/Model/DeleteDepartmentResponse.php
lib/Model/DeleteDriveGroupResponse.php
Expand Down Expand Up @@ -977,6 +1029,7 @@ lib/Model/EcommerceDiscount.php
lib/Model/EcommerceEventType.php
lib/Model/EcommerceOrder.php
lib/Model/EcommerceOrderLineItem.php
lib/Model/EcommerceOrderRefund.php
lib/Model/EcommerceOrderStatus.php
lib/Model/EcommerceOrdersFilter.php
lib/Model/EcommerceProduct.php
Expand Down Expand Up @@ -1034,6 +1087,10 @@ lib/Model/GetApplicationsResponse.php
lib/Model/GetAttachmentResponse.php
lib/Model/GetAttachmentsResponse.php
lib/Model/GetBalanceSheetResponse.php
lib/Model/GetBankFeedAccountResponse.php
lib/Model/GetBankFeedAccountsResponse.php
lib/Model/GetBankFeedStatementResponse.php
lib/Model/GetBankFeedStatementsResponse.php
lib/Model/GetBillPaymentResponse.php
lib/Model/GetBillPaymentsResponse.php
lib/Model/GetBillResponse.php
Expand Down Expand Up @@ -1066,6 +1123,10 @@ lib/Model/GetCreditNotesResponse.php
lib/Model/GetCustomFieldsResponse.php
lib/Model/GetCustomMappingResponse.php
lib/Model/GetCustomMappingsResponse.php
lib/Model/GetCustomObjectResponse.php
lib/Model/GetCustomObjectSchemaResponse.php
lib/Model/GetCustomObjectSchemasResponse.php
lib/Model/GetCustomObjectsResponse.php
lib/Model/GetCustomerResponse.php
lib/Model/GetCustomersResponse.php
lib/Model/GetDepartmentResponse.php
Expand Down Expand Up @@ -1179,6 +1240,7 @@ lib/Model/InvoiceItemSalesDetails.php
lib/Model/InvoiceItemsFilter.php
lib/Model/InvoiceItemsSort.php
lib/Model/InvoiceLineItem.php
lib/Model/InvoicePaymentAllocations.php
lib/Model/InvoiceResponse.php
lib/Model/InvoicesFilter.php
lib/Model/InvoicesSort.php
Expand Down Expand Up @@ -1340,6 +1402,8 @@ lib/Model/UpdateAccountingLocationResponse.php
lib/Model/UpdateActivityResponse.php
lib/Model/UpdateApplicantResponse.php
lib/Model/UpdateApplicationResponse.php
lib/Model/UpdateBankFeedAccountResponse.php
lib/Model/UpdateBankFeedStatementResponse.php
lib/Model/UpdateBillPaymentResponse.php
lib/Model/UpdateBillResponse.php
lib/Model/UpdateCommentResponse.php
Expand All @@ -1351,6 +1415,8 @@ lib/Model/UpdateContactResponse.php
lib/Model/UpdateCreditNoteResponse.php
lib/Model/UpdateCustomMappingRequest.php
lib/Model/UpdateCustomMappingResponse.php
lib/Model/UpdateCustomObjectResponse.php
lib/Model/UpdateCustomObjectSchemaResponse.php
lib/Model/UpdateCustomerResponse.php
lib/Model/UpdateDepartmentResponse.php
lib/Model/UpdateDriveGroupResponse.php
Expand Down Expand Up @@ -1479,6 +1545,9 @@ test/Model/BalanceSheetReportsTest.php
test/Model/BalanceSheetTest.php
test/Model/BalanceSheetUncategorizedItemsAccountTest.php
test/Model/BankAccountTest.php
test/Model/BankFeedAccountTest.php
test/Model/BankFeedStatementTest.php
test/Model/BankFeedStatementTransactionsTest.php
test/Model/BenefitTest.php
test/Model/BillLineItemTest.php
test/Model/BillPaymentAllocationsTest.php
Expand Down Expand Up @@ -1536,6 +1605,8 @@ test/Model/CreateApplicantResponseTest.php
test/Model/CreateApplicationResponseTest.php
test/Model/CreateAttachmentRequestTest.php
test/Model/CreateAttachmentResponseTest.php
test/Model/CreateBankFeedAccountResponseTest.php
test/Model/CreateBankFeedStatementResponseTest.php
test/Model/CreateBillPaymentResponseTest.php
test/Model/CreateBillResponseTest.php
test/Model/CreateCallbackStateResponseDataTest.php
Expand All @@ -1549,6 +1620,8 @@ test/Model/CreateContactResponseTest.php
test/Model/CreateCreditNoteResponseTest.php
test/Model/CreateCustomMappingRequestTest.php
test/Model/CreateCustomMappingResponseTest.php
test/Model/CreateCustomObjectResponseTest.php
test/Model/CreateCustomObjectSchemaResponseTest.php
test/Model/CreateCustomerResponseTest.php
test/Model/CreateDepartmentResponseTest.php
test/Model/CreateDriveGroupResponseTest.php
Expand Down Expand Up @@ -1601,11 +1674,19 @@ test/Model/CreateWebhookResponseTest.php
test/Model/CreditNoteTest.php
test/Model/CreditNotesFilterTest.php
test/Model/CreditNotesSortTest.php
test/Model/CreditOrDebitTest.php
test/Model/CrmEventTypeTest.php
test/Model/CurrencyTest.php
test/Model/CustomFieldFinderTest.php
test/Model/CustomFieldTest.php
test/Model/CustomMappingTest.php
test/Model/CustomObjectFieldsTest.php
test/Model/CustomObjectSchemaFieldsTest.php
test/Model/CustomObjectSchemaOptionsTest.php
test/Model/CustomObjectSchemaTest.php
test/Model/CustomObjectSchemasSortTest.php
test/Model/CustomObjectTest.php
test/Model/CustomObjectsSortTest.php
test/Model/CustomerTest.php
test/Model/CustomersFilterTest.php
test/Model/CustomersSortTest.php
Expand All @@ -1616,13 +1697,17 @@ test/Model/DeleteActivityResponseTest.php
test/Model/DeleteApplicantResponseTest.php
test/Model/DeleteApplicationResponseTest.php
test/Model/DeleteAttachmentResponseTest.php
test/Model/DeleteBankFeedAccountResponseTest.php
test/Model/DeleteBankFeedStatementResponseTest.php
test/Model/DeleteBillPaymentResponseTest.php
test/Model/DeleteBillResponseTest.php
test/Model/DeleteCommentResponseTest.php
test/Model/DeleteCompanyResponseTest.php
test/Model/DeleteConsumerResponseTest.php
test/Model/DeleteContactResponseTest.php
test/Model/DeleteCreditNoteResponseTest.php
test/Model/DeleteCustomObjectResponseTest.php
test/Model/DeleteCustomObjectSchemaResponseTest.php
test/Model/DeleteCustomerResponseTest.php
test/Model/DeleteDepartmentResponseTest.php
test/Model/DeleteDriveGroupResponseTest.php
Expand Down Expand Up @@ -1679,6 +1764,7 @@ test/Model/EcommerceCustomersFilterTest.php
test/Model/EcommerceDiscountTest.php
test/Model/EcommerceEventTypeTest.php
test/Model/EcommerceOrderLineItemTest.php
test/Model/EcommerceOrderRefundTest.php
test/Model/EcommerceOrderStatusTest.php
test/Model/EcommerceOrderTest.php
test/Model/EcommerceOrdersFilterTest.php
Expand Down Expand Up @@ -1737,6 +1823,10 @@ test/Model/GetApplicationsResponseTest.php
test/Model/GetAttachmentResponseTest.php
test/Model/GetAttachmentsResponseTest.php
test/Model/GetBalanceSheetResponseTest.php
test/Model/GetBankFeedAccountResponseTest.php
test/Model/GetBankFeedAccountsResponseTest.php
test/Model/GetBankFeedStatementResponseTest.php
test/Model/GetBankFeedStatementsResponseTest.php
test/Model/GetBillPaymentResponseTest.php
test/Model/GetBillPaymentsResponseTest.php
test/Model/GetBillResponseTest.php
Expand Down Expand Up @@ -1769,6 +1859,10 @@ test/Model/GetCreditNotesResponseTest.php
test/Model/GetCustomFieldsResponseTest.php
test/Model/GetCustomMappingResponseTest.php
test/Model/GetCustomMappingsResponseTest.php
test/Model/GetCustomObjectResponseTest.php
test/Model/GetCustomObjectSchemaResponseTest.php
test/Model/GetCustomObjectSchemasResponseTest.php
test/Model/GetCustomObjectsResponseTest.php
test/Model/GetCustomerResponseTest.php
test/Model/GetCustomersResponseTest.php
test/Model/GetDepartmentResponseTest.php
Expand Down Expand Up @@ -1881,6 +1975,7 @@ test/Model/InvoiceItemTest.php
test/Model/InvoiceItemsFilterTest.php
test/Model/InvoiceItemsSortTest.php
test/Model/InvoiceLineItemTest.php
test/Model/InvoicePaymentAllocationsTest.php
test/Model/InvoiceResponseTest.php
test/Model/InvoiceTest.php
test/Model/InvoicesFilterTest.php
Expand Down Expand Up @@ -2042,6 +2137,8 @@ test/Model/UpdateAccountingLocationResponseTest.php
test/Model/UpdateActivityResponseTest.php
test/Model/UpdateApplicantResponseTest.php
test/Model/UpdateApplicationResponseTest.php
test/Model/UpdateBankFeedAccountResponseTest.php
test/Model/UpdateBankFeedStatementResponseTest.php
test/Model/UpdateBillPaymentResponseTest.php
test/Model/UpdateBillResponseTest.php
test/Model/UpdateCommentResponseTest.php
Expand All @@ -2053,6 +2150,8 @@ test/Model/UpdateContactResponseTest.php
test/Model/UpdateCreditNoteResponseTest.php
test/Model/UpdateCustomMappingRequestTest.php
test/Model/UpdateCustomMappingResponseTest.php
test/Model/UpdateCustomObjectResponseTest.php
test/Model/UpdateCustomObjectSchemaResponseTest.php
test/Model/UpdateCustomerResponseTest.php
test/Model/UpdateDepartmentResponseTest.php
test/Model/UpdateDriveGroupResponseTest.php
Expand Down
Loading