From e66ac58740927315c535390cd2fd7467b08af688 Mon Sep 17 00:00:00 2001 From: nick_lloyd Date: Thu, 11 Jul 2024 14:50:26 +0200 Subject: [PATCH 1/3] touch readme to trigger deploy --- README.md | 1349 ++++++++++++++++++++++++++--------------------------- 1 file changed, 667 insertions(+), 682 deletions(-) diff --git a/README.md b/README.md index b418674d88..f0451d1233 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Python >=3.6 ## Installation & Usage + ### pip install ```sh @@ -25,9 +26,11 @@ or you can install directly using: ```sh pip install git+https://github.com/apideck-libraries/python-sdk.git ``` + (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/apideck-libraries/python-sdk.git`) Then import the package: + ```python import apideck ``` @@ -39,9 +42,11 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools). ```sh python setup.py install --user ``` + (or `sudo python setup.py install` to install the package for all users) Then import the package: + ```python import apideck ``` @@ -79,8 +84,8 @@ with apideck.ApiClient(configuration) as api_client: sort = ContactsSort( by="name", direction=SortDirection("asc"), - ) - + ) + try: # List contacts @@ -146,7 +151,6 @@ Read the full documentation of the VaultApi [here](./docs/apis/VaultApi.md). Read the full documentation of the WebhookApi [here](./docs/apis/WebhookApi.md). - ### Utils #### uploadFile @@ -155,7 +159,6 @@ A utility for uploading files using the File Storage API. `uploadFile` will auto **Example Usage** - ## Support Open an [issue][3]! @@ -169,7 +172,6 @@ Open an [issue][3]! [3]: https://github.com/apideck-libraries/python-sdk/issues/new [4]: https://github.com/apideck-libraries/python-sdk/blob/main/LICENSE - ```python import time @@ -341,8 +343,8 @@ fields = "id,updated_at" # str, none_type | The 'fields' parameter allows API us All URIs are relative to _https://unify.apideck.com_ -| Class | Method | HTTP request | Description | -| ----------------------------------------------------------------- | ------------------------------------------------------------------------------ | --------------------------- | ----------- | +| Class | Method | HTTP request | Description | +| --------------- | ----------------------------------------------------------------- | --------------------------------------------------------------- | ---------------- | | _AccountingApi_ | [**attachments_all**](docs/apis/AccountingApi.md#attachments_all) | **GET** /accounting/attachments/{reference_type}/{reference_id} | List Attachments | _AccountingApi_ | [**attachments_delete**](docs/apis/AccountingApi.md#attachments_delete) | **DELETE** /accounting/attachments/{reference_type}/{reference_id}/{id} | Delete Attachment | @@ -933,705 +935,689 @@ _WebhookApi_ | [**webhooks_one**](docs/apis/WebhookApi.md#webhooks_one) | **GET* _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) | **PATCH** /webhook/webhooks/{id} | Update webhook subscription | - - ## Documentation For Models - - [AccountingCustomer](docs/models/AccountingCustomer.md) - - [AccountingDepartment](docs/models/AccountingDepartment.md) - - [AccountingDepartmentsFilter](docs/models/AccountingDepartmentsFilter.md) - - [AccountingEventType](docs/models/AccountingEventType.md) - - [AccountingLocation](docs/models/AccountingLocation.md) - - [AccountingLocationsFilter](docs/models/AccountingLocationsFilter.md) - - [ActivitiesFilter](docs/models/ActivitiesFilter.md) - - [ActivitiesSort](docs/models/ActivitiesSort.md) - - [Activity](docs/models/Activity.md) - - [ActivityAttendee](docs/models/ActivityAttendee.md) - - [Address](docs/models/Address.md) - - [Allocation](docs/models/Allocation.md) - - [Api](docs/models/Api.md) - - [ApiResource](docs/models/ApiResource.md) - - [ApiResourceCoverage](docs/models/ApiResourceCoverage.md) - - [ApiResourceCoverageCoverage](docs/models/ApiResourceCoverageCoverage.md) - - [ApiResourceLinkedResources](docs/models/ApiResourceLinkedResources.md) - - [ApiResources](docs/models/ApiResources.md) - - [ApiStatus](docs/models/ApiStatus.md) - - [ApisFilter](docs/models/ApisFilter.md) - - [Applicant](docs/models/Applicant.md) - - [ApplicantSocialLinks](docs/models/ApplicantSocialLinks.md) - - [ApplicantWebsites](docs/models/ApplicantWebsites.md) - - [ApplicantsFilter](docs/models/ApplicantsFilter.md) - - [Application](docs/models/Application.md) - - [ApplicationStage](docs/models/ApplicationStage.md) - - [Assignee](docs/models/Assignee.md) - - [AtsActivity](docs/models/AtsActivity.md) - - [AtsEventType](docs/models/AtsEventType.md) - - [Attachment](docs/models/Attachment.md) - - [AttachmentReference](docs/models/AttachmentReference.md) - - [AttachmentReferenceType](docs/models/AttachmentReferenceType.md) - - [AuthType](docs/models/AuthType.md) - - [BadRequestResponse](docs/models/BadRequestResponse.md) - - [BalanceSheet](docs/models/BalanceSheet.md) - - [BalanceSheetAccount](docs/models/BalanceSheetAccount.md) - - [BalanceSheetAccountRecord](docs/models/BalanceSheetAccountRecord.md) - - [BalanceSheetAccounts](docs/models/BalanceSheetAccounts.md) - - [BalanceSheetFilter](docs/models/BalanceSheetFilter.md) - - [BalanceSheetReports](docs/models/BalanceSheetReports.md) - - [BankAccount](docs/models/BankAccount.md) - - [Benefit](docs/models/Benefit.md) - - [Bill](docs/models/Bill.md) - - [BillLineItem](docs/models/BillLineItem.md) - - [BillsFilter](docs/models/BillsFilter.md) - - [BillsSort](docs/models/BillsSort.md) - - [Branch](docs/models/Branch.md) - - [CashDetails](docs/models/CashDetails.md) - - [Collection](docs/models/Collection.md) - - [CollectionTag](docs/models/CollectionTag.md) - - [CollectionTicketComment](docs/models/CollectionTicketComment.md) - - [CollectionUser](docs/models/CollectionUser.md) - - [CollectionsSort](docs/models/CollectionsSort.md) - - [CommentsSort](docs/models/CommentsSort.md) - - [CompaniesFilter](docs/models/CompaniesFilter.md) - - [CompaniesSort](docs/models/CompaniesSort.md) - - [Company](docs/models/Company.md) - - [CompanyInfo](docs/models/CompanyInfo.md) - - [CompanyRowType](docs/models/CompanyRowType.md) - - [Compensation](docs/models/Compensation.md) - - [Connection](docs/models/Connection.md) - - [ConnectionConfiguration](docs/models/ConnectionConfiguration.md) - - [ConnectionDefaults](docs/models/ConnectionDefaults.md) - - [ConnectionImportData](docs/models/ConnectionImportData.md) - - [ConnectionImportDataCredentials](docs/models/ConnectionImportDataCredentials.md) - - [ConnectionMetadata](docs/models/ConnectionMetadata.md) - - [ConnectionState](docs/models/ConnectionState.md) - - [ConnectionWebhook](docs/models/ConnectionWebhook.md) - - [Connector](docs/models/Connector.md) - - [ConnectorDoc](docs/models/ConnectorDoc.md) - - [ConnectorEvent](docs/models/ConnectorEvent.md) - - [ConnectorOauthScopes](docs/models/ConnectorOauthScopes.md) - - [ConnectorOauthScopes1](docs/models/ConnectorOauthScopes1.md) - - [ConnectorResource](docs/models/ConnectorResource.md) - - [ConnectorSetting](docs/models/ConnectorSetting.md) - - [ConnectorStatus](docs/models/ConnectorStatus.md) - - [ConnectorTlsSupport](docs/models/ConnectorTlsSupport.md) - - [ConnectorUnifiedApis](docs/models/ConnectorUnifiedApis.md) - - [ConnectorsFilter](docs/models/ConnectorsFilter.md) - - [Consumer](docs/models/Consumer.md) - - [ConsumerConnection](docs/models/ConsumerConnection.md) - - [ConsumerMetadata](docs/models/ConsumerMetadata.md) - - [ConsumerRequestCountsInDateRangeResponse](docs/models/ConsumerRequestCountsInDateRangeResponse.md) - - [ConsumerRequestCountsInDateRangeResponseData](docs/models/ConsumerRequestCountsInDateRangeResponseData.md) - - [Contact](docs/models/Contact.md) - - [ContactsFilter](docs/models/ContactsFilter.md) - - [ContactsSort](docs/models/ContactsSort.md) - - [CopyFolderRequest](docs/models/CopyFolderRequest.md) - - [Country](docs/models/Country.md) - - [CreateAccountingDepartmentResponse](docs/models/CreateAccountingDepartmentResponse.md) - - [CreateAccountingLocationResponse](docs/models/CreateAccountingLocationResponse.md) - - [CreateActivityResponse](docs/models/CreateActivityResponse.md) - - [CreateApplicantResponse](docs/models/CreateApplicantResponse.md) - - [CreateApplicationResponse](docs/models/CreateApplicationResponse.md) - - [CreateAttachmentRequest](docs/models/CreateAttachmentRequest.md) - - [CreateAttachmentResponse](docs/models/CreateAttachmentResponse.md) - - [CreateBillResponse](docs/models/CreateBillResponse.md) - - [CreateCommentResponse](docs/models/CreateCommentResponse.md) - - [CreateCompanyResponse](docs/models/CreateCompanyResponse.md) - - [CreateConnectionResponse](docs/models/CreateConnectionResponse.md) - - [CreateConsumerResponse](docs/models/CreateConsumerResponse.md) - - [CreateContactResponse](docs/models/CreateContactResponse.md) - - [CreateCreditNoteResponse](docs/models/CreateCreditNoteResponse.md) - - [CreateCustomMappingRequest](docs/models/CreateCustomMappingRequest.md) - - [CreateCustomMappingResponse](docs/models/CreateCustomMappingResponse.md) - - [CreateCustomerResponse](docs/models/CreateCustomerResponse.md) - - [CreateDepartmentResponse](docs/models/CreateDepartmentResponse.md) - - [CreateDriveGroupResponse](docs/models/CreateDriveGroupResponse.md) - - [CreateDriveResponse](docs/models/CreateDriveResponse.md) - - [CreateEcommerceCustomerResponse](docs/models/CreateEcommerceCustomerResponse.md) - - [CreateEcommerceOrderResponse](docs/models/CreateEcommerceOrderResponse.md) - - [CreateEmployeeResponse](docs/models/CreateEmployeeResponse.md) - - [CreateFileRequest](docs/models/CreateFileRequest.md) - - [CreateFileResponse](docs/models/CreateFileResponse.md) - - [CreateFolderRequest](docs/models/CreateFolderRequest.md) - - [CreateFolderResponse](docs/models/CreateFolderResponse.md) - - [CreateHrisCompanyResponse](docs/models/CreateHrisCompanyResponse.md) - - [CreateInvoiceItemResponse](docs/models/CreateInvoiceItemResponse.md) - - [CreateInvoiceResponse](docs/models/CreateInvoiceResponse.md) - - [CreateItemResponse](docs/models/CreateItemResponse.md) - - [CreateJobResponse](docs/models/CreateJobResponse.md) - - [CreateJournalEntryResponse](docs/models/CreateJournalEntryResponse.md) - - [CreateLeadResponse](docs/models/CreateLeadResponse.md) - - [CreateLedgerAccountResponse](docs/models/CreateLedgerAccountResponse.md) - - [CreateLocationResponse](docs/models/CreateLocationResponse.md) - - [CreateMerchantResponse](docs/models/CreateMerchantResponse.md) - - [CreateMessageResponse](docs/models/CreateMessageResponse.md) - - [CreateModifierGroupResponse](docs/models/CreateModifierGroupResponse.md) - - [CreateModifierResponse](docs/models/CreateModifierResponse.md) - - [CreateNoteResponse](docs/models/CreateNoteResponse.md) - - [CreateOpportunityResponse](docs/models/CreateOpportunityResponse.md) - - [CreateOrderResponse](docs/models/CreateOrderResponse.md) - - [CreateOrderTypeResponse](docs/models/CreateOrderTypeResponse.md) - - [CreatePaymentResponse](docs/models/CreatePaymentResponse.md) - - [CreatePipelineResponse](docs/models/CreatePipelineResponse.md) - - [CreatePosPaymentResponse](docs/models/CreatePosPaymentResponse.md) - - [CreateProductResponse](docs/models/CreateProductResponse.md) - - [CreatePurchaseOrderResponse](docs/models/CreatePurchaseOrderResponse.md) - - [CreateSessionResponse](docs/models/CreateSessionResponse.md) - - [CreateSessionResponseData](docs/models/CreateSessionResponseData.md) - - [CreateSharedLinkResponse](docs/models/CreateSharedLinkResponse.md) - - [CreateSubsidiaryResponse](docs/models/CreateSubsidiaryResponse.md) - - [CreateSupplierResponse](docs/models/CreateSupplierResponse.md) - - [CreateTaxRateResponse](docs/models/CreateTaxRateResponse.md) - - [CreateTenderResponse](docs/models/CreateTenderResponse.md) - - [CreateTicketResponse](docs/models/CreateTicketResponse.md) - - [CreateTimeOffRequestResponse](docs/models/CreateTimeOffRequestResponse.md) - - [CreateUploadSessionRequest](docs/models/CreateUploadSessionRequest.md) - - [CreateUploadSessionResponse](docs/models/CreateUploadSessionResponse.md) - - [CreateUserResponse](docs/models/CreateUserResponse.md) - - [CreateWebhookRequest](docs/models/CreateWebhookRequest.md) - - [CreateWebhookResponse](docs/models/CreateWebhookResponse.md) - - [CreditNote](docs/models/CreditNote.md) - - [CreditNotesFilter](docs/models/CreditNotesFilter.md) - - [CreditNotesSort](docs/models/CreditNotesSort.md) - - [CrmEventType](docs/models/CrmEventType.md) - - [Currency](docs/models/Currency.md) - - [CustomField](docs/models/CustomField.md) - - [CustomFieldFinder](docs/models/CustomFieldFinder.md) - - [CustomMapping](docs/models/CustomMapping.md) - - [Customer](docs/models/Customer.md) - - [CustomersFilter](docs/models/CustomersFilter.md) - - [CustomersSort](docs/models/CustomersSort.md) - - [Deduction](docs/models/Deduction.md) - - [DeleteAccountingDepartmentResponse](docs/models/DeleteAccountingDepartmentResponse.md) - - [DeleteAccountingLocationResponse](docs/models/DeleteAccountingLocationResponse.md) - - [DeleteActivityResponse](docs/models/DeleteActivityResponse.md) - - [DeleteApplicantResponse](docs/models/DeleteApplicantResponse.md) - - [DeleteApplicationResponse](docs/models/DeleteApplicationResponse.md) - - [DeleteAttachmentResponse](docs/models/DeleteAttachmentResponse.md) - - [DeleteBillResponse](docs/models/DeleteBillResponse.md) - - [DeleteCommentResponse](docs/models/DeleteCommentResponse.md) - - [DeleteCompanyResponse](docs/models/DeleteCompanyResponse.md) - - [DeleteConsumerResponse](docs/models/DeleteConsumerResponse.md) - - [DeleteContactResponse](docs/models/DeleteContactResponse.md) - - [DeleteCreditNoteResponse](docs/models/DeleteCreditNoteResponse.md) - - [DeleteCustomerResponse](docs/models/DeleteCustomerResponse.md) - - [DeleteDepartmentResponse](docs/models/DeleteDepartmentResponse.md) - - [DeleteDriveGroupResponse](docs/models/DeleteDriveGroupResponse.md) - - [DeleteDriveResponse](docs/models/DeleteDriveResponse.md) - - [DeleteEcommerceCustomerResponse](docs/models/DeleteEcommerceCustomerResponse.md) - - [DeleteEcommerceOrderResponse](docs/models/DeleteEcommerceOrderResponse.md) - - [DeleteEmployeeResponse](docs/models/DeleteEmployeeResponse.md) - - [DeleteFileResponse](docs/models/DeleteFileResponse.md) - - [DeleteFolderResponse](docs/models/DeleteFolderResponse.md) - - [DeleteHrisCompanyResponse](docs/models/DeleteHrisCompanyResponse.md) - - [DeleteInvoiceItemResponse](docs/models/DeleteInvoiceItemResponse.md) - - [DeleteInvoiceResponse](docs/models/DeleteInvoiceResponse.md) - - [DeleteItemResponse](docs/models/DeleteItemResponse.md) - - [DeleteJobResponse](docs/models/DeleteJobResponse.md) - - [DeleteJournalEntryResponse](docs/models/DeleteJournalEntryResponse.md) - - [DeleteLeadResponse](docs/models/DeleteLeadResponse.md) - - [DeleteLedgerAccountResponse](docs/models/DeleteLedgerAccountResponse.md) - - [DeleteLocationResponse](docs/models/DeleteLocationResponse.md) - - [DeleteMerchantResponse](docs/models/DeleteMerchantResponse.md) - - [DeleteMessageResponse](docs/models/DeleteMessageResponse.md) - - [DeleteModifierGroupResponse](docs/models/DeleteModifierGroupResponse.md) - - [DeleteModifierResponse](docs/models/DeleteModifierResponse.md) - - [DeleteNoteResponse](docs/models/DeleteNoteResponse.md) - - [DeleteOpportunityResponse](docs/models/DeleteOpportunityResponse.md) - - [DeleteOrderResponse](docs/models/DeleteOrderResponse.md) - - [DeleteOrderTypeResponse](docs/models/DeleteOrderTypeResponse.md) - - [DeletePaymentResponse](docs/models/DeletePaymentResponse.md) - - [DeletePipelineResponse](docs/models/DeletePipelineResponse.md) - - [DeletePosPaymentResponse](docs/models/DeletePosPaymentResponse.md) - - [DeleteProductResponse](docs/models/DeleteProductResponse.md) - - [DeletePurchaseOrderResponse](docs/models/DeletePurchaseOrderResponse.md) - - [DeleteSharedLinkResponse](docs/models/DeleteSharedLinkResponse.md) - - [DeleteSubsidiaryResponse](docs/models/DeleteSubsidiaryResponse.md) - - [DeleteSupplierResponse](docs/models/DeleteSupplierResponse.md) - - [DeleteTaxRateResponse](docs/models/DeleteTaxRateResponse.md) - - [DeleteTenderResponse](docs/models/DeleteTenderResponse.md) - - [DeleteTicketResponse](docs/models/DeleteTicketResponse.md) - - [DeleteTimeOffRequestResponse](docs/models/DeleteTimeOffRequestResponse.md) - - [DeleteUploadSessionResponse](docs/models/DeleteUploadSessionResponse.md) - - [DeleteUserResponse](docs/models/DeleteUserResponse.md) - - [DeleteWebhookResponse](docs/models/DeleteWebhookResponse.md) - - [DeliveryUrl](docs/models/DeliveryUrl.md) - - [Department](docs/models/Department.md) - - [Drive](docs/models/Drive.md) - - [DriveGroup](docs/models/DriveGroup.md) - - [DriveGroupsFilter](docs/models/DriveGroupsFilter.md) - - [DrivesFilter](docs/models/DrivesFilter.md) - - [EcommerceAddress](docs/models/EcommerceAddress.md) - - [EcommerceCustomer](docs/models/EcommerceCustomer.md) - - [EcommerceCustomerAddresses](docs/models/EcommerceCustomerAddresses.md) - - [EcommerceCustomersFilter](docs/models/EcommerceCustomersFilter.md) - - [EcommerceDiscount](docs/models/EcommerceDiscount.md) - - [EcommerceOrder](docs/models/EcommerceOrder.md) - - [EcommerceOrderLineItem](docs/models/EcommerceOrderLineItem.md) - - [EcommerceOrderStatus](docs/models/EcommerceOrderStatus.md) - - [EcommerceOrdersFilter](docs/models/EcommerceOrdersFilter.md) - - [EcommerceProduct](docs/models/EcommerceProduct.md) - - [EcommerceProductCategories](docs/models/EcommerceProductCategories.md) - - [EcommerceProductImages](docs/models/EcommerceProductImages.md) - - [EcommerceProductImages1](docs/models/EcommerceProductImages1.md) - - [EcommerceProductOptions](docs/models/EcommerceProductOptions.md) - - [EcommerceProductOptions1](docs/models/EcommerceProductOptions1.md) - - [EcommerceProductVariants](docs/models/EcommerceProductVariants.md) - - [EcommerceStore](docs/models/EcommerceStore.md) - - [Email](docs/models/Email.md) - - [Employee](docs/models/Employee.md) - - [EmployeeCompensation](docs/models/EmployeeCompensation.md) - - [EmployeeEmploymentRole](docs/models/EmployeeEmploymentRole.md) - - [EmployeeJob](docs/models/EmployeeJob.md) - - [EmployeeList](docs/models/EmployeeList.md) - - [EmployeeManager](docs/models/EmployeeManager.md) - - [EmployeePayroll](docs/models/EmployeePayroll.md) - - [EmployeeSchedules](docs/models/EmployeeSchedules.md) - - [EmployeesFilter](docs/models/EmployeesFilter.md) - - [EmployeesOneFilter](docs/models/EmployeesOneFilter.md) - - [EmployeesSort](docs/models/EmployeesSort.md) - - [EmploymentStatus](docs/models/EmploymentStatus.md) - - [Error](docs/models/Error.md) - - [ExecuteBaseUrl](docs/models/ExecuteBaseUrl.md) - - [ExecuteWebhookEventRequest](docs/models/ExecuteWebhookEventRequest.md) - - [ExecuteWebhookEventsRequest](docs/models/ExecuteWebhookEventsRequest.md) - - [ExecuteWebhookResponse](docs/models/ExecuteWebhookResponse.md) - - [FileStorageEventType](docs/models/FileStorageEventType.md) - - [FileType](docs/models/FileType.md) - - [FilesFilter](docs/models/FilesFilter.md) - - [FilesSearch](docs/models/FilesSearch.md) - - [FilesSort](docs/models/FilesSort.md) - - [Folder](docs/models/Folder.md) - - [FormField](docs/models/FormField.md) - - [FormFieldOption](docs/models/FormFieldOption.md) - - [FormFieldOptionGroup](docs/models/FormFieldOptionGroup.md) - - [Gender](docs/models/Gender.md) - - [GetAccountingDepartmentResponse](docs/models/GetAccountingDepartmentResponse.md) - - [GetAccountingDepartmentsResponse](docs/models/GetAccountingDepartmentsResponse.md) - - [GetAccountingLocationResponse](docs/models/GetAccountingLocationResponse.md) - - [GetAccountingLocationsResponse](docs/models/GetAccountingLocationsResponse.md) - - [GetActivitiesResponse](docs/models/GetActivitiesResponse.md) - - [GetActivityResponse](docs/models/GetActivityResponse.md) - - [GetApiResourceCoverageResponse](docs/models/GetApiResourceCoverageResponse.md) - - [GetApiResourceResponse](docs/models/GetApiResourceResponse.md) - - [GetApiResponse](docs/models/GetApiResponse.md) - - [GetApisResponse](docs/models/GetApisResponse.md) - - [GetApplicantResponse](docs/models/GetApplicantResponse.md) - - [GetApplicantsResponse](docs/models/GetApplicantsResponse.md) - - [GetApplicationResponse](docs/models/GetApplicationResponse.md) - - [GetApplicationsResponse](docs/models/GetApplicationsResponse.md) - - [GetAttachmentResponse](docs/models/GetAttachmentResponse.md) - - [GetAttachmentsResponse](docs/models/GetAttachmentsResponse.md) - - [GetBalanceSheetResponse](docs/models/GetBalanceSheetResponse.md) - - [GetBillResponse](docs/models/GetBillResponse.md) - - [GetBillsResponse](docs/models/GetBillsResponse.md) - - [GetCollectionResponse](docs/models/GetCollectionResponse.md) - - [GetCollectionTagsResponse](docs/models/GetCollectionTagsResponse.md) - - [GetCollectionUserResponse](docs/models/GetCollectionUserResponse.md) - - [GetCollectionUsersResponse](docs/models/GetCollectionUsersResponse.md) - - [GetCollectionsResponse](docs/models/GetCollectionsResponse.md) - - [GetCommentResponse](docs/models/GetCommentResponse.md) - - [GetCommentsResponse](docs/models/GetCommentsResponse.md) - - [GetCompaniesResponse](docs/models/GetCompaniesResponse.md) - - [GetCompanyInfoResponse](docs/models/GetCompanyInfoResponse.md) - - [GetCompanyResponse](docs/models/GetCompanyResponse.md) - - [GetConnectionResponse](docs/models/GetConnectionResponse.md) - - [GetConnectionsResponse](docs/models/GetConnectionsResponse.md) - - [GetConnectorResourceExampleResponse](docs/models/GetConnectorResourceExampleResponse.md) - - [GetConnectorResourceExampleResponseData](docs/models/GetConnectorResourceExampleResponseData.md) - - [GetConnectorResourceResponse](docs/models/GetConnectorResourceResponse.md) - - [GetConnectorResourceSchemaResponse](docs/models/GetConnectorResourceSchemaResponse.md) - - [GetConnectorResponse](docs/models/GetConnectorResponse.md) - - [GetConnectorsResponse](docs/models/GetConnectorsResponse.md) - - [GetConsumerResponse](docs/models/GetConsumerResponse.md) - - [GetConsumersResponse](docs/models/GetConsumersResponse.md) - - [GetConsumersResponseData](docs/models/GetConsumersResponseData.md) - - [GetContactResponse](docs/models/GetContactResponse.md) - - [GetContactsResponse](docs/models/GetContactsResponse.md) - - [GetCreditNoteResponse](docs/models/GetCreditNoteResponse.md) - - [GetCreditNotesResponse](docs/models/GetCreditNotesResponse.md) - - [GetCustomFieldsResponse](docs/models/GetCustomFieldsResponse.md) - - [GetCustomMappingResponse](docs/models/GetCustomMappingResponse.md) - - [GetCustomerResponse](docs/models/GetCustomerResponse.md) - - [GetCustomersResponse](docs/models/GetCustomersResponse.md) - - [GetDepartmentResponse](docs/models/GetDepartmentResponse.md) - - [GetDepartmentsResponse](docs/models/GetDepartmentsResponse.md) - - [GetDriveGroupResponse](docs/models/GetDriveGroupResponse.md) - - [GetDriveGroupsResponse](docs/models/GetDriveGroupsResponse.md) - - [GetDriveResponse](docs/models/GetDriveResponse.md) - - [GetDrivesResponse](docs/models/GetDrivesResponse.md) - - [GetEcommerceCustomerResponse](docs/models/GetEcommerceCustomerResponse.md) - - [GetEcommerceCustomersResponse](docs/models/GetEcommerceCustomersResponse.md) - - [GetEcommerceOrderResponse](docs/models/GetEcommerceOrderResponse.md) - - [GetEcommerceOrdersResponse](docs/models/GetEcommerceOrdersResponse.md) - - [GetEmployeePayrollResponse](docs/models/GetEmployeePayrollResponse.md) - - [GetEmployeePayrollsResponse](docs/models/GetEmployeePayrollsResponse.md) - - [GetEmployeeResponse](docs/models/GetEmployeeResponse.md) - - [GetEmployeeSchedulesResponse](docs/models/GetEmployeeSchedulesResponse.md) - - [GetEmployeesResponse](docs/models/GetEmployeesResponse.md) - - [GetFileResponse](docs/models/GetFileResponse.md) - - [GetFilesResponse](docs/models/GetFilesResponse.md) - - [GetFolderResponse](docs/models/GetFolderResponse.md) - - [GetFoldersResponse](docs/models/GetFoldersResponse.md) - - [GetHrisCompaniesResponse](docs/models/GetHrisCompaniesResponse.md) - - [GetHrisCompanyResponse](docs/models/GetHrisCompanyResponse.md) - - [GetHrisJobResponse](docs/models/GetHrisJobResponse.md) - - [GetHrisJobsResponse](docs/models/GetHrisJobsResponse.md) - - [GetInvoiceItemResponse](docs/models/GetInvoiceItemResponse.md) - - [GetInvoiceItemsResponse](docs/models/GetInvoiceItemsResponse.md) - - [GetInvoiceResponse](docs/models/GetInvoiceResponse.md) - - [GetInvoicesResponse](docs/models/GetInvoicesResponse.md) - - [GetItemResponse](docs/models/GetItemResponse.md) - - [GetItemsResponse](docs/models/GetItemsResponse.md) - - [GetJobResponse](docs/models/GetJobResponse.md) - - [GetJobsResponse](docs/models/GetJobsResponse.md) - - [GetJournalEntriesResponse](docs/models/GetJournalEntriesResponse.md) - - [GetJournalEntryResponse](docs/models/GetJournalEntryResponse.md) - - [GetLeadResponse](docs/models/GetLeadResponse.md) - - [GetLeadsResponse](docs/models/GetLeadsResponse.md) - - [GetLedgerAccountResponse](docs/models/GetLedgerAccountResponse.md) - - [GetLedgerAccountsResponse](docs/models/GetLedgerAccountsResponse.md) - - [GetLocationResponse](docs/models/GetLocationResponse.md) - - [GetLocationsResponse](docs/models/GetLocationsResponse.md) - - [GetLogsResponse](docs/models/GetLogsResponse.md) - - [GetMerchantResponse](docs/models/GetMerchantResponse.md) - - [GetMerchantsResponse](docs/models/GetMerchantsResponse.md) - - [GetMessageResponse](docs/models/GetMessageResponse.md) - - [GetMessagesResponse](docs/models/GetMessagesResponse.md) - - [GetModifierGroupResponse](docs/models/GetModifierGroupResponse.md) - - [GetModifierGroupsResponse](docs/models/GetModifierGroupsResponse.md) - - [GetModifierResponse](docs/models/GetModifierResponse.md) - - [GetModifiersResponse](docs/models/GetModifiersResponse.md) - - [GetNoteResponse](docs/models/GetNoteResponse.md) - - [GetNotesResponse](docs/models/GetNotesResponse.md) - - [GetOpportunitiesResponse](docs/models/GetOpportunitiesResponse.md) - - [GetOpportunityResponse](docs/models/GetOpportunityResponse.md) - - [GetOrderResponse](docs/models/GetOrderResponse.md) - - [GetOrderTypeResponse](docs/models/GetOrderTypeResponse.md) - - [GetOrderTypesResponse](docs/models/GetOrderTypesResponse.md) - - [GetOrdersResponse](docs/models/GetOrdersResponse.md) - - [GetPaymentResponse](docs/models/GetPaymentResponse.md) - - [GetPaymentsResponse](docs/models/GetPaymentsResponse.md) - - [GetPayrollResponse](docs/models/GetPayrollResponse.md) - - [GetPayrollsResponse](docs/models/GetPayrollsResponse.md) - - [GetPipelineResponse](docs/models/GetPipelineResponse.md) - - [GetPipelinesResponse](docs/models/GetPipelinesResponse.md) - - [GetPosPaymentResponse](docs/models/GetPosPaymentResponse.md) - - [GetPosPaymentsResponse](docs/models/GetPosPaymentsResponse.md) - - [GetProductResponse](docs/models/GetProductResponse.md) - - [GetProductsResponse](docs/models/GetProductsResponse.md) - - [GetProfitAndLossResponse](docs/models/GetProfitAndLossResponse.md) - - [GetPurchaseOrderResponse](docs/models/GetPurchaseOrderResponse.md) - - [GetPurchaseOrdersResponse](docs/models/GetPurchaseOrdersResponse.md) - - [GetResourceExampleResponse](docs/models/GetResourceExampleResponse.md) - - [GetResourceSchemaResponse](docs/models/GetResourceSchemaResponse.md) - - [GetSharedLinkResponse](docs/models/GetSharedLinkResponse.md) - - [GetSharedLinksResponse](docs/models/GetSharedLinksResponse.md) - - [GetStoreResponse](docs/models/GetStoreResponse.md) - - [GetStoresResponse](docs/models/GetStoresResponse.md) - - [GetSubsidiariesResponse](docs/models/GetSubsidiariesResponse.md) - - [GetSubsidiaryResponse](docs/models/GetSubsidiaryResponse.md) - - [GetSupplierResponse](docs/models/GetSupplierResponse.md) - - [GetSuppliersResponse](docs/models/GetSuppliersResponse.md) - - [GetTaxRateResponse](docs/models/GetTaxRateResponse.md) - - [GetTaxRatesResponse](docs/models/GetTaxRatesResponse.md) - - [GetTenderResponse](docs/models/GetTenderResponse.md) - - [GetTendersResponse](docs/models/GetTendersResponse.md) - - [GetTicketResponse](docs/models/GetTicketResponse.md) - - [GetTicketsResponse](docs/models/GetTicketsResponse.md) - - [GetTimeOffRequestResponse](docs/models/GetTimeOffRequestResponse.md) - - [GetTimeOffRequestsResponse](docs/models/GetTimeOffRequestsResponse.md) - - [GetUploadSessionResponse](docs/models/GetUploadSessionResponse.md) - - [GetUserResponse](docs/models/GetUserResponse.md) - - [GetUsersResponse](docs/models/GetUsersResponse.md) - - [GetWebhookEventLogsResponse](docs/models/GetWebhookEventLogsResponse.md) - - [GetWebhookResponse](docs/models/GetWebhookResponse.md) - - [GetWebhooksResponse](docs/models/GetWebhooksResponse.md) - - [HrisCompany](docs/models/HrisCompany.md) - - [HrisEventType](docs/models/HrisEventType.md) - - [HrisJob](docs/models/HrisJob.md) - - [HrisJobLocation](docs/models/HrisJobLocation.md) - - [HrisJobs](docs/models/HrisJobs.md) - - [IdempotencyKey](docs/models/IdempotencyKey.md) - - [IntegrationState](docs/models/IntegrationState.md) - - [Invoice](docs/models/Invoice.md) - - [InvoiceItem](docs/models/InvoiceItem.md) - - [InvoiceItemAssetAccount](docs/models/InvoiceItemAssetAccount.md) - - [InvoiceItemExpenseAccount](docs/models/InvoiceItemExpenseAccount.md) - - [InvoiceItemIncomeAccount](docs/models/InvoiceItemIncomeAccount.md) - - [InvoiceItemSalesDetails](docs/models/InvoiceItemSalesDetails.md) - - [InvoiceItemsFilter](docs/models/InvoiceItemsFilter.md) - - [InvoiceLineItem](docs/models/InvoiceLineItem.md) - - [InvoiceResponse](docs/models/InvoiceResponse.md) - - [InvoicesFilter](docs/models/InvoicesFilter.md) - - [InvoicesSort](docs/models/InvoicesSort.md) - - [IssueTrackingEventType](docs/models/IssueTrackingEventType.md) - - [IssuesFilter](docs/models/IssuesFilter.md) - - [Item](docs/models/Item.md) - - [Job](docs/models/Job.md) - - [JobLinks](docs/models/JobLinks.md) - - [JobSalary](docs/models/JobSalary.md) - - [JobStatus](docs/models/JobStatus.md) - - [JournalEntriesFilter](docs/models/JournalEntriesFilter.md) - - [JournalEntriesSort](docs/models/JournalEntriesSort.md) - - [JournalEntry](docs/models/JournalEntry.md) - - [JournalEntryLineItem](docs/models/JournalEntryLineItem.md) - - [Lead](docs/models/Lead.md) - - [LeadEventType](docs/models/LeadEventType.md) - - [LeadsFilter](docs/models/LeadsFilter.md) - - [LeadsSort](docs/models/LeadsSort.md) - - [LedgerAccount](docs/models/LedgerAccount.md) - - [LedgerAccountCategories](docs/models/LedgerAccountCategories.md) - - [LedgerAccountParentAccount](docs/models/LedgerAccountParentAccount.md) - - [LedgerAccounts](docs/models/LedgerAccounts.md) - - [LedgerAccountsFilter](docs/models/LedgerAccountsFilter.md) - - [LedgerAccountsSort](docs/models/LedgerAccountsSort.md) - - [LinkedConnectorResource](docs/models/LinkedConnectorResource.md) - - [LinkedCustomer](docs/models/LinkedCustomer.md) - - [LinkedEcommerceCustomer](docs/models/LinkedEcommerceCustomer.md) - - [LinkedEcommerceOrder](docs/models/LinkedEcommerceOrder.md) - - [LinkedFolder](docs/models/LinkedFolder.md) - - [LinkedInvoiceItem](docs/models/LinkedInvoiceItem.md) - - [LinkedLedgerAccount](docs/models/LinkedLedgerAccount.md) - - [LinkedParentCustomer](docs/models/LinkedParentCustomer.md) - - [LinkedSupplier](docs/models/LinkedSupplier.md) - - [LinkedTaxRate](docs/models/LinkedTaxRate.md) - - [LinkedTrackingCategory](docs/models/LinkedTrackingCategory.md) - - [Links](docs/models/Links.md) - - [Location](docs/models/Location.md) - - [Log](docs/models/Log.md) - - [LogOperation](docs/models/LogOperation.md) - - [LogService](docs/models/LogService.md) - - [LogsFilter](docs/models/LogsFilter.md) - - [Merchant](docs/models/Merchant.md) - - [Message](docs/models/Message.md) - - [Meta](docs/models/Meta.md) - - [MetaCursors](docs/models/MetaCursors.md) - - [Modifier](docs/models/Modifier.md) - - [ModifierGroup](docs/models/ModifierGroup.md) - - [ModifierGroupFilter](docs/models/ModifierGroupFilter.md) - - [NotFoundResponse](docs/models/NotFoundResponse.md) - - [NotImplementedResponse](docs/models/NotImplementedResponse.md) - - [Note](docs/models/Note.md) - - [OAuthGrantType](docs/models/OAuthGrantType.md) - - [Offer](docs/models/Offer.md) - - [OpportunitiesFilter](docs/models/OpportunitiesFilter.md) - - [OpportunitiesSort](docs/models/OpportunitiesSort.md) - - [Opportunity](docs/models/Opportunity.md) - - [Order](docs/models/Order.md) - - [OrderCustomers](docs/models/OrderCustomers.md) - - [OrderDiscounts](docs/models/OrderDiscounts.md) - - [OrderFulfillments](docs/models/OrderFulfillments.md) - - [OrderLineItems](docs/models/OrderLineItems.md) - - [OrderPayments](docs/models/OrderPayments.md) - - [OrderPickupDetails](docs/models/OrderPickupDetails.md) - - [OrderPickupDetailsCurbsidePickupDetails](docs/models/OrderPickupDetailsCurbsidePickupDetails.md) - - [OrderPickupDetailsRecipient](docs/models/OrderPickupDetailsRecipient.md) - - [OrderRefunds](docs/models/OrderRefunds.md) - - [OrderTenders](docs/models/OrderTenders.md) - - [OrderType](docs/models/OrderType.md) - - [OrdersSort](docs/models/OrdersSort.md) - - [Owner](docs/models/Owner.md) - - [PaginationCoverage](docs/models/PaginationCoverage.md) - - [PassThroughBody](docs/models/PassThroughBody.md) - - [PassThroughQuery](docs/models/PassThroughQuery.md) - - [Payment](docs/models/Payment.md) - - [PaymentCard](docs/models/PaymentCard.md) - - [PaymentFrequency](docs/models/PaymentFrequency.md) - - [PaymentRequiredResponse](docs/models/PaymentRequiredResponse.md) - - [PaymentUnit](docs/models/PaymentUnit.md) - - [PaymentsFilter](docs/models/PaymentsFilter.md) - - [PaymentsSort](docs/models/PaymentsSort.md) - - [Payroll](docs/models/Payroll.md) - - [PayrollTotals](docs/models/PayrollTotals.md) - - [PayrollsFilter](docs/models/PayrollsFilter.md) - - [Person](docs/models/Person.md) - - [PhoneNumber](docs/models/PhoneNumber.md) - - [Pipeline](docs/models/Pipeline.md) - - [PipelineStages](docs/models/PipelineStages.md) - - [PosBankAccount](docs/models/PosBankAccount.md) - - [PosBankAccountAchDetails](docs/models/PosBankAccountAchDetails.md) - - [PosPayment](docs/models/PosPayment.md) - - [PosPaymentCardDetails](docs/models/PosPaymentCardDetails.md) - - [PosPaymentExternalDetails](docs/models/PosPaymentExternalDetails.md) - - [Price](docs/models/Price.md) - - [ProbationPeriod](docs/models/ProbationPeriod.md) - - [ProfitAndLoss](docs/models/ProfitAndLoss.md) - - [ProfitAndLossExpenses](docs/models/ProfitAndLossExpenses.md) - - [ProfitAndLossFilter](docs/models/ProfitAndLossFilter.md) - - [ProfitAndLossGrossProfit](docs/models/ProfitAndLossGrossProfit.md) - - [ProfitAndLossIncome](docs/models/ProfitAndLossIncome.md) - - [ProfitAndLossNetIncome](docs/models/ProfitAndLossNetIncome.md) - - [ProfitAndLossNetOperatingIncome](docs/models/ProfitAndLossNetOperatingIncome.md) - - [ProfitAndLossRecord](docs/models/ProfitAndLossRecord.md) - - [ProfitAndLossRecords](docs/models/ProfitAndLossRecords.md) - - [ProfitAndLossSection](docs/models/ProfitAndLossSection.md) - - [PurchaseOrder](docs/models/PurchaseOrder.md) - - [PurchaseOrdersFilter](docs/models/PurchaseOrdersFilter.md) - - [PurchaseOrdersSort](docs/models/PurchaseOrdersSort.md) - - [RequestCountAllocation](docs/models/RequestCountAllocation.md) - - [RequestRate](docs/models/RequestRate.md) - - [ResolveWebhookEventRequest](docs/models/ResolveWebhookEventRequest.md) - - [ResolveWebhookEventsRequest](docs/models/ResolveWebhookEventsRequest.md) - - [ResolveWebhookResponse](docs/models/ResolveWebhookResponse.md) - - [ResourceExample](docs/models/ResourceExample.md) - - [ResourceStatus](docs/models/ResourceStatus.md) - - [Schedule](docs/models/Schedule.md) - - [ScheduleWorkPattern](docs/models/ScheduleWorkPattern.md) - - [ScheduleWorkPatternOddWeeks](docs/models/ScheduleWorkPatternOddWeeks.md) - - [SchemaSupport](docs/models/SchemaSupport.md) - - [ServiceCharge](docs/models/ServiceCharge.md) - - [ServiceCharges](docs/models/ServiceCharges.md) - - [Session](docs/models/Session.md) - - [SessionSettings](docs/models/SessionSettings.md) - - [SessionTheme](docs/models/SessionTheme.md) - - [SharedLink](docs/models/SharedLink.md) - - [SharedLinkTarget](docs/models/SharedLinkTarget.md) - - [SimpleFormFieldOption](docs/models/SimpleFormFieldOption.md) - - [SocialLink](docs/models/SocialLink.md) - - [SortDirection](docs/models/SortDirection.md) - - [Status](docs/models/Status.md) - - [Subsidiary](docs/models/Subsidiary.md) - - [SubsidiaryReference](docs/models/SubsidiaryReference.md) - - [Supplier](docs/models/Supplier.md) - - [SuppliersFilter](docs/models/SuppliersFilter.md) - - [SuppliersSort](docs/models/SuppliersSort.md) - - [SupportedProperty](docs/models/SupportedProperty.md) - - [Tags](docs/models/Tags.md) - - [Tax](docs/models/Tax.md) - - [TaxRate](docs/models/TaxRate.md) - - [TaxRatesFilter](docs/models/TaxRatesFilter.md) - - [Team](docs/models/Team.md) - - [Tender](docs/models/Tender.md) - - [Ticket](docs/models/Ticket.md) - - [TicketsSort](docs/models/TicketsSort.md) - - [TimeOffRequest](docs/models/TimeOffRequest.md) - - [TimeOffRequestNotes](docs/models/TimeOffRequestNotes.md) - - [TimeOffRequestsFilter](docs/models/TimeOffRequestsFilter.md) - - [TooManyRequestsResponse](docs/models/TooManyRequestsResponse.md) - - [TooManyRequestsResponseDetail](docs/models/TooManyRequestsResponseDetail.md) - - [TrackingItem](docs/models/TrackingItem.md) - - [UnauthorizedResponse](docs/models/UnauthorizedResponse.md) - - [UnexpectedErrorResponse](docs/models/UnexpectedErrorResponse.md) - - [UnifiedApiId](docs/models/UnifiedApiId.md) - - [UnifiedFile](docs/models/UnifiedFile.md) - - [UnifiedFilePermissions](docs/models/UnifiedFilePermissions.md) - - [UnifiedId](docs/models/UnifiedId.md) - - [UnprocessableResponse](docs/models/UnprocessableResponse.md) - - [UpdateAccountingDepartmentResponse](docs/models/UpdateAccountingDepartmentResponse.md) - - [UpdateAccountingLocationResponse](docs/models/UpdateAccountingLocationResponse.md) - - [UpdateActivityResponse](docs/models/UpdateActivityResponse.md) - - [UpdateApplicantResponse](docs/models/UpdateApplicantResponse.md) - - [UpdateApplicationResponse](docs/models/UpdateApplicationResponse.md) - - [UpdateBillResponse](docs/models/UpdateBillResponse.md) - - [UpdateCommentResponse](docs/models/UpdateCommentResponse.md) - - [UpdateCompanyResponse](docs/models/UpdateCompanyResponse.md) - - [UpdateConnectionResponse](docs/models/UpdateConnectionResponse.md) - - [UpdateConsumerRequest](docs/models/UpdateConsumerRequest.md) - - [UpdateConsumerResponse](docs/models/UpdateConsumerResponse.md) - - [UpdateContactResponse](docs/models/UpdateContactResponse.md) - - [UpdateCreditNoteResponse](docs/models/UpdateCreditNoteResponse.md) - - [UpdateCustomMappingRequest](docs/models/UpdateCustomMappingRequest.md) - - [UpdateCustomMappingResponse](docs/models/UpdateCustomMappingResponse.md) - - [UpdateCustomerResponse](docs/models/UpdateCustomerResponse.md) - - [UpdateDepartmentResponse](docs/models/UpdateDepartmentResponse.md) - - [UpdateDriveGroupResponse](docs/models/UpdateDriveGroupResponse.md) - - [UpdateDriveResponse](docs/models/UpdateDriveResponse.md) - - [UpdateEcommerceCustomerResponse](docs/models/UpdateEcommerceCustomerResponse.md) - - [UpdateEcommerceOrderResponse](docs/models/UpdateEcommerceOrderResponse.md) - - [UpdateEmployeeResponse](docs/models/UpdateEmployeeResponse.md) - - [UpdateFileRequest](docs/models/UpdateFileRequest.md) - - [UpdateFileResponse](docs/models/UpdateFileResponse.md) - - [UpdateFolderRequest](docs/models/UpdateFolderRequest.md) - - [UpdateFolderResponse](docs/models/UpdateFolderResponse.md) - - [UpdateHrisCompanyResponse](docs/models/UpdateHrisCompanyResponse.md) - - [UpdateInvoiceItemsResponse](docs/models/UpdateInvoiceItemsResponse.md) - - [UpdateInvoiceResponse](docs/models/UpdateInvoiceResponse.md) - - [UpdateItemResponse](docs/models/UpdateItemResponse.md) - - [UpdateJobResponse](docs/models/UpdateJobResponse.md) - - [UpdateJournalEntryResponse](docs/models/UpdateJournalEntryResponse.md) - - [UpdateLeadResponse](docs/models/UpdateLeadResponse.md) - - [UpdateLedgerAccountResponse](docs/models/UpdateLedgerAccountResponse.md) - - [UpdateLocationResponse](docs/models/UpdateLocationResponse.md) - - [UpdateMerchantResponse](docs/models/UpdateMerchantResponse.md) - - [UpdateMessageResponse](docs/models/UpdateMessageResponse.md) - - [UpdateModifierGroupResponse](docs/models/UpdateModifierGroupResponse.md) - - [UpdateModifierResponse](docs/models/UpdateModifierResponse.md) - - [UpdateNoteResponse](docs/models/UpdateNoteResponse.md) - - [UpdateOpportunityResponse](docs/models/UpdateOpportunityResponse.md) - - [UpdateOrderResponse](docs/models/UpdateOrderResponse.md) - - [UpdateOrderTypeResponse](docs/models/UpdateOrderTypeResponse.md) - - [UpdatePaymentResponse](docs/models/UpdatePaymentResponse.md) - - [UpdatePipelineResponse](docs/models/UpdatePipelineResponse.md) - - [UpdatePosPaymentResponse](docs/models/UpdatePosPaymentResponse.md) - - [UpdateProductResponse](docs/models/UpdateProductResponse.md) - - [UpdatePurchaseOrderResponse](docs/models/UpdatePurchaseOrderResponse.md) - - [UpdateSharedLinkResponse](docs/models/UpdateSharedLinkResponse.md) - - [UpdateSubsidiaryResponse](docs/models/UpdateSubsidiaryResponse.md) - - [UpdateSupplierResponse](docs/models/UpdateSupplierResponse.md) - - [UpdateTaxRateResponse](docs/models/UpdateTaxRateResponse.md) - - [UpdateTenderResponse](docs/models/UpdateTenderResponse.md) - - [UpdateTicketResponse](docs/models/UpdateTicketResponse.md) - - [UpdateTimeOffRequestResponse](docs/models/UpdateTimeOffRequestResponse.md) - - [UpdateUploadSessionResponse](docs/models/UpdateUploadSessionResponse.md) - - [UpdateUserResponse](docs/models/UpdateUserResponse.md) - - [UpdateWebhookRequest](docs/models/UpdateWebhookRequest.md) - - [UpdateWebhookResponse](docs/models/UpdateWebhookResponse.md) - - [UploadSession](docs/models/UploadSession.md) - - [Url](docs/models/Url.md) - - [User](docs/models/User.md) - - [ValidateConnectionStateResponse](docs/models/ValidateConnectionStateResponse.md) - - [ValidateConnectionStateResponseData](docs/models/ValidateConnectionStateResponseData.md) - - [VaultEventType](docs/models/VaultEventType.md) - - [VirtualWebhooks](docs/models/VirtualWebhooks.md) - - [WalletDetails](docs/models/WalletDetails.md) - - [Webhook](docs/models/Webhook.md) - - [WebhookEvent](docs/models/WebhookEvent.md) - - [WebhookEventLog](docs/models/WebhookEventLog.md) - - [WebhookEventLogAttempts](docs/models/WebhookEventLogAttempts.md) - - [WebhookEventLogService](docs/models/WebhookEventLogService.md) - - [WebhookEventLogsFilter](docs/models/WebhookEventLogsFilter.md) - - [WebhookEventLogsFilterService](docs/models/WebhookEventLogsFilterService.md) - - [WebhookEventType](docs/models/WebhookEventType.md) - - [WebhookSubscription](docs/models/WebhookSubscription.md) - - [WebhookSupport](docs/models/WebhookSupport.md) - - [Website](docs/models/Website.md) - +- [AccountingCustomer](docs/models/AccountingCustomer.md) +- [AccountingDepartment](docs/models/AccountingDepartment.md) +- [AccountingDepartmentsFilter](docs/models/AccountingDepartmentsFilter.md) +- [AccountingEventType](docs/models/AccountingEventType.md) +- [AccountingLocation](docs/models/AccountingLocation.md) +- [AccountingLocationsFilter](docs/models/AccountingLocationsFilter.md) +- [ActivitiesFilter](docs/models/ActivitiesFilter.md) +- [ActivitiesSort](docs/models/ActivitiesSort.md) +- [Activity](docs/models/Activity.md) +- [ActivityAttendee](docs/models/ActivityAttendee.md) +- [Address](docs/models/Address.md) +- [Allocation](docs/models/Allocation.md) +- [Api](docs/models/Api.md) +- [ApiResource](docs/models/ApiResource.md) +- [ApiResourceCoverage](docs/models/ApiResourceCoverage.md) +- [ApiResourceCoverageCoverage](docs/models/ApiResourceCoverageCoverage.md) +- [ApiResourceLinkedResources](docs/models/ApiResourceLinkedResources.md) +- [ApiResources](docs/models/ApiResources.md) +- [ApiStatus](docs/models/ApiStatus.md) +- [ApisFilter](docs/models/ApisFilter.md) +- [Applicant](docs/models/Applicant.md) +- [ApplicantSocialLinks](docs/models/ApplicantSocialLinks.md) +- [ApplicantWebsites](docs/models/ApplicantWebsites.md) +- [ApplicantsFilter](docs/models/ApplicantsFilter.md) +- [Application](docs/models/Application.md) +- [ApplicationStage](docs/models/ApplicationStage.md) +- [Assignee](docs/models/Assignee.md) +- [AtsActivity](docs/models/AtsActivity.md) +- [AtsEventType](docs/models/AtsEventType.md) +- [Attachment](docs/models/Attachment.md) +- [AttachmentReference](docs/models/AttachmentReference.md) +- [AttachmentReferenceType](docs/models/AttachmentReferenceType.md) +- [AuthType](docs/models/AuthType.md) +- [BadRequestResponse](docs/models/BadRequestResponse.md) +- [BalanceSheet](docs/models/BalanceSheet.md) +- [BalanceSheetAccount](docs/models/BalanceSheetAccount.md) +- [BalanceSheetAccountRecord](docs/models/BalanceSheetAccountRecord.md) +- [BalanceSheetAccounts](docs/models/BalanceSheetAccounts.md) +- [BalanceSheetFilter](docs/models/BalanceSheetFilter.md) +- [BalanceSheetReports](docs/models/BalanceSheetReports.md) +- [BankAccount](docs/models/BankAccount.md) +- [Benefit](docs/models/Benefit.md) +- [Bill](docs/models/Bill.md) +- [BillLineItem](docs/models/BillLineItem.md) +- [BillsFilter](docs/models/BillsFilter.md) +- [BillsSort](docs/models/BillsSort.md) +- [Branch](docs/models/Branch.md) +- [CashDetails](docs/models/CashDetails.md) +- [Collection](docs/models/Collection.md) +- [CollectionTag](docs/models/CollectionTag.md) +- [CollectionTicketComment](docs/models/CollectionTicketComment.md) +- [CollectionUser](docs/models/CollectionUser.md) +- [CollectionsSort](docs/models/CollectionsSort.md) +- [CommentsSort](docs/models/CommentsSort.md) +- [CompaniesFilter](docs/models/CompaniesFilter.md) +- [CompaniesSort](docs/models/CompaniesSort.md) +- [Company](docs/models/Company.md) +- [CompanyInfo](docs/models/CompanyInfo.md) +- [CompanyRowType](docs/models/CompanyRowType.md) +- [Compensation](docs/models/Compensation.md) +- [Connection](docs/models/Connection.md) +- [ConnectionConfiguration](docs/models/ConnectionConfiguration.md) +- [ConnectionDefaults](docs/models/ConnectionDefaults.md) +- [ConnectionImportData](docs/models/ConnectionImportData.md) +- [ConnectionImportDataCredentials](docs/models/ConnectionImportDataCredentials.md) +- [ConnectionMetadata](docs/models/ConnectionMetadata.md) +- [ConnectionState](docs/models/ConnectionState.md) +- [ConnectionWebhook](docs/models/ConnectionWebhook.md) +- [Connector](docs/models/Connector.md) +- [ConnectorDoc](docs/models/ConnectorDoc.md) +- [ConnectorEvent](docs/models/ConnectorEvent.md) +- [ConnectorOauthScopes](docs/models/ConnectorOauthScopes.md) +- [ConnectorOauthScopes1](docs/models/ConnectorOauthScopes1.md) +- [ConnectorResource](docs/models/ConnectorResource.md) +- [ConnectorSetting](docs/models/ConnectorSetting.md) +- [ConnectorStatus](docs/models/ConnectorStatus.md) +- [ConnectorTlsSupport](docs/models/ConnectorTlsSupport.md) +- [ConnectorUnifiedApis](docs/models/ConnectorUnifiedApis.md) +- [ConnectorsFilter](docs/models/ConnectorsFilter.md) +- [Consumer](docs/models/Consumer.md) +- [ConsumerConnection](docs/models/ConsumerConnection.md) +- [ConsumerMetadata](docs/models/ConsumerMetadata.md) +- [ConsumerRequestCountsInDateRangeResponse](docs/models/ConsumerRequestCountsInDateRangeResponse.md) +- [ConsumerRequestCountsInDateRangeResponseData](docs/models/ConsumerRequestCountsInDateRangeResponseData.md) +- [Contact](docs/models/Contact.md) +- [ContactsFilter](docs/models/ContactsFilter.md) +- [ContactsSort](docs/models/ContactsSort.md) +- [CopyFolderRequest](docs/models/CopyFolderRequest.md) +- [Country](docs/models/Country.md) +- [CreateAccountingDepartmentResponse](docs/models/CreateAccountingDepartmentResponse.md) +- [CreateAccountingLocationResponse](docs/models/CreateAccountingLocationResponse.md) +- [CreateActivityResponse](docs/models/CreateActivityResponse.md) +- [CreateApplicantResponse](docs/models/CreateApplicantResponse.md) +- [CreateApplicationResponse](docs/models/CreateApplicationResponse.md) +- [CreateAttachmentRequest](docs/models/CreateAttachmentRequest.md) +- [CreateAttachmentResponse](docs/models/CreateAttachmentResponse.md) +- [CreateBillResponse](docs/models/CreateBillResponse.md) +- [CreateCommentResponse](docs/models/CreateCommentResponse.md) +- [CreateCompanyResponse](docs/models/CreateCompanyResponse.md) +- [CreateConnectionResponse](docs/models/CreateConnectionResponse.md) +- [CreateConsumerResponse](docs/models/CreateConsumerResponse.md) +- [CreateContactResponse](docs/models/CreateContactResponse.md) +- [CreateCreditNoteResponse](docs/models/CreateCreditNoteResponse.md) +- [CreateCustomMappingRequest](docs/models/CreateCustomMappingRequest.md) +- [CreateCustomMappingResponse](docs/models/CreateCustomMappingResponse.md) +- [CreateCustomerResponse](docs/models/CreateCustomerResponse.md) +- [CreateDepartmentResponse](docs/models/CreateDepartmentResponse.md) +- [CreateDriveGroupResponse](docs/models/CreateDriveGroupResponse.md) +- [CreateDriveResponse](docs/models/CreateDriveResponse.md) +- [CreateEcommerceCustomerResponse](docs/models/CreateEcommerceCustomerResponse.md) +- [CreateEcommerceOrderResponse](docs/models/CreateEcommerceOrderResponse.md) +- [CreateEmployeeResponse](docs/models/CreateEmployeeResponse.md) +- [CreateFileRequest](docs/models/CreateFileRequest.md) +- [CreateFileResponse](docs/models/CreateFileResponse.md) +- [CreateFolderRequest](docs/models/CreateFolderRequest.md) +- [CreateFolderResponse](docs/models/CreateFolderResponse.md) +- [CreateHrisCompanyResponse](docs/models/CreateHrisCompanyResponse.md) +- [CreateInvoiceItemResponse](docs/models/CreateInvoiceItemResponse.md) +- [CreateInvoiceResponse](docs/models/CreateInvoiceResponse.md) +- [CreateItemResponse](docs/models/CreateItemResponse.md) +- [CreateJobResponse](docs/models/CreateJobResponse.md) +- [CreateJournalEntryResponse](docs/models/CreateJournalEntryResponse.md) +- [CreateLeadResponse](docs/models/CreateLeadResponse.md) +- [CreateLedgerAccountResponse](docs/models/CreateLedgerAccountResponse.md) +- [CreateLocationResponse](docs/models/CreateLocationResponse.md) +- [CreateMerchantResponse](docs/models/CreateMerchantResponse.md) +- [CreateMessageResponse](docs/models/CreateMessageResponse.md) +- [CreateModifierGroupResponse](docs/models/CreateModifierGroupResponse.md) +- [CreateModifierResponse](docs/models/CreateModifierResponse.md) +- [CreateNoteResponse](docs/models/CreateNoteResponse.md) +- [CreateOpportunityResponse](docs/models/CreateOpportunityResponse.md) +- [CreateOrderResponse](docs/models/CreateOrderResponse.md) +- [CreateOrderTypeResponse](docs/models/CreateOrderTypeResponse.md) +- [CreatePaymentResponse](docs/models/CreatePaymentResponse.md) +- [CreatePipelineResponse](docs/models/CreatePipelineResponse.md) +- [CreatePosPaymentResponse](docs/models/CreatePosPaymentResponse.md) +- [CreateProductResponse](docs/models/CreateProductResponse.md) +- [CreatePurchaseOrderResponse](docs/models/CreatePurchaseOrderResponse.md) +- [CreateSessionResponse](docs/models/CreateSessionResponse.md) +- [CreateSessionResponseData](docs/models/CreateSessionResponseData.md) +- [CreateSharedLinkResponse](docs/models/CreateSharedLinkResponse.md) +- [CreateSubsidiaryResponse](docs/models/CreateSubsidiaryResponse.md) +- [CreateSupplierResponse](docs/models/CreateSupplierResponse.md) +- [CreateTaxRateResponse](docs/models/CreateTaxRateResponse.md) +- [CreateTenderResponse](docs/models/CreateTenderResponse.md) +- [CreateTicketResponse](docs/models/CreateTicketResponse.md) +- [CreateTimeOffRequestResponse](docs/models/CreateTimeOffRequestResponse.md) +- [CreateUploadSessionRequest](docs/models/CreateUploadSessionRequest.md) +- [CreateUploadSessionResponse](docs/models/CreateUploadSessionResponse.md) +- [CreateUserResponse](docs/models/CreateUserResponse.md) +- [CreateWebhookRequest](docs/models/CreateWebhookRequest.md) +- [CreateWebhookResponse](docs/models/CreateWebhookResponse.md) +- [CreditNote](docs/models/CreditNote.md) +- [CreditNotesFilter](docs/models/CreditNotesFilter.md) +- [CreditNotesSort](docs/models/CreditNotesSort.md) +- [CrmEventType](docs/models/CrmEventType.md) +- [Currency](docs/models/Currency.md) +- [CustomField](docs/models/CustomField.md) +- [CustomFieldFinder](docs/models/CustomFieldFinder.md) +- [CustomMapping](docs/models/CustomMapping.md) +- [Customer](docs/models/Customer.md) +- [CustomersFilter](docs/models/CustomersFilter.md) +- [CustomersSort](docs/models/CustomersSort.md) +- [Deduction](docs/models/Deduction.md) +- [DeleteAccountingDepartmentResponse](docs/models/DeleteAccountingDepartmentResponse.md) +- [DeleteAccountingLocationResponse](docs/models/DeleteAccountingLocationResponse.md) +- [DeleteActivityResponse](docs/models/DeleteActivityResponse.md) +- [DeleteApplicantResponse](docs/models/DeleteApplicantResponse.md) +- [DeleteApplicationResponse](docs/models/DeleteApplicationResponse.md) +- [DeleteAttachmentResponse](docs/models/DeleteAttachmentResponse.md) +- [DeleteBillResponse](docs/models/DeleteBillResponse.md) +- [DeleteCommentResponse](docs/models/DeleteCommentResponse.md) +- [DeleteCompanyResponse](docs/models/DeleteCompanyResponse.md) +- [DeleteConsumerResponse](docs/models/DeleteConsumerResponse.md) +- [DeleteContactResponse](docs/models/DeleteContactResponse.md) +- [DeleteCreditNoteResponse](docs/models/DeleteCreditNoteResponse.md) +- [DeleteCustomerResponse](docs/models/DeleteCustomerResponse.md) +- [DeleteDepartmentResponse](docs/models/DeleteDepartmentResponse.md) +- [DeleteDriveGroupResponse](docs/models/DeleteDriveGroupResponse.md) +- [DeleteDriveResponse](docs/models/DeleteDriveResponse.md) +- [DeleteEcommerceCustomerResponse](docs/models/DeleteEcommerceCustomerResponse.md) +- [DeleteEcommerceOrderResponse](docs/models/DeleteEcommerceOrderResponse.md) +- [DeleteEmployeeResponse](docs/models/DeleteEmployeeResponse.md) +- [DeleteFileResponse](docs/models/DeleteFileResponse.md) +- [DeleteFolderResponse](docs/models/DeleteFolderResponse.md) +- [DeleteHrisCompanyResponse](docs/models/DeleteHrisCompanyResponse.md) +- [DeleteInvoiceItemResponse](docs/models/DeleteInvoiceItemResponse.md) +- [DeleteInvoiceResponse](docs/models/DeleteInvoiceResponse.md) +- [DeleteItemResponse](docs/models/DeleteItemResponse.md) +- [DeleteJobResponse](docs/models/DeleteJobResponse.md) +- [DeleteJournalEntryResponse](docs/models/DeleteJournalEntryResponse.md) +- [DeleteLeadResponse](docs/models/DeleteLeadResponse.md) +- [DeleteLedgerAccountResponse](docs/models/DeleteLedgerAccountResponse.md) +- [DeleteLocationResponse](docs/models/DeleteLocationResponse.md) +- [DeleteMerchantResponse](docs/models/DeleteMerchantResponse.md) +- [DeleteMessageResponse](docs/models/DeleteMessageResponse.md) +- [DeleteModifierGroupResponse](docs/models/DeleteModifierGroupResponse.md) +- [DeleteModifierResponse](docs/models/DeleteModifierResponse.md) +- [DeleteNoteResponse](docs/models/DeleteNoteResponse.md) +- [DeleteOpportunityResponse](docs/models/DeleteOpportunityResponse.md) +- [DeleteOrderResponse](docs/models/DeleteOrderResponse.md) +- [DeleteOrderTypeResponse](docs/models/DeleteOrderTypeResponse.md) +- [DeletePaymentResponse](docs/models/DeletePaymentResponse.md) +- [DeletePipelineResponse](docs/models/DeletePipelineResponse.md) +- [DeletePosPaymentResponse](docs/models/DeletePosPaymentResponse.md) +- [DeleteProductResponse](docs/models/DeleteProductResponse.md) +- [DeletePurchaseOrderResponse](docs/models/DeletePurchaseOrderResponse.md) +- [DeleteSharedLinkResponse](docs/models/DeleteSharedLinkResponse.md) +- [DeleteSubsidiaryResponse](docs/models/DeleteSubsidiaryResponse.md) +- [DeleteSupplierResponse](docs/models/DeleteSupplierResponse.md) +- [DeleteTaxRateResponse](docs/models/DeleteTaxRateResponse.md) +- [DeleteTenderResponse](docs/models/DeleteTenderResponse.md) +- [DeleteTicketResponse](docs/models/DeleteTicketResponse.md) +- [DeleteTimeOffRequestResponse](docs/models/DeleteTimeOffRequestResponse.md) +- [DeleteUploadSessionResponse](docs/models/DeleteUploadSessionResponse.md) +- [DeleteUserResponse](docs/models/DeleteUserResponse.md) +- [DeleteWebhookResponse](docs/models/DeleteWebhookResponse.md) +- [DeliveryUrl](docs/models/DeliveryUrl.md) +- [Department](docs/models/Department.md) +- [Drive](docs/models/Drive.md) +- [DriveGroup](docs/models/DriveGroup.md) +- [DriveGroupsFilter](docs/models/DriveGroupsFilter.md) +- [DrivesFilter](docs/models/DrivesFilter.md) +- [EcommerceAddress](docs/models/EcommerceAddress.md) +- [EcommerceCustomer](docs/models/EcommerceCustomer.md) +- [EcommerceCustomerAddresses](docs/models/EcommerceCustomerAddresses.md) +- [EcommerceCustomersFilter](docs/models/EcommerceCustomersFilter.md) +- [EcommerceDiscount](docs/models/EcommerceDiscount.md) +- [EcommerceOrder](docs/models/EcommerceOrder.md) +- [EcommerceOrderLineItem](docs/models/EcommerceOrderLineItem.md) +- [EcommerceOrderStatus](docs/models/EcommerceOrderStatus.md) +- [EcommerceOrdersFilter](docs/models/EcommerceOrdersFilter.md) +- [EcommerceProduct](docs/models/EcommerceProduct.md) +- [EcommerceProductCategories](docs/models/EcommerceProductCategories.md) +- [EcommerceProductImages](docs/models/EcommerceProductImages.md) +- [EcommerceProductImages1](docs/models/EcommerceProductImages1.md) +- [EcommerceProductOptions](docs/models/EcommerceProductOptions.md) +- [EcommerceProductOptions1](docs/models/EcommerceProductOptions1.md) +- [EcommerceProductVariants](docs/models/EcommerceProductVariants.md) +- [EcommerceStore](docs/models/EcommerceStore.md) +- [Email](docs/models/Email.md) +- [Employee](docs/models/Employee.md) +- [EmployeeCompensation](docs/models/EmployeeCompensation.md) +- [EmployeeEmploymentRole](docs/models/EmployeeEmploymentRole.md) +- [EmployeeJob](docs/models/EmployeeJob.md) +- [EmployeeList](docs/models/EmployeeList.md) +- [EmployeeManager](docs/models/EmployeeManager.md) +- [EmployeePayroll](docs/models/EmployeePayroll.md) +- [EmployeeSchedules](docs/models/EmployeeSchedules.md) +- [EmployeesFilter](docs/models/EmployeesFilter.md) +- [EmployeesOneFilter](docs/models/EmployeesOneFilter.md) +- [EmployeesSort](docs/models/EmployeesSort.md) +- [EmploymentStatus](docs/models/EmploymentStatus.md) +- [Error](docs/models/Error.md) +- [ExecuteBaseUrl](docs/models/ExecuteBaseUrl.md) +- [ExecuteWebhookEventRequest](docs/models/ExecuteWebhookEventRequest.md) +- [ExecuteWebhookEventsRequest](docs/models/ExecuteWebhookEventsRequest.md) +- [ExecuteWebhookResponse](docs/models/ExecuteWebhookResponse.md) +- [FileStorageEventType](docs/models/FileStorageEventType.md) +- [FileType](docs/models/FileType.md) +- [FilesFilter](docs/models/FilesFilter.md) +- [FilesSearch](docs/models/FilesSearch.md) +- [FilesSort](docs/models/FilesSort.md) +- [Folder](docs/models/Folder.md) +- [FormField](docs/models/FormField.md) +- [FormFieldOption](docs/models/FormFieldOption.md) +- [FormFieldOptionGroup](docs/models/FormFieldOptionGroup.md) +- [Gender](docs/models/Gender.md) +- [GetAccountingDepartmentResponse](docs/models/GetAccountingDepartmentResponse.md) +- [GetAccountingDepartmentsResponse](docs/models/GetAccountingDepartmentsResponse.md) +- [GetAccountingLocationResponse](docs/models/GetAccountingLocationResponse.md) +- [GetAccountingLocationsResponse](docs/models/GetAccountingLocationsResponse.md) +- [GetActivitiesResponse](docs/models/GetActivitiesResponse.md) +- [GetActivityResponse](docs/models/GetActivityResponse.md) +- [GetApiResourceCoverageResponse](docs/models/GetApiResourceCoverageResponse.md) +- [GetApiResourceResponse](docs/models/GetApiResourceResponse.md) +- [GetApiResponse](docs/models/GetApiResponse.md) +- [GetApisResponse](docs/models/GetApisResponse.md) +- [GetApplicantResponse](docs/models/GetApplicantResponse.md) +- [GetApplicantsResponse](docs/models/GetApplicantsResponse.md) +- [GetApplicationResponse](docs/models/GetApplicationResponse.md) +- [GetApplicationsResponse](docs/models/GetApplicationsResponse.md) +- [GetAttachmentResponse](docs/models/GetAttachmentResponse.md) +- [GetAttachmentsResponse](docs/models/GetAttachmentsResponse.md) +- [GetBalanceSheetResponse](docs/models/GetBalanceSheetResponse.md) +- [GetBillResponse](docs/models/GetBillResponse.md) +- [GetBillsResponse](docs/models/GetBillsResponse.md) +- [GetCollectionResponse](docs/models/GetCollectionResponse.md) +- [GetCollectionTagsResponse](docs/models/GetCollectionTagsResponse.md) +- [GetCollectionUserResponse](docs/models/GetCollectionUserResponse.md) +- [GetCollectionUsersResponse](docs/models/GetCollectionUsersResponse.md) +- [GetCollectionsResponse](docs/models/GetCollectionsResponse.md) +- [GetCommentResponse](docs/models/GetCommentResponse.md) +- [GetCommentsResponse](docs/models/GetCommentsResponse.md) +- [GetCompaniesResponse](docs/models/GetCompaniesResponse.md) +- [GetCompanyInfoResponse](docs/models/GetCompanyInfoResponse.md) +- [GetCompanyResponse](docs/models/GetCompanyResponse.md) +- [GetConnectionResponse](docs/models/GetConnectionResponse.md) +- [GetConnectionsResponse](docs/models/GetConnectionsResponse.md) +- [GetConnectorResourceExampleResponse](docs/models/GetConnectorResourceExampleResponse.md) +- [GetConnectorResourceExampleResponseData](docs/models/GetConnectorResourceExampleResponseData.md) +- [GetConnectorResourceResponse](docs/models/GetConnectorResourceResponse.md) +- [GetConnectorResourceSchemaResponse](docs/models/GetConnectorResourceSchemaResponse.md) +- [GetConnectorResponse](docs/models/GetConnectorResponse.md) +- [GetConnectorsResponse](docs/models/GetConnectorsResponse.md) +- [GetConsumerResponse](docs/models/GetConsumerResponse.md) +- [GetConsumersResponse](docs/models/GetConsumersResponse.md) +- [GetConsumersResponseData](docs/models/GetConsumersResponseData.md) +- [GetContactResponse](docs/models/GetContactResponse.md) +- [GetContactsResponse](docs/models/GetContactsResponse.md) +- [GetCreditNoteResponse](docs/models/GetCreditNoteResponse.md) +- [GetCreditNotesResponse](docs/models/GetCreditNotesResponse.md) +- [GetCustomFieldsResponse](docs/models/GetCustomFieldsResponse.md) +- [GetCustomMappingResponse](docs/models/GetCustomMappingResponse.md) +- [GetCustomerResponse](docs/models/GetCustomerResponse.md) +- [GetCustomersResponse](docs/models/GetCustomersResponse.md) +- [GetDepartmentResponse](docs/models/GetDepartmentResponse.md) +- [GetDepartmentsResponse](docs/models/GetDepartmentsResponse.md) +- [GetDriveGroupResponse](docs/models/GetDriveGroupResponse.md) +- [GetDriveGroupsResponse](docs/models/GetDriveGroupsResponse.md) +- [GetDriveResponse](docs/models/GetDriveResponse.md) +- [GetDrivesResponse](docs/models/GetDrivesResponse.md) +- [GetEcommerceCustomerResponse](docs/models/GetEcommerceCustomerResponse.md) +- [GetEcommerceCustomersResponse](docs/models/GetEcommerceCustomersResponse.md) +- [GetEcommerceOrderResponse](docs/models/GetEcommerceOrderResponse.md) +- [GetEcommerceOrdersResponse](docs/models/GetEcommerceOrdersResponse.md) +- [GetEmployeePayrollResponse](docs/models/GetEmployeePayrollResponse.md) +- [GetEmployeePayrollsResponse](docs/models/GetEmployeePayrollsResponse.md) +- [GetEmployeeResponse](docs/models/GetEmployeeResponse.md) +- [GetEmployeeSchedulesResponse](docs/models/GetEmployeeSchedulesResponse.md) +- [GetEmployeesResponse](docs/models/GetEmployeesResponse.md) +- [GetFileResponse](docs/models/GetFileResponse.md) +- [GetFilesResponse](docs/models/GetFilesResponse.md) +- [GetFolderResponse](docs/models/GetFolderResponse.md) +- [GetFoldersResponse](docs/models/GetFoldersResponse.md) +- [GetHrisCompaniesResponse](docs/models/GetHrisCompaniesResponse.md) +- [GetHrisCompanyResponse](docs/models/GetHrisCompanyResponse.md) +- [GetHrisJobResponse](docs/models/GetHrisJobResponse.md) +- [GetHrisJobsResponse](docs/models/GetHrisJobsResponse.md) +- [GetInvoiceItemResponse](docs/models/GetInvoiceItemResponse.md) +- [GetInvoiceItemsResponse](docs/models/GetInvoiceItemsResponse.md) +- [GetInvoiceResponse](docs/models/GetInvoiceResponse.md) +- [GetInvoicesResponse](docs/models/GetInvoicesResponse.md) +- [GetItemResponse](docs/models/GetItemResponse.md) +- [GetItemsResponse](docs/models/GetItemsResponse.md) +- [GetJobResponse](docs/models/GetJobResponse.md) +- [GetJobsResponse](docs/models/GetJobsResponse.md) +- [GetJournalEntriesResponse](docs/models/GetJournalEntriesResponse.md) +- [GetJournalEntryResponse](docs/models/GetJournalEntryResponse.md) +- [GetLeadResponse](docs/models/GetLeadResponse.md) +- [GetLeadsResponse](docs/models/GetLeadsResponse.md) +- [GetLedgerAccountResponse](docs/models/GetLedgerAccountResponse.md) +- [GetLedgerAccountsResponse](docs/models/GetLedgerAccountsResponse.md) +- [GetLocationResponse](docs/models/GetLocationResponse.md) +- [GetLocationsResponse](docs/models/GetLocationsResponse.md) +- [GetLogsResponse](docs/models/GetLogsResponse.md) +- [GetMerchantResponse](docs/models/GetMerchantResponse.md) +- [GetMerchantsResponse](docs/models/GetMerchantsResponse.md) +- [GetMessageResponse](docs/models/GetMessageResponse.md) +- [GetMessagesResponse](docs/models/GetMessagesResponse.md) +- [GetModifierGroupResponse](docs/models/GetModifierGroupResponse.md) +- [GetModifierGroupsResponse](docs/models/GetModifierGroupsResponse.md) +- [GetModifierResponse](docs/models/GetModifierResponse.md) +- [GetModifiersResponse](docs/models/GetModifiersResponse.md) +- [GetNoteResponse](docs/models/GetNoteResponse.md) +- [GetNotesResponse](docs/models/GetNotesResponse.md) +- [GetOpportunitiesResponse](docs/models/GetOpportunitiesResponse.md) +- [GetOpportunityResponse](docs/models/GetOpportunityResponse.md) +- [GetOrderResponse](docs/models/GetOrderResponse.md) +- [GetOrderTypeResponse](docs/models/GetOrderTypeResponse.md) +- [GetOrderTypesResponse](docs/models/GetOrderTypesResponse.md) +- [GetOrdersResponse](docs/models/GetOrdersResponse.md) +- [GetPaymentResponse](docs/models/GetPaymentResponse.md) +- [GetPaymentsResponse](docs/models/GetPaymentsResponse.md) +- [GetPayrollResponse](docs/models/GetPayrollResponse.md) +- [GetPayrollsResponse](docs/models/GetPayrollsResponse.md) +- [GetPipelineResponse](docs/models/GetPipelineResponse.md) +- [GetPipelinesResponse](docs/models/GetPipelinesResponse.md) +- [GetPosPaymentResponse](docs/models/GetPosPaymentResponse.md) +- [GetPosPaymentsResponse](docs/models/GetPosPaymentsResponse.md) +- [GetProductResponse](docs/models/GetProductResponse.md) +- [GetProductsResponse](docs/models/GetProductsResponse.md) +- [GetProfitAndLossResponse](docs/models/GetProfitAndLossResponse.md) +- [GetPurchaseOrderResponse](docs/models/GetPurchaseOrderResponse.md) +- [GetPurchaseOrdersResponse](docs/models/GetPurchaseOrdersResponse.md) +- [GetResourceExampleResponse](docs/models/GetResourceExampleResponse.md) +- [GetResourceSchemaResponse](docs/models/GetResourceSchemaResponse.md) +- [GetSharedLinkResponse](docs/models/GetSharedLinkResponse.md) +- [GetSharedLinksResponse](docs/models/GetSharedLinksResponse.md) +- [GetStoreResponse](docs/models/GetStoreResponse.md) +- [GetStoresResponse](docs/models/GetStoresResponse.md) +- [GetSubsidiariesResponse](docs/models/GetSubsidiariesResponse.md) +- [GetSubsidiaryResponse](docs/models/GetSubsidiaryResponse.md) +- [GetSupplierResponse](docs/models/GetSupplierResponse.md) +- [GetSuppliersResponse](docs/models/GetSuppliersResponse.md) +- [GetTaxRateResponse](docs/models/GetTaxRateResponse.md) +- [GetTaxRatesResponse](docs/models/GetTaxRatesResponse.md) +- [GetTenderResponse](docs/models/GetTenderResponse.md) +- [GetTendersResponse](docs/models/GetTendersResponse.md) +- [GetTicketResponse](docs/models/GetTicketResponse.md) +- [GetTicketsResponse](docs/models/GetTicketsResponse.md) +- [GetTimeOffRequestResponse](docs/models/GetTimeOffRequestResponse.md) +- [GetTimeOffRequestsResponse](docs/models/GetTimeOffRequestsResponse.md) +- [GetUploadSessionResponse](docs/models/GetUploadSessionResponse.md) +- [GetUserResponse](docs/models/GetUserResponse.md) +- [GetUsersResponse](docs/models/GetUsersResponse.md) +- [GetWebhookEventLogsResponse](docs/models/GetWebhookEventLogsResponse.md) +- [GetWebhookResponse](docs/models/GetWebhookResponse.md) +- [GetWebhooksResponse](docs/models/GetWebhooksResponse.md) +- [HrisCompany](docs/models/HrisCompany.md) +- [HrisEventType](docs/models/HrisEventType.md) +- [HrisJob](docs/models/HrisJob.md) +- [HrisJobLocation](docs/models/HrisJobLocation.md) +- [HrisJobs](docs/models/HrisJobs.md) +- [IdempotencyKey](docs/models/IdempotencyKey.md) +- [IntegrationState](docs/models/IntegrationState.md) +- [Invoice](docs/models/Invoice.md) +- [InvoiceItem](docs/models/InvoiceItem.md) +- [InvoiceItemAssetAccount](docs/models/InvoiceItemAssetAccount.md) +- [InvoiceItemExpenseAccount](docs/models/InvoiceItemExpenseAccount.md) +- [InvoiceItemIncomeAccount](docs/models/InvoiceItemIncomeAccount.md) +- [InvoiceItemSalesDetails](docs/models/InvoiceItemSalesDetails.md) +- [InvoiceItemsFilter](docs/models/InvoiceItemsFilter.md) +- [InvoiceLineItem](docs/models/InvoiceLineItem.md) +- [InvoiceResponse](docs/models/InvoiceResponse.md) +- [InvoicesFilter](docs/models/InvoicesFilter.md) +- [InvoicesSort](docs/models/InvoicesSort.md) +- [IssueTrackingEventType](docs/models/IssueTrackingEventType.md) +- [IssuesFilter](docs/models/IssuesFilter.md) +- [Item](docs/models/Item.md) +- [Job](docs/models/Job.md) +- [JobLinks](docs/models/JobLinks.md) +- [JobSalary](docs/models/JobSalary.md) +- [JobStatus](docs/models/JobStatus.md) +- [JournalEntriesFilter](docs/models/JournalEntriesFilter.md) +- [JournalEntriesSort](docs/models/JournalEntriesSort.md) +- [JournalEntry](docs/models/JournalEntry.md) +- [JournalEntryLineItem](docs/models/JournalEntryLineItem.md) +- [Lead](docs/models/Lead.md) +- [LeadEventType](docs/models/LeadEventType.md) +- [LeadsFilter](docs/models/LeadsFilter.md) +- [LeadsSort](docs/models/LeadsSort.md) +- [LedgerAccount](docs/models/LedgerAccount.md) +- [LedgerAccountCategories](docs/models/LedgerAccountCategories.md) +- [LedgerAccountParentAccount](docs/models/LedgerAccountParentAccount.md) +- [LedgerAccounts](docs/models/LedgerAccounts.md) +- [LedgerAccountsFilter](docs/models/LedgerAccountsFilter.md) +- [LedgerAccountsSort](docs/models/LedgerAccountsSort.md) +- [LinkedConnectorResource](docs/models/LinkedConnectorResource.md) +- [LinkedCustomer](docs/models/LinkedCustomer.md) +- [LinkedEcommerceCustomer](docs/models/LinkedEcommerceCustomer.md) +- [LinkedEcommerceOrder](docs/models/LinkedEcommerceOrder.md) +- [LinkedFolder](docs/models/LinkedFolder.md) +- [LinkedInvoiceItem](docs/models/LinkedInvoiceItem.md) +- [LinkedLedgerAccount](docs/models/LinkedLedgerAccount.md) +- [LinkedParentCustomer](docs/models/LinkedParentCustomer.md) +- [LinkedSupplier](docs/models/LinkedSupplier.md) +- [LinkedTaxRate](docs/models/LinkedTaxRate.md) +- [LinkedTrackingCategory](docs/models/LinkedTrackingCategory.md) +- [Links](docs/models/Links.md) +- [Location](docs/models/Location.md) +- [Log](docs/models/Log.md) +- [LogOperation](docs/models/LogOperation.md) +- [LogService](docs/models/LogService.md) +- [LogsFilter](docs/models/LogsFilter.md) +- [Merchant](docs/models/Merchant.md) +- [Message](docs/models/Message.md) +- [Meta](docs/models/Meta.md) +- [MetaCursors](docs/models/MetaCursors.md) +- [Modifier](docs/models/Modifier.md) +- [ModifierGroup](docs/models/ModifierGroup.md) +- [ModifierGroupFilter](docs/models/ModifierGroupFilter.md) +- [NotFoundResponse](docs/models/NotFoundResponse.md) +- [NotImplementedResponse](docs/models/NotImplementedResponse.md) +- [Note](docs/models/Note.md) +- [OAuthGrantType](docs/models/OAuthGrantType.md) +- [Offer](docs/models/Offer.md) +- [OpportunitiesFilter](docs/models/OpportunitiesFilter.md) +- [OpportunitiesSort](docs/models/OpportunitiesSort.md) +- [Opportunity](docs/models/Opportunity.md) +- [Order](docs/models/Order.md) +- [OrderCustomers](docs/models/OrderCustomers.md) +- [OrderDiscounts](docs/models/OrderDiscounts.md) +- [OrderFulfillments](docs/models/OrderFulfillments.md) +- [OrderLineItems](docs/models/OrderLineItems.md) +- [OrderPayments](docs/models/OrderPayments.md) +- [OrderPickupDetails](docs/models/OrderPickupDetails.md) +- [OrderPickupDetailsCurbsidePickupDetails](docs/models/OrderPickupDetailsCurbsidePickupDetails.md) +- [OrderPickupDetailsRecipient](docs/models/OrderPickupDetailsRecipient.md) +- [OrderRefunds](docs/models/OrderRefunds.md) +- [OrderTenders](docs/models/OrderTenders.md) +- [OrderType](docs/models/OrderType.md) +- [OrdersSort](docs/models/OrdersSort.md) +- [Owner](docs/models/Owner.md) +- [PaginationCoverage](docs/models/PaginationCoverage.md) +- [PassThroughBody](docs/models/PassThroughBody.md) +- [PassThroughQuery](docs/models/PassThroughQuery.md) +- [Payment](docs/models/Payment.md) +- [PaymentCard](docs/models/PaymentCard.md) +- [PaymentFrequency](docs/models/PaymentFrequency.md) +- [PaymentRequiredResponse](docs/models/PaymentRequiredResponse.md) +- [PaymentUnit](docs/models/PaymentUnit.md) +- [PaymentsFilter](docs/models/PaymentsFilter.md) +- [PaymentsSort](docs/models/PaymentsSort.md) +- [Payroll](docs/models/Payroll.md) +- [PayrollTotals](docs/models/PayrollTotals.md) +- [PayrollsFilter](docs/models/PayrollsFilter.md) +- [Person](docs/models/Person.md) +- [PhoneNumber](docs/models/PhoneNumber.md) +- [Pipeline](docs/models/Pipeline.md) +- [PipelineStages](docs/models/PipelineStages.md) +- [PosBankAccount](docs/models/PosBankAccount.md) +- [PosBankAccountAchDetails](docs/models/PosBankAccountAchDetails.md) +- [PosPayment](docs/models/PosPayment.md) +- [PosPaymentCardDetails](docs/models/PosPaymentCardDetails.md) +- [PosPaymentExternalDetails](docs/models/PosPaymentExternalDetails.md) +- [Price](docs/models/Price.md) +- [ProbationPeriod](docs/models/ProbationPeriod.md) +- [ProfitAndLoss](docs/models/ProfitAndLoss.md) +- [ProfitAndLossExpenses](docs/models/ProfitAndLossExpenses.md) +- [ProfitAndLossFilter](docs/models/ProfitAndLossFilter.md) +- [ProfitAndLossGrossProfit](docs/models/ProfitAndLossGrossProfit.md) +- [ProfitAndLossIncome](docs/models/ProfitAndLossIncome.md) +- [ProfitAndLossNetIncome](docs/models/ProfitAndLossNetIncome.md) +- [ProfitAndLossNetOperatingIncome](docs/models/ProfitAndLossNetOperatingIncome.md) +- [ProfitAndLossRecord](docs/models/ProfitAndLossRecord.md) +- [ProfitAndLossRecords](docs/models/ProfitAndLossRecords.md) +- [ProfitAndLossSection](docs/models/ProfitAndLossSection.md) +- [PurchaseOrder](docs/models/PurchaseOrder.md) +- [PurchaseOrdersFilter](docs/models/PurchaseOrdersFilter.md) +- [PurchaseOrdersSort](docs/models/PurchaseOrdersSort.md) +- [RequestCountAllocation](docs/models/RequestCountAllocation.md) +- [RequestRate](docs/models/RequestRate.md) +- [ResolveWebhookEventRequest](docs/models/ResolveWebhookEventRequest.md) +- [ResolveWebhookEventsRequest](docs/models/ResolveWebhookEventsRequest.md) +- [ResolveWebhookResponse](docs/models/ResolveWebhookResponse.md) +- [ResourceExample](docs/models/ResourceExample.md) +- [ResourceStatus](docs/models/ResourceStatus.md) +- [Schedule](docs/models/Schedule.md) +- [ScheduleWorkPattern](docs/models/ScheduleWorkPattern.md) +- [ScheduleWorkPatternOddWeeks](docs/models/ScheduleWorkPatternOddWeeks.md) +- [SchemaSupport](docs/models/SchemaSupport.md) +- [ServiceCharge](docs/models/ServiceCharge.md) +- [ServiceCharges](docs/models/ServiceCharges.md) +- [Session](docs/models/Session.md) +- [SessionSettings](docs/models/SessionSettings.md) +- [SessionTheme](docs/models/SessionTheme.md) +- [SharedLink](docs/models/SharedLink.md) +- [SharedLinkTarget](docs/models/SharedLinkTarget.md) +- [SimpleFormFieldOption](docs/models/SimpleFormFieldOption.md) +- [SocialLink](docs/models/SocialLink.md) +- [SortDirection](docs/models/SortDirection.md) +- [Status](docs/models/Status.md) +- [Subsidiary](docs/models/Subsidiary.md) +- [SubsidiaryReference](docs/models/SubsidiaryReference.md) +- [Supplier](docs/models/Supplier.md) +- [SuppliersFilter](docs/models/SuppliersFilter.md) +- [SuppliersSort](docs/models/SuppliersSort.md) +- [SupportedProperty](docs/models/SupportedProperty.md) +- [Tags](docs/models/Tags.md) +- [Tax](docs/models/Tax.md) +- [TaxRate](docs/models/TaxRate.md) +- [TaxRatesFilter](docs/models/TaxRatesFilter.md) +- [Team](docs/models/Team.md) +- [Tender](docs/models/Tender.md) +- [Ticket](docs/models/Ticket.md) +- [TicketsSort](docs/models/TicketsSort.md) +- [TimeOffRequest](docs/models/TimeOffRequest.md) +- [TimeOffRequestNotes](docs/models/TimeOffRequestNotes.md) +- [TimeOffRequestsFilter](docs/models/TimeOffRequestsFilter.md) +- [TooManyRequestsResponse](docs/models/TooManyRequestsResponse.md) +- [TooManyRequestsResponseDetail](docs/models/TooManyRequestsResponseDetail.md) +- [TrackingItem](docs/models/TrackingItem.md) +- [UnauthorizedResponse](docs/models/UnauthorizedResponse.md) +- [UnexpectedErrorResponse](docs/models/UnexpectedErrorResponse.md) +- [UnifiedApiId](docs/models/UnifiedApiId.md) +- [UnifiedFile](docs/models/UnifiedFile.md) +- [UnifiedFilePermissions](docs/models/UnifiedFilePermissions.md) +- [UnifiedId](docs/models/UnifiedId.md) +- [UnprocessableResponse](docs/models/UnprocessableResponse.md) +- [UpdateAccountingDepartmentResponse](docs/models/UpdateAccountingDepartmentResponse.md) +- [UpdateAccountingLocationResponse](docs/models/UpdateAccountingLocationResponse.md) +- [UpdateActivityResponse](docs/models/UpdateActivityResponse.md) +- [UpdateApplicantResponse](docs/models/UpdateApplicantResponse.md) +- [UpdateApplicationResponse](docs/models/UpdateApplicationResponse.md) +- [UpdateBillResponse](docs/models/UpdateBillResponse.md) +- [UpdateCommentResponse](docs/models/UpdateCommentResponse.md) +- [UpdateCompanyResponse](docs/models/UpdateCompanyResponse.md) +- [UpdateConnectionResponse](docs/models/UpdateConnectionResponse.md) +- [UpdateConsumerRequest](docs/models/UpdateConsumerRequest.md) +- [UpdateConsumerResponse](docs/models/UpdateConsumerResponse.md) +- [UpdateContactResponse](docs/models/UpdateContactResponse.md) +- [UpdateCreditNoteResponse](docs/models/UpdateCreditNoteResponse.md) +- [UpdateCustomMappingRequest](docs/models/UpdateCustomMappingRequest.md) +- [UpdateCustomMappingResponse](docs/models/UpdateCustomMappingResponse.md) +- [UpdateCustomerResponse](docs/models/UpdateCustomerResponse.md) +- [UpdateDepartmentResponse](docs/models/UpdateDepartmentResponse.md) +- [UpdateDriveGroupResponse](docs/models/UpdateDriveGroupResponse.md) +- [UpdateDriveResponse](docs/models/UpdateDriveResponse.md) +- [UpdateEcommerceCustomerResponse](docs/models/UpdateEcommerceCustomerResponse.md) +- [UpdateEcommerceOrderResponse](docs/models/UpdateEcommerceOrderResponse.md) +- [UpdateEmployeeResponse](docs/models/UpdateEmployeeResponse.md) +- [UpdateFileRequest](docs/models/UpdateFileRequest.md) +- [UpdateFileResponse](docs/models/UpdateFileResponse.md) +- [UpdateFolderRequest](docs/models/UpdateFolderRequest.md) +- [UpdateFolderResponse](docs/models/UpdateFolderResponse.md) +- [UpdateHrisCompanyResponse](docs/models/UpdateHrisCompanyResponse.md) +- [UpdateInvoiceItemsResponse](docs/models/UpdateInvoiceItemsResponse.md) +- [UpdateInvoiceResponse](docs/models/UpdateInvoiceResponse.md) +- [UpdateItemResponse](docs/models/UpdateItemResponse.md) +- [UpdateJobResponse](docs/models/UpdateJobResponse.md) +- [UpdateJournalEntryResponse](docs/models/UpdateJournalEntryResponse.md) +- [UpdateLeadResponse](docs/models/UpdateLeadResponse.md) +- [UpdateLedgerAccountResponse](docs/models/UpdateLedgerAccountResponse.md) +- [UpdateLocationResponse](docs/models/UpdateLocationResponse.md) +- [UpdateMerchantResponse](docs/models/UpdateMerchantResponse.md) +- [UpdateMessageResponse](docs/models/UpdateMessageResponse.md) +- [UpdateModifierGroupResponse](docs/models/UpdateModifierGroupResponse.md) +- [UpdateModifierResponse](docs/models/UpdateModifierResponse.md) +- [UpdateNoteResponse](docs/models/UpdateNoteResponse.md) +- [UpdateOpportunityResponse](docs/models/UpdateOpportunityResponse.md) +- [UpdateOrderResponse](docs/models/UpdateOrderResponse.md) +- [UpdateOrderTypeResponse](docs/models/UpdateOrderTypeResponse.md) +- [UpdatePaymentResponse](docs/models/UpdatePaymentResponse.md) +- [UpdatePipelineResponse](docs/models/UpdatePipelineResponse.md) +- [UpdatePosPaymentResponse](docs/models/UpdatePosPaymentResponse.md) +- [UpdateProductResponse](docs/models/UpdateProductResponse.md) +- [UpdatePurchaseOrderResponse](docs/models/UpdatePurchaseOrderResponse.md) +- [UpdateSharedLinkResponse](docs/models/UpdateSharedLinkResponse.md) +- [UpdateSubsidiaryResponse](docs/models/UpdateSubsidiaryResponse.md) +- [UpdateSupplierResponse](docs/models/UpdateSupplierResponse.md) +- [UpdateTaxRateResponse](docs/models/UpdateTaxRateResponse.md) +- [UpdateTenderResponse](docs/models/UpdateTenderResponse.md) +- [UpdateTicketResponse](docs/models/UpdateTicketResponse.md) +- [UpdateTimeOffRequestResponse](docs/models/UpdateTimeOffRequestResponse.md) +- [UpdateUploadSessionResponse](docs/models/UpdateUploadSessionResponse.md) +- [UpdateUserResponse](docs/models/UpdateUserResponse.md) +- [UpdateWebhookRequest](docs/models/UpdateWebhookRequest.md) +- [UpdateWebhookResponse](docs/models/UpdateWebhookResponse.md) +- [UploadSession](docs/models/UploadSession.md) +- [Url](docs/models/Url.md) +- [User](docs/models/User.md) +- [ValidateConnectionStateResponse](docs/models/ValidateConnectionStateResponse.md) +- [ValidateConnectionStateResponseData](docs/models/ValidateConnectionStateResponseData.md) +- [VaultEventType](docs/models/VaultEventType.md) +- [VirtualWebhooks](docs/models/VirtualWebhooks.md) +- [WalletDetails](docs/models/WalletDetails.md) +- [Webhook](docs/models/Webhook.md) +- [WebhookEvent](docs/models/WebhookEvent.md) +- [WebhookEventLog](docs/models/WebhookEventLog.md) +- [WebhookEventLogAttempts](docs/models/WebhookEventLogAttempts.md) +- [WebhookEventLogService](docs/models/WebhookEventLogService.md) +- [WebhookEventLogsFilter](docs/models/WebhookEventLogsFilter.md) +- [WebhookEventLogsFilterService](docs/models/WebhookEventLogsFilterService.md) +- [WebhookEventType](docs/models/WebhookEventType.md) +- [WebhookSubscription](docs/models/WebhookSubscription.md) +- [WebhookSupport](docs/models/WebhookSupport.md) +- [Website](docs/models/Website.md) ## Documentation For Authorization - - ## apiKey - - **Type**: API key - **API key parameter name**: Authorization - **Location**: HTTP header - - ## applicationId - - **Type**: API key - **API key parameter name**: x-apideck-app-id - **Location**: HTTP header - - ## consumerId - - **Type**: API key - **API key parameter name**: x-apideck-consumer-id - **Location**: HTTP header - ## Author - - - ## Notes for Large OpenAPI documents If the OpenAPI document is large, imports in apideck.apis and apideck.models may fail with a @@ -1653,4 +1639,3 @@ import apideck from apideck.apis import * from apideck.models import * ``` - From 1cb219631d34bc483420dd28c5c713819db0da10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:55:53 +0000 Subject: [PATCH 2/3] Automated update by SDK Generator version:1.3.0 commit:b8d7057 --- README.md | 1349 +++++++++++++++++++++++++++-------------------------- 1 file changed, 682 insertions(+), 667 deletions(-) diff --git a/README.md b/README.md index f0451d1233..b418674d88 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Python >=3.6 ## Installation & Usage - ### pip install ```sh @@ -26,11 +25,9 @@ or you can install directly using: ```sh pip install git+https://github.com/apideck-libraries/python-sdk.git ``` - (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/apideck-libraries/python-sdk.git`) Then import the package: - ```python import apideck ``` @@ -42,11 +39,9 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools). ```sh python setup.py install --user ``` - (or `sudo python setup.py install` to install the package for all users) Then import the package: - ```python import apideck ``` @@ -84,8 +79,8 @@ with apideck.ApiClient(configuration) as api_client: sort = ContactsSort( by="name", direction=SortDirection("asc"), - ) - + ) + try: # List contacts @@ -151,6 +146,7 @@ Read the full documentation of the VaultApi [here](./docs/apis/VaultApi.md). Read the full documentation of the WebhookApi [here](./docs/apis/WebhookApi.md). + ### Utils #### uploadFile @@ -159,6 +155,7 @@ A utility for uploading files using the File Storage API. `uploadFile` will auto **Example Usage** + ## Support Open an [issue][3]! @@ -172,6 +169,7 @@ Open an [issue][3]! [3]: https://github.com/apideck-libraries/python-sdk/issues/new [4]: https://github.com/apideck-libraries/python-sdk/blob/main/LICENSE + ```python import time @@ -343,8 +341,8 @@ fields = "id,updated_at" # str, none_type | The 'fields' parameter allows API us All URIs are relative to _https://unify.apideck.com_ -| Class | Method | HTTP request | Description | -| --------------- | ----------------------------------------------------------------- | --------------------------------------------------------------- | ---------------- | +| Class | Method | HTTP request | Description | +| ----------------------------------------------------------------- | ------------------------------------------------------------------------------ | --------------------------- | ----------- | | _AccountingApi_ | [**attachments_all**](docs/apis/AccountingApi.md#attachments_all) | **GET** /accounting/attachments/{reference_type}/{reference_id} | List Attachments | _AccountingApi_ | [**attachments_delete**](docs/apis/AccountingApi.md#attachments_delete) | **DELETE** /accounting/attachments/{reference_type}/{reference_id}/{id} | Delete Attachment | @@ -935,689 +933,705 @@ _WebhookApi_ | [**webhooks_one**](docs/apis/WebhookApi.md#webhooks_one) | **GET* _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) | **PATCH** /webhook/webhooks/{id} | Update webhook subscription | + + ## Documentation For Models -- [AccountingCustomer](docs/models/AccountingCustomer.md) -- [AccountingDepartment](docs/models/AccountingDepartment.md) -- [AccountingDepartmentsFilter](docs/models/AccountingDepartmentsFilter.md) -- [AccountingEventType](docs/models/AccountingEventType.md) -- [AccountingLocation](docs/models/AccountingLocation.md) -- [AccountingLocationsFilter](docs/models/AccountingLocationsFilter.md) -- [ActivitiesFilter](docs/models/ActivitiesFilter.md) -- [ActivitiesSort](docs/models/ActivitiesSort.md) -- [Activity](docs/models/Activity.md) -- [ActivityAttendee](docs/models/ActivityAttendee.md) -- [Address](docs/models/Address.md) -- [Allocation](docs/models/Allocation.md) -- [Api](docs/models/Api.md) -- [ApiResource](docs/models/ApiResource.md) -- [ApiResourceCoverage](docs/models/ApiResourceCoverage.md) -- [ApiResourceCoverageCoverage](docs/models/ApiResourceCoverageCoverage.md) -- [ApiResourceLinkedResources](docs/models/ApiResourceLinkedResources.md) -- [ApiResources](docs/models/ApiResources.md) -- [ApiStatus](docs/models/ApiStatus.md) -- [ApisFilter](docs/models/ApisFilter.md) -- [Applicant](docs/models/Applicant.md) -- [ApplicantSocialLinks](docs/models/ApplicantSocialLinks.md) -- [ApplicantWebsites](docs/models/ApplicantWebsites.md) -- [ApplicantsFilter](docs/models/ApplicantsFilter.md) -- [Application](docs/models/Application.md) -- [ApplicationStage](docs/models/ApplicationStage.md) -- [Assignee](docs/models/Assignee.md) -- [AtsActivity](docs/models/AtsActivity.md) -- [AtsEventType](docs/models/AtsEventType.md) -- [Attachment](docs/models/Attachment.md) -- [AttachmentReference](docs/models/AttachmentReference.md) -- [AttachmentReferenceType](docs/models/AttachmentReferenceType.md) -- [AuthType](docs/models/AuthType.md) -- [BadRequestResponse](docs/models/BadRequestResponse.md) -- [BalanceSheet](docs/models/BalanceSheet.md) -- [BalanceSheetAccount](docs/models/BalanceSheetAccount.md) -- [BalanceSheetAccountRecord](docs/models/BalanceSheetAccountRecord.md) -- [BalanceSheetAccounts](docs/models/BalanceSheetAccounts.md) -- [BalanceSheetFilter](docs/models/BalanceSheetFilter.md) -- [BalanceSheetReports](docs/models/BalanceSheetReports.md) -- [BankAccount](docs/models/BankAccount.md) -- [Benefit](docs/models/Benefit.md) -- [Bill](docs/models/Bill.md) -- [BillLineItem](docs/models/BillLineItem.md) -- [BillsFilter](docs/models/BillsFilter.md) -- [BillsSort](docs/models/BillsSort.md) -- [Branch](docs/models/Branch.md) -- [CashDetails](docs/models/CashDetails.md) -- [Collection](docs/models/Collection.md) -- [CollectionTag](docs/models/CollectionTag.md) -- [CollectionTicketComment](docs/models/CollectionTicketComment.md) -- [CollectionUser](docs/models/CollectionUser.md) -- [CollectionsSort](docs/models/CollectionsSort.md) -- [CommentsSort](docs/models/CommentsSort.md) -- [CompaniesFilter](docs/models/CompaniesFilter.md) -- [CompaniesSort](docs/models/CompaniesSort.md) -- [Company](docs/models/Company.md) -- [CompanyInfo](docs/models/CompanyInfo.md) -- [CompanyRowType](docs/models/CompanyRowType.md) -- [Compensation](docs/models/Compensation.md) -- [Connection](docs/models/Connection.md) -- [ConnectionConfiguration](docs/models/ConnectionConfiguration.md) -- [ConnectionDefaults](docs/models/ConnectionDefaults.md) -- [ConnectionImportData](docs/models/ConnectionImportData.md) -- [ConnectionImportDataCredentials](docs/models/ConnectionImportDataCredentials.md) -- [ConnectionMetadata](docs/models/ConnectionMetadata.md) -- [ConnectionState](docs/models/ConnectionState.md) -- [ConnectionWebhook](docs/models/ConnectionWebhook.md) -- [Connector](docs/models/Connector.md) -- [ConnectorDoc](docs/models/ConnectorDoc.md) -- [ConnectorEvent](docs/models/ConnectorEvent.md) -- [ConnectorOauthScopes](docs/models/ConnectorOauthScopes.md) -- [ConnectorOauthScopes1](docs/models/ConnectorOauthScopes1.md) -- [ConnectorResource](docs/models/ConnectorResource.md) -- [ConnectorSetting](docs/models/ConnectorSetting.md) -- [ConnectorStatus](docs/models/ConnectorStatus.md) -- [ConnectorTlsSupport](docs/models/ConnectorTlsSupport.md) -- [ConnectorUnifiedApis](docs/models/ConnectorUnifiedApis.md) -- [ConnectorsFilter](docs/models/ConnectorsFilter.md) -- [Consumer](docs/models/Consumer.md) -- [ConsumerConnection](docs/models/ConsumerConnection.md) -- [ConsumerMetadata](docs/models/ConsumerMetadata.md) -- [ConsumerRequestCountsInDateRangeResponse](docs/models/ConsumerRequestCountsInDateRangeResponse.md) -- [ConsumerRequestCountsInDateRangeResponseData](docs/models/ConsumerRequestCountsInDateRangeResponseData.md) -- [Contact](docs/models/Contact.md) -- [ContactsFilter](docs/models/ContactsFilter.md) -- [ContactsSort](docs/models/ContactsSort.md) -- [CopyFolderRequest](docs/models/CopyFolderRequest.md) -- [Country](docs/models/Country.md) -- [CreateAccountingDepartmentResponse](docs/models/CreateAccountingDepartmentResponse.md) -- [CreateAccountingLocationResponse](docs/models/CreateAccountingLocationResponse.md) -- [CreateActivityResponse](docs/models/CreateActivityResponse.md) -- [CreateApplicantResponse](docs/models/CreateApplicantResponse.md) -- [CreateApplicationResponse](docs/models/CreateApplicationResponse.md) -- [CreateAttachmentRequest](docs/models/CreateAttachmentRequest.md) -- [CreateAttachmentResponse](docs/models/CreateAttachmentResponse.md) -- [CreateBillResponse](docs/models/CreateBillResponse.md) -- [CreateCommentResponse](docs/models/CreateCommentResponse.md) -- [CreateCompanyResponse](docs/models/CreateCompanyResponse.md) -- [CreateConnectionResponse](docs/models/CreateConnectionResponse.md) -- [CreateConsumerResponse](docs/models/CreateConsumerResponse.md) -- [CreateContactResponse](docs/models/CreateContactResponse.md) -- [CreateCreditNoteResponse](docs/models/CreateCreditNoteResponse.md) -- [CreateCustomMappingRequest](docs/models/CreateCustomMappingRequest.md) -- [CreateCustomMappingResponse](docs/models/CreateCustomMappingResponse.md) -- [CreateCustomerResponse](docs/models/CreateCustomerResponse.md) -- [CreateDepartmentResponse](docs/models/CreateDepartmentResponse.md) -- [CreateDriveGroupResponse](docs/models/CreateDriveGroupResponse.md) -- [CreateDriveResponse](docs/models/CreateDriveResponse.md) -- [CreateEcommerceCustomerResponse](docs/models/CreateEcommerceCustomerResponse.md) -- [CreateEcommerceOrderResponse](docs/models/CreateEcommerceOrderResponse.md) -- [CreateEmployeeResponse](docs/models/CreateEmployeeResponse.md) -- [CreateFileRequest](docs/models/CreateFileRequest.md) -- [CreateFileResponse](docs/models/CreateFileResponse.md) -- [CreateFolderRequest](docs/models/CreateFolderRequest.md) -- [CreateFolderResponse](docs/models/CreateFolderResponse.md) -- [CreateHrisCompanyResponse](docs/models/CreateHrisCompanyResponse.md) -- [CreateInvoiceItemResponse](docs/models/CreateInvoiceItemResponse.md) -- [CreateInvoiceResponse](docs/models/CreateInvoiceResponse.md) -- [CreateItemResponse](docs/models/CreateItemResponse.md) -- [CreateJobResponse](docs/models/CreateJobResponse.md) -- [CreateJournalEntryResponse](docs/models/CreateJournalEntryResponse.md) -- [CreateLeadResponse](docs/models/CreateLeadResponse.md) -- [CreateLedgerAccountResponse](docs/models/CreateLedgerAccountResponse.md) -- [CreateLocationResponse](docs/models/CreateLocationResponse.md) -- [CreateMerchantResponse](docs/models/CreateMerchantResponse.md) -- [CreateMessageResponse](docs/models/CreateMessageResponse.md) -- [CreateModifierGroupResponse](docs/models/CreateModifierGroupResponse.md) -- [CreateModifierResponse](docs/models/CreateModifierResponse.md) -- [CreateNoteResponse](docs/models/CreateNoteResponse.md) -- [CreateOpportunityResponse](docs/models/CreateOpportunityResponse.md) -- [CreateOrderResponse](docs/models/CreateOrderResponse.md) -- [CreateOrderTypeResponse](docs/models/CreateOrderTypeResponse.md) -- [CreatePaymentResponse](docs/models/CreatePaymentResponse.md) -- [CreatePipelineResponse](docs/models/CreatePipelineResponse.md) -- [CreatePosPaymentResponse](docs/models/CreatePosPaymentResponse.md) -- [CreateProductResponse](docs/models/CreateProductResponse.md) -- [CreatePurchaseOrderResponse](docs/models/CreatePurchaseOrderResponse.md) -- [CreateSessionResponse](docs/models/CreateSessionResponse.md) -- [CreateSessionResponseData](docs/models/CreateSessionResponseData.md) -- [CreateSharedLinkResponse](docs/models/CreateSharedLinkResponse.md) -- [CreateSubsidiaryResponse](docs/models/CreateSubsidiaryResponse.md) -- [CreateSupplierResponse](docs/models/CreateSupplierResponse.md) -- [CreateTaxRateResponse](docs/models/CreateTaxRateResponse.md) -- [CreateTenderResponse](docs/models/CreateTenderResponse.md) -- [CreateTicketResponse](docs/models/CreateTicketResponse.md) -- [CreateTimeOffRequestResponse](docs/models/CreateTimeOffRequestResponse.md) -- [CreateUploadSessionRequest](docs/models/CreateUploadSessionRequest.md) -- [CreateUploadSessionResponse](docs/models/CreateUploadSessionResponse.md) -- [CreateUserResponse](docs/models/CreateUserResponse.md) -- [CreateWebhookRequest](docs/models/CreateWebhookRequest.md) -- [CreateWebhookResponse](docs/models/CreateWebhookResponse.md) -- [CreditNote](docs/models/CreditNote.md) -- [CreditNotesFilter](docs/models/CreditNotesFilter.md) -- [CreditNotesSort](docs/models/CreditNotesSort.md) -- [CrmEventType](docs/models/CrmEventType.md) -- [Currency](docs/models/Currency.md) -- [CustomField](docs/models/CustomField.md) -- [CustomFieldFinder](docs/models/CustomFieldFinder.md) -- [CustomMapping](docs/models/CustomMapping.md) -- [Customer](docs/models/Customer.md) -- [CustomersFilter](docs/models/CustomersFilter.md) -- [CustomersSort](docs/models/CustomersSort.md) -- [Deduction](docs/models/Deduction.md) -- [DeleteAccountingDepartmentResponse](docs/models/DeleteAccountingDepartmentResponse.md) -- [DeleteAccountingLocationResponse](docs/models/DeleteAccountingLocationResponse.md) -- [DeleteActivityResponse](docs/models/DeleteActivityResponse.md) -- [DeleteApplicantResponse](docs/models/DeleteApplicantResponse.md) -- [DeleteApplicationResponse](docs/models/DeleteApplicationResponse.md) -- [DeleteAttachmentResponse](docs/models/DeleteAttachmentResponse.md) -- [DeleteBillResponse](docs/models/DeleteBillResponse.md) -- [DeleteCommentResponse](docs/models/DeleteCommentResponse.md) -- [DeleteCompanyResponse](docs/models/DeleteCompanyResponse.md) -- [DeleteConsumerResponse](docs/models/DeleteConsumerResponse.md) -- [DeleteContactResponse](docs/models/DeleteContactResponse.md) -- [DeleteCreditNoteResponse](docs/models/DeleteCreditNoteResponse.md) -- [DeleteCustomerResponse](docs/models/DeleteCustomerResponse.md) -- [DeleteDepartmentResponse](docs/models/DeleteDepartmentResponse.md) -- [DeleteDriveGroupResponse](docs/models/DeleteDriveGroupResponse.md) -- [DeleteDriveResponse](docs/models/DeleteDriveResponse.md) -- [DeleteEcommerceCustomerResponse](docs/models/DeleteEcommerceCustomerResponse.md) -- [DeleteEcommerceOrderResponse](docs/models/DeleteEcommerceOrderResponse.md) -- [DeleteEmployeeResponse](docs/models/DeleteEmployeeResponse.md) -- [DeleteFileResponse](docs/models/DeleteFileResponse.md) -- [DeleteFolderResponse](docs/models/DeleteFolderResponse.md) -- [DeleteHrisCompanyResponse](docs/models/DeleteHrisCompanyResponse.md) -- [DeleteInvoiceItemResponse](docs/models/DeleteInvoiceItemResponse.md) -- [DeleteInvoiceResponse](docs/models/DeleteInvoiceResponse.md) -- [DeleteItemResponse](docs/models/DeleteItemResponse.md) -- [DeleteJobResponse](docs/models/DeleteJobResponse.md) -- [DeleteJournalEntryResponse](docs/models/DeleteJournalEntryResponse.md) -- [DeleteLeadResponse](docs/models/DeleteLeadResponse.md) -- [DeleteLedgerAccountResponse](docs/models/DeleteLedgerAccountResponse.md) -- [DeleteLocationResponse](docs/models/DeleteLocationResponse.md) -- [DeleteMerchantResponse](docs/models/DeleteMerchantResponse.md) -- [DeleteMessageResponse](docs/models/DeleteMessageResponse.md) -- [DeleteModifierGroupResponse](docs/models/DeleteModifierGroupResponse.md) -- [DeleteModifierResponse](docs/models/DeleteModifierResponse.md) -- [DeleteNoteResponse](docs/models/DeleteNoteResponse.md) -- [DeleteOpportunityResponse](docs/models/DeleteOpportunityResponse.md) -- [DeleteOrderResponse](docs/models/DeleteOrderResponse.md) -- [DeleteOrderTypeResponse](docs/models/DeleteOrderTypeResponse.md) -- [DeletePaymentResponse](docs/models/DeletePaymentResponse.md) -- [DeletePipelineResponse](docs/models/DeletePipelineResponse.md) -- [DeletePosPaymentResponse](docs/models/DeletePosPaymentResponse.md) -- [DeleteProductResponse](docs/models/DeleteProductResponse.md) -- [DeletePurchaseOrderResponse](docs/models/DeletePurchaseOrderResponse.md) -- [DeleteSharedLinkResponse](docs/models/DeleteSharedLinkResponse.md) -- [DeleteSubsidiaryResponse](docs/models/DeleteSubsidiaryResponse.md) -- [DeleteSupplierResponse](docs/models/DeleteSupplierResponse.md) -- [DeleteTaxRateResponse](docs/models/DeleteTaxRateResponse.md) -- [DeleteTenderResponse](docs/models/DeleteTenderResponse.md) -- [DeleteTicketResponse](docs/models/DeleteTicketResponse.md) -- [DeleteTimeOffRequestResponse](docs/models/DeleteTimeOffRequestResponse.md) -- [DeleteUploadSessionResponse](docs/models/DeleteUploadSessionResponse.md) -- [DeleteUserResponse](docs/models/DeleteUserResponse.md) -- [DeleteWebhookResponse](docs/models/DeleteWebhookResponse.md) -- [DeliveryUrl](docs/models/DeliveryUrl.md) -- [Department](docs/models/Department.md) -- [Drive](docs/models/Drive.md) -- [DriveGroup](docs/models/DriveGroup.md) -- [DriveGroupsFilter](docs/models/DriveGroupsFilter.md) -- [DrivesFilter](docs/models/DrivesFilter.md) -- [EcommerceAddress](docs/models/EcommerceAddress.md) -- [EcommerceCustomer](docs/models/EcommerceCustomer.md) -- [EcommerceCustomerAddresses](docs/models/EcommerceCustomerAddresses.md) -- [EcommerceCustomersFilter](docs/models/EcommerceCustomersFilter.md) -- [EcommerceDiscount](docs/models/EcommerceDiscount.md) -- [EcommerceOrder](docs/models/EcommerceOrder.md) -- [EcommerceOrderLineItem](docs/models/EcommerceOrderLineItem.md) -- [EcommerceOrderStatus](docs/models/EcommerceOrderStatus.md) -- [EcommerceOrdersFilter](docs/models/EcommerceOrdersFilter.md) -- [EcommerceProduct](docs/models/EcommerceProduct.md) -- [EcommerceProductCategories](docs/models/EcommerceProductCategories.md) -- [EcommerceProductImages](docs/models/EcommerceProductImages.md) -- [EcommerceProductImages1](docs/models/EcommerceProductImages1.md) -- [EcommerceProductOptions](docs/models/EcommerceProductOptions.md) -- [EcommerceProductOptions1](docs/models/EcommerceProductOptions1.md) -- [EcommerceProductVariants](docs/models/EcommerceProductVariants.md) -- [EcommerceStore](docs/models/EcommerceStore.md) -- [Email](docs/models/Email.md) -- [Employee](docs/models/Employee.md) -- [EmployeeCompensation](docs/models/EmployeeCompensation.md) -- [EmployeeEmploymentRole](docs/models/EmployeeEmploymentRole.md) -- [EmployeeJob](docs/models/EmployeeJob.md) -- [EmployeeList](docs/models/EmployeeList.md) -- [EmployeeManager](docs/models/EmployeeManager.md) -- [EmployeePayroll](docs/models/EmployeePayroll.md) -- [EmployeeSchedules](docs/models/EmployeeSchedules.md) -- [EmployeesFilter](docs/models/EmployeesFilter.md) -- [EmployeesOneFilter](docs/models/EmployeesOneFilter.md) -- [EmployeesSort](docs/models/EmployeesSort.md) -- [EmploymentStatus](docs/models/EmploymentStatus.md) -- [Error](docs/models/Error.md) -- [ExecuteBaseUrl](docs/models/ExecuteBaseUrl.md) -- [ExecuteWebhookEventRequest](docs/models/ExecuteWebhookEventRequest.md) -- [ExecuteWebhookEventsRequest](docs/models/ExecuteWebhookEventsRequest.md) -- [ExecuteWebhookResponse](docs/models/ExecuteWebhookResponse.md) -- [FileStorageEventType](docs/models/FileStorageEventType.md) -- [FileType](docs/models/FileType.md) -- [FilesFilter](docs/models/FilesFilter.md) -- [FilesSearch](docs/models/FilesSearch.md) -- [FilesSort](docs/models/FilesSort.md) -- [Folder](docs/models/Folder.md) -- [FormField](docs/models/FormField.md) -- [FormFieldOption](docs/models/FormFieldOption.md) -- [FormFieldOptionGroup](docs/models/FormFieldOptionGroup.md) -- [Gender](docs/models/Gender.md) -- [GetAccountingDepartmentResponse](docs/models/GetAccountingDepartmentResponse.md) -- [GetAccountingDepartmentsResponse](docs/models/GetAccountingDepartmentsResponse.md) -- [GetAccountingLocationResponse](docs/models/GetAccountingLocationResponse.md) -- [GetAccountingLocationsResponse](docs/models/GetAccountingLocationsResponse.md) -- [GetActivitiesResponse](docs/models/GetActivitiesResponse.md) -- [GetActivityResponse](docs/models/GetActivityResponse.md) -- [GetApiResourceCoverageResponse](docs/models/GetApiResourceCoverageResponse.md) -- [GetApiResourceResponse](docs/models/GetApiResourceResponse.md) -- [GetApiResponse](docs/models/GetApiResponse.md) -- [GetApisResponse](docs/models/GetApisResponse.md) -- [GetApplicantResponse](docs/models/GetApplicantResponse.md) -- [GetApplicantsResponse](docs/models/GetApplicantsResponse.md) -- [GetApplicationResponse](docs/models/GetApplicationResponse.md) -- [GetApplicationsResponse](docs/models/GetApplicationsResponse.md) -- [GetAttachmentResponse](docs/models/GetAttachmentResponse.md) -- [GetAttachmentsResponse](docs/models/GetAttachmentsResponse.md) -- [GetBalanceSheetResponse](docs/models/GetBalanceSheetResponse.md) -- [GetBillResponse](docs/models/GetBillResponse.md) -- [GetBillsResponse](docs/models/GetBillsResponse.md) -- [GetCollectionResponse](docs/models/GetCollectionResponse.md) -- [GetCollectionTagsResponse](docs/models/GetCollectionTagsResponse.md) -- [GetCollectionUserResponse](docs/models/GetCollectionUserResponse.md) -- [GetCollectionUsersResponse](docs/models/GetCollectionUsersResponse.md) -- [GetCollectionsResponse](docs/models/GetCollectionsResponse.md) -- [GetCommentResponse](docs/models/GetCommentResponse.md) -- [GetCommentsResponse](docs/models/GetCommentsResponse.md) -- [GetCompaniesResponse](docs/models/GetCompaniesResponse.md) -- [GetCompanyInfoResponse](docs/models/GetCompanyInfoResponse.md) -- [GetCompanyResponse](docs/models/GetCompanyResponse.md) -- [GetConnectionResponse](docs/models/GetConnectionResponse.md) -- [GetConnectionsResponse](docs/models/GetConnectionsResponse.md) -- [GetConnectorResourceExampleResponse](docs/models/GetConnectorResourceExampleResponse.md) -- [GetConnectorResourceExampleResponseData](docs/models/GetConnectorResourceExampleResponseData.md) -- [GetConnectorResourceResponse](docs/models/GetConnectorResourceResponse.md) -- [GetConnectorResourceSchemaResponse](docs/models/GetConnectorResourceSchemaResponse.md) -- [GetConnectorResponse](docs/models/GetConnectorResponse.md) -- [GetConnectorsResponse](docs/models/GetConnectorsResponse.md) -- [GetConsumerResponse](docs/models/GetConsumerResponse.md) -- [GetConsumersResponse](docs/models/GetConsumersResponse.md) -- [GetConsumersResponseData](docs/models/GetConsumersResponseData.md) -- [GetContactResponse](docs/models/GetContactResponse.md) -- [GetContactsResponse](docs/models/GetContactsResponse.md) -- [GetCreditNoteResponse](docs/models/GetCreditNoteResponse.md) -- [GetCreditNotesResponse](docs/models/GetCreditNotesResponse.md) -- [GetCustomFieldsResponse](docs/models/GetCustomFieldsResponse.md) -- [GetCustomMappingResponse](docs/models/GetCustomMappingResponse.md) -- [GetCustomerResponse](docs/models/GetCustomerResponse.md) -- [GetCustomersResponse](docs/models/GetCustomersResponse.md) -- [GetDepartmentResponse](docs/models/GetDepartmentResponse.md) -- [GetDepartmentsResponse](docs/models/GetDepartmentsResponse.md) -- [GetDriveGroupResponse](docs/models/GetDriveGroupResponse.md) -- [GetDriveGroupsResponse](docs/models/GetDriveGroupsResponse.md) -- [GetDriveResponse](docs/models/GetDriveResponse.md) -- [GetDrivesResponse](docs/models/GetDrivesResponse.md) -- [GetEcommerceCustomerResponse](docs/models/GetEcommerceCustomerResponse.md) -- [GetEcommerceCustomersResponse](docs/models/GetEcommerceCustomersResponse.md) -- [GetEcommerceOrderResponse](docs/models/GetEcommerceOrderResponse.md) -- [GetEcommerceOrdersResponse](docs/models/GetEcommerceOrdersResponse.md) -- [GetEmployeePayrollResponse](docs/models/GetEmployeePayrollResponse.md) -- [GetEmployeePayrollsResponse](docs/models/GetEmployeePayrollsResponse.md) -- [GetEmployeeResponse](docs/models/GetEmployeeResponse.md) -- [GetEmployeeSchedulesResponse](docs/models/GetEmployeeSchedulesResponse.md) -- [GetEmployeesResponse](docs/models/GetEmployeesResponse.md) -- [GetFileResponse](docs/models/GetFileResponse.md) -- [GetFilesResponse](docs/models/GetFilesResponse.md) -- [GetFolderResponse](docs/models/GetFolderResponse.md) -- [GetFoldersResponse](docs/models/GetFoldersResponse.md) -- [GetHrisCompaniesResponse](docs/models/GetHrisCompaniesResponse.md) -- [GetHrisCompanyResponse](docs/models/GetHrisCompanyResponse.md) -- [GetHrisJobResponse](docs/models/GetHrisJobResponse.md) -- [GetHrisJobsResponse](docs/models/GetHrisJobsResponse.md) -- [GetInvoiceItemResponse](docs/models/GetInvoiceItemResponse.md) -- [GetInvoiceItemsResponse](docs/models/GetInvoiceItemsResponse.md) -- [GetInvoiceResponse](docs/models/GetInvoiceResponse.md) -- [GetInvoicesResponse](docs/models/GetInvoicesResponse.md) -- [GetItemResponse](docs/models/GetItemResponse.md) -- [GetItemsResponse](docs/models/GetItemsResponse.md) -- [GetJobResponse](docs/models/GetJobResponse.md) -- [GetJobsResponse](docs/models/GetJobsResponse.md) -- [GetJournalEntriesResponse](docs/models/GetJournalEntriesResponse.md) -- [GetJournalEntryResponse](docs/models/GetJournalEntryResponse.md) -- [GetLeadResponse](docs/models/GetLeadResponse.md) -- [GetLeadsResponse](docs/models/GetLeadsResponse.md) -- [GetLedgerAccountResponse](docs/models/GetLedgerAccountResponse.md) -- [GetLedgerAccountsResponse](docs/models/GetLedgerAccountsResponse.md) -- [GetLocationResponse](docs/models/GetLocationResponse.md) -- [GetLocationsResponse](docs/models/GetLocationsResponse.md) -- [GetLogsResponse](docs/models/GetLogsResponse.md) -- [GetMerchantResponse](docs/models/GetMerchantResponse.md) -- [GetMerchantsResponse](docs/models/GetMerchantsResponse.md) -- [GetMessageResponse](docs/models/GetMessageResponse.md) -- [GetMessagesResponse](docs/models/GetMessagesResponse.md) -- [GetModifierGroupResponse](docs/models/GetModifierGroupResponse.md) -- [GetModifierGroupsResponse](docs/models/GetModifierGroupsResponse.md) -- [GetModifierResponse](docs/models/GetModifierResponse.md) -- [GetModifiersResponse](docs/models/GetModifiersResponse.md) -- [GetNoteResponse](docs/models/GetNoteResponse.md) -- [GetNotesResponse](docs/models/GetNotesResponse.md) -- [GetOpportunitiesResponse](docs/models/GetOpportunitiesResponse.md) -- [GetOpportunityResponse](docs/models/GetOpportunityResponse.md) -- [GetOrderResponse](docs/models/GetOrderResponse.md) -- [GetOrderTypeResponse](docs/models/GetOrderTypeResponse.md) -- [GetOrderTypesResponse](docs/models/GetOrderTypesResponse.md) -- [GetOrdersResponse](docs/models/GetOrdersResponse.md) -- [GetPaymentResponse](docs/models/GetPaymentResponse.md) -- [GetPaymentsResponse](docs/models/GetPaymentsResponse.md) -- [GetPayrollResponse](docs/models/GetPayrollResponse.md) -- [GetPayrollsResponse](docs/models/GetPayrollsResponse.md) -- [GetPipelineResponse](docs/models/GetPipelineResponse.md) -- [GetPipelinesResponse](docs/models/GetPipelinesResponse.md) -- [GetPosPaymentResponse](docs/models/GetPosPaymentResponse.md) -- [GetPosPaymentsResponse](docs/models/GetPosPaymentsResponse.md) -- [GetProductResponse](docs/models/GetProductResponse.md) -- [GetProductsResponse](docs/models/GetProductsResponse.md) -- [GetProfitAndLossResponse](docs/models/GetProfitAndLossResponse.md) -- [GetPurchaseOrderResponse](docs/models/GetPurchaseOrderResponse.md) -- [GetPurchaseOrdersResponse](docs/models/GetPurchaseOrdersResponse.md) -- [GetResourceExampleResponse](docs/models/GetResourceExampleResponse.md) -- [GetResourceSchemaResponse](docs/models/GetResourceSchemaResponse.md) -- [GetSharedLinkResponse](docs/models/GetSharedLinkResponse.md) -- [GetSharedLinksResponse](docs/models/GetSharedLinksResponse.md) -- [GetStoreResponse](docs/models/GetStoreResponse.md) -- [GetStoresResponse](docs/models/GetStoresResponse.md) -- [GetSubsidiariesResponse](docs/models/GetSubsidiariesResponse.md) -- [GetSubsidiaryResponse](docs/models/GetSubsidiaryResponse.md) -- [GetSupplierResponse](docs/models/GetSupplierResponse.md) -- [GetSuppliersResponse](docs/models/GetSuppliersResponse.md) -- [GetTaxRateResponse](docs/models/GetTaxRateResponse.md) -- [GetTaxRatesResponse](docs/models/GetTaxRatesResponse.md) -- [GetTenderResponse](docs/models/GetTenderResponse.md) -- [GetTendersResponse](docs/models/GetTendersResponse.md) -- [GetTicketResponse](docs/models/GetTicketResponse.md) -- [GetTicketsResponse](docs/models/GetTicketsResponse.md) -- [GetTimeOffRequestResponse](docs/models/GetTimeOffRequestResponse.md) -- [GetTimeOffRequestsResponse](docs/models/GetTimeOffRequestsResponse.md) -- [GetUploadSessionResponse](docs/models/GetUploadSessionResponse.md) -- [GetUserResponse](docs/models/GetUserResponse.md) -- [GetUsersResponse](docs/models/GetUsersResponse.md) -- [GetWebhookEventLogsResponse](docs/models/GetWebhookEventLogsResponse.md) -- [GetWebhookResponse](docs/models/GetWebhookResponse.md) -- [GetWebhooksResponse](docs/models/GetWebhooksResponse.md) -- [HrisCompany](docs/models/HrisCompany.md) -- [HrisEventType](docs/models/HrisEventType.md) -- [HrisJob](docs/models/HrisJob.md) -- [HrisJobLocation](docs/models/HrisJobLocation.md) -- [HrisJobs](docs/models/HrisJobs.md) -- [IdempotencyKey](docs/models/IdempotencyKey.md) -- [IntegrationState](docs/models/IntegrationState.md) -- [Invoice](docs/models/Invoice.md) -- [InvoiceItem](docs/models/InvoiceItem.md) -- [InvoiceItemAssetAccount](docs/models/InvoiceItemAssetAccount.md) -- [InvoiceItemExpenseAccount](docs/models/InvoiceItemExpenseAccount.md) -- [InvoiceItemIncomeAccount](docs/models/InvoiceItemIncomeAccount.md) -- [InvoiceItemSalesDetails](docs/models/InvoiceItemSalesDetails.md) -- [InvoiceItemsFilter](docs/models/InvoiceItemsFilter.md) -- [InvoiceLineItem](docs/models/InvoiceLineItem.md) -- [InvoiceResponse](docs/models/InvoiceResponse.md) -- [InvoicesFilter](docs/models/InvoicesFilter.md) -- [InvoicesSort](docs/models/InvoicesSort.md) -- [IssueTrackingEventType](docs/models/IssueTrackingEventType.md) -- [IssuesFilter](docs/models/IssuesFilter.md) -- [Item](docs/models/Item.md) -- [Job](docs/models/Job.md) -- [JobLinks](docs/models/JobLinks.md) -- [JobSalary](docs/models/JobSalary.md) -- [JobStatus](docs/models/JobStatus.md) -- [JournalEntriesFilter](docs/models/JournalEntriesFilter.md) -- [JournalEntriesSort](docs/models/JournalEntriesSort.md) -- [JournalEntry](docs/models/JournalEntry.md) -- [JournalEntryLineItem](docs/models/JournalEntryLineItem.md) -- [Lead](docs/models/Lead.md) -- [LeadEventType](docs/models/LeadEventType.md) -- [LeadsFilter](docs/models/LeadsFilter.md) -- [LeadsSort](docs/models/LeadsSort.md) -- [LedgerAccount](docs/models/LedgerAccount.md) -- [LedgerAccountCategories](docs/models/LedgerAccountCategories.md) -- [LedgerAccountParentAccount](docs/models/LedgerAccountParentAccount.md) -- [LedgerAccounts](docs/models/LedgerAccounts.md) -- [LedgerAccountsFilter](docs/models/LedgerAccountsFilter.md) -- [LedgerAccountsSort](docs/models/LedgerAccountsSort.md) -- [LinkedConnectorResource](docs/models/LinkedConnectorResource.md) -- [LinkedCustomer](docs/models/LinkedCustomer.md) -- [LinkedEcommerceCustomer](docs/models/LinkedEcommerceCustomer.md) -- [LinkedEcommerceOrder](docs/models/LinkedEcommerceOrder.md) -- [LinkedFolder](docs/models/LinkedFolder.md) -- [LinkedInvoiceItem](docs/models/LinkedInvoiceItem.md) -- [LinkedLedgerAccount](docs/models/LinkedLedgerAccount.md) -- [LinkedParentCustomer](docs/models/LinkedParentCustomer.md) -- [LinkedSupplier](docs/models/LinkedSupplier.md) -- [LinkedTaxRate](docs/models/LinkedTaxRate.md) -- [LinkedTrackingCategory](docs/models/LinkedTrackingCategory.md) -- [Links](docs/models/Links.md) -- [Location](docs/models/Location.md) -- [Log](docs/models/Log.md) -- [LogOperation](docs/models/LogOperation.md) -- [LogService](docs/models/LogService.md) -- [LogsFilter](docs/models/LogsFilter.md) -- [Merchant](docs/models/Merchant.md) -- [Message](docs/models/Message.md) -- [Meta](docs/models/Meta.md) -- [MetaCursors](docs/models/MetaCursors.md) -- [Modifier](docs/models/Modifier.md) -- [ModifierGroup](docs/models/ModifierGroup.md) -- [ModifierGroupFilter](docs/models/ModifierGroupFilter.md) -- [NotFoundResponse](docs/models/NotFoundResponse.md) -- [NotImplementedResponse](docs/models/NotImplementedResponse.md) -- [Note](docs/models/Note.md) -- [OAuthGrantType](docs/models/OAuthGrantType.md) -- [Offer](docs/models/Offer.md) -- [OpportunitiesFilter](docs/models/OpportunitiesFilter.md) -- [OpportunitiesSort](docs/models/OpportunitiesSort.md) -- [Opportunity](docs/models/Opportunity.md) -- [Order](docs/models/Order.md) -- [OrderCustomers](docs/models/OrderCustomers.md) -- [OrderDiscounts](docs/models/OrderDiscounts.md) -- [OrderFulfillments](docs/models/OrderFulfillments.md) -- [OrderLineItems](docs/models/OrderLineItems.md) -- [OrderPayments](docs/models/OrderPayments.md) -- [OrderPickupDetails](docs/models/OrderPickupDetails.md) -- [OrderPickupDetailsCurbsidePickupDetails](docs/models/OrderPickupDetailsCurbsidePickupDetails.md) -- [OrderPickupDetailsRecipient](docs/models/OrderPickupDetailsRecipient.md) -- [OrderRefunds](docs/models/OrderRefunds.md) -- [OrderTenders](docs/models/OrderTenders.md) -- [OrderType](docs/models/OrderType.md) -- [OrdersSort](docs/models/OrdersSort.md) -- [Owner](docs/models/Owner.md) -- [PaginationCoverage](docs/models/PaginationCoverage.md) -- [PassThroughBody](docs/models/PassThroughBody.md) -- [PassThroughQuery](docs/models/PassThroughQuery.md) -- [Payment](docs/models/Payment.md) -- [PaymentCard](docs/models/PaymentCard.md) -- [PaymentFrequency](docs/models/PaymentFrequency.md) -- [PaymentRequiredResponse](docs/models/PaymentRequiredResponse.md) -- [PaymentUnit](docs/models/PaymentUnit.md) -- [PaymentsFilter](docs/models/PaymentsFilter.md) -- [PaymentsSort](docs/models/PaymentsSort.md) -- [Payroll](docs/models/Payroll.md) -- [PayrollTotals](docs/models/PayrollTotals.md) -- [PayrollsFilter](docs/models/PayrollsFilter.md) -- [Person](docs/models/Person.md) -- [PhoneNumber](docs/models/PhoneNumber.md) -- [Pipeline](docs/models/Pipeline.md) -- [PipelineStages](docs/models/PipelineStages.md) -- [PosBankAccount](docs/models/PosBankAccount.md) -- [PosBankAccountAchDetails](docs/models/PosBankAccountAchDetails.md) -- [PosPayment](docs/models/PosPayment.md) -- [PosPaymentCardDetails](docs/models/PosPaymentCardDetails.md) -- [PosPaymentExternalDetails](docs/models/PosPaymentExternalDetails.md) -- [Price](docs/models/Price.md) -- [ProbationPeriod](docs/models/ProbationPeriod.md) -- [ProfitAndLoss](docs/models/ProfitAndLoss.md) -- [ProfitAndLossExpenses](docs/models/ProfitAndLossExpenses.md) -- [ProfitAndLossFilter](docs/models/ProfitAndLossFilter.md) -- [ProfitAndLossGrossProfit](docs/models/ProfitAndLossGrossProfit.md) -- [ProfitAndLossIncome](docs/models/ProfitAndLossIncome.md) -- [ProfitAndLossNetIncome](docs/models/ProfitAndLossNetIncome.md) -- [ProfitAndLossNetOperatingIncome](docs/models/ProfitAndLossNetOperatingIncome.md) -- [ProfitAndLossRecord](docs/models/ProfitAndLossRecord.md) -- [ProfitAndLossRecords](docs/models/ProfitAndLossRecords.md) -- [ProfitAndLossSection](docs/models/ProfitAndLossSection.md) -- [PurchaseOrder](docs/models/PurchaseOrder.md) -- [PurchaseOrdersFilter](docs/models/PurchaseOrdersFilter.md) -- [PurchaseOrdersSort](docs/models/PurchaseOrdersSort.md) -- [RequestCountAllocation](docs/models/RequestCountAllocation.md) -- [RequestRate](docs/models/RequestRate.md) -- [ResolveWebhookEventRequest](docs/models/ResolveWebhookEventRequest.md) -- [ResolveWebhookEventsRequest](docs/models/ResolveWebhookEventsRequest.md) -- [ResolveWebhookResponse](docs/models/ResolveWebhookResponse.md) -- [ResourceExample](docs/models/ResourceExample.md) -- [ResourceStatus](docs/models/ResourceStatus.md) -- [Schedule](docs/models/Schedule.md) -- [ScheduleWorkPattern](docs/models/ScheduleWorkPattern.md) -- [ScheduleWorkPatternOddWeeks](docs/models/ScheduleWorkPatternOddWeeks.md) -- [SchemaSupport](docs/models/SchemaSupport.md) -- [ServiceCharge](docs/models/ServiceCharge.md) -- [ServiceCharges](docs/models/ServiceCharges.md) -- [Session](docs/models/Session.md) -- [SessionSettings](docs/models/SessionSettings.md) -- [SessionTheme](docs/models/SessionTheme.md) -- [SharedLink](docs/models/SharedLink.md) -- [SharedLinkTarget](docs/models/SharedLinkTarget.md) -- [SimpleFormFieldOption](docs/models/SimpleFormFieldOption.md) -- [SocialLink](docs/models/SocialLink.md) -- [SortDirection](docs/models/SortDirection.md) -- [Status](docs/models/Status.md) -- [Subsidiary](docs/models/Subsidiary.md) -- [SubsidiaryReference](docs/models/SubsidiaryReference.md) -- [Supplier](docs/models/Supplier.md) -- [SuppliersFilter](docs/models/SuppliersFilter.md) -- [SuppliersSort](docs/models/SuppliersSort.md) -- [SupportedProperty](docs/models/SupportedProperty.md) -- [Tags](docs/models/Tags.md) -- [Tax](docs/models/Tax.md) -- [TaxRate](docs/models/TaxRate.md) -- [TaxRatesFilter](docs/models/TaxRatesFilter.md) -- [Team](docs/models/Team.md) -- [Tender](docs/models/Tender.md) -- [Ticket](docs/models/Ticket.md) -- [TicketsSort](docs/models/TicketsSort.md) -- [TimeOffRequest](docs/models/TimeOffRequest.md) -- [TimeOffRequestNotes](docs/models/TimeOffRequestNotes.md) -- [TimeOffRequestsFilter](docs/models/TimeOffRequestsFilter.md) -- [TooManyRequestsResponse](docs/models/TooManyRequestsResponse.md) -- [TooManyRequestsResponseDetail](docs/models/TooManyRequestsResponseDetail.md) -- [TrackingItem](docs/models/TrackingItem.md) -- [UnauthorizedResponse](docs/models/UnauthorizedResponse.md) -- [UnexpectedErrorResponse](docs/models/UnexpectedErrorResponse.md) -- [UnifiedApiId](docs/models/UnifiedApiId.md) -- [UnifiedFile](docs/models/UnifiedFile.md) -- [UnifiedFilePermissions](docs/models/UnifiedFilePermissions.md) -- [UnifiedId](docs/models/UnifiedId.md) -- [UnprocessableResponse](docs/models/UnprocessableResponse.md) -- [UpdateAccountingDepartmentResponse](docs/models/UpdateAccountingDepartmentResponse.md) -- [UpdateAccountingLocationResponse](docs/models/UpdateAccountingLocationResponse.md) -- [UpdateActivityResponse](docs/models/UpdateActivityResponse.md) -- [UpdateApplicantResponse](docs/models/UpdateApplicantResponse.md) -- [UpdateApplicationResponse](docs/models/UpdateApplicationResponse.md) -- [UpdateBillResponse](docs/models/UpdateBillResponse.md) -- [UpdateCommentResponse](docs/models/UpdateCommentResponse.md) -- [UpdateCompanyResponse](docs/models/UpdateCompanyResponse.md) -- [UpdateConnectionResponse](docs/models/UpdateConnectionResponse.md) -- [UpdateConsumerRequest](docs/models/UpdateConsumerRequest.md) -- [UpdateConsumerResponse](docs/models/UpdateConsumerResponse.md) -- [UpdateContactResponse](docs/models/UpdateContactResponse.md) -- [UpdateCreditNoteResponse](docs/models/UpdateCreditNoteResponse.md) -- [UpdateCustomMappingRequest](docs/models/UpdateCustomMappingRequest.md) -- [UpdateCustomMappingResponse](docs/models/UpdateCustomMappingResponse.md) -- [UpdateCustomerResponse](docs/models/UpdateCustomerResponse.md) -- [UpdateDepartmentResponse](docs/models/UpdateDepartmentResponse.md) -- [UpdateDriveGroupResponse](docs/models/UpdateDriveGroupResponse.md) -- [UpdateDriveResponse](docs/models/UpdateDriveResponse.md) -- [UpdateEcommerceCustomerResponse](docs/models/UpdateEcommerceCustomerResponse.md) -- [UpdateEcommerceOrderResponse](docs/models/UpdateEcommerceOrderResponse.md) -- [UpdateEmployeeResponse](docs/models/UpdateEmployeeResponse.md) -- [UpdateFileRequest](docs/models/UpdateFileRequest.md) -- [UpdateFileResponse](docs/models/UpdateFileResponse.md) -- [UpdateFolderRequest](docs/models/UpdateFolderRequest.md) -- [UpdateFolderResponse](docs/models/UpdateFolderResponse.md) -- [UpdateHrisCompanyResponse](docs/models/UpdateHrisCompanyResponse.md) -- [UpdateInvoiceItemsResponse](docs/models/UpdateInvoiceItemsResponse.md) -- [UpdateInvoiceResponse](docs/models/UpdateInvoiceResponse.md) -- [UpdateItemResponse](docs/models/UpdateItemResponse.md) -- [UpdateJobResponse](docs/models/UpdateJobResponse.md) -- [UpdateJournalEntryResponse](docs/models/UpdateJournalEntryResponse.md) -- [UpdateLeadResponse](docs/models/UpdateLeadResponse.md) -- [UpdateLedgerAccountResponse](docs/models/UpdateLedgerAccountResponse.md) -- [UpdateLocationResponse](docs/models/UpdateLocationResponse.md) -- [UpdateMerchantResponse](docs/models/UpdateMerchantResponse.md) -- [UpdateMessageResponse](docs/models/UpdateMessageResponse.md) -- [UpdateModifierGroupResponse](docs/models/UpdateModifierGroupResponse.md) -- [UpdateModifierResponse](docs/models/UpdateModifierResponse.md) -- [UpdateNoteResponse](docs/models/UpdateNoteResponse.md) -- [UpdateOpportunityResponse](docs/models/UpdateOpportunityResponse.md) -- [UpdateOrderResponse](docs/models/UpdateOrderResponse.md) -- [UpdateOrderTypeResponse](docs/models/UpdateOrderTypeResponse.md) -- [UpdatePaymentResponse](docs/models/UpdatePaymentResponse.md) -- [UpdatePipelineResponse](docs/models/UpdatePipelineResponse.md) -- [UpdatePosPaymentResponse](docs/models/UpdatePosPaymentResponse.md) -- [UpdateProductResponse](docs/models/UpdateProductResponse.md) -- [UpdatePurchaseOrderResponse](docs/models/UpdatePurchaseOrderResponse.md) -- [UpdateSharedLinkResponse](docs/models/UpdateSharedLinkResponse.md) -- [UpdateSubsidiaryResponse](docs/models/UpdateSubsidiaryResponse.md) -- [UpdateSupplierResponse](docs/models/UpdateSupplierResponse.md) -- [UpdateTaxRateResponse](docs/models/UpdateTaxRateResponse.md) -- [UpdateTenderResponse](docs/models/UpdateTenderResponse.md) -- [UpdateTicketResponse](docs/models/UpdateTicketResponse.md) -- [UpdateTimeOffRequestResponse](docs/models/UpdateTimeOffRequestResponse.md) -- [UpdateUploadSessionResponse](docs/models/UpdateUploadSessionResponse.md) -- [UpdateUserResponse](docs/models/UpdateUserResponse.md) -- [UpdateWebhookRequest](docs/models/UpdateWebhookRequest.md) -- [UpdateWebhookResponse](docs/models/UpdateWebhookResponse.md) -- [UploadSession](docs/models/UploadSession.md) -- [Url](docs/models/Url.md) -- [User](docs/models/User.md) -- [ValidateConnectionStateResponse](docs/models/ValidateConnectionStateResponse.md) -- [ValidateConnectionStateResponseData](docs/models/ValidateConnectionStateResponseData.md) -- [VaultEventType](docs/models/VaultEventType.md) -- [VirtualWebhooks](docs/models/VirtualWebhooks.md) -- [WalletDetails](docs/models/WalletDetails.md) -- [Webhook](docs/models/Webhook.md) -- [WebhookEvent](docs/models/WebhookEvent.md) -- [WebhookEventLog](docs/models/WebhookEventLog.md) -- [WebhookEventLogAttempts](docs/models/WebhookEventLogAttempts.md) -- [WebhookEventLogService](docs/models/WebhookEventLogService.md) -- [WebhookEventLogsFilter](docs/models/WebhookEventLogsFilter.md) -- [WebhookEventLogsFilterService](docs/models/WebhookEventLogsFilterService.md) -- [WebhookEventType](docs/models/WebhookEventType.md) -- [WebhookSubscription](docs/models/WebhookSubscription.md) -- [WebhookSupport](docs/models/WebhookSupport.md) -- [Website](docs/models/Website.md) + - [AccountingCustomer](docs/models/AccountingCustomer.md) + - [AccountingDepartment](docs/models/AccountingDepartment.md) + - [AccountingDepartmentsFilter](docs/models/AccountingDepartmentsFilter.md) + - [AccountingEventType](docs/models/AccountingEventType.md) + - [AccountingLocation](docs/models/AccountingLocation.md) + - [AccountingLocationsFilter](docs/models/AccountingLocationsFilter.md) + - [ActivitiesFilter](docs/models/ActivitiesFilter.md) + - [ActivitiesSort](docs/models/ActivitiesSort.md) + - [Activity](docs/models/Activity.md) + - [ActivityAttendee](docs/models/ActivityAttendee.md) + - [Address](docs/models/Address.md) + - [Allocation](docs/models/Allocation.md) + - [Api](docs/models/Api.md) + - [ApiResource](docs/models/ApiResource.md) + - [ApiResourceCoverage](docs/models/ApiResourceCoverage.md) + - [ApiResourceCoverageCoverage](docs/models/ApiResourceCoverageCoverage.md) + - [ApiResourceLinkedResources](docs/models/ApiResourceLinkedResources.md) + - [ApiResources](docs/models/ApiResources.md) + - [ApiStatus](docs/models/ApiStatus.md) + - [ApisFilter](docs/models/ApisFilter.md) + - [Applicant](docs/models/Applicant.md) + - [ApplicantSocialLinks](docs/models/ApplicantSocialLinks.md) + - [ApplicantWebsites](docs/models/ApplicantWebsites.md) + - [ApplicantsFilter](docs/models/ApplicantsFilter.md) + - [Application](docs/models/Application.md) + - [ApplicationStage](docs/models/ApplicationStage.md) + - [Assignee](docs/models/Assignee.md) + - [AtsActivity](docs/models/AtsActivity.md) + - [AtsEventType](docs/models/AtsEventType.md) + - [Attachment](docs/models/Attachment.md) + - [AttachmentReference](docs/models/AttachmentReference.md) + - [AttachmentReferenceType](docs/models/AttachmentReferenceType.md) + - [AuthType](docs/models/AuthType.md) + - [BadRequestResponse](docs/models/BadRequestResponse.md) + - [BalanceSheet](docs/models/BalanceSheet.md) + - [BalanceSheetAccount](docs/models/BalanceSheetAccount.md) + - [BalanceSheetAccountRecord](docs/models/BalanceSheetAccountRecord.md) + - [BalanceSheetAccounts](docs/models/BalanceSheetAccounts.md) + - [BalanceSheetFilter](docs/models/BalanceSheetFilter.md) + - [BalanceSheetReports](docs/models/BalanceSheetReports.md) + - [BankAccount](docs/models/BankAccount.md) + - [Benefit](docs/models/Benefit.md) + - [Bill](docs/models/Bill.md) + - [BillLineItem](docs/models/BillLineItem.md) + - [BillsFilter](docs/models/BillsFilter.md) + - [BillsSort](docs/models/BillsSort.md) + - [Branch](docs/models/Branch.md) + - [CashDetails](docs/models/CashDetails.md) + - [Collection](docs/models/Collection.md) + - [CollectionTag](docs/models/CollectionTag.md) + - [CollectionTicketComment](docs/models/CollectionTicketComment.md) + - [CollectionUser](docs/models/CollectionUser.md) + - [CollectionsSort](docs/models/CollectionsSort.md) + - [CommentsSort](docs/models/CommentsSort.md) + - [CompaniesFilter](docs/models/CompaniesFilter.md) + - [CompaniesSort](docs/models/CompaniesSort.md) + - [Company](docs/models/Company.md) + - [CompanyInfo](docs/models/CompanyInfo.md) + - [CompanyRowType](docs/models/CompanyRowType.md) + - [Compensation](docs/models/Compensation.md) + - [Connection](docs/models/Connection.md) + - [ConnectionConfiguration](docs/models/ConnectionConfiguration.md) + - [ConnectionDefaults](docs/models/ConnectionDefaults.md) + - [ConnectionImportData](docs/models/ConnectionImportData.md) + - [ConnectionImportDataCredentials](docs/models/ConnectionImportDataCredentials.md) + - [ConnectionMetadata](docs/models/ConnectionMetadata.md) + - [ConnectionState](docs/models/ConnectionState.md) + - [ConnectionWebhook](docs/models/ConnectionWebhook.md) + - [Connector](docs/models/Connector.md) + - [ConnectorDoc](docs/models/ConnectorDoc.md) + - [ConnectorEvent](docs/models/ConnectorEvent.md) + - [ConnectorOauthScopes](docs/models/ConnectorOauthScopes.md) + - [ConnectorOauthScopes1](docs/models/ConnectorOauthScopes1.md) + - [ConnectorResource](docs/models/ConnectorResource.md) + - [ConnectorSetting](docs/models/ConnectorSetting.md) + - [ConnectorStatus](docs/models/ConnectorStatus.md) + - [ConnectorTlsSupport](docs/models/ConnectorTlsSupport.md) + - [ConnectorUnifiedApis](docs/models/ConnectorUnifiedApis.md) + - [ConnectorsFilter](docs/models/ConnectorsFilter.md) + - [Consumer](docs/models/Consumer.md) + - [ConsumerConnection](docs/models/ConsumerConnection.md) + - [ConsumerMetadata](docs/models/ConsumerMetadata.md) + - [ConsumerRequestCountsInDateRangeResponse](docs/models/ConsumerRequestCountsInDateRangeResponse.md) + - [ConsumerRequestCountsInDateRangeResponseData](docs/models/ConsumerRequestCountsInDateRangeResponseData.md) + - [Contact](docs/models/Contact.md) + - [ContactsFilter](docs/models/ContactsFilter.md) + - [ContactsSort](docs/models/ContactsSort.md) + - [CopyFolderRequest](docs/models/CopyFolderRequest.md) + - [Country](docs/models/Country.md) + - [CreateAccountingDepartmentResponse](docs/models/CreateAccountingDepartmentResponse.md) + - [CreateAccountingLocationResponse](docs/models/CreateAccountingLocationResponse.md) + - [CreateActivityResponse](docs/models/CreateActivityResponse.md) + - [CreateApplicantResponse](docs/models/CreateApplicantResponse.md) + - [CreateApplicationResponse](docs/models/CreateApplicationResponse.md) + - [CreateAttachmentRequest](docs/models/CreateAttachmentRequest.md) + - [CreateAttachmentResponse](docs/models/CreateAttachmentResponse.md) + - [CreateBillResponse](docs/models/CreateBillResponse.md) + - [CreateCommentResponse](docs/models/CreateCommentResponse.md) + - [CreateCompanyResponse](docs/models/CreateCompanyResponse.md) + - [CreateConnectionResponse](docs/models/CreateConnectionResponse.md) + - [CreateConsumerResponse](docs/models/CreateConsumerResponse.md) + - [CreateContactResponse](docs/models/CreateContactResponse.md) + - [CreateCreditNoteResponse](docs/models/CreateCreditNoteResponse.md) + - [CreateCustomMappingRequest](docs/models/CreateCustomMappingRequest.md) + - [CreateCustomMappingResponse](docs/models/CreateCustomMappingResponse.md) + - [CreateCustomerResponse](docs/models/CreateCustomerResponse.md) + - [CreateDepartmentResponse](docs/models/CreateDepartmentResponse.md) + - [CreateDriveGroupResponse](docs/models/CreateDriveGroupResponse.md) + - [CreateDriveResponse](docs/models/CreateDriveResponse.md) + - [CreateEcommerceCustomerResponse](docs/models/CreateEcommerceCustomerResponse.md) + - [CreateEcommerceOrderResponse](docs/models/CreateEcommerceOrderResponse.md) + - [CreateEmployeeResponse](docs/models/CreateEmployeeResponse.md) + - [CreateFileRequest](docs/models/CreateFileRequest.md) + - [CreateFileResponse](docs/models/CreateFileResponse.md) + - [CreateFolderRequest](docs/models/CreateFolderRequest.md) + - [CreateFolderResponse](docs/models/CreateFolderResponse.md) + - [CreateHrisCompanyResponse](docs/models/CreateHrisCompanyResponse.md) + - [CreateInvoiceItemResponse](docs/models/CreateInvoiceItemResponse.md) + - [CreateInvoiceResponse](docs/models/CreateInvoiceResponse.md) + - [CreateItemResponse](docs/models/CreateItemResponse.md) + - [CreateJobResponse](docs/models/CreateJobResponse.md) + - [CreateJournalEntryResponse](docs/models/CreateJournalEntryResponse.md) + - [CreateLeadResponse](docs/models/CreateLeadResponse.md) + - [CreateLedgerAccountResponse](docs/models/CreateLedgerAccountResponse.md) + - [CreateLocationResponse](docs/models/CreateLocationResponse.md) + - [CreateMerchantResponse](docs/models/CreateMerchantResponse.md) + - [CreateMessageResponse](docs/models/CreateMessageResponse.md) + - [CreateModifierGroupResponse](docs/models/CreateModifierGroupResponse.md) + - [CreateModifierResponse](docs/models/CreateModifierResponse.md) + - [CreateNoteResponse](docs/models/CreateNoteResponse.md) + - [CreateOpportunityResponse](docs/models/CreateOpportunityResponse.md) + - [CreateOrderResponse](docs/models/CreateOrderResponse.md) + - [CreateOrderTypeResponse](docs/models/CreateOrderTypeResponse.md) + - [CreatePaymentResponse](docs/models/CreatePaymentResponse.md) + - [CreatePipelineResponse](docs/models/CreatePipelineResponse.md) + - [CreatePosPaymentResponse](docs/models/CreatePosPaymentResponse.md) + - [CreateProductResponse](docs/models/CreateProductResponse.md) + - [CreatePurchaseOrderResponse](docs/models/CreatePurchaseOrderResponse.md) + - [CreateSessionResponse](docs/models/CreateSessionResponse.md) + - [CreateSessionResponseData](docs/models/CreateSessionResponseData.md) + - [CreateSharedLinkResponse](docs/models/CreateSharedLinkResponse.md) + - [CreateSubsidiaryResponse](docs/models/CreateSubsidiaryResponse.md) + - [CreateSupplierResponse](docs/models/CreateSupplierResponse.md) + - [CreateTaxRateResponse](docs/models/CreateTaxRateResponse.md) + - [CreateTenderResponse](docs/models/CreateTenderResponse.md) + - [CreateTicketResponse](docs/models/CreateTicketResponse.md) + - [CreateTimeOffRequestResponse](docs/models/CreateTimeOffRequestResponse.md) + - [CreateUploadSessionRequest](docs/models/CreateUploadSessionRequest.md) + - [CreateUploadSessionResponse](docs/models/CreateUploadSessionResponse.md) + - [CreateUserResponse](docs/models/CreateUserResponse.md) + - [CreateWebhookRequest](docs/models/CreateWebhookRequest.md) + - [CreateWebhookResponse](docs/models/CreateWebhookResponse.md) + - [CreditNote](docs/models/CreditNote.md) + - [CreditNotesFilter](docs/models/CreditNotesFilter.md) + - [CreditNotesSort](docs/models/CreditNotesSort.md) + - [CrmEventType](docs/models/CrmEventType.md) + - [Currency](docs/models/Currency.md) + - [CustomField](docs/models/CustomField.md) + - [CustomFieldFinder](docs/models/CustomFieldFinder.md) + - [CustomMapping](docs/models/CustomMapping.md) + - [Customer](docs/models/Customer.md) + - [CustomersFilter](docs/models/CustomersFilter.md) + - [CustomersSort](docs/models/CustomersSort.md) + - [Deduction](docs/models/Deduction.md) + - [DeleteAccountingDepartmentResponse](docs/models/DeleteAccountingDepartmentResponse.md) + - [DeleteAccountingLocationResponse](docs/models/DeleteAccountingLocationResponse.md) + - [DeleteActivityResponse](docs/models/DeleteActivityResponse.md) + - [DeleteApplicantResponse](docs/models/DeleteApplicantResponse.md) + - [DeleteApplicationResponse](docs/models/DeleteApplicationResponse.md) + - [DeleteAttachmentResponse](docs/models/DeleteAttachmentResponse.md) + - [DeleteBillResponse](docs/models/DeleteBillResponse.md) + - [DeleteCommentResponse](docs/models/DeleteCommentResponse.md) + - [DeleteCompanyResponse](docs/models/DeleteCompanyResponse.md) + - [DeleteConsumerResponse](docs/models/DeleteConsumerResponse.md) + - [DeleteContactResponse](docs/models/DeleteContactResponse.md) + - [DeleteCreditNoteResponse](docs/models/DeleteCreditNoteResponse.md) + - [DeleteCustomerResponse](docs/models/DeleteCustomerResponse.md) + - [DeleteDepartmentResponse](docs/models/DeleteDepartmentResponse.md) + - [DeleteDriveGroupResponse](docs/models/DeleteDriveGroupResponse.md) + - [DeleteDriveResponse](docs/models/DeleteDriveResponse.md) + - [DeleteEcommerceCustomerResponse](docs/models/DeleteEcommerceCustomerResponse.md) + - [DeleteEcommerceOrderResponse](docs/models/DeleteEcommerceOrderResponse.md) + - [DeleteEmployeeResponse](docs/models/DeleteEmployeeResponse.md) + - [DeleteFileResponse](docs/models/DeleteFileResponse.md) + - [DeleteFolderResponse](docs/models/DeleteFolderResponse.md) + - [DeleteHrisCompanyResponse](docs/models/DeleteHrisCompanyResponse.md) + - [DeleteInvoiceItemResponse](docs/models/DeleteInvoiceItemResponse.md) + - [DeleteInvoiceResponse](docs/models/DeleteInvoiceResponse.md) + - [DeleteItemResponse](docs/models/DeleteItemResponse.md) + - [DeleteJobResponse](docs/models/DeleteJobResponse.md) + - [DeleteJournalEntryResponse](docs/models/DeleteJournalEntryResponse.md) + - [DeleteLeadResponse](docs/models/DeleteLeadResponse.md) + - [DeleteLedgerAccountResponse](docs/models/DeleteLedgerAccountResponse.md) + - [DeleteLocationResponse](docs/models/DeleteLocationResponse.md) + - [DeleteMerchantResponse](docs/models/DeleteMerchantResponse.md) + - [DeleteMessageResponse](docs/models/DeleteMessageResponse.md) + - [DeleteModifierGroupResponse](docs/models/DeleteModifierGroupResponse.md) + - [DeleteModifierResponse](docs/models/DeleteModifierResponse.md) + - [DeleteNoteResponse](docs/models/DeleteNoteResponse.md) + - [DeleteOpportunityResponse](docs/models/DeleteOpportunityResponse.md) + - [DeleteOrderResponse](docs/models/DeleteOrderResponse.md) + - [DeleteOrderTypeResponse](docs/models/DeleteOrderTypeResponse.md) + - [DeletePaymentResponse](docs/models/DeletePaymentResponse.md) + - [DeletePipelineResponse](docs/models/DeletePipelineResponse.md) + - [DeletePosPaymentResponse](docs/models/DeletePosPaymentResponse.md) + - [DeleteProductResponse](docs/models/DeleteProductResponse.md) + - [DeletePurchaseOrderResponse](docs/models/DeletePurchaseOrderResponse.md) + - [DeleteSharedLinkResponse](docs/models/DeleteSharedLinkResponse.md) + - [DeleteSubsidiaryResponse](docs/models/DeleteSubsidiaryResponse.md) + - [DeleteSupplierResponse](docs/models/DeleteSupplierResponse.md) + - [DeleteTaxRateResponse](docs/models/DeleteTaxRateResponse.md) + - [DeleteTenderResponse](docs/models/DeleteTenderResponse.md) + - [DeleteTicketResponse](docs/models/DeleteTicketResponse.md) + - [DeleteTimeOffRequestResponse](docs/models/DeleteTimeOffRequestResponse.md) + - [DeleteUploadSessionResponse](docs/models/DeleteUploadSessionResponse.md) + - [DeleteUserResponse](docs/models/DeleteUserResponse.md) + - [DeleteWebhookResponse](docs/models/DeleteWebhookResponse.md) + - [DeliveryUrl](docs/models/DeliveryUrl.md) + - [Department](docs/models/Department.md) + - [Drive](docs/models/Drive.md) + - [DriveGroup](docs/models/DriveGroup.md) + - [DriveGroupsFilter](docs/models/DriveGroupsFilter.md) + - [DrivesFilter](docs/models/DrivesFilter.md) + - [EcommerceAddress](docs/models/EcommerceAddress.md) + - [EcommerceCustomer](docs/models/EcommerceCustomer.md) + - [EcommerceCustomerAddresses](docs/models/EcommerceCustomerAddresses.md) + - [EcommerceCustomersFilter](docs/models/EcommerceCustomersFilter.md) + - [EcommerceDiscount](docs/models/EcommerceDiscount.md) + - [EcommerceOrder](docs/models/EcommerceOrder.md) + - [EcommerceOrderLineItem](docs/models/EcommerceOrderLineItem.md) + - [EcommerceOrderStatus](docs/models/EcommerceOrderStatus.md) + - [EcommerceOrdersFilter](docs/models/EcommerceOrdersFilter.md) + - [EcommerceProduct](docs/models/EcommerceProduct.md) + - [EcommerceProductCategories](docs/models/EcommerceProductCategories.md) + - [EcommerceProductImages](docs/models/EcommerceProductImages.md) + - [EcommerceProductImages1](docs/models/EcommerceProductImages1.md) + - [EcommerceProductOptions](docs/models/EcommerceProductOptions.md) + - [EcommerceProductOptions1](docs/models/EcommerceProductOptions1.md) + - [EcommerceProductVariants](docs/models/EcommerceProductVariants.md) + - [EcommerceStore](docs/models/EcommerceStore.md) + - [Email](docs/models/Email.md) + - [Employee](docs/models/Employee.md) + - [EmployeeCompensation](docs/models/EmployeeCompensation.md) + - [EmployeeEmploymentRole](docs/models/EmployeeEmploymentRole.md) + - [EmployeeJob](docs/models/EmployeeJob.md) + - [EmployeeList](docs/models/EmployeeList.md) + - [EmployeeManager](docs/models/EmployeeManager.md) + - [EmployeePayroll](docs/models/EmployeePayroll.md) + - [EmployeeSchedules](docs/models/EmployeeSchedules.md) + - [EmployeesFilter](docs/models/EmployeesFilter.md) + - [EmployeesOneFilter](docs/models/EmployeesOneFilter.md) + - [EmployeesSort](docs/models/EmployeesSort.md) + - [EmploymentStatus](docs/models/EmploymentStatus.md) + - [Error](docs/models/Error.md) + - [ExecuteBaseUrl](docs/models/ExecuteBaseUrl.md) + - [ExecuteWebhookEventRequest](docs/models/ExecuteWebhookEventRequest.md) + - [ExecuteWebhookEventsRequest](docs/models/ExecuteWebhookEventsRequest.md) + - [ExecuteWebhookResponse](docs/models/ExecuteWebhookResponse.md) + - [FileStorageEventType](docs/models/FileStorageEventType.md) + - [FileType](docs/models/FileType.md) + - [FilesFilter](docs/models/FilesFilter.md) + - [FilesSearch](docs/models/FilesSearch.md) + - [FilesSort](docs/models/FilesSort.md) + - [Folder](docs/models/Folder.md) + - [FormField](docs/models/FormField.md) + - [FormFieldOption](docs/models/FormFieldOption.md) + - [FormFieldOptionGroup](docs/models/FormFieldOptionGroup.md) + - [Gender](docs/models/Gender.md) + - [GetAccountingDepartmentResponse](docs/models/GetAccountingDepartmentResponse.md) + - [GetAccountingDepartmentsResponse](docs/models/GetAccountingDepartmentsResponse.md) + - [GetAccountingLocationResponse](docs/models/GetAccountingLocationResponse.md) + - [GetAccountingLocationsResponse](docs/models/GetAccountingLocationsResponse.md) + - [GetActivitiesResponse](docs/models/GetActivitiesResponse.md) + - [GetActivityResponse](docs/models/GetActivityResponse.md) + - [GetApiResourceCoverageResponse](docs/models/GetApiResourceCoverageResponse.md) + - [GetApiResourceResponse](docs/models/GetApiResourceResponse.md) + - [GetApiResponse](docs/models/GetApiResponse.md) + - [GetApisResponse](docs/models/GetApisResponse.md) + - [GetApplicantResponse](docs/models/GetApplicantResponse.md) + - [GetApplicantsResponse](docs/models/GetApplicantsResponse.md) + - [GetApplicationResponse](docs/models/GetApplicationResponse.md) + - [GetApplicationsResponse](docs/models/GetApplicationsResponse.md) + - [GetAttachmentResponse](docs/models/GetAttachmentResponse.md) + - [GetAttachmentsResponse](docs/models/GetAttachmentsResponse.md) + - [GetBalanceSheetResponse](docs/models/GetBalanceSheetResponse.md) + - [GetBillResponse](docs/models/GetBillResponse.md) + - [GetBillsResponse](docs/models/GetBillsResponse.md) + - [GetCollectionResponse](docs/models/GetCollectionResponse.md) + - [GetCollectionTagsResponse](docs/models/GetCollectionTagsResponse.md) + - [GetCollectionUserResponse](docs/models/GetCollectionUserResponse.md) + - [GetCollectionUsersResponse](docs/models/GetCollectionUsersResponse.md) + - [GetCollectionsResponse](docs/models/GetCollectionsResponse.md) + - [GetCommentResponse](docs/models/GetCommentResponse.md) + - [GetCommentsResponse](docs/models/GetCommentsResponse.md) + - [GetCompaniesResponse](docs/models/GetCompaniesResponse.md) + - [GetCompanyInfoResponse](docs/models/GetCompanyInfoResponse.md) + - [GetCompanyResponse](docs/models/GetCompanyResponse.md) + - [GetConnectionResponse](docs/models/GetConnectionResponse.md) + - [GetConnectionsResponse](docs/models/GetConnectionsResponse.md) + - [GetConnectorResourceExampleResponse](docs/models/GetConnectorResourceExampleResponse.md) + - [GetConnectorResourceExampleResponseData](docs/models/GetConnectorResourceExampleResponseData.md) + - [GetConnectorResourceResponse](docs/models/GetConnectorResourceResponse.md) + - [GetConnectorResourceSchemaResponse](docs/models/GetConnectorResourceSchemaResponse.md) + - [GetConnectorResponse](docs/models/GetConnectorResponse.md) + - [GetConnectorsResponse](docs/models/GetConnectorsResponse.md) + - [GetConsumerResponse](docs/models/GetConsumerResponse.md) + - [GetConsumersResponse](docs/models/GetConsumersResponse.md) + - [GetConsumersResponseData](docs/models/GetConsumersResponseData.md) + - [GetContactResponse](docs/models/GetContactResponse.md) + - [GetContactsResponse](docs/models/GetContactsResponse.md) + - [GetCreditNoteResponse](docs/models/GetCreditNoteResponse.md) + - [GetCreditNotesResponse](docs/models/GetCreditNotesResponse.md) + - [GetCustomFieldsResponse](docs/models/GetCustomFieldsResponse.md) + - [GetCustomMappingResponse](docs/models/GetCustomMappingResponse.md) + - [GetCustomerResponse](docs/models/GetCustomerResponse.md) + - [GetCustomersResponse](docs/models/GetCustomersResponse.md) + - [GetDepartmentResponse](docs/models/GetDepartmentResponse.md) + - [GetDepartmentsResponse](docs/models/GetDepartmentsResponse.md) + - [GetDriveGroupResponse](docs/models/GetDriveGroupResponse.md) + - [GetDriveGroupsResponse](docs/models/GetDriveGroupsResponse.md) + - [GetDriveResponse](docs/models/GetDriveResponse.md) + - [GetDrivesResponse](docs/models/GetDrivesResponse.md) + - [GetEcommerceCustomerResponse](docs/models/GetEcommerceCustomerResponse.md) + - [GetEcommerceCustomersResponse](docs/models/GetEcommerceCustomersResponse.md) + - [GetEcommerceOrderResponse](docs/models/GetEcommerceOrderResponse.md) + - [GetEcommerceOrdersResponse](docs/models/GetEcommerceOrdersResponse.md) + - [GetEmployeePayrollResponse](docs/models/GetEmployeePayrollResponse.md) + - [GetEmployeePayrollsResponse](docs/models/GetEmployeePayrollsResponse.md) + - [GetEmployeeResponse](docs/models/GetEmployeeResponse.md) + - [GetEmployeeSchedulesResponse](docs/models/GetEmployeeSchedulesResponse.md) + - [GetEmployeesResponse](docs/models/GetEmployeesResponse.md) + - [GetFileResponse](docs/models/GetFileResponse.md) + - [GetFilesResponse](docs/models/GetFilesResponse.md) + - [GetFolderResponse](docs/models/GetFolderResponse.md) + - [GetFoldersResponse](docs/models/GetFoldersResponse.md) + - [GetHrisCompaniesResponse](docs/models/GetHrisCompaniesResponse.md) + - [GetHrisCompanyResponse](docs/models/GetHrisCompanyResponse.md) + - [GetHrisJobResponse](docs/models/GetHrisJobResponse.md) + - [GetHrisJobsResponse](docs/models/GetHrisJobsResponse.md) + - [GetInvoiceItemResponse](docs/models/GetInvoiceItemResponse.md) + - [GetInvoiceItemsResponse](docs/models/GetInvoiceItemsResponse.md) + - [GetInvoiceResponse](docs/models/GetInvoiceResponse.md) + - [GetInvoicesResponse](docs/models/GetInvoicesResponse.md) + - [GetItemResponse](docs/models/GetItemResponse.md) + - [GetItemsResponse](docs/models/GetItemsResponse.md) + - [GetJobResponse](docs/models/GetJobResponse.md) + - [GetJobsResponse](docs/models/GetJobsResponse.md) + - [GetJournalEntriesResponse](docs/models/GetJournalEntriesResponse.md) + - [GetJournalEntryResponse](docs/models/GetJournalEntryResponse.md) + - [GetLeadResponse](docs/models/GetLeadResponse.md) + - [GetLeadsResponse](docs/models/GetLeadsResponse.md) + - [GetLedgerAccountResponse](docs/models/GetLedgerAccountResponse.md) + - [GetLedgerAccountsResponse](docs/models/GetLedgerAccountsResponse.md) + - [GetLocationResponse](docs/models/GetLocationResponse.md) + - [GetLocationsResponse](docs/models/GetLocationsResponse.md) + - [GetLogsResponse](docs/models/GetLogsResponse.md) + - [GetMerchantResponse](docs/models/GetMerchantResponse.md) + - [GetMerchantsResponse](docs/models/GetMerchantsResponse.md) + - [GetMessageResponse](docs/models/GetMessageResponse.md) + - [GetMessagesResponse](docs/models/GetMessagesResponse.md) + - [GetModifierGroupResponse](docs/models/GetModifierGroupResponse.md) + - [GetModifierGroupsResponse](docs/models/GetModifierGroupsResponse.md) + - [GetModifierResponse](docs/models/GetModifierResponse.md) + - [GetModifiersResponse](docs/models/GetModifiersResponse.md) + - [GetNoteResponse](docs/models/GetNoteResponse.md) + - [GetNotesResponse](docs/models/GetNotesResponse.md) + - [GetOpportunitiesResponse](docs/models/GetOpportunitiesResponse.md) + - [GetOpportunityResponse](docs/models/GetOpportunityResponse.md) + - [GetOrderResponse](docs/models/GetOrderResponse.md) + - [GetOrderTypeResponse](docs/models/GetOrderTypeResponse.md) + - [GetOrderTypesResponse](docs/models/GetOrderTypesResponse.md) + - [GetOrdersResponse](docs/models/GetOrdersResponse.md) + - [GetPaymentResponse](docs/models/GetPaymentResponse.md) + - [GetPaymentsResponse](docs/models/GetPaymentsResponse.md) + - [GetPayrollResponse](docs/models/GetPayrollResponse.md) + - [GetPayrollsResponse](docs/models/GetPayrollsResponse.md) + - [GetPipelineResponse](docs/models/GetPipelineResponse.md) + - [GetPipelinesResponse](docs/models/GetPipelinesResponse.md) + - [GetPosPaymentResponse](docs/models/GetPosPaymentResponse.md) + - [GetPosPaymentsResponse](docs/models/GetPosPaymentsResponse.md) + - [GetProductResponse](docs/models/GetProductResponse.md) + - [GetProductsResponse](docs/models/GetProductsResponse.md) + - [GetProfitAndLossResponse](docs/models/GetProfitAndLossResponse.md) + - [GetPurchaseOrderResponse](docs/models/GetPurchaseOrderResponse.md) + - [GetPurchaseOrdersResponse](docs/models/GetPurchaseOrdersResponse.md) + - [GetResourceExampleResponse](docs/models/GetResourceExampleResponse.md) + - [GetResourceSchemaResponse](docs/models/GetResourceSchemaResponse.md) + - [GetSharedLinkResponse](docs/models/GetSharedLinkResponse.md) + - [GetSharedLinksResponse](docs/models/GetSharedLinksResponse.md) + - [GetStoreResponse](docs/models/GetStoreResponse.md) + - [GetStoresResponse](docs/models/GetStoresResponse.md) + - [GetSubsidiariesResponse](docs/models/GetSubsidiariesResponse.md) + - [GetSubsidiaryResponse](docs/models/GetSubsidiaryResponse.md) + - [GetSupplierResponse](docs/models/GetSupplierResponse.md) + - [GetSuppliersResponse](docs/models/GetSuppliersResponse.md) + - [GetTaxRateResponse](docs/models/GetTaxRateResponse.md) + - [GetTaxRatesResponse](docs/models/GetTaxRatesResponse.md) + - [GetTenderResponse](docs/models/GetTenderResponse.md) + - [GetTendersResponse](docs/models/GetTendersResponse.md) + - [GetTicketResponse](docs/models/GetTicketResponse.md) + - [GetTicketsResponse](docs/models/GetTicketsResponse.md) + - [GetTimeOffRequestResponse](docs/models/GetTimeOffRequestResponse.md) + - [GetTimeOffRequestsResponse](docs/models/GetTimeOffRequestsResponse.md) + - [GetUploadSessionResponse](docs/models/GetUploadSessionResponse.md) + - [GetUserResponse](docs/models/GetUserResponse.md) + - [GetUsersResponse](docs/models/GetUsersResponse.md) + - [GetWebhookEventLogsResponse](docs/models/GetWebhookEventLogsResponse.md) + - [GetWebhookResponse](docs/models/GetWebhookResponse.md) + - [GetWebhooksResponse](docs/models/GetWebhooksResponse.md) + - [HrisCompany](docs/models/HrisCompany.md) + - [HrisEventType](docs/models/HrisEventType.md) + - [HrisJob](docs/models/HrisJob.md) + - [HrisJobLocation](docs/models/HrisJobLocation.md) + - [HrisJobs](docs/models/HrisJobs.md) + - [IdempotencyKey](docs/models/IdempotencyKey.md) + - [IntegrationState](docs/models/IntegrationState.md) + - [Invoice](docs/models/Invoice.md) + - [InvoiceItem](docs/models/InvoiceItem.md) + - [InvoiceItemAssetAccount](docs/models/InvoiceItemAssetAccount.md) + - [InvoiceItemExpenseAccount](docs/models/InvoiceItemExpenseAccount.md) + - [InvoiceItemIncomeAccount](docs/models/InvoiceItemIncomeAccount.md) + - [InvoiceItemSalesDetails](docs/models/InvoiceItemSalesDetails.md) + - [InvoiceItemsFilter](docs/models/InvoiceItemsFilter.md) + - [InvoiceLineItem](docs/models/InvoiceLineItem.md) + - [InvoiceResponse](docs/models/InvoiceResponse.md) + - [InvoicesFilter](docs/models/InvoicesFilter.md) + - [InvoicesSort](docs/models/InvoicesSort.md) + - [IssueTrackingEventType](docs/models/IssueTrackingEventType.md) + - [IssuesFilter](docs/models/IssuesFilter.md) + - [Item](docs/models/Item.md) + - [Job](docs/models/Job.md) + - [JobLinks](docs/models/JobLinks.md) + - [JobSalary](docs/models/JobSalary.md) + - [JobStatus](docs/models/JobStatus.md) + - [JournalEntriesFilter](docs/models/JournalEntriesFilter.md) + - [JournalEntriesSort](docs/models/JournalEntriesSort.md) + - [JournalEntry](docs/models/JournalEntry.md) + - [JournalEntryLineItem](docs/models/JournalEntryLineItem.md) + - [Lead](docs/models/Lead.md) + - [LeadEventType](docs/models/LeadEventType.md) + - [LeadsFilter](docs/models/LeadsFilter.md) + - [LeadsSort](docs/models/LeadsSort.md) + - [LedgerAccount](docs/models/LedgerAccount.md) + - [LedgerAccountCategories](docs/models/LedgerAccountCategories.md) + - [LedgerAccountParentAccount](docs/models/LedgerAccountParentAccount.md) + - [LedgerAccounts](docs/models/LedgerAccounts.md) + - [LedgerAccountsFilter](docs/models/LedgerAccountsFilter.md) + - [LedgerAccountsSort](docs/models/LedgerAccountsSort.md) + - [LinkedConnectorResource](docs/models/LinkedConnectorResource.md) + - [LinkedCustomer](docs/models/LinkedCustomer.md) + - [LinkedEcommerceCustomer](docs/models/LinkedEcommerceCustomer.md) + - [LinkedEcommerceOrder](docs/models/LinkedEcommerceOrder.md) + - [LinkedFolder](docs/models/LinkedFolder.md) + - [LinkedInvoiceItem](docs/models/LinkedInvoiceItem.md) + - [LinkedLedgerAccount](docs/models/LinkedLedgerAccount.md) + - [LinkedParentCustomer](docs/models/LinkedParentCustomer.md) + - [LinkedSupplier](docs/models/LinkedSupplier.md) + - [LinkedTaxRate](docs/models/LinkedTaxRate.md) + - [LinkedTrackingCategory](docs/models/LinkedTrackingCategory.md) + - [Links](docs/models/Links.md) + - [Location](docs/models/Location.md) + - [Log](docs/models/Log.md) + - [LogOperation](docs/models/LogOperation.md) + - [LogService](docs/models/LogService.md) + - [LogsFilter](docs/models/LogsFilter.md) + - [Merchant](docs/models/Merchant.md) + - [Message](docs/models/Message.md) + - [Meta](docs/models/Meta.md) + - [MetaCursors](docs/models/MetaCursors.md) + - [Modifier](docs/models/Modifier.md) + - [ModifierGroup](docs/models/ModifierGroup.md) + - [ModifierGroupFilter](docs/models/ModifierGroupFilter.md) + - [NotFoundResponse](docs/models/NotFoundResponse.md) + - [NotImplementedResponse](docs/models/NotImplementedResponse.md) + - [Note](docs/models/Note.md) + - [OAuthGrantType](docs/models/OAuthGrantType.md) + - [Offer](docs/models/Offer.md) + - [OpportunitiesFilter](docs/models/OpportunitiesFilter.md) + - [OpportunitiesSort](docs/models/OpportunitiesSort.md) + - [Opportunity](docs/models/Opportunity.md) + - [Order](docs/models/Order.md) + - [OrderCustomers](docs/models/OrderCustomers.md) + - [OrderDiscounts](docs/models/OrderDiscounts.md) + - [OrderFulfillments](docs/models/OrderFulfillments.md) + - [OrderLineItems](docs/models/OrderLineItems.md) + - [OrderPayments](docs/models/OrderPayments.md) + - [OrderPickupDetails](docs/models/OrderPickupDetails.md) + - [OrderPickupDetailsCurbsidePickupDetails](docs/models/OrderPickupDetailsCurbsidePickupDetails.md) + - [OrderPickupDetailsRecipient](docs/models/OrderPickupDetailsRecipient.md) + - [OrderRefunds](docs/models/OrderRefunds.md) + - [OrderTenders](docs/models/OrderTenders.md) + - [OrderType](docs/models/OrderType.md) + - [OrdersSort](docs/models/OrdersSort.md) + - [Owner](docs/models/Owner.md) + - [PaginationCoverage](docs/models/PaginationCoverage.md) + - [PassThroughBody](docs/models/PassThroughBody.md) + - [PassThroughQuery](docs/models/PassThroughQuery.md) + - [Payment](docs/models/Payment.md) + - [PaymentCard](docs/models/PaymentCard.md) + - [PaymentFrequency](docs/models/PaymentFrequency.md) + - [PaymentRequiredResponse](docs/models/PaymentRequiredResponse.md) + - [PaymentUnit](docs/models/PaymentUnit.md) + - [PaymentsFilter](docs/models/PaymentsFilter.md) + - [PaymentsSort](docs/models/PaymentsSort.md) + - [Payroll](docs/models/Payroll.md) + - [PayrollTotals](docs/models/PayrollTotals.md) + - [PayrollsFilter](docs/models/PayrollsFilter.md) + - [Person](docs/models/Person.md) + - [PhoneNumber](docs/models/PhoneNumber.md) + - [Pipeline](docs/models/Pipeline.md) + - [PipelineStages](docs/models/PipelineStages.md) + - [PosBankAccount](docs/models/PosBankAccount.md) + - [PosBankAccountAchDetails](docs/models/PosBankAccountAchDetails.md) + - [PosPayment](docs/models/PosPayment.md) + - [PosPaymentCardDetails](docs/models/PosPaymentCardDetails.md) + - [PosPaymentExternalDetails](docs/models/PosPaymentExternalDetails.md) + - [Price](docs/models/Price.md) + - [ProbationPeriod](docs/models/ProbationPeriod.md) + - [ProfitAndLoss](docs/models/ProfitAndLoss.md) + - [ProfitAndLossExpenses](docs/models/ProfitAndLossExpenses.md) + - [ProfitAndLossFilter](docs/models/ProfitAndLossFilter.md) + - [ProfitAndLossGrossProfit](docs/models/ProfitAndLossGrossProfit.md) + - [ProfitAndLossIncome](docs/models/ProfitAndLossIncome.md) + - [ProfitAndLossNetIncome](docs/models/ProfitAndLossNetIncome.md) + - [ProfitAndLossNetOperatingIncome](docs/models/ProfitAndLossNetOperatingIncome.md) + - [ProfitAndLossRecord](docs/models/ProfitAndLossRecord.md) + - [ProfitAndLossRecords](docs/models/ProfitAndLossRecords.md) + - [ProfitAndLossSection](docs/models/ProfitAndLossSection.md) + - [PurchaseOrder](docs/models/PurchaseOrder.md) + - [PurchaseOrdersFilter](docs/models/PurchaseOrdersFilter.md) + - [PurchaseOrdersSort](docs/models/PurchaseOrdersSort.md) + - [RequestCountAllocation](docs/models/RequestCountAllocation.md) + - [RequestRate](docs/models/RequestRate.md) + - [ResolveWebhookEventRequest](docs/models/ResolveWebhookEventRequest.md) + - [ResolveWebhookEventsRequest](docs/models/ResolveWebhookEventsRequest.md) + - [ResolveWebhookResponse](docs/models/ResolveWebhookResponse.md) + - [ResourceExample](docs/models/ResourceExample.md) + - [ResourceStatus](docs/models/ResourceStatus.md) + - [Schedule](docs/models/Schedule.md) + - [ScheduleWorkPattern](docs/models/ScheduleWorkPattern.md) + - [ScheduleWorkPatternOddWeeks](docs/models/ScheduleWorkPatternOddWeeks.md) + - [SchemaSupport](docs/models/SchemaSupport.md) + - [ServiceCharge](docs/models/ServiceCharge.md) + - [ServiceCharges](docs/models/ServiceCharges.md) + - [Session](docs/models/Session.md) + - [SessionSettings](docs/models/SessionSettings.md) + - [SessionTheme](docs/models/SessionTheme.md) + - [SharedLink](docs/models/SharedLink.md) + - [SharedLinkTarget](docs/models/SharedLinkTarget.md) + - [SimpleFormFieldOption](docs/models/SimpleFormFieldOption.md) + - [SocialLink](docs/models/SocialLink.md) + - [SortDirection](docs/models/SortDirection.md) + - [Status](docs/models/Status.md) + - [Subsidiary](docs/models/Subsidiary.md) + - [SubsidiaryReference](docs/models/SubsidiaryReference.md) + - [Supplier](docs/models/Supplier.md) + - [SuppliersFilter](docs/models/SuppliersFilter.md) + - [SuppliersSort](docs/models/SuppliersSort.md) + - [SupportedProperty](docs/models/SupportedProperty.md) + - [Tags](docs/models/Tags.md) + - [Tax](docs/models/Tax.md) + - [TaxRate](docs/models/TaxRate.md) + - [TaxRatesFilter](docs/models/TaxRatesFilter.md) + - [Team](docs/models/Team.md) + - [Tender](docs/models/Tender.md) + - [Ticket](docs/models/Ticket.md) + - [TicketsSort](docs/models/TicketsSort.md) + - [TimeOffRequest](docs/models/TimeOffRequest.md) + - [TimeOffRequestNotes](docs/models/TimeOffRequestNotes.md) + - [TimeOffRequestsFilter](docs/models/TimeOffRequestsFilter.md) + - [TooManyRequestsResponse](docs/models/TooManyRequestsResponse.md) + - [TooManyRequestsResponseDetail](docs/models/TooManyRequestsResponseDetail.md) + - [TrackingItem](docs/models/TrackingItem.md) + - [UnauthorizedResponse](docs/models/UnauthorizedResponse.md) + - [UnexpectedErrorResponse](docs/models/UnexpectedErrorResponse.md) + - [UnifiedApiId](docs/models/UnifiedApiId.md) + - [UnifiedFile](docs/models/UnifiedFile.md) + - [UnifiedFilePermissions](docs/models/UnifiedFilePermissions.md) + - [UnifiedId](docs/models/UnifiedId.md) + - [UnprocessableResponse](docs/models/UnprocessableResponse.md) + - [UpdateAccountingDepartmentResponse](docs/models/UpdateAccountingDepartmentResponse.md) + - [UpdateAccountingLocationResponse](docs/models/UpdateAccountingLocationResponse.md) + - [UpdateActivityResponse](docs/models/UpdateActivityResponse.md) + - [UpdateApplicantResponse](docs/models/UpdateApplicantResponse.md) + - [UpdateApplicationResponse](docs/models/UpdateApplicationResponse.md) + - [UpdateBillResponse](docs/models/UpdateBillResponse.md) + - [UpdateCommentResponse](docs/models/UpdateCommentResponse.md) + - [UpdateCompanyResponse](docs/models/UpdateCompanyResponse.md) + - [UpdateConnectionResponse](docs/models/UpdateConnectionResponse.md) + - [UpdateConsumerRequest](docs/models/UpdateConsumerRequest.md) + - [UpdateConsumerResponse](docs/models/UpdateConsumerResponse.md) + - [UpdateContactResponse](docs/models/UpdateContactResponse.md) + - [UpdateCreditNoteResponse](docs/models/UpdateCreditNoteResponse.md) + - [UpdateCustomMappingRequest](docs/models/UpdateCustomMappingRequest.md) + - [UpdateCustomMappingResponse](docs/models/UpdateCustomMappingResponse.md) + - [UpdateCustomerResponse](docs/models/UpdateCustomerResponse.md) + - [UpdateDepartmentResponse](docs/models/UpdateDepartmentResponse.md) + - [UpdateDriveGroupResponse](docs/models/UpdateDriveGroupResponse.md) + - [UpdateDriveResponse](docs/models/UpdateDriveResponse.md) + - [UpdateEcommerceCustomerResponse](docs/models/UpdateEcommerceCustomerResponse.md) + - [UpdateEcommerceOrderResponse](docs/models/UpdateEcommerceOrderResponse.md) + - [UpdateEmployeeResponse](docs/models/UpdateEmployeeResponse.md) + - [UpdateFileRequest](docs/models/UpdateFileRequest.md) + - [UpdateFileResponse](docs/models/UpdateFileResponse.md) + - [UpdateFolderRequest](docs/models/UpdateFolderRequest.md) + - [UpdateFolderResponse](docs/models/UpdateFolderResponse.md) + - [UpdateHrisCompanyResponse](docs/models/UpdateHrisCompanyResponse.md) + - [UpdateInvoiceItemsResponse](docs/models/UpdateInvoiceItemsResponse.md) + - [UpdateInvoiceResponse](docs/models/UpdateInvoiceResponse.md) + - [UpdateItemResponse](docs/models/UpdateItemResponse.md) + - [UpdateJobResponse](docs/models/UpdateJobResponse.md) + - [UpdateJournalEntryResponse](docs/models/UpdateJournalEntryResponse.md) + - [UpdateLeadResponse](docs/models/UpdateLeadResponse.md) + - [UpdateLedgerAccountResponse](docs/models/UpdateLedgerAccountResponse.md) + - [UpdateLocationResponse](docs/models/UpdateLocationResponse.md) + - [UpdateMerchantResponse](docs/models/UpdateMerchantResponse.md) + - [UpdateMessageResponse](docs/models/UpdateMessageResponse.md) + - [UpdateModifierGroupResponse](docs/models/UpdateModifierGroupResponse.md) + - [UpdateModifierResponse](docs/models/UpdateModifierResponse.md) + - [UpdateNoteResponse](docs/models/UpdateNoteResponse.md) + - [UpdateOpportunityResponse](docs/models/UpdateOpportunityResponse.md) + - [UpdateOrderResponse](docs/models/UpdateOrderResponse.md) + - [UpdateOrderTypeResponse](docs/models/UpdateOrderTypeResponse.md) + - [UpdatePaymentResponse](docs/models/UpdatePaymentResponse.md) + - [UpdatePipelineResponse](docs/models/UpdatePipelineResponse.md) + - [UpdatePosPaymentResponse](docs/models/UpdatePosPaymentResponse.md) + - [UpdateProductResponse](docs/models/UpdateProductResponse.md) + - [UpdatePurchaseOrderResponse](docs/models/UpdatePurchaseOrderResponse.md) + - [UpdateSharedLinkResponse](docs/models/UpdateSharedLinkResponse.md) + - [UpdateSubsidiaryResponse](docs/models/UpdateSubsidiaryResponse.md) + - [UpdateSupplierResponse](docs/models/UpdateSupplierResponse.md) + - [UpdateTaxRateResponse](docs/models/UpdateTaxRateResponse.md) + - [UpdateTenderResponse](docs/models/UpdateTenderResponse.md) + - [UpdateTicketResponse](docs/models/UpdateTicketResponse.md) + - [UpdateTimeOffRequestResponse](docs/models/UpdateTimeOffRequestResponse.md) + - [UpdateUploadSessionResponse](docs/models/UpdateUploadSessionResponse.md) + - [UpdateUserResponse](docs/models/UpdateUserResponse.md) + - [UpdateWebhookRequest](docs/models/UpdateWebhookRequest.md) + - [UpdateWebhookResponse](docs/models/UpdateWebhookResponse.md) + - [UploadSession](docs/models/UploadSession.md) + - [Url](docs/models/Url.md) + - [User](docs/models/User.md) + - [ValidateConnectionStateResponse](docs/models/ValidateConnectionStateResponse.md) + - [ValidateConnectionStateResponseData](docs/models/ValidateConnectionStateResponseData.md) + - [VaultEventType](docs/models/VaultEventType.md) + - [VirtualWebhooks](docs/models/VirtualWebhooks.md) + - [WalletDetails](docs/models/WalletDetails.md) + - [Webhook](docs/models/Webhook.md) + - [WebhookEvent](docs/models/WebhookEvent.md) + - [WebhookEventLog](docs/models/WebhookEventLog.md) + - [WebhookEventLogAttempts](docs/models/WebhookEventLogAttempts.md) + - [WebhookEventLogService](docs/models/WebhookEventLogService.md) + - [WebhookEventLogsFilter](docs/models/WebhookEventLogsFilter.md) + - [WebhookEventLogsFilterService](docs/models/WebhookEventLogsFilterService.md) + - [WebhookEventType](docs/models/WebhookEventType.md) + - [WebhookSubscription](docs/models/WebhookSubscription.md) + - [WebhookSupport](docs/models/WebhookSupport.md) + - [Website](docs/models/Website.md) + ## Documentation For Authorization + + ## apiKey + - **Type**: API key - **API key parameter name**: Authorization - **Location**: HTTP header + + ## applicationId + - **Type**: API key - **API key parameter name**: x-apideck-app-id - **Location**: HTTP header + + ## consumerId + - **Type**: API key - **API key parameter name**: x-apideck-consumer-id - **Location**: HTTP header + ## Author + + + ## Notes for Large OpenAPI documents If the OpenAPI document is large, imports in apideck.apis and apideck.models may fail with a @@ -1639,3 +1653,4 @@ import apideck from apideck.apis import * from apideck.models import * ``` + From 22af202b71990a599258ec3744b063c8de63499b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:28:11 +0000 Subject: [PATCH 3/3] Automated update by SDK Generator version:1.4.0 commit:43f5249 --- .github/workflows/release.yml | 2 +- README.md | 24 + docs/apis/AccountingApi.md | 737 +++++- docs/models/Bill.md | 1 + docs/models/BillLineItem.md | 1 + docs/models/CreateTrackingCategoryResponse.md | 17 + docs/models/CreditNote.md | 1 + docs/models/DeleteTrackingCategoryResponse.md | 17 + .../DeprecatedLinkedTrackingCategory.md | 13 + docs/models/GetTrackingCategoriesResponse.md | 19 + docs/models/GetTrackingCategoryResponse.md | 17 + docs/models/Invoice.md | 3 +- docs/models/InvoiceItem.md | 3 +- docs/models/InvoiceLineItem.md | 1 + docs/models/JournalEntry.md | 1 + docs/models/JournalEntryLineItem.md | 3 +- docs/models/LinkedTrackingCategories.md | 12 + docs/models/Payment.md | 1 + docs/models/PurchaseOrder.md | 1 + docs/models/TrackingCategory.md | 21 + docs/models/UpdateTrackingCategoryResponse.md | 17 + package.json | 2 +- pyproject.toml | 2 +- src/.openapi-generator/FILES | 24 + src/apideck/__init__.py | 4 +- src/apideck/api/accounting_api.py | 2154 ++++++++++++----- src/apideck/api/ats_api.py | 2 +- src/apideck/api/connector_api.py | 2 +- src/apideck/api/crm_api.py | 2 +- src/apideck/api/ecommerce_api.py | 2 +- src/apideck/api/file_storage_api.py | 2 +- src/apideck/api/hris_api.py | 2 +- src/apideck/api/issue_tracking_api.py | 2 +- src/apideck/api/lead_api.py | 2 +- src/apideck/api/pos_api.py | 2 +- src/apideck/api/sms_api.py | 2 +- src/apideck/api/vault_api.py | 2 +- src/apideck/api/webhook_api.py | 2 +- src/apideck/api_client.py | 4 +- src/apideck/configuration.py | 6 +- src/apideck/exceptions.py | 2 +- src/apideck/model/accounting_customer.py | 2 +- src/apideck/model/accounting_department.py | 2 +- .../model/accounting_departments_filter.py | 2 +- src/apideck/model/accounting_event_type.py | 2 +- src/apideck/model/accounting_location.py | 2 +- .../model/accounting_locations_filter.py | 2 +- src/apideck/model/activities_filter.py | 2 +- src/apideck/model/activities_sort.py | 2 +- src/apideck/model/activity.py | 2 +- src/apideck/model/activity_attendee.py | 2 +- src/apideck/model/address.py | 2 +- src/apideck/model/allocation.py | 2 +- src/apideck/model/api.py | 2 +- src/apideck/model/api_resource.py | 2 +- src/apideck/model/api_resource_coverage.py | 2 +- .../model/api_resource_coverage_coverage.py | 2 +- .../model/api_resource_linked_resources.py | 2 +- src/apideck/model/api_resources.py | 2 +- src/apideck/model/api_status.py | 2 +- src/apideck/model/apis_filter.py | 2 +- src/apideck/model/applicant.py | 2 +- src/apideck/model/applicant_social_links.py | 2 +- src/apideck/model/applicant_websites.py | 2 +- src/apideck/model/applicants_filter.py | 2 +- src/apideck/model/application.py | 2 +- src/apideck/model/application_stage.py | 2 +- src/apideck/model/assignee.py | 2 +- src/apideck/model/ats_activity.py | 2 +- src/apideck/model/ats_event_type.py | 2 +- src/apideck/model/attachment.py | 2 +- src/apideck/model/attachment_reference.py | 2 +- .../model/attachment_reference_type.py | 2 +- src/apideck/model/auth_type.py | 2 +- src/apideck/model/bad_request_response.py | 2 +- src/apideck/model/balance_sheet.py | 2 +- src/apideck/model/balance_sheet_account.py | 2 +- .../model/balance_sheet_account_record.py | 2 +- src/apideck/model/balance_sheet_accounts.py | 2 +- src/apideck/model/balance_sheet_filter.py | 2 +- src/apideck/model/balance_sheet_reports.py | 2 +- src/apideck/model/bank_account.py | 2 +- src/apideck/model/benefit.py | 2 +- src/apideck/model/bill.py | 8 +- src/apideck/model/bill_line_item.py | 8 +- src/apideck/model/bills_filter.py | 2 +- src/apideck/model/bills_sort.py | 2 +- src/apideck/model/branch.py | 2 +- src/apideck/model/cash_details.py | 2 +- src/apideck/model/collection.py | 2 +- src/apideck/model/collection_tag.py | 2 +- .../model/collection_ticket_comment.py | 2 +- src/apideck/model/collection_user.py | 2 +- src/apideck/model/collections_sort.py | 2 +- src/apideck/model/comments_sort.py | 2 +- src/apideck/model/companies_filter.py | 2 +- src/apideck/model/companies_sort.py | 2 +- src/apideck/model/company.py | 2 +- src/apideck/model/company_info.py | 2 +- src/apideck/model/company_row_type.py | 2 +- src/apideck/model/compensation.py | 2 +- src/apideck/model/connection.py | 2 +- src/apideck/model/connection_configuration.py | 2 +- src/apideck/model/connection_defaults.py | 2 +- src/apideck/model/connection_import_data.py | 2 +- .../connection_import_data_credentials.py | 2 +- src/apideck/model/connection_metadata.py | 2 +- src/apideck/model/connection_state.py | 2 +- src/apideck/model/connection_webhook.py | 2 +- src/apideck/model/connector.py | 2 +- src/apideck/model/connector_doc.py | 2 +- src/apideck/model/connector_event.py | 2 +- src/apideck/model/connector_oauth_scopes.py | 2 +- src/apideck/model/connector_oauth_scopes1.py | 2 +- src/apideck/model/connector_resource.py | 2 +- src/apideck/model/connector_setting.py | 2 +- src/apideck/model/connector_status.py | 2 +- src/apideck/model/connector_tls_support.py | 2 +- src/apideck/model/connector_unified_apis.py | 2 +- src/apideck/model/connectors_filter.py | 2 +- src/apideck/model/consumer.py | 2 +- src/apideck/model/consumer_connection.py | 2 +- src/apideck/model/consumer_metadata.py | 2 +- ...r_request_counts_in_date_range_response.py | 2 +- ...uest_counts_in_date_range_response_data.py | 2 +- src/apideck/model/contact.py | 2 +- src/apideck/model/contacts_filter.py | 2 +- src/apideck/model/contacts_sort.py | 2 +- src/apideck/model/copy_folder_request.py | 2 +- src/apideck/model/country.py | 2 +- .../create_accounting_department_response.py | 2 +- .../create_accounting_location_response.py | 2 +- src/apideck/model/create_activity_response.py | 2 +- .../model/create_applicant_response.py | 2 +- .../model/create_application_response.py | 2 +- .../model/create_attachment_request.py | 2 +- .../model/create_attachment_response.py | 2 +- src/apideck/model/create_bill_response.py | 2 +- src/apideck/model/create_comment_response.py | 2 +- src/apideck/model/create_company_response.py | 2 +- .../model/create_connection_response.py | 2 +- src/apideck/model/create_consumer_response.py | 2 +- src/apideck/model/create_contact_response.py | 2 +- .../model/create_credit_note_response.py | 2 +- .../model/create_custom_mapping_request.py | 2 +- .../model/create_custom_mapping_response.py | 2 +- src/apideck/model/create_customer_response.py | 2 +- .../model/create_department_response.py | 2 +- .../model/create_drive_group_response.py | 2 +- src/apideck/model/create_drive_response.py | 2 +- .../create_ecommerce_customer_response.py | 2 +- .../model/create_ecommerce_order_response.py | 2 +- src/apideck/model/create_employee_response.py | 2 +- src/apideck/model/create_file_request.py | 2 +- src/apideck/model/create_file_response.py | 2 +- src/apideck/model/create_folder_request.py | 2 +- src/apideck/model/create_folder_response.py | 2 +- .../model/create_hris_company_response.py | 2 +- .../model/create_invoice_item_response.py | 2 +- src/apideck/model/create_invoice_response.py | 2 +- src/apideck/model/create_item_response.py | 2 +- src/apideck/model/create_job_response.py | 2 +- .../model/create_journal_entry_response.py | 2 +- src/apideck/model/create_lead_response.py | 2 +- .../model/create_ledger_account_response.py | 2 +- src/apideck/model/create_location_response.py | 2 +- src/apideck/model/create_merchant_response.py | 2 +- src/apideck/model/create_message_response.py | 2 +- .../model/create_modifier_group_response.py | 2 +- src/apideck/model/create_modifier_response.py | 2 +- src/apideck/model/create_note_response.py | 2 +- .../model/create_opportunity_response.py | 2 +- src/apideck/model/create_order_response.py | 2 +- .../model/create_order_type_response.py | 2 +- src/apideck/model/create_payment_response.py | 2 +- src/apideck/model/create_pipeline_response.py | 2 +- .../model/create_pos_payment_response.py | 2 +- src/apideck/model/create_product_response.py | 2 +- .../model/create_purchase_order_response.py | 2 +- src/apideck/model/create_session_response.py | 2 +- .../model/create_session_response_data.py | 2 +- .../model/create_shared_link_response.py | 2 +- .../model/create_subsidiary_response.py | 2 +- src/apideck/model/create_supplier_response.py | 2 +- src/apideck/model/create_tax_rate_response.py | 2 +- src/apideck/model/create_tender_response.py | 2 +- src/apideck/model/create_ticket_response.py | 2 +- .../model/create_time_off_request_response.py | 2 +- .../create_tracking_category_response.py | 297 +++ .../model/create_upload_session_request.py | 2 +- .../model/create_upload_session_response.py | 2 +- src/apideck/model/create_user_response.py | 2 +- src/apideck/model/create_webhook_request.py | 2 +- src/apideck/model/create_webhook_response.py | 2 +- src/apideck/model/credit_note.py | 8 +- src/apideck/model/credit_notes_filter.py | 2 +- src/apideck/model/credit_notes_sort.py | 2 +- src/apideck/model/crm_event_type.py | 2 +- src/apideck/model/currency.py | 2 +- src/apideck/model/custom_field.py | 2 +- src/apideck/model/custom_field_finder.py | 2 +- src/apideck/model/custom_mapping.py | 2 +- src/apideck/model/customer.py | 2 +- src/apideck/model/customers_filter.py | 2 +- src/apideck/model/customers_sort.py | 2 +- src/apideck/model/deduction.py | 2 +- .../delete_accounting_department_response.py | 2 +- .../delete_accounting_location_response.py | 2 +- src/apideck/model/delete_activity_response.py | 2 +- .../model/delete_applicant_response.py | 2 +- .../model/delete_application_response.py | 2 +- .../model/delete_attachment_response.py | 2 +- src/apideck/model/delete_bill_response.py | 2 +- src/apideck/model/delete_comment_response.py | 2 +- src/apideck/model/delete_company_response.py | 2 +- src/apideck/model/delete_consumer_response.py | 2 +- src/apideck/model/delete_contact_response.py | 2 +- .../model/delete_credit_note_response.py | 2 +- src/apideck/model/delete_customer_response.py | 2 +- .../model/delete_department_response.py | 2 +- .../model/delete_drive_group_response.py | 2 +- src/apideck/model/delete_drive_response.py | 2 +- .../delete_ecommerce_customer_response.py | 2 +- .../model/delete_ecommerce_order_response.py | 2 +- src/apideck/model/delete_employee_response.py | 2 +- src/apideck/model/delete_file_response.py | 2 +- src/apideck/model/delete_folder_response.py | 2 +- .../model/delete_hris_company_response.py | 2 +- .../model/delete_invoice_item_response.py | 2 +- src/apideck/model/delete_invoice_response.py | 2 +- src/apideck/model/delete_item_response.py | 2 +- src/apideck/model/delete_job_response.py | 2 +- .../model/delete_journal_entry_response.py | 2 +- src/apideck/model/delete_lead_response.py | 2 +- .../model/delete_ledger_account_response.py | 2 +- src/apideck/model/delete_location_response.py | 2 +- src/apideck/model/delete_merchant_response.py | 2 +- src/apideck/model/delete_message_response.py | 2 +- .../model/delete_modifier_group_response.py | 2 +- src/apideck/model/delete_modifier_response.py | 2 +- src/apideck/model/delete_note_response.py | 2 +- .../model/delete_opportunity_response.py | 2 +- src/apideck/model/delete_order_response.py | 2 +- .../model/delete_order_type_response.py | 2 +- src/apideck/model/delete_payment_response.py | 2 +- src/apideck/model/delete_pipeline_response.py | 2 +- .../model/delete_pos_payment_response.py | 2 +- src/apideck/model/delete_product_response.py | 2 +- .../model/delete_purchase_order_response.py | 2 +- .../model/delete_shared_link_response.py | 2 +- .../model/delete_subsidiary_response.py | 2 +- src/apideck/model/delete_supplier_response.py | 2 +- src/apideck/model/delete_tax_rate_response.py | 2 +- src/apideck/model/delete_tender_response.py | 2 +- src/apideck/model/delete_ticket_response.py | 2 +- .../model/delete_time_off_request_response.py | 2 +- .../delete_tracking_category_response.py | 297 +++ .../model/delete_upload_session_response.py | 2 +- src/apideck/model/delete_user_response.py | 2 +- src/apideck/model/delete_webhook_response.py | 2 +- src/apideck/model/delivery_url.py | 2 +- src/apideck/model/department.py | 2 +- .../deprecated_linked_tracking_category.py | 259 ++ src/apideck/model/drive.py | 2 +- src/apideck/model/drive_group.py | 2 +- src/apideck/model/drive_groups_filter.py | 2 +- src/apideck/model/drives_filter.py | 2 +- src/apideck/model/ecommerce_address.py | 2 +- src/apideck/model/ecommerce_customer.py | 2 +- .../model/ecommerce_customer_addresses.py | 2 +- .../model/ecommerce_customers_filter.py | 2 +- src/apideck/model/ecommerce_discount.py | 2 +- src/apideck/model/ecommerce_order.py | 2 +- .../model/ecommerce_order_line_item.py | 2 +- src/apideck/model/ecommerce_order_status.py | 2 +- src/apideck/model/ecommerce_orders_filter.py | 2 +- src/apideck/model/ecommerce_product.py | 2 +- .../model/ecommerce_product_categories.py | 2 +- src/apideck/model/ecommerce_product_images.py | 2 +- .../model/ecommerce_product_images1.py | 2 +- .../model/ecommerce_product_options.py | 2 +- .../model/ecommerce_product_options1.py | 2 +- .../model/ecommerce_product_variants.py | 2 +- src/apideck/model/ecommerce_store.py | 2 +- src/apideck/model/email.py | 2 +- src/apideck/model/employee.py | 2 +- src/apideck/model/employee_compensation.py | 2 +- src/apideck/model/employee_employment_role.py | 2 +- src/apideck/model/employee_job.py | 2 +- src/apideck/model/employee_list.py | 2 +- src/apideck/model/employee_manager.py | 2 +- src/apideck/model/employee_payroll.py | 2 +- src/apideck/model/employee_schedules.py | 2 +- src/apideck/model/employees_filter.py | 2 +- src/apideck/model/employees_one_filter.py | 2 +- src/apideck/model/employees_sort.py | 2 +- src/apideck/model/employment_status.py | 2 +- src/apideck/model/error.py | 2 +- src/apideck/model/execute_base_url.py | 2 +- .../model/execute_webhook_event_request.py | 2 +- .../model/execute_webhook_events_request.py | 2 +- src/apideck/model/execute_webhook_response.py | 2 +- src/apideck/model/file_storage_event_type.py | 2 +- src/apideck/model/file_type.py | 2 +- src/apideck/model/files_filter.py | 2 +- src/apideck/model/files_search.py | 2 +- src/apideck/model/files_sort.py | 2 +- src/apideck/model/folder.py | 2 +- src/apideck/model/form_field.py | 2 +- src/apideck/model/form_field_option.py | 2 +- src/apideck/model/form_field_option_group.py | 2 +- src/apideck/model/gender.py | 2 +- .../get_accounting_department_response.py | 2 +- .../get_accounting_departments_response.py | 2 +- .../model/get_accounting_location_response.py | 2 +- .../get_accounting_locations_response.py | 2 +- src/apideck/model/get_activities_response.py | 2 +- src/apideck/model/get_activity_response.py | 2 +- .../get_api_resource_coverage_response.py | 2 +- .../model/get_api_resource_response.py | 2 +- src/apideck/model/get_api_response.py | 2 +- src/apideck/model/get_apis_response.py | 2 +- src/apideck/model/get_applicant_response.py | 2 +- src/apideck/model/get_applicants_response.py | 2 +- src/apideck/model/get_application_response.py | 2 +- .../model/get_applications_response.py | 2 +- src/apideck/model/get_attachment_response.py | 2 +- src/apideck/model/get_attachments_response.py | 2 +- .../model/get_balance_sheet_response.py | 2 +- src/apideck/model/get_bill_response.py | 2 +- src/apideck/model/get_bills_response.py | 2 +- src/apideck/model/get_collection_response.py | 2 +- .../model/get_collection_tags_response.py | 2 +- .../model/get_collection_user_response.py | 2 +- .../model/get_collection_users_response.py | 2 +- src/apideck/model/get_collections_response.py | 2 +- src/apideck/model/get_comment_response.py | 2 +- src/apideck/model/get_comments_response.py | 2 +- src/apideck/model/get_companies_response.py | 2 +- .../model/get_company_info_response.py | 2 +- src/apideck/model/get_company_response.py | 2 +- src/apideck/model/get_connection_response.py | 2 +- src/apideck/model/get_connections_response.py | 2 +- ...get_connector_resource_example_response.py | 2 +- ...onnector_resource_example_response_data.py | 2 +- .../model/get_connector_resource_response.py | 2 +- .../get_connector_resource_schema_response.py | 2 +- src/apideck/model/get_connector_response.py | 2 +- src/apideck/model/get_connectors_response.py | 2 +- src/apideck/model/get_consumer_response.py | 2 +- src/apideck/model/get_consumers_response.py | 2 +- .../model/get_consumers_response_data.py | 2 +- src/apideck/model/get_contact_response.py | 2 +- src/apideck/model/get_contacts_response.py | 2 +- src/apideck/model/get_credit_note_response.py | 2 +- .../model/get_credit_notes_response.py | 2 +- .../model/get_custom_fields_response.py | 2 +- .../model/get_custom_mapping_response.py | 2 +- src/apideck/model/get_customer_response.py | 2 +- src/apideck/model/get_customers_response.py | 2 +- src/apideck/model/get_department_response.py | 2 +- src/apideck/model/get_departments_response.py | 2 +- src/apideck/model/get_drive_group_response.py | 2 +- .../model/get_drive_groups_response.py | 2 +- src/apideck/model/get_drive_response.py | 2 +- src/apideck/model/get_drives_response.py | 2 +- .../model/get_ecommerce_customer_response.py | 2 +- .../model/get_ecommerce_customers_response.py | 2 +- .../model/get_ecommerce_order_response.py | 2 +- .../model/get_ecommerce_orders_response.py | 2 +- .../model/get_employee_payroll_response.py | 2 +- .../model/get_employee_payrolls_response.py | 2 +- src/apideck/model/get_employee_response.py | 2 +- .../model/get_employee_schedules_response.py | 2 +- src/apideck/model/get_employees_response.py | 2 +- src/apideck/model/get_file_response.py | 2 +- src/apideck/model/get_files_response.py | 2 +- src/apideck/model/get_folder_response.py | 2 +- src/apideck/model/get_folders_response.py | 2 +- .../model/get_hris_companies_response.py | 2 +- .../model/get_hris_company_response.py | 2 +- src/apideck/model/get_hris_job_response.py | 2 +- src/apideck/model/get_hris_jobs_response.py | 2 +- .../model/get_invoice_item_response.py | 2 +- .../model/get_invoice_items_response.py | 2 +- src/apideck/model/get_invoice_response.py | 2 +- src/apideck/model/get_invoices_response.py | 2 +- src/apideck/model/get_item_response.py | 2 +- src/apideck/model/get_items_response.py | 2 +- src/apideck/model/get_job_response.py | 2 +- src/apideck/model/get_jobs_response.py | 2 +- .../model/get_journal_entries_response.py | 2 +- .../model/get_journal_entry_response.py | 2 +- src/apideck/model/get_lead_response.py | 2 +- src/apideck/model/get_leads_response.py | 2 +- .../model/get_ledger_account_response.py | 2 +- .../model/get_ledger_accounts_response.py | 2 +- src/apideck/model/get_location_response.py | 2 +- src/apideck/model/get_locations_response.py | 2 +- src/apideck/model/get_logs_response.py | 2 +- src/apideck/model/get_merchant_response.py | 2 +- src/apideck/model/get_merchants_response.py | 2 +- src/apideck/model/get_message_response.py | 2 +- src/apideck/model/get_messages_response.py | 2 +- .../model/get_modifier_group_response.py | 2 +- .../model/get_modifier_groups_response.py | 2 +- src/apideck/model/get_modifier_response.py | 2 +- src/apideck/model/get_modifiers_response.py | 2 +- src/apideck/model/get_note_response.py | 2 +- src/apideck/model/get_notes_response.py | 2 +- .../model/get_opportunities_response.py | 2 +- src/apideck/model/get_opportunity_response.py | 2 +- src/apideck/model/get_order_response.py | 2 +- src/apideck/model/get_order_type_response.py | 2 +- src/apideck/model/get_order_types_response.py | 2 +- src/apideck/model/get_orders_response.py | 2 +- src/apideck/model/get_payment_response.py | 2 +- src/apideck/model/get_payments_response.py | 2 +- src/apideck/model/get_payroll_response.py | 2 +- src/apideck/model/get_payrolls_response.py | 2 +- src/apideck/model/get_pipeline_response.py | 2 +- src/apideck/model/get_pipelines_response.py | 2 +- src/apideck/model/get_pos_payment_response.py | 2 +- .../model/get_pos_payments_response.py | 2 +- src/apideck/model/get_product_response.py | 2 +- src/apideck/model/get_products_response.py | 2 +- .../model/get_profit_and_loss_response.py | 2 +- .../model/get_purchase_order_response.py | 2 +- .../model/get_purchase_orders_response.py | 2 +- .../model/get_resource_example_response.py | 2 +- .../model/get_resource_schema_response.py | 2 +- src/apideck/model/get_shared_link_response.py | 2 +- .../model/get_shared_links_response.py | 2 +- src/apideck/model/get_store_response.py | 2 +- src/apideck/model/get_stores_response.py | 2 +- .../model/get_subsidiaries_response.py | 2 +- src/apideck/model/get_subsidiary_response.py | 2 +- src/apideck/model/get_supplier_response.py | 2 +- src/apideck/model/get_suppliers_response.py | 2 +- src/apideck/model/get_tax_rate_response.py | 2 +- src/apideck/model/get_tax_rates_response.py | 2 +- src/apideck/model/get_tender_response.py | 2 +- src/apideck/model/get_tenders_response.py | 2 +- src/apideck/model/get_ticket_response.py | 2 +- src/apideck/model/get_tickets_response.py | 2 +- .../model/get_time_off_request_response.py | 2 +- .../model/get_time_off_requests_response.py | 2 +- .../model/get_tracking_categories_response.py | 309 +++ .../model/get_tracking_category_response.py | 297 +++ .../model/get_upload_session_response.py | 2 +- src/apideck/model/get_user_response.py | 2 +- src/apideck/model/get_users_response.py | 2 +- .../model/get_webhook_event_logs_response.py | 2 +- src/apideck/model/get_webhook_response.py | 2 +- src/apideck/model/get_webhooks_response.py | 2 +- src/apideck/model/hris_company.py | 2 +- src/apideck/model/hris_event_type.py | 2 +- src/apideck/model/hris_job.py | 2 +- src/apideck/model/hris_job_location.py | 2 +- src/apideck/model/hris_jobs.py | 2 +- src/apideck/model/idempotency_key.py | 2 +- src/apideck/model/integration_state.py | 2 +- src/apideck/model/invoice.py | 18 +- src/apideck/model/invoice_item.py | 18 +- .../model/invoice_item_asset_account.py | 2 +- .../model/invoice_item_expense_account.py | 2 +- .../model/invoice_item_income_account.py | 2 +- .../model/invoice_item_sales_details.py | 2 +- src/apideck/model/invoice_items_filter.py | 2 +- src/apideck/model/invoice_line_item.py | 8 +- src/apideck/model/invoice_response.py | 2 +- src/apideck/model/invoices_filter.py | 2 +- src/apideck/model/invoices_sort.py | 2 +- .../model/issue_tracking_event_type.py | 2 +- src/apideck/model/issues_filter.py | 2 +- src/apideck/model/item.py | 2 +- src/apideck/model/job.py | 2 +- src/apideck/model/job_links.py | 2 +- src/apideck/model/job_salary.py | 2 +- src/apideck/model/job_status.py | 2 +- src/apideck/model/journal_entries_filter.py | 2 +- src/apideck/model/journal_entries_sort.py | 2 +- src/apideck/model/journal_entry.py | 8 +- src/apideck/model/journal_entry_line_item.py | 18 +- src/apideck/model/lead.py | 2 +- src/apideck/model/lead_event_type.py | 2 +- src/apideck/model/leads_filter.py | 2 +- src/apideck/model/leads_sort.py | 2 +- src/apideck/model/ledger_account.py | 2 +- .../model/ledger_account_categories.py | 2 +- .../model/ledger_account_parent_account.py | 2 +- src/apideck/model/ledger_accounts.py | 2 +- src/apideck/model/ledger_accounts_filter.py | 2 +- src/apideck/model/ledger_accounts_sort.py | 2 +- .../model/linked_connector_resource.py | 2 +- src/apideck/model/linked_customer.py | 2 +- .../model/linked_ecommerce_customer.py | 2 +- src/apideck/model/linked_ecommerce_order.py | 2 +- src/apideck/model/linked_folder.py | 2 +- src/apideck/model/linked_invoice_item.py | 2 +- src/apideck/model/linked_ledger_account.py | 2 +- src/apideck/model/linked_parent_customer.py | 2 +- src/apideck/model/linked_supplier.py | 2 +- src/apideck/model/linked_tax_rate.py | 2 +- .../model/linked_tracking_categories.py | 283 +++ src/apideck/model/linked_tracking_category.py | 2 +- src/apideck/model/links.py | 2 +- src/apideck/model/location.py | 2 +- src/apideck/model/log.py | 2 +- src/apideck/model/log_operation.py | 2 +- src/apideck/model/log_service.py | 2 +- src/apideck/model/logs_filter.py | 2 +- src/apideck/model/merchant.py | 2 +- src/apideck/model/message.py | 2 +- src/apideck/model/meta.py | 2 +- src/apideck/model/meta_cursors.py | 2 +- src/apideck/model/modifier.py | 2 +- src/apideck/model/modifier_group.py | 2 +- src/apideck/model/modifier_group_filter.py | 2 +- src/apideck/model/not_found_response.py | 2 +- src/apideck/model/not_implemented_response.py | 2 +- src/apideck/model/note.py | 2 +- src/apideck/model/o_auth_grant_type.py | 2 +- src/apideck/model/offer.py | 2 +- src/apideck/model/opportunities_filter.py | 2 +- src/apideck/model/opportunities_sort.py | 2 +- src/apideck/model/opportunity.py | 2 +- src/apideck/model/order.py | 2 +- src/apideck/model/order_customers.py | 2 +- src/apideck/model/order_discounts.py | 2 +- src/apideck/model/order_fulfillments.py | 2 +- src/apideck/model/order_line_items.py | 2 +- src/apideck/model/order_payments.py | 2 +- src/apideck/model/order_pickup_details.py | 2 +- ..._pickup_details_curbside_pickup_details.py | 2 +- .../model/order_pickup_details_recipient.py | 2 +- src/apideck/model/order_refunds.py | 2 +- src/apideck/model/order_tenders.py | 2 +- src/apideck/model/order_type.py | 2 +- src/apideck/model/orders_sort.py | 2 +- src/apideck/model/owner.py | 2 +- src/apideck/model/pagination_coverage.py | 2 +- src/apideck/model/pass_through_body.py | 2 +- src/apideck/model/pass_through_query.py | 2 +- src/apideck/model/payment.py | 8 +- src/apideck/model/payment_card.py | 2 +- src/apideck/model/payment_frequency.py | 2 +- .../model/payment_required_response.py | 2 +- src/apideck/model/payment_unit.py | 2 +- src/apideck/model/payments_filter.py | 2 +- src/apideck/model/payments_sort.py | 2 +- src/apideck/model/payroll.py | 2 +- src/apideck/model/payroll_totals.py | 2 +- src/apideck/model/payrolls_filter.py | 2 +- src/apideck/model/person.py | 2 +- src/apideck/model/phone_number.py | 2 +- src/apideck/model/pipeline.py | 2 +- src/apideck/model/pipeline_stages.py | 2 +- src/apideck/model/pos_bank_account.py | 2 +- .../model/pos_bank_account_ach_details.py | 2 +- src/apideck/model/pos_payment.py | 2 +- src/apideck/model/pos_payment_card_details.py | 2 +- .../model/pos_payment_external_details.py | 2 +- src/apideck/model/price.py | 2 +- src/apideck/model/probation_period.py | 2 +- src/apideck/model/profit_and_loss.py | 2 +- src/apideck/model/profit_and_loss_expenses.py | 2 +- src/apideck/model/profit_and_loss_filter.py | 2 +- .../model/profit_and_loss_gross_profit.py | 2 +- src/apideck/model/profit_and_loss_income.py | 2 +- .../model/profit_and_loss_net_income.py | 2 +- .../profit_and_loss_net_operating_income.py | 2 +- src/apideck/model/profit_and_loss_record.py | 2 +- src/apideck/model/profit_and_loss_records.py | 2 +- src/apideck/model/profit_and_loss_section.py | 2 +- src/apideck/model/purchase_order.py | 8 +- src/apideck/model/purchase_orders_filter.py | 2 +- src/apideck/model/purchase_orders_sort.py | 2 +- src/apideck/model/request_count_allocation.py | 2 +- src/apideck/model/request_rate.py | 2 +- .../model/resolve_webhook_event_request.py | 2 +- .../model/resolve_webhook_events_request.py | 2 +- src/apideck/model/resolve_webhook_response.py | 2 +- src/apideck/model/resource_example.py | 2 +- src/apideck/model/resource_status.py | 2 +- src/apideck/model/schedule.py | 2 +- src/apideck/model/schedule_work_pattern.py | 2 +- .../model/schedule_work_pattern_odd_weeks.py | 2 +- src/apideck/model/schema_support.py | 2 +- src/apideck/model/service_charge.py | 2 +- src/apideck/model/service_charges.py | 2 +- src/apideck/model/session.py | 2 +- src/apideck/model/session_settings.py | 2 +- src/apideck/model/session_theme.py | 2 +- src/apideck/model/shared_link.py | 2 +- src/apideck/model/shared_link_target.py | 2 +- src/apideck/model/simple_form_field_option.py | 2 +- src/apideck/model/social_link.py | 2 +- src/apideck/model/sort_direction.py | 2 +- src/apideck/model/status.py | 2 +- src/apideck/model/subsidiary.py | 2 +- src/apideck/model/subsidiary_reference.py | 2 +- src/apideck/model/supplier.py | 2 +- src/apideck/model/suppliers_filter.py | 2 +- src/apideck/model/suppliers_sort.py | 2 +- src/apideck/model/supported_property.py | 2 +- src/apideck/model/tags.py | 2 +- src/apideck/model/tax.py | 2 +- src/apideck/model/tax_rate.py | 2 +- src/apideck/model/tax_rates_filter.py | 2 +- src/apideck/model/team.py | 2 +- src/apideck/model/tender.py | 2 +- src/apideck/model/ticket.py | 2 +- src/apideck/model/tickets_sort.py | 2 +- src/apideck/model/time_off_request.py | 2 +- src/apideck/model/time_off_request_notes.py | 2 +- src/apideck/model/time_off_requests_filter.py | 2 +- .../model/too_many_requests_response.py | 2 +- .../too_many_requests_response_detail.py | 2 +- src/apideck/model/tracking_category.py | 304 +++ src/apideck/model/tracking_item.py | 2 +- src/apideck/model/unauthorized_response.py | 2 +- .../model/unexpected_error_response.py | 2 +- src/apideck/model/unified_api_id.py | 2 +- src/apideck/model/unified_file.py | 2 +- src/apideck/model/unified_file_permissions.py | 2 +- src/apideck/model/unified_id.py | 2 +- src/apideck/model/unprocessable_response.py | 2 +- .../update_accounting_department_response.py | 2 +- .../update_accounting_location_response.py | 2 +- src/apideck/model/update_activity_response.py | 2 +- .../model/update_applicant_response.py | 2 +- .../model/update_application_response.py | 2 +- src/apideck/model/update_bill_response.py | 2 +- src/apideck/model/update_comment_response.py | 2 +- src/apideck/model/update_company_response.py | 2 +- .../model/update_connection_response.py | 2 +- src/apideck/model/update_consumer_request.py | 2 +- src/apideck/model/update_consumer_response.py | 2 +- src/apideck/model/update_contact_response.py | 2 +- .../model/update_credit_note_response.py | 2 +- .../model/update_custom_mapping_request.py | 2 +- .../model/update_custom_mapping_response.py | 2 +- src/apideck/model/update_customer_response.py | 2 +- .../model/update_department_response.py | 2 +- .../model/update_drive_group_response.py | 2 +- src/apideck/model/update_drive_response.py | 2 +- .../update_ecommerce_customer_response.py | 2 +- .../model/update_ecommerce_order_response.py | 2 +- src/apideck/model/update_employee_response.py | 2 +- src/apideck/model/update_file_request.py | 2 +- src/apideck/model/update_file_response.py | 2 +- src/apideck/model/update_folder_request.py | 2 +- src/apideck/model/update_folder_response.py | 2 +- .../model/update_hris_company_response.py | 2 +- .../model/update_invoice_items_response.py | 2 +- src/apideck/model/update_invoice_response.py | 2 +- src/apideck/model/update_item_response.py | 2 +- src/apideck/model/update_job_response.py | 2 +- .../model/update_journal_entry_response.py | 2 +- src/apideck/model/update_lead_response.py | 2 +- .../model/update_ledger_account_response.py | 2 +- src/apideck/model/update_location_response.py | 2 +- src/apideck/model/update_merchant_response.py | 2 +- src/apideck/model/update_message_response.py | 2 +- .../model/update_modifier_group_response.py | 2 +- src/apideck/model/update_modifier_response.py | 2 +- src/apideck/model/update_note_response.py | 2 +- .../model/update_opportunity_response.py | 2 +- src/apideck/model/update_order_response.py | 2 +- .../model/update_order_type_response.py | 2 +- src/apideck/model/update_payment_response.py | 2 +- src/apideck/model/update_pipeline_response.py | 2 +- .../model/update_pos_payment_response.py | 2 +- src/apideck/model/update_product_response.py | 2 +- .../model/update_purchase_order_response.py | 2 +- .../model/update_shared_link_response.py | 2 +- .../model/update_subsidiary_response.py | 2 +- src/apideck/model/update_supplier_response.py | 2 +- src/apideck/model/update_tax_rate_response.py | 2 +- src/apideck/model/update_tender_response.py | 2 +- src/apideck/model/update_ticket_response.py | 2 +- .../model/update_time_off_request_response.py | 2 +- .../update_tracking_category_response.py | 297 +++ .../model/update_upload_session_response.py | 2 +- src/apideck/model/update_user_response.py | 2 +- src/apideck/model/update_webhook_request.py | 2 +- src/apideck/model/update_webhook_response.py | 2 +- src/apideck/model/upload_session.py | 2 +- src/apideck/model/url.py | 2 +- src/apideck/model/user.py | 2 +- .../validate_connection_state_response.py | 2 +- ...validate_connection_state_response_data.py | 2 +- src/apideck/model/vault_event_type.py | 2 +- src/apideck/model/virtual_webhooks.py | 2 +- src/apideck/model/wallet_details.py | 2 +- src/apideck/model/webhook.py | 2 +- src/apideck/model/webhook_event.py | 2 +- src/apideck/model/webhook_event_log.py | 2 +- .../model/webhook_event_log_attempts.py | 2 +- .../model/webhook_event_log_service.py | 2 +- .../model/webhook_event_logs_filter.py | 2 +- .../webhook_event_logs_filter_service.py | 2 +- src/apideck/model/webhook_event_type.py | 2 +- src/apideck/model/webhook_subscription.py | 2 +- src/apideck/model/webhook_support.py | 2 +- src/apideck/model/website.py | 2 +- src/apideck/model_utils.py | 2 +- src/apideck/models/__init__.py | 8 + src/apideck/rest.py | 2 +- src/setup.py | 4 +- src/test/test_accounting_api.py | 37 +- src/test/test_accounting_customer.py | 2 +- src/test/test_accounting_department.py | 2 +- .../test_accounting_departments_filter.py | 2 +- src/test/test_accounting_event_type.py | 2 +- src/test/test_accounting_location.py | 2 +- src/test/test_accounting_locations_filter.py | 2 +- src/test/test_activities_filter.py | 2 +- src/test/test_activities_sort.py | 2 +- src/test/test_activity.py | 2 +- src/test/test_activity_attendee.py | 2 +- src/test/test_address.py | 2 +- src/test/test_allocation.py | 2 +- src/test/test_api.py | 2 +- src/test/test_api_resource.py | 2 +- src/test/test_api_resource_coverage.py | 2 +- .../test_api_resource_coverage_coverage.py | 2 +- .../test_api_resource_linked_resources.py | 2 +- src/test/test_api_resources.py | 2 +- src/test/test_api_status.py | 2 +- src/test/test_apis_filter.py | 2 +- src/test/test_applicant.py | 2 +- src/test/test_applicant_social_links.py | 2 +- src/test/test_applicant_websites.py | 2 +- src/test/test_applicants_filter.py | 2 +- src/test/test_application.py | 2 +- src/test/test_application_stage.py | 2 +- src/test/test_assignee.py | 2 +- src/test/test_ats_activity.py | 2 +- src/test/test_ats_api.py | 2 +- src/test/test_ats_event_type.py | 2 +- src/test/test_attachment.py | 2 +- src/test/test_attachment_reference.py | 2 +- src/test/test_attachment_reference_type.py | 2 +- src/test/test_auth_type.py | 2 +- src/test/test_bad_request_response.py | 2 +- src/test/test_balance_sheet.py | 2 +- src/test/test_balance_sheet_account.py | 2 +- src/test/test_balance_sheet_account_record.py | 2 +- src/test/test_balance_sheet_accounts.py | 2 +- src/test/test_balance_sheet_filter.py | 2 +- src/test/test_balance_sheet_reports.py | 2 +- src/test/test_bank_account.py | 2 +- src/test/test_benefit.py | 2 +- src/test/test_bill.py | 4 +- src/test/test_bill_line_item.py | 4 +- src/test/test_bills_filter.py | 2 +- src/test/test_bills_sort.py | 2 +- src/test/test_branch.py | 2 +- src/test/test_cash_details.py | 2 +- src/test/test_collection.py | 2 +- src/test/test_collection_tag.py | 2 +- src/test/test_collection_ticket_comment.py | 2 +- src/test/test_collection_user.py | 2 +- src/test/test_collections_sort.py | 2 +- src/test/test_comments_sort.py | 2 +- src/test/test_companies_filter.py | 2 +- src/test/test_companies_sort.py | 2 +- src/test/test_company.py | 2 +- src/test/test_company_info.py | 2 +- src/test/test_company_row_type.py | 2 +- src/test/test_compensation.py | 2 +- src/test/test_connection.py | 2 +- src/test/test_connection_configuration.py | 2 +- src/test/test_connection_defaults.py | 2 +- src/test/test_connection_import_data.py | 2 +- ...test_connection_import_data_credentials.py | 2 +- src/test/test_connection_metadata.py | 2 +- src/test/test_connection_state.py | 2 +- src/test/test_connection_webhook.py | 2 +- src/test/test_connector.py | 2 +- src/test/test_connector_api.py | 2 +- src/test/test_connector_doc.py | 2 +- src/test/test_connector_event.py | 2 +- src/test/test_connector_oauth_scopes.py | 2 +- src/test/test_connector_oauth_scopes1.py | 2 +- src/test/test_connector_resource.py | 2 +- src/test/test_connector_setting.py | 2 +- src/test/test_connector_status.py | 2 +- src/test/test_connector_tls_support.py | 2 +- src/test/test_connector_unified_apis.py | 2 +- src/test/test_connectors_filter.py | 2 +- src/test/test_consumer.py | 2 +- src/test/test_consumer_connection.py | 2 +- src/test/test_consumer_metadata.py | 2 +- ...r_request_counts_in_date_range_response.py | 2 +- ...uest_counts_in_date_range_response_data.py | 2 +- src/test/test_contact.py | 2 +- src/test/test_contacts_filter.py | 2 +- src/test/test_contacts_sort.py | 2 +- src/test/test_copy_folder_request.py | 2 +- src/test/test_country.py | 2 +- ...t_create_accounting_department_response.py | 2 +- ...est_create_accounting_location_response.py | 2 +- src/test/test_create_activity_response.py | 2 +- src/test/test_create_applicant_response.py | 2 +- src/test/test_create_application_response.py | 2 +- src/test/test_create_attachment_request.py | 2 +- src/test/test_create_attachment_response.py | 2 +- src/test/test_create_bill_response.py | 2 +- src/test/test_create_comment_response.py | 2 +- src/test/test_create_company_response.py | 2 +- src/test/test_create_connection_response.py | 2 +- src/test/test_create_consumer_response.py | 2 +- src/test/test_create_contact_response.py | 2 +- src/test/test_create_credit_note_response.py | 2 +- .../test_create_custom_mapping_request.py | 2 +- .../test_create_custom_mapping_response.py | 2 +- src/test/test_create_customer_response.py | 2 +- src/test/test_create_department_response.py | 2 +- src/test/test_create_drive_group_response.py | 2 +- src/test/test_create_drive_response.py | 2 +- ...test_create_ecommerce_customer_response.py | 2 +- .../test_create_ecommerce_order_response.py | 2 +- src/test/test_create_employee_response.py | 2 +- src/test/test_create_file_request.py | 2 +- src/test/test_create_file_response.py | 2 +- src/test/test_create_folder_request.py | 2 +- src/test/test_create_folder_response.py | 2 +- src/test/test_create_hris_company_response.py | 2 +- src/test/test_create_invoice_item_response.py | 2 +- src/test/test_create_invoice_response.py | 2 +- src/test/test_create_item_response.py | 2 +- src/test/test_create_job_response.py | 2 +- .../test_create_journal_entry_response.py | 2 +- src/test/test_create_lead_response.py | 2 +- .../test_create_ledger_account_response.py | 2 +- src/test/test_create_location_response.py | 2 +- src/test/test_create_merchant_response.py | 2 +- src/test/test_create_message_response.py | 2 +- .../test_create_modifier_group_response.py | 2 +- src/test/test_create_modifier_response.py | 2 +- src/test/test_create_note_response.py | 2 +- src/test/test_create_opportunity_response.py | 2 +- src/test/test_create_order_response.py | 2 +- src/test/test_create_order_type_response.py | 2 +- src/test/test_create_payment_response.py | 2 +- src/test/test_create_pipeline_response.py | 2 +- src/test/test_create_pos_payment_response.py | 2 +- src/test/test_create_product_response.py | 2 +- .../test_create_purchase_order_response.py | 2 +- src/test/test_create_session_response.py | 2 +- src/test/test_create_session_response_data.py | 2 +- src/test/test_create_shared_link_response.py | 2 +- src/test/test_create_subsidiary_response.py | 2 +- src/test/test_create_supplier_response.py | 2 +- src/test/test_create_tax_rate_response.py | 2 +- src/test/test_create_tender_response.py | 2 +- src/test/test_create_ticket_response.py | 2 +- .../test_create_time_off_request_response.py | 2 +- .../test_create_tracking_category_response.py | 37 + .../test_create_upload_session_request.py | 2 +- .../test_create_upload_session_response.py | 2 +- src/test/test_create_user_response.py | 2 +- src/test/test_create_webhook_request.py | 2 +- src/test/test_create_webhook_response.py | 2 +- src/test/test_credit_note.py | 4 +- src/test/test_credit_notes_filter.py | 2 +- src/test/test_credit_notes_sort.py | 2 +- src/test/test_crm_api.py | 2 +- src/test/test_crm_event_type.py | 2 +- src/test/test_currency.py | 2 +- src/test/test_custom_field.py | 2 +- src/test/test_custom_field_finder.py | 2 +- src/test/test_custom_mapping.py | 2 +- src/test/test_customer.py | 2 +- src/test/test_customers_filter.py | 2 +- src/test/test_customers_sort.py | 2 +- src/test/test_deduction.py | 2 +- ...t_delete_accounting_department_response.py | 2 +- ...est_delete_accounting_location_response.py | 2 +- src/test/test_delete_activity_response.py | 2 +- src/test/test_delete_applicant_response.py | 2 +- src/test/test_delete_application_response.py | 2 +- src/test/test_delete_attachment_response.py | 2 +- src/test/test_delete_bill_response.py | 2 +- src/test/test_delete_comment_response.py | 2 +- src/test/test_delete_company_response.py | 2 +- src/test/test_delete_consumer_response.py | 2 +- src/test/test_delete_contact_response.py | 2 +- src/test/test_delete_credit_note_response.py | 2 +- src/test/test_delete_customer_response.py | 2 +- src/test/test_delete_department_response.py | 2 +- src/test/test_delete_drive_group_response.py | 2 +- src/test/test_delete_drive_response.py | 2 +- ...test_delete_ecommerce_customer_response.py | 2 +- .../test_delete_ecommerce_order_response.py | 2 +- src/test/test_delete_employee_response.py | 2 +- src/test/test_delete_file_response.py | 2 +- src/test/test_delete_folder_response.py | 2 +- src/test/test_delete_hris_company_response.py | 2 +- src/test/test_delete_invoice_item_response.py | 2 +- src/test/test_delete_invoice_response.py | 2 +- src/test/test_delete_item_response.py | 2 +- src/test/test_delete_job_response.py | 2 +- .../test_delete_journal_entry_response.py | 2 +- src/test/test_delete_lead_response.py | 2 +- .../test_delete_ledger_account_response.py | 2 +- src/test/test_delete_location_response.py | 2 +- src/test/test_delete_merchant_response.py | 2 +- src/test/test_delete_message_response.py | 2 +- .../test_delete_modifier_group_response.py | 2 +- src/test/test_delete_modifier_response.py | 2 +- src/test/test_delete_note_response.py | 2 +- src/test/test_delete_opportunity_response.py | 2 +- src/test/test_delete_order_response.py | 2 +- src/test/test_delete_order_type_response.py | 2 +- src/test/test_delete_payment_response.py | 2 +- src/test/test_delete_pipeline_response.py | 2 +- src/test/test_delete_pos_payment_response.py | 2 +- src/test/test_delete_product_response.py | 2 +- .../test_delete_purchase_order_response.py | 2 +- src/test/test_delete_shared_link_response.py | 2 +- src/test/test_delete_subsidiary_response.py | 2 +- src/test/test_delete_supplier_response.py | 2 +- src/test/test_delete_tax_rate_response.py | 2 +- src/test/test_delete_tender_response.py | 2 +- src/test/test_delete_ticket_response.py | 2 +- .../test_delete_time_off_request_response.py | 2 +- .../test_delete_tracking_category_response.py | 37 + .../test_delete_upload_session_response.py | 2 +- src/test/test_delete_user_response.py | 2 +- src/test/test_delete_webhook_response.py | 2 +- src/test/test_delivery_url.py | 2 +- src/test/test_department.py | 2 +- ...est_deprecated_linked_tracking_category.py | 35 + src/test/test_drive.py | 2 +- src/test/test_drive_group.py | 2 +- src/test/test_drive_groups_filter.py | 2 +- src/test/test_drives_filter.py | 2 +- src/test/test_ecommerce_address.py | 2 +- src/test/test_ecommerce_api.py | 2 +- src/test/test_ecommerce_customer.py | 2 +- src/test/test_ecommerce_customer_addresses.py | 2 +- src/test/test_ecommerce_customers_filter.py | 2 +- src/test/test_ecommerce_discount.py | 2 +- src/test/test_ecommerce_order.py | 2 +- src/test/test_ecommerce_order_line_item.py | 2 +- src/test/test_ecommerce_order_status.py | 2 +- src/test/test_ecommerce_orders_filter.py | 2 +- src/test/test_ecommerce_product.py | 2 +- src/test/test_ecommerce_product_categories.py | 2 +- src/test/test_ecommerce_product_images.py | 2 +- src/test/test_ecommerce_product_images1.py | 2 +- src/test/test_ecommerce_product_options.py | 2 +- src/test/test_ecommerce_product_options1.py | 2 +- src/test/test_ecommerce_product_variants.py | 2 +- src/test/test_ecommerce_store.py | 2 +- src/test/test_email.py | 2 +- src/test/test_employee.py | 2 +- src/test/test_employee_compensation.py | 2 +- src/test/test_employee_employment_role.py | 2 +- src/test/test_employee_job.py | 2 +- src/test/test_employee_list.py | 2 +- src/test/test_employee_manager.py | 2 +- src/test/test_employee_payroll.py | 2 +- src/test/test_employee_schedules.py | 2 +- src/test/test_employees_filter.py | 2 +- src/test/test_employees_one_filter.py | 2 +- src/test/test_employees_sort.py | 2 +- src/test/test_employment_status.py | 2 +- src/test/test_error.py | 2 +- src/test/test_execute_base_url.py | 2 +- .../test_execute_webhook_event_request.py | 2 +- .../test_execute_webhook_events_request.py | 2 +- src/test/test_execute_webhook_response.py | 2 +- src/test/test_file_storage_api.py | 2 +- src/test/test_file_storage_event_type.py | 2 +- src/test/test_file_type.py | 2 +- src/test/test_files_filter.py | 2 +- src/test/test_files_search.py | 2 +- src/test/test_files_sort.py | 2 +- src/test/test_folder.py | 2 +- src/test/test_form_field.py | 2 +- src/test/test_form_field_option.py | 2 +- src/test/test_form_field_option_group.py | 2 +- src/test/test_gender.py | 2 +- ...test_get_accounting_department_response.py | 2 +- ...est_get_accounting_departments_response.py | 2 +- .../test_get_accounting_location_response.py | 2 +- .../test_get_accounting_locations_response.py | 2 +- src/test/test_get_activities_response.py | 2 +- src/test/test_get_activity_response.py | 2 +- ...test_get_api_resource_coverage_response.py | 2 +- src/test/test_get_api_resource_response.py | 2 +- src/test/test_get_api_response.py | 2 +- src/test/test_get_apis_response.py | 2 +- src/test/test_get_applicant_response.py | 2 +- src/test/test_get_applicants_response.py | 2 +- src/test/test_get_application_response.py | 2 +- src/test/test_get_applications_response.py | 2 +- src/test/test_get_attachment_response.py | 2 +- src/test/test_get_attachments_response.py | 2 +- src/test/test_get_balance_sheet_response.py | 2 +- src/test/test_get_bill_response.py | 2 +- src/test/test_get_bills_response.py | 2 +- src/test/test_get_collection_response.py | 2 +- src/test/test_get_collection_tags_response.py | 2 +- src/test/test_get_collection_user_response.py | 2 +- .../test_get_collection_users_response.py | 2 +- src/test/test_get_collections_response.py | 2 +- src/test/test_get_comment_response.py | 2 +- src/test/test_get_comments_response.py | 2 +- src/test/test_get_companies_response.py | 2 +- src/test/test_get_company_info_response.py | 2 +- src/test/test_get_company_response.py | 2 +- src/test/test_get_connection_response.py | 2 +- src/test/test_get_connections_response.py | 2 +- ...get_connector_resource_example_response.py | 2 +- ...onnector_resource_example_response_data.py | 2 +- .../test_get_connector_resource_response.py | 2 +- ..._get_connector_resource_schema_response.py | 2 +- src/test/test_get_connector_response.py | 2 +- src/test/test_get_connectors_response.py | 2 +- src/test/test_get_consumer_response.py | 2 +- src/test/test_get_consumers_response.py | 2 +- src/test/test_get_consumers_response_data.py | 2 +- src/test/test_get_contact_response.py | 2 +- src/test/test_get_contacts_response.py | 2 +- src/test/test_get_credit_note_response.py | 2 +- src/test/test_get_credit_notes_response.py | 2 +- src/test/test_get_custom_fields_response.py | 2 +- src/test/test_get_custom_mapping_response.py | 2 +- src/test/test_get_customer_response.py | 2 +- src/test/test_get_customers_response.py | 2 +- src/test/test_get_department_response.py | 2 +- src/test/test_get_departments_response.py | 2 +- src/test/test_get_drive_group_response.py | 2 +- src/test/test_get_drive_groups_response.py | 2 +- src/test/test_get_drive_response.py | 2 +- src/test/test_get_drives_response.py | 2 +- .../test_get_ecommerce_customer_response.py | 2 +- .../test_get_ecommerce_customers_response.py | 2 +- src/test/test_get_ecommerce_order_response.py | 2 +- .../test_get_ecommerce_orders_response.py | 2 +- .../test_get_employee_payroll_response.py | 2 +- .../test_get_employee_payrolls_response.py | 2 +- src/test/test_get_employee_response.py | 2 +- .../test_get_employee_schedules_response.py | 2 +- src/test/test_get_employees_response.py | 2 +- src/test/test_get_file_response.py | 2 +- src/test/test_get_files_response.py | 2 +- src/test/test_get_folder_response.py | 2 +- src/test/test_get_folders_response.py | 2 +- src/test/test_get_hris_companies_response.py | 2 +- src/test/test_get_hris_company_response.py | 2 +- src/test/test_get_hris_job_response.py | 2 +- src/test/test_get_hris_jobs_response.py | 2 +- src/test/test_get_invoice_item_response.py | 2 +- src/test/test_get_invoice_items_response.py | 2 +- src/test/test_get_invoice_response.py | 2 +- src/test/test_get_invoices_response.py | 2 +- src/test/test_get_item_response.py | 2 +- src/test/test_get_items_response.py | 2 +- src/test/test_get_job_response.py | 2 +- src/test/test_get_jobs_response.py | 2 +- src/test/test_get_journal_entries_response.py | 2 +- src/test/test_get_journal_entry_response.py | 2 +- src/test/test_get_lead_response.py | 2 +- src/test/test_get_leads_response.py | 2 +- src/test/test_get_ledger_account_response.py | 2 +- src/test/test_get_ledger_accounts_response.py | 2 +- src/test/test_get_location_response.py | 2 +- src/test/test_get_locations_response.py | 2 +- src/test/test_get_logs_response.py | 2 +- src/test/test_get_merchant_response.py | 2 +- src/test/test_get_merchants_response.py | 2 +- src/test/test_get_message_response.py | 2 +- src/test/test_get_messages_response.py | 2 +- src/test/test_get_modifier_group_response.py | 2 +- src/test/test_get_modifier_groups_response.py | 2 +- src/test/test_get_modifier_response.py | 2 +- src/test/test_get_modifiers_response.py | 2 +- src/test/test_get_note_response.py | 2 +- src/test/test_get_notes_response.py | 2 +- src/test/test_get_opportunities_response.py | 2 +- src/test/test_get_opportunity_response.py | 2 +- src/test/test_get_order_response.py | 2 +- src/test/test_get_order_type_response.py | 2 +- src/test/test_get_order_types_response.py | 2 +- src/test/test_get_orders_response.py | 2 +- src/test/test_get_payment_response.py | 2 +- src/test/test_get_payments_response.py | 2 +- src/test/test_get_payroll_response.py | 2 +- src/test/test_get_payrolls_response.py | 2 +- src/test/test_get_pipeline_response.py | 2 +- src/test/test_get_pipelines_response.py | 2 +- src/test/test_get_pos_payment_response.py | 2 +- src/test/test_get_pos_payments_response.py | 2 +- src/test/test_get_product_response.py | 2 +- src/test/test_get_products_response.py | 2 +- src/test/test_get_profit_and_loss_response.py | 2 +- src/test/test_get_purchase_order_response.py | 2 +- src/test/test_get_purchase_orders_response.py | 2 +- .../test_get_resource_example_response.py | 2 +- src/test/test_get_resource_schema_response.py | 2 +- src/test/test_get_shared_link_response.py | 2 +- src/test/test_get_shared_links_response.py | 2 +- src/test/test_get_store_response.py | 2 +- src/test/test_get_stores_response.py | 2 +- src/test/test_get_subsidiaries_response.py | 2 +- src/test/test_get_subsidiary_response.py | 2 +- src/test/test_get_supplier_response.py | 2 +- src/test/test_get_suppliers_response.py | 2 +- src/test/test_get_tax_rate_response.py | 2 +- src/test/test_get_tax_rates_response.py | 2 +- src/test/test_get_tender_response.py | 2 +- src/test/test_get_tenders_response.py | 2 +- src/test/test_get_ticket_response.py | 2 +- src/test/test_get_tickets_response.py | 2 +- .../test_get_time_off_request_response.py | 2 +- .../test_get_time_off_requests_response.py | 2 +- .../test_get_tracking_categories_response.py | 41 + .../test_get_tracking_category_response.py | 37 + src/test/test_get_upload_session_response.py | 2 +- src/test/test_get_user_response.py | 2 +- src/test/test_get_users_response.py | 2 +- .../test_get_webhook_event_logs_response.py | 2 +- src/test/test_get_webhook_response.py | 2 +- src/test/test_get_webhooks_response.py | 2 +- src/test/test_hris_api.py | 2 +- src/test/test_hris_company.py | 2 +- src/test/test_hris_event_type.py | 2 +- src/test/test_hris_job.py | 2 +- src/test/test_hris_job_location.py | 2 +- src/test/test_hris_jobs.py | 2 +- src/test/test_idempotency_key.py | 2 +- src/test/test_integration_state.py | 2 +- src/test/test_invoice.py | 8 +- src/test/test_invoice_item.py | 8 +- src/test/test_invoice_item_asset_account.py | 2 +- src/test/test_invoice_item_expense_account.py | 2 +- src/test/test_invoice_item_income_account.py | 2 +- src/test/test_invoice_item_sales_details.py | 2 +- src/test/test_invoice_items_filter.py | 2 +- src/test/test_invoice_line_item.py | 4 +- src/test/test_invoice_response.py | 2 +- src/test/test_invoices_filter.py | 2 +- src/test/test_invoices_sort.py | 2 +- src/test/test_issue_tracking_api.py | 2 +- src/test/test_issue_tracking_event_type.py | 2 +- src/test/test_issues_filter.py | 2 +- src/test/test_item.py | 2 +- src/test/test_job.py | 2 +- src/test/test_job_links.py | 2 +- src/test/test_job_salary.py | 2 +- src/test/test_job_status.py | 2 +- src/test/test_journal_entries_filter.py | 2 +- src/test/test_journal_entries_sort.py | 2 +- src/test/test_journal_entry.py | 4 +- src/test/test_journal_entry_line_item.py | 8 +- src/test/test_lead.py | 2 +- src/test/test_lead_api.py | 2 +- src/test/test_lead_event_type.py | 2 +- src/test/test_leads_filter.py | 2 +- src/test/test_leads_sort.py | 2 +- src/test/test_ledger_account.py | 2 +- src/test/test_ledger_account_categories.py | 2 +- .../test_ledger_account_parent_account.py | 2 +- src/test/test_ledger_accounts.py | 2 +- src/test/test_ledger_accounts_filter.py | 2 +- src/test/test_ledger_accounts_sort.py | 2 +- src/test/test_linked_connector_resource.py | 2 +- src/test/test_linked_customer.py | 2 +- src/test/test_linked_ecommerce_customer.py | 2 +- src/test/test_linked_ecommerce_order.py | 2 +- src/test/test_linked_folder.py | 2 +- src/test/test_linked_invoice_item.py | 2 +- src/test/test_linked_ledger_account.py | 2 +- src/test/test_linked_parent_customer.py | 2 +- src/test/test_linked_supplier.py | 2 +- src/test/test_linked_tax_rate.py | 2 +- src/test/test_linked_tracking_categories.py | 37 + src/test/test_linked_tracking_category.py | 2 +- src/test/test_links.py | 2 +- src/test/test_location.py | 2 +- src/test/test_log.py | 2 +- src/test/test_log_operation.py | 2 +- src/test/test_log_service.py | 2 +- src/test/test_logs_filter.py | 2 +- src/test/test_merchant.py | 2 +- src/test/test_message.py | 2 +- src/test/test_meta.py | 2 +- src/test/test_meta_cursors.py | 2 +- src/test/test_modifier.py | 2 +- src/test/test_modifier_group.py | 2 +- src/test/test_modifier_group_filter.py | 2 +- src/test/test_not_found_response.py | 2 +- src/test/test_not_implemented_response.py | 2 +- src/test/test_note.py | 2 +- src/test/test_o_auth_grant_type.py | 2 +- src/test/test_offer.py | 2 +- src/test/test_opportunities_filter.py | 2 +- src/test/test_opportunities_sort.py | 2 +- src/test/test_opportunity.py | 2 +- src/test/test_order.py | 2 +- src/test/test_order_customers.py | 2 +- src/test/test_order_discounts.py | 2 +- src/test/test_order_fulfillments.py | 2 +- src/test/test_order_line_items.py | 2 +- src/test/test_order_payments.py | 2 +- src/test/test_order_pickup_details.py | 2 +- ..._pickup_details_curbside_pickup_details.py | 2 +- .../test_order_pickup_details_recipient.py | 2 +- src/test/test_order_refunds.py | 2 +- src/test/test_order_tenders.py | 2 +- src/test/test_order_type.py | 2 +- src/test/test_orders_sort.py | 2 +- src/test/test_owner.py | 2 +- src/test/test_pagination_coverage.py | 2 +- src/test/test_pass_through_body.py | 2 +- src/test/test_pass_through_query.py | 2 +- src/test/test_payment.py | 4 +- src/test/test_payment_card.py | 2 +- src/test/test_payment_frequency.py | 2 +- src/test/test_payment_required_response.py | 2 +- src/test/test_payment_unit.py | 2 +- src/test/test_payments_filter.py | 2 +- src/test/test_payments_sort.py | 2 +- src/test/test_payroll.py | 2 +- src/test/test_payroll_totals.py | 2 +- src/test/test_payrolls_filter.py | 2 +- src/test/test_person.py | 2 +- src/test/test_phone_number.py | 2 +- src/test/test_pipeline.py | 2 +- src/test/test_pipeline_stages.py | 2 +- src/test/test_pos_api.py | 2 +- src/test/test_pos_bank_account.py | 2 +- src/test/test_pos_bank_account_ach_details.py | 2 +- src/test/test_pos_payment.py | 2 +- src/test/test_pos_payment_card_details.py | 2 +- src/test/test_pos_payment_external_details.py | 2 +- src/test/test_price.py | 2 +- src/test/test_probation_period.py | 2 +- src/test/test_profit_and_loss.py | 2 +- src/test/test_profit_and_loss_expenses.py | 2 +- src/test/test_profit_and_loss_filter.py | 2 +- src/test/test_profit_and_loss_gross_profit.py | 2 +- src/test/test_profit_and_loss_income.py | 2 +- src/test/test_profit_and_loss_net_income.py | 2 +- ...st_profit_and_loss_net_operating_income.py | 2 +- src/test/test_profit_and_loss_record.py | 2 +- src/test/test_profit_and_loss_records.py | 2 +- src/test/test_profit_and_loss_section.py | 2 +- src/test/test_purchase_order.py | 4 +- src/test/test_purchase_orders_filter.py | 2 +- src/test/test_purchase_orders_sort.py | 2 +- src/test/test_request_count_allocation.py | 2 +- src/test/test_request_rate.py | 2 +- .../test_resolve_webhook_event_request.py | 2 +- .../test_resolve_webhook_events_request.py | 2 +- src/test/test_resolve_webhook_response.py | 2 +- src/test/test_resource_example.py | 2 +- src/test/test_resource_status.py | 2 +- src/test/test_schedule.py | 2 +- src/test/test_schedule_work_pattern.py | 2 +- .../test_schedule_work_pattern_odd_weeks.py | 2 +- src/test/test_schema_support.py | 2 +- src/test/test_service_charge.py | 2 +- src/test/test_service_charges.py | 2 +- src/test/test_session.py | 2 +- src/test/test_session_settings.py | 2 +- src/test/test_session_theme.py | 2 +- src/test/test_shared_link.py | 2 +- src/test/test_shared_link_target.py | 2 +- src/test/test_simple_form_field_option.py | 2 +- src/test/test_sms_api.py | 2 +- src/test/test_social_link.py | 2 +- src/test/test_sort_direction.py | 2 +- src/test/test_status.py | 2 +- src/test/test_subsidiary.py | 2 +- src/test/test_subsidiary_reference.py | 2 +- src/test/test_supplier.py | 2 +- src/test/test_suppliers_filter.py | 2 +- src/test/test_suppliers_sort.py | 2 +- src/test/test_supported_property.py | 2 +- src/test/test_tags.py | 2 +- src/test/test_tax.py | 2 +- src/test/test_tax_rate.py | 2 +- src/test/test_tax_rates_filter.py | 2 +- src/test/test_team.py | 2 +- src/test/test_tender.py | 2 +- src/test/test_ticket.py | 2 +- src/test/test_tickets_sort.py | 2 +- src/test/test_time_off_request.py | 2 +- src/test/test_time_off_request_notes.py | 2 +- src/test/test_time_off_requests_filter.py | 2 +- src/test/test_too_many_requests_response.py | 2 +- .../test_too_many_requests_response_detail.py | 2 +- src/test/test_tracking_category.py | 37 + src/test/test_tracking_item.py | 2 +- src/test/test_unauthorized_response.py | 2 +- src/test/test_unexpected_error_response.py | 2 +- src/test/test_unified_api_id.py | 2 +- src/test/test_unified_file.py | 2 +- src/test/test_unified_file_permissions.py | 2 +- src/test/test_unified_id.py | 2 +- src/test/test_unprocessable_response.py | 2 +- ...t_update_accounting_department_response.py | 2 +- ...est_update_accounting_location_response.py | 2 +- src/test/test_update_activity_response.py | 2 +- src/test/test_update_applicant_response.py | 2 +- src/test/test_update_application_response.py | 2 +- src/test/test_update_bill_response.py | 2 +- src/test/test_update_comment_response.py | 2 +- src/test/test_update_company_response.py | 2 +- src/test/test_update_connection_response.py | 2 +- src/test/test_update_consumer_request.py | 2 +- src/test/test_update_consumer_response.py | 2 +- src/test/test_update_contact_response.py | 2 +- src/test/test_update_credit_note_response.py | 2 +- .../test_update_custom_mapping_request.py | 2 +- .../test_update_custom_mapping_response.py | 2 +- src/test/test_update_customer_response.py | 2 +- src/test/test_update_department_response.py | 2 +- src/test/test_update_drive_group_response.py | 2 +- src/test/test_update_drive_response.py | 2 +- ...test_update_ecommerce_customer_response.py | 2 +- .../test_update_ecommerce_order_response.py | 2 +- src/test/test_update_employee_response.py | 2 +- src/test/test_update_file_request.py | 2 +- src/test/test_update_file_response.py | 2 +- src/test/test_update_folder_request.py | 2 +- src/test/test_update_folder_response.py | 2 +- src/test/test_update_hris_company_response.py | 2 +- .../test_update_invoice_items_response.py | 2 +- src/test/test_update_invoice_response.py | 2 +- src/test/test_update_item_response.py | 2 +- src/test/test_update_job_response.py | 2 +- .../test_update_journal_entry_response.py | 2 +- src/test/test_update_lead_response.py | 2 +- .../test_update_ledger_account_response.py | 2 +- src/test/test_update_location_response.py | 2 +- src/test/test_update_merchant_response.py | 2 +- src/test/test_update_message_response.py | 2 +- .../test_update_modifier_group_response.py | 2 +- src/test/test_update_modifier_response.py | 2 +- src/test/test_update_note_response.py | 2 +- src/test/test_update_opportunity_response.py | 2 +- src/test/test_update_order_response.py | 2 +- src/test/test_update_order_type_response.py | 2 +- src/test/test_update_payment_response.py | 2 +- src/test/test_update_pipeline_response.py | 2 +- src/test/test_update_pos_payment_response.py | 2 +- src/test/test_update_product_response.py | 2 +- .../test_update_purchase_order_response.py | 2 +- src/test/test_update_shared_link_response.py | 2 +- src/test/test_update_subsidiary_response.py | 2 +- src/test/test_update_supplier_response.py | 2 +- src/test/test_update_tax_rate_response.py | 2 +- src/test/test_update_tender_response.py | 2 +- src/test/test_update_ticket_response.py | 2 +- .../test_update_time_off_request_response.py | 2 +- .../test_update_tracking_category_response.py | 37 + .../test_update_upload_session_response.py | 2 +- src/test/test_update_user_response.py | 2 +- src/test/test_update_webhook_request.py | 2 +- src/test/test_update_webhook_response.py | 2 +- src/test/test_upload_session.py | 2 +- src/test/test_url.py | 2 +- src/test/test_user.py | 2 +- ...test_validate_connection_state_response.py | 2 +- ...validate_connection_state_response_data.py | 2 +- src/test/test_vault_api.py | 2 +- src/test/test_vault_event_type.py | 2 +- src/test/test_virtual_webhooks.py | 2 +- src/test/test_wallet_details.py | 2 +- src/test/test_webhook.py | 2 +- src/test/test_webhook_api.py | 2 +- src/test/test_webhook_event.py | 2 +- src/test/test_webhook_event_log.py | 2 +- src/test/test_webhook_event_log_attempts.py | 2 +- src/test/test_webhook_event_log_service.py | 2 +- src/test/test_webhook_event_logs_filter.py | 2 +- .../test_webhook_event_logs_filter_service.py | 2 +- src/test/test_webhook_event_type.py | 2 +- src/test/test_webhook_subscription.py | 2 +- src/test/test_webhook_support.py | 2 +- src/test/test_website.py | 2 +- 1390 files changed, 6548 insertions(+), 2058 deletions(-) create mode 100644 docs/models/CreateTrackingCategoryResponse.md create mode 100644 docs/models/DeleteTrackingCategoryResponse.md create mode 100644 docs/models/DeprecatedLinkedTrackingCategory.md create mode 100644 docs/models/GetTrackingCategoriesResponse.md create mode 100644 docs/models/GetTrackingCategoryResponse.md create mode 100644 docs/models/LinkedTrackingCategories.md create mode 100644 docs/models/TrackingCategory.md create mode 100644 docs/models/UpdateTrackingCategoryResponse.md create mode 100644 src/apideck/model/create_tracking_category_response.py create mode 100644 src/apideck/model/delete_tracking_category_response.py create mode 100644 src/apideck/model/deprecated_linked_tracking_category.py create mode 100644 src/apideck/model/get_tracking_categories_response.py create mode 100644 src/apideck/model/get_tracking_category_response.py create mode 100644 src/apideck/model/linked_tracking_categories.py create mode 100644 src/apideck/model/tracking_category.py create mode 100644 src/apideck/model/update_tracking_category_response.py create mode 100644 src/test/test_create_tracking_category_response.py create mode 100644 src/test/test_delete_tracking_category_response.py create mode 100644 src/test/test_deprecated_linked_tracking_category.py create mode 100644 src/test/test_get_tracking_categories_response.py create mode 100644 src/test/test_get_tracking_category_response.py create mode 100644 src/test/test_linked_tracking_categories.py create mode 100644 src/test/test_tracking_category.py create mode 100644 src/test/test_update_tracking_category_response.py diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8d83c0427..c40e2d14cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,5 +20,5 @@ jobs: uses: ncipollo/release-action@v1 with: commit: main - tag: 1.3.0 + tag: 1.4.0 diff --git a/README.md b/README.md index b418674d88..d70b13c867 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ from apideck.model.create_purchase_order_response import CreatePurchaseOrderResp from apideck.model.create_subsidiary_response import CreateSubsidiaryResponse from apideck.model.create_supplier_response import CreateSupplierResponse from apideck.model.create_tax_rate_response import CreateTaxRateResponse +from apideck.model.create_tracking_category_response import CreateTrackingCategoryResponse from apideck.model.credit_note import CreditNote from apideck.model.credit_notes_filter import CreditNotesFilter from apideck.model.credit_notes_sort import CreditNotesSort @@ -220,6 +221,7 @@ from apideck.model.delete_purchase_order_response import DeletePurchaseOrderResp from apideck.model.delete_subsidiary_response import DeleteSubsidiaryResponse from apideck.model.delete_supplier_response import DeleteSupplierResponse from apideck.model.delete_tax_rate_response import DeleteTaxRateResponse +from apideck.model.delete_tracking_category_response import DeleteTrackingCategoryResponse from apideck.model.get_accounting_department_response import GetAccountingDepartmentResponse from apideck.model.get_accounting_departments_response import GetAccountingDepartmentsResponse from apideck.model.get_accounting_location_response import GetAccountingLocationResponse @@ -253,6 +255,8 @@ from apideck.model.get_supplier_response import GetSupplierResponse from apideck.model.get_suppliers_response import GetSuppliersResponse from apideck.model.get_tax_rate_response import GetTaxRateResponse from apideck.model.get_tax_rates_response import GetTaxRatesResponse +from apideck.model.get_tracking_categories_response import GetTrackingCategoriesResponse +from apideck.model.get_tracking_category_response import GetTrackingCategoryResponse from apideck.model.invoice import Invoice from apideck.model.invoice_item import InvoiceItem from apideck.model.invoice_items_filter import InvoiceItemsFilter @@ -280,6 +284,7 @@ from apideck.model.suppliers_filter import SuppliersFilter from apideck.model.suppliers_sort import SuppliersSort from apideck.model.tax_rate import TaxRate from apideck.model.tax_rates_filter import TaxRatesFilter +from apideck.model.tracking_category import TrackingCategory from apideck.model.unauthorized_response import UnauthorizedResponse from apideck.model.unexpected_error_response import UnexpectedErrorResponse from apideck.model.unprocessable_response import UnprocessableResponse @@ -297,6 +302,7 @@ from apideck.model.update_purchase_order_response import UpdatePurchaseOrderResp from apideck.model.update_subsidiary_response import UpdateSubsidiaryResponse from apideck.model.update_supplier_response import UpdateSupplierResponse from apideck.model.update_tax_rate_response import UpdateTaxRateResponse +from apideck.model.update_tracking_category_response import UpdateTrackingCategoryResponse # Defining the host is optional and defaults to https://unify.apideck.com # See configuration.py for a list of all supported configuration parameters. configuration = apideck.Configuration( @@ -497,6 +503,16 @@ _AccountingApi_ | [**tax_rates_one**](docs/apis/AccountingApi.md#tax_rates_one) _AccountingApi_ | [**tax_rates_update**](docs/apis/AccountingApi.md#tax_rates_update) | **PATCH** /accounting/tax-rates/{id} | Update Tax Rate | +_AccountingApi_ | [**tracking_categories_add**](docs/apis/AccountingApi.md#tracking_categories_add) | **POST** /accounting/tracking-categories | Create Tracking Category | + +_AccountingApi_ | [**tracking_categories_all**](docs/apis/AccountingApi.md#tracking_categories_all) | **GET** /accounting/tracking-categories | List Tracking Categories | + +_AccountingApi_ | [**tracking_categories_delete**](docs/apis/AccountingApi.md#tracking_categories_delete) | **DELETE** /accounting/tracking-categories/{id} | Delete Tracking Category | + +_AccountingApi_ | [**tracking_categories_one**](docs/apis/AccountingApi.md#tracking_categories_one) | **GET** /accounting/tracking-categories/{id} | Get Tracking Category | + +_AccountingApi_ | [**tracking_categories_update**](docs/apis/AccountingApi.md#tracking_categories_update) | **PATCH** /accounting/tracking-categories/{id} | Update Tracking Category | + _AtsApi_ | [**applicants_add**](docs/apis/AtsApi.md#applicants_add) | **POST** /ats/applicants | Create Applicant | _AtsApi_ | [**applicants_all**](docs/apis/AtsApi.md#applicants_all) | **GET** /ats/applicants | List Applicants | @@ -1084,6 +1100,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) | - [CreateTenderResponse](docs/models/CreateTenderResponse.md) - [CreateTicketResponse](docs/models/CreateTicketResponse.md) - [CreateTimeOffRequestResponse](docs/models/CreateTimeOffRequestResponse.md) + - [CreateTrackingCategoryResponse](docs/models/CreateTrackingCategoryResponse.md) - [CreateUploadSessionRequest](docs/models/CreateUploadSessionRequest.md) - [CreateUploadSessionResponse](docs/models/CreateUploadSessionResponse.md) - [CreateUserResponse](docs/models/CreateUserResponse.md) @@ -1151,11 +1168,13 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) | - [DeleteTenderResponse](docs/models/DeleteTenderResponse.md) - [DeleteTicketResponse](docs/models/DeleteTicketResponse.md) - [DeleteTimeOffRequestResponse](docs/models/DeleteTimeOffRequestResponse.md) + - [DeleteTrackingCategoryResponse](docs/models/DeleteTrackingCategoryResponse.md) - [DeleteUploadSessionResponse](docs/models/DeleteUploadSessionResponse.md) - [DeleteUserResponse](docs/models/DeleteUserResponse.md) - [DeleteWebhookResponse](docs/models/DeleteWebhookResponse.md) - [DeliveryUrl](docs/models/DeliveryUrl.md) - [Department](docs/models/Department.md) + - [DeprecatedLinkedTrackingCategory](docs/models/DeprecatedLinkedTrackingCategory.md) - [Drive](docs/models/Drive.md) - [DriveGroup](docs/models/DriveGroup.md) - [DriveGroupsFilter](docs/models/DriveGroupsFilter.md) @@ -1340,6 +1359,8 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) | - [GetTicketsResponse](docs/models/GetTicketsResponse.md) - [GetTimeOffRequestResponse](docs/models/GetTimeOffRequestResponse.md) - [GetTimeOffRequestsResponse](docs/models/GetTimeOffRequestsResponse.md) + - [GetTrackingCategoriesResponse](docs/models/GetTrackingCategoriesResponse.md) + - [GetTrackingCategoryResponse](docs/models/GetTrackingCategoryResponse.md) - [GetUploadSessionResponse](docs/models/GetUploadSessionResponse.md) - [GetUserResponse](docs/models/GetUserResponse.md) - [GetUsersResponse](docs/models/GetUsersResponse.md) @@ -1395,6 +1416,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) | - [LinkedParentCustomer](docs/models/LinkedParentCustomer.md) - [LinkedSupplier](docs/models/LinkedSupplier.md) - [LinkedTaxRate](docs/models/LinkedTaxRate.md) + - [LinkedTrackingCategories](docs/models/LinkedTrackingCategories.md) - [LinkedTrackingCategory](docs/models/LinkedTrackingCategory.md) - [Links](docs/models/Links.md) - [Location](docs/models/Location.md) @@ -1509,6 +1531,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) | - [TimeOffRequestsFilter](docs/models/TimeOffRequestsFilter.md) - [TooManyRequestsResponse](docs/models/TooManyRequestsResponse.md) - [TooManyRequestsResponseDetail](docs/models/TooManyRequestsResponseDetail.md) + - [TrackingCategory](docs/models/TrackingCategory.md) - [TrackingItem](docs/models/TrackingItem.md) - [UnauthorizedResponse](docs/models/UnauthorizedResponse.md) - [UnexpectedErrorResponse](docs/models/UnexpectedErrorResponse.md) @@ -1572,6 +1595,7 @@ _WebhookApi_ | [**webhooks_update**](docs/apis/WebhookApi.md#webhooks_update) | - [UpdateTenderResponse](docs/models/UpdateTenderResponse.md) - [UpdateTicketResponse](docs/models/UpdateTicketResponse.md) - [UpdateTimeOffRequestResponse](docs/models/UpdateTimeOffRequestResponse.md) + - [UpdateTrackingCategoryResponse](docs/models/UpdateTrackingCategoryResponse.md) - [UpdateUploadSessionResponse](docs/models/UpdateUploadSessionResponse.md) - [UpdateUserResponse](docs/models/UpdateUserResponse.md) - [UpdateWebhookRequest](docs/models/UpdateWebhookRequest.md) diff --git a/docs/apis/AccountingApi.md b/docs/apis/AccountingApi.md index 5dd9510175..8c5cea6829 100644 --- a/docs/apis/AccountingApi.md +++ b/docs/apis/AccountingApi.md @@ -81,6 +81,11 @@ Method | HTTP request | Description [**tax_rates_delete**](AccountingApi.md#tax_rates_delete) | **DELETE** /accounting/tax-rates/{id} | Delete Tax Rate [**tax_rates_one**](AccountingApi.md#tax_rates_one) | **GET** /accounting/tax-rates/{id} | Get Tax Rate [**tax_rates_update**](AccountingApi.md#tax_rates_update) | **PATCH** /accounting/tax-rates/{id} | Update Tax Rate +[**tracking_categories_add**](AccountingApi.md#tracking_categories_add) | **POST** /accounting/tracking-categories | Create Tracking Category +[**tracking_categories_all**](AccountingApi.md#tracking_categories_all) | **GET** /accounting/tracking-categories | List Tracking Categories +[**tracking_categories_delete**](AccountingApi.md#tracking_categories_delete) | **DELETE** /accounting/tracking-categories/{id} | Delete Tracking Category +[**tracking_categories_one**](AccountingApi.md#tracking_categories_one) | **GET** /accounting/tracking-categories/{id} | Get Tracking Category +[**tracking_categories_update**](AccountingApi.md#tracking_categories_update) | **PATCH** /accounting/tracking-categories/{id} | Update Tracking Category # **attachments_all** @@ -758,6 +763,12 @@ with apideck.ApiClient(configuration) as api_client: nominal_code="N091", code="453", ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), row_version="1-12345", ), ], @@ -793,6 +804,12 @@ with apideck.ApiClient(configuration) as api_client: currency=Currency("USD"), ), discount_percentage=5.5, + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), row_version="1-12345", pass_through=PassThroughBody([ { @@ -1320,6 +1337,12 @@ with apideck.ApiClient(configuration) as api_client: nominal_code="N091", code="453", ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), row_version="1-12345", ), ], @@ -1355,6 +1378,12 @@ with apideck.ApiClient(configuration) as api_client: currency=Currency("USD"), ), discount_percentage=5.5, + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), row_version="1-12345", pass_through=PassThroughBody([ { @@ -1631,6 +1660,12 @@ with apideck.ApiClient(configuration) as api_client: id="123456", rate=10, ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), ledger_account=LinkedLedgerAccount( id="123456", nominal_code="N091", @@ -1709,6 +1744,12 @@ with apideck.ApiClient(configuration) as api_client: notes="Address notes or delivery instructions.", row_version="1-12345", ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), custom_fields=[ CustomField( id="2389328923893298", @@ -2227,6 +2268,12 @@ with apideck.ApiClient(configuration) as api_client: id="123456", rate=10, ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), ledger_account=LinkedLedgerAccount( id="123456", nominal_code="N091", @@ -2305,6 +2352,12 @@ with apideck.ApiClient(configuration) as api_client: notes="Address notes or delivery instructions.", row_version="1-12345", ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), custom_fields=[ CustomField( id="2389328923893298", @@ -3850,10 +3903,16 @@ with apideck.ApiClient(configuration) as api_client: nominal_code="N091", code="453", ), - tracking_category=LinkedTrackingCategory( + tracking_category=DeprecatedLinkedTrackingCategory( id="123456", name="New York", ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), active=True, row_version="1-12345", pass_through=PassThroughBody([ @@ -4350,10 +4409,16 @@ with apideck.ApiClient(configuration) as api_client: nominal_code="N091", code="453", ), - tracking_category=LinkedTrackingCategory( + tracking_category=DeprecatedLinkedTrackingCategory( id="123456", name="New York", ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), active=True, row_version="1-12345", pass_through=PassThroughBody([ @@ -4507,10 +4572,16 @@ with apideck.ApiClient(configuration) as api_client: balance=27500, deposit=0, customer_memo="Thank you for your business and have a great day!", - tracking_category=LinkedTrackingCategory( + tracking_category=DeprecatedLinkedTrackingCategory( id="123456", name="New York", ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), line_items=[ InvoiceLineItem( id="12345", @@ -4537,6 +4608,12 @@ with apideck.ApiClient(configuration) as api_client: id="123456", rate=10, ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), ledger_account=LinkedLedgerAccount( id="123456", nominal_code="N091", @@ -5123,10 +5200,16 @@ with apideck.ApiClient(configuration) as api_client: balance=27500, deposit=0, customer_memo="Thank you for your business and have a great day!", - tracking_category=LinkedTrackingCategory( + tracking_category=DeprecatedLinkedTrackingCategory( id="123456", name="New York", ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), line_items=[ InvoiceLineItem( id="12345", @@ -5153,6 +5236,12 @@ with apideck.ApiClient(configuration) as api_client: id="123456", rate=10, ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), ledger_account=LinkedLedgerAccount( id="123456", nominal_code="N091", @@ -5392,10 +5481,16 @@ with apideck.ApiClient(configuration) as api_client: id="123456", rate=10, ), - tracking_category=LinkedTrackingCategory( + tracking_category=DeprecatedLinkedTrackingCategory( id="123456", name="New York", ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), ledger_account=LinkedLedgerAccount( id="123456", nominal_code="N091", @@ -5445,6 +5540,12 @@ with apideck.ApiClient(configuration) as api_client: tax_type="sales", tax_code="1234", number="OIT00546", + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), row_version="1-12345", pass_through=PassThroughBody([ { @@ -5917,10 +6018,16 @@ with apideck.ApiClient(configuration) as api_client: id="123456", rate=10, ), - tracking_category=LinkedTrackingCategory( + tracking_category=DeprecatedLinkedTrackingCategory( id="123456", name="New York", ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), ledger_account=LinkedLedgerAccount( id="123456", nominal_code="N091", @@ -5970,6 +6077,12 @@ with apideck.ApiClient(configuration) as api_client: tax_type="sales", tax_code="1234", number="OIT00546", + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), row_version="1-12345", pass_through=PassThroughBody([ { @@ -7468,6 +7581,12 @@ with apideck.ApiClient(configuration) as api_client: ], note="Some notes about this payment", number="Some notes about this payment", + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), custom_fields=[ CustomField( id="2389328923893298", @@ -7999,6 +8118,12 @@ with apideck.ApiClient(configuration) as api_client: ], note="Some notes about this payment", number="Some notes about this payment", + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), custom_fields=[ CustomField( id="2389328923893298", @@ -8310,6 +8435,12 @@ with apideck.ApiClient(configuration) as api_client: id="123456", rate=10, ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), ledger_account=LinkedLedgerAccount( id="123456", nominal_code="N091", @@ -8378,6 +8509,12 @@ with apideck.ApiClient(configuration) as api_client: tax_code="1234", channel="email", memo="Thank you for the partnership and have a great day!", + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), row_version="1-12345", pass_through=PassThroughBody([ { @@ -8900,6 +9037,12 @@ with apideck.ApiClient(configuration) as api_client: id="123456", rate=10, ), + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), ledger_account=LinkedLedgerAccount( id="123456", nominal_code="N091", @@ -8968,6 +9111,12 @@ with apideck.ApiClient(configuration) as api_client: tax_code="1234", channel="email", memo="Thank you for the partnership and have a great day!", + tracking_categories=LinkedTrackingCategories([ + LinkedTrackingCategory( + id="123456", + name="New York", + ), + ]), row_version="1-12345", pass_through=PassThroughBody([ { @@ -10998,3 +11147,579 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) +# **tracking_categories_add** +> CreateTrackingCategoryResponse tracking_categories_add(tracking_category) + +Create Tracking Category + +Create Tracking Category + +### Example + +* Api Key Authentication (apiKey): + +```python +import time +import apideck +from apideck.api import accounting_api +from apideck.model.create_tracking_category_response import CreateTrackingCategoryResponse +from apideck.model.tracking_category import TrackingCategory +from apideck.model.bad_request_response import BadRequestResponse +from apideck.model.payment_required_response import PaymentRequiredResponse +from apideck.model.unexpected_error_response import UnexpectedErrorResponse +from apideck.model.unauthorized_response import UnauthorizedResponse +from apideck.model.unprocessable_response import UnprocessableResponse +from apideck.model.not_found_response import NotFoundResponse +from pprint import pprint +# Defining the host is optional and defaults to https://unify.apideck.com +# See configuration.py for a list of all supported configuration parameters. +configuration = apideck.Configuration( + host = "https://unify.apideck.com" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: apiKey +configuration.api_key['apiKey'] = 'YOUR_API_KEY' + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['apiKey'] = 'Bearer' + +# Enter a context with an instance of the API client +with apideck.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = accounting_api.AccountingApi(api_client) + tracking_category = TrackingCategory( + parent_id="12345", + name="Department", + status="active", + row_version="1-12345", + pass_through=PassThroughBody([ + { + service_id="service_id_example", + operation_id="operation_id_example", + extend_object={}, + extend_paths=[ + { + path="$.nested.property", + value=None, + }, + ], + }, + ]), + ) # TrackingCategory | + raw = False # bool | Include raw response. Mostly used for debugging purposes (optional) if omitted the server will use the default value of False + consumer_id = "x-apideck-consumer-id_example" # str | ID of the consumer which you want to get or push data from (optional) + app_id = "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" # str | The ID of your Unify application (optional) + service_id = "x-apideck-service-id_example" # str | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + + # example passing only required values which don't have defaults set + try: + # Create Tracking Category + api_response = api_instance.tracking_categories_add(tracking_category) + pprint(api_response) + except apideck.ApiException as e: + print("Exception when calling AccountingApi->tracking_categories_add: %s\n" % e) + + # example passing only required values which don't have defaults set + # and optional values + try: + # Create Tracking Category + api_response = api_instance.tracking_categories_add(tracking_category, raw=raw, consumer_id=consumer_id, app_id=app_id, service_id=service_id) + pprint(api_response) + except apideck.ApiException as e: + print("Exception when calling AccountingApi->tracking_categories_add: %s\n" % e) +``` + + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **tracking_category** | [**TrackingCategory**](TrackingCategory.md)| | + **raw** | **bool**| Include raw response. Mostly used for debugging purposes | [optional] if omitted the server will use the default value of False + **consumer_id** | **str**| ID of the consumer which you want to get or push data from | [optional] + **app_id** | **str**| The ID of your Unify application | [optional] + **service_id** | **str**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional] + +### Return type + +[**CreateTrackingCategoryResponse**](CreateTrackingCategoryResponse.md) + +### Authorization + +[apiKey](../../README.md#apiKey) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**201** | Tracking category created | - | +**400** | Bad Request | - | +**401** | Unauthorized | - | +**402** | Payment Required | - | +**404** | The specified resource was not found | - | +**422** | Unprocessable | - | +**0** | Unexpected error | - | + +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) + +# **tracking_categories_all** +> GetTrackingCategoriesResponse tracking_categories_all() + +List Tracking Categories + +List Tracking Categories + +### Example + +* Api Key Authentication (apiKey): + +```python +import time +import apideck +from apideck.api import accounting_api +from apideck.model.pass_through_query import PassThroughQuery +from apideck.model.get_tracking_categories_response import GetTrackingCategoriesResponse +from apideck.model.bad_request_response import BadRequestResponse +from apideck.model.payment_required_response import PaymentRequiredResponse +from apideck.model.unexpected_error_response import UnexpectedErrorResponse +from apideck.model.unauthorized_response import UnauthorizedResponse +from apideck.model.unprocessable_response import UnprocessableResponse +from apideck.model.not_found_response import NotFoundResponse +from pprint import pprint +# Defining the host is optional and defaults to https://unify.apideck.com +# See configuration.py for a list of all supported configuration parameters. +configuration = apideck.Configuration( + host = "https://unify.apideck.com" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: apiKey +configuration.api_key['apiKey'] = 'YOUR_API_KEY' + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['apiKey'] = 'Bearer' + +# Enter a context with an instance of the API client +with apideck.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = accounting_api.AccountingApi(api_client) + raw = False # bool | Include raw response. Mostly used for debugging purposes (optional) if omitted the server will use the default value of False + consumer_id = "x-apideck-consumer-id_example" # str | ID of the consumer which you want to get or push data from (optional) + app_id = "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" # str | The ID of your Unify application (optional) + service_id = "x-apideck-service-id_example" # str | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + cursor = "cursor_example" # str, none_type | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. (optional) + limit = 20 # int | Number of results to return. Minimum 1, Maximum 200, Default 20 (optional) if omitted the server will use the default value of 20 + pass_through = PassThroughQuery() # PassThroughQuery | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads (optional) + fields = "id,updated_at" # str, none_type | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + + # example passing only required values which don't have defaults set + # and optional values + try: + # List Tracking Categories + api_response = api_instance.tracking_categories_all(raw=raw, consumer_id=consumer_id, app_id=app_id, service_id=service_id, cursor=cursor, limit=limit, pass_through=pass_through, fields=fields) + pprint(api_response) + except apideck.ApiException as e: + print("Exception when calling AccountingApi->tracking_categories_all: %s\n" % e) +``` + + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **raw** | **bool**| Include raw response. Mostly used for debugging purposes | [optional] if omitted the server will use the default value of False + **consumer_id** | **str**| ID of the consumer which you want to get or push data from | [optional] + **app_id** | **str**| The ID of your Unify application | [optional] + **service_id** | **str**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional] + **cursor** | **str, none_type**| Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | [optional] + **limit** | **int**| Number of results to return. Minimum 1, Maximum 200, Default 20 | [optional] if omitted the server will use the default value of 20 + **pass_through** | **PassThroughQuery**| Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | [optional] + **fields** | **str, none_type**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional] + +### Return type + +[**GetTrackingCategoriesResponse**](GetTrackingCategoriesResponse.md) + +### Authorization + +[apiKey](../../README.md#apiKey) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | Tracking categories | - | +**400** | Bad Request | - | +**401** | Unauthorized | - | +**402** | Payment Required | - | +**404** | The specified resource was not found | - | +**422** | Unprocessable | - | +**0** | Unexpected error | - | + +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) + +# **tracking_categories_delete** +> DeleteTrackingCategoryResponse tracking_categories_delete(id) + +Delete Tracking Category + +Delete Tracking Category + +### Example + +* Api Key Authentication (apiKey): + +```python +import time +import apideck +from apideck.api import accounting_api +from apideck.model.delete_tracking_category_response import DeleteTrackingCategoryResponse +from apideck.model.bad_request_response import BadRequestResponse +from apideck.model.payment_required_response import PaymentRequiredResponse +from apideck.model.unexpected_error_response import UnexpectedErrorResponse +from apideck.model.unauthorized_response import UnauthorizedResponse +from apideck.model.unprocessable_response import UnprocessableResponse +from apideck.model.not_found_response import NotFoundResponse +from pprint import pprint +# Defining the host is optional and defaults to https://unify.apideck.com +# See configuration.py for a list of all supported configuration parameters. +configuration = apideck.Configuration( + host = "https://unify.apideck.com" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: apiKey +configuration.api_key['apiKey'] = 'YOUR_API_KEY' + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['apiKey'] = 'Bearer' + +# Enter a context with an instance of the API client +with apideck.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = accounting_api.AccountingApi(api_client) + id = "id_example" # str | ID of the record you are acting upon. + consumer_id = "x-apideck-consumer-id_example" # str | ID of the consumer which you want to get or push data from (optional) + app_id = "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" # str | The ID of your Unify application (optional) + service_id = "x-apideck-service-id_example" # str | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + raw = False # bool | Include raw response. Mostly used for debugging purposes (optional) if omitted the server will use the default value of False + + # example passing only required values which don't have defaults set + try: + # Delete Tracking Category + api_response = api_instance.tracking_categories_delete(id) + pprint(api_response) + except apideck.ApiException as e: + print("Exception when calling AccountingApi->tracking_categories_delete: %s\n" % e) + + # example passing only required values which don't have defaults set + # and optional values + try: + # Delete Tracking Category + api_response = api_instance.tracking_categories_delete(id, consumer_id=consumer_id, app_id=app_id, service_id=service_id, raw=raw) + pprint(api_response) + except apideck.ApiException as e: + print("Exception when calling AccountingApi->tracking_categories_delete: %s\n" % e) +``` + + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **id** | **str**| ID of the record you are acting upon. | + **consumer_id** | **str**| ID of the consumer which you want to get or push data from | [optional] + **app_id** | **str**| The ID of your Unify application | [optional] + **service_id** | **str**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional] + **raw** | **bool**| Include raw response. Mostly used for debugging purposes | [optional] if omitted the server will use the default value of False + +### Return type + +[**DeleteTrackingCategoryResponse**](DeleteTrackingCategoryResponse.md) + +### Authorization + +[apiKey](../../README.md#apiKey) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | Tracking category deleted | - | +**400** | Bad Request | - | +**401** | Unauthorized | - | +**402** | Payment Required | - | +**404** | The specified resource was not found | - | +**422** | Unprocessable | - | +**0** | Unexpected error | - | + +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) + +# **tracking_categories_one** +> GetTrackingCategoryResponse tracking_categories_one(id) + +Get Tracking Category + +Get Tracking Category + +### Example + +* Api Key Authentication (apiKey): + +```python +import time +import apideck +from apideck.api import accounting_api +from apideck.model.bad_request_response import BadRequestResponse +from apideck.model.payment_required_response import PaymentRequiredResponse +from apideck.model.get_tracking_category_response import GetTrackingCategoryResponse +from apideck.model.unexpected_error_response import UnexpectedErrorResponse +from apideck.model.unauthorized_response import UnauthorizedResponse +from apideck.model.unprocessable_response import UnprocessableResponse +from apideck.model.not_found_response import NotFoundResponse +from pprint import pprint +# Defining the host is optional and defaults to https://unify.apideck.com +# See configuration.py for a list of all supported configuration parameters. +configuration = apideck.Configuration( + host = "https://unify.apideck.com" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: apiKey +configuration.api_key['apiKey'] = 'YOUR_API_KEY' + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['apiKey'] = 'Bearer' + +# Enter a context with an instance of the API client +with apideck.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = accounting_api.AccountingApi(api_client) + id = "id_example" # str | ID of the record you are acting upon. + consumer_id = "x-apideck-consumer-id_example" # str | ID of the consumer which you want to get or push data from (optional) + app_id = "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" # str | The ID of your Unify application (optional) + service_id = "x-apideck-service-id_example" # str | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + raw = False # bool | Include raw response. Mostly used for debugging purposes (optional) if omitted the server will use the default value of False + fields = "id,updated_at" # str, none_type | The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. (optional) + + # example passing only required values which don't have defaults set + try: + # Get Tracking Category + api_response = api_instance.tracking_categories_one(id) + pprint(api_response) + except apideck.ApiException as e: + print("Exception when calling AccountingApi->tracking_categories_one: %s\n" % e) + + # example passing only required values which don't have defaults set + # and optional values + try: + # Get Tracking Category + api_response = api_instance.tracking_categories_one(id, consumer_id=consumer_id, app_id=app_id, service_id=service_id, raw=raw, fields=fields) + pprint(api_response) + except apideck.ApiException as e: + print("Exception when calling AccountingApi->tracking_categories_one: %s\n" % e) +``` + + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **id** | **str**| ID of the record you are acting upon. | + **consumer_id** | **str**| ID of the consumer which you want to get or push data from | [optional] + **app_id** | **str**| The ID of your Unify application | [optional] + **service_id** | **str**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional] + **raw** | **bool**| Include raw response. Mostly used for debugging purposes | [optional] if omitted the server will use the default value of False + **fields** | **str, none_type**| The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded. | [optional] + +### Return type + +[**GetTrackingCategoryResponse**](GetTrackingCategoryResponse.md) + +### Authorization + +[apiKey](../../README.md#apiKey) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | Tracking category | - | +**400** | Bad Request | - | +**401** | Unauthorized | - | +**402** | Payment Required | - | +**404** | The specified resource was not found | - | +**422** | Unprocessable | - | +**0** | Unexpected error | - | + +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) + +# **tracking_categories_update** +> UpdateTrackingCategoryResponse tracking_categories_update(id, tracking_category) + +Update Tracking Category + +Update Tracking Category + +### Example + +* Api Key Authentication (apiKey): + +```python +import time +import apideck +from apideck.api import accounting_api +from apideck.model.tracking_category import TrackingCategory +from apideck.model.update_tracking_category_response import UpdateTrackingCategoryResponse +from apideck.model.bad_request_response import BadRequestResponse +from apideck.model.payment_required_response import PaymentRequiredResponse +from apideck.model.unexpected_error_response import UnexpectedErrorResponse +from apideck.model.unauthorized_response import UnauthorizedResponse +from apideck.model.unprocessable_response import UnprocessableResponse +from apideck.model.not_found_response import NotFoundResponse +from pprint import pprint +# Defining the host is optional and defaults to https://unify.apideck.com +# See configuration.py for a list of all supported configuration parameters. +configuration = apideck.Configuration( + host = "https://unify.apideck.com" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: apiKey +configuration.api_key['apiKey'] = 'YOUR_API_KEY' + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['apiKey'] = 'Bearer' + +# Enter a context with an instance of the API client +with apideck.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = accounting_api.AccountingApi(api_client) + id = "id_example" # str | ID of the record you are acting upon. + tracking_category = TrackingCategory( + parent_id="12345", + name="Department", + status="active", + row_version="1-12345", + pass_through=PassThroughBody([ + { + service_id="service_id_example", + operation_id="operation_id_example", + extend_object={}, + extend_paths=[ + { + path="$.nested.property", + value=None, + }, + ], + }, + ]), + ) # TrackingCategory | + consumer_id = "x-apideck-consumer-id_example" # str | ID of the consumer which you want to get or push data from (optional) + app_id = "dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX" # str | The ID of your Unify application (optional) + service_id = "x-apideck-service-id_example" # str | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. (optional) + raw = False # bool | Include raw response. Mostly used for debugging purposes (optional) if omitted the server will use the default value of False + + # example passing only required values which don't have defaults set + try: + # Update Tracking Category + api_response = api_instance.tracking_categories_update(id, tracking_category) + pprint(api_response) + except apideck.ApiException as e: + print("Exception when calling AccountingApi->tracking_categories_update: %s\n" % e) + + # example passing only required values which don't have defaults set + # and optional values + try: + # Update Tracking Category + api_response = api_instance.tracking_categories_update(id, tracking_category, consumer_id=consumer_id, app_id=app_id, service_id=service_id, raw=raw) + pprint(api_response) + except apideck.ApiException as e: + print("Exception when calling AccountingApi->tracking_categories_update: %s\n" % e) +``` + + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **id** | **str**| ID of the record you are acting upon. | + **tracking_category** | [**TrackingCategory**](TrackingCategory.md)| | + **consumer_id** | **str**| ID of the consumer which you want to get or push data from | [optional] + **app_id** | **str**| The ID of your Unify application | [optional] + **service_id** | **str**| Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | [optional] + **raw** | **bool**| Include raw response. Mostly used for debugging purposes | [optional] if omitted the server will use the default value of False + +### Return type + +[**UpdateTrackingCategoryResponse**](UpdateTrackingCategoryResponse.md) + +### Authorization + +[apiKey](../../README.md#apiKey) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + + +### HTTP response details + +| Status code | Description | Response headers | +|-------------|-------------|------------------| +**200** | Tracking category updated | - | +**400** | Bad Request | - | +**401** | Unauthorized | - | +**402** | Payment Required | - | +**404** | The specified resource was not found | - | +**422** | Unprocessable | - | +**0** | Unexpected error | - | + +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) + diff --git a/docs/models/Bill.md b/docs/models/Bill.md index a2f74eabcb..ed514bbb2f 100644 --- a/docs/models/Bill.md +++ b/docs/models/Bill.md @@ -34,6 +34,7 @@ Name | Type | Description | Notes **accounting_by_row** | **bool, none_type** | Indicates if accounting by row is used (true) or not (false). Accounting by row means that a separate ledger transaction is created for each row. | [optional] **bank_account** | [**BankAccount**](BankAccount.md) | | [optional] **discount_percentage** | **float, none_type** | Discount percentage applied to this transaction. | [optional] +**tracking_categories** | [**LinkedTrackingCategories**](LinkedTrackingCategories.md) | | [optional] **updated_by** | **str, none_type** | The user who last updated the object. | [optional] [readonly] **created_by** | **str, none_type** | The user who created the object. | [optional] [readonly] **updated_at** | **datetime, none_type** | The date and time when the object was last updated. | [optional] [readonly] diff --git a/docs/models/BillLineItem.md b/docs/models/BillLineItem.md index 0d15adab69..2b4ddb8599 100644 --- a/docs/models/BillLineItem.md +++ b/docs/models/BillLineItem.md @@ -22,6 +22,7 @@ Name | Type | Description | Notes **item** | [**LinkedInvoiceItem**](LinkedInvoiceItem.md) | | [optional] **tax_rate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional] **ledger_account** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional] +**tracking_categories** | [**LinkedTrackingCategories**](LinkedTrackingCategories.md) | | [optional] **row_version** | **str, none_type** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] **updated_by** | **str, none_type** | The user who last updated the object. | [optional] [readonly] **created_by** | **str, none_type** | The user who created the object. | [optional] [readonly] diff --git a/docs/models/CreateTrackingCategoryResponse.md b/docs/models/CreateTrackingCategoryResponse.md new file mode 100644 index 0000000000..c71b059c9b --- /dev/null +++ b/docs/models/CreateTrackingCategoryResponse.md @@ -0,0 +1,17 @@ +# CreateTrackingCategoryResponse + + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**status_code** | **int** | HTTP Response Status Code | +**status** | **str** | HTTP Response Status | +**service** | **str** | Apideck ID of service provider | +**resource** | **str** | Unified API resource name | +**operation** | **str** | Operation performed | +**data** | [**UnifiedId**](UnifiedId.md) | | +**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/models/CreditNote.md b/docs/models/CreditNote.md index 568e664404..8a8a18c3f8 100644 --- a/docs/models/CreditNote.md +++ b/docs/models/CreditNote.md @@ -29,6 +29,7 @@ Name | Type | Description | Notes **terms** | **str, none_type** | Optional terms to be associated with the credit note. | [optional] **billing_address** | [**Address**](Address.md) | | [optional] **shipping_address** | [**Address**](Address.md) | | [optional] +**tracking_categories** | [**LinkedTrackingCategories**](LinkedTrackingCategories.md) | | [optional] **custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly] **custom_fields** | [**[CustomField]**](CustomField.md) | | [optional] **row_version** | **str, none_type** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] diff --git a/docs/models/DeleteTrackingCategoryResponse.md b/docs/models/DeleteTrackingCategoryResponse.md new file mode 100644 index 0000000000..49ed56e03c --- /dev/null +++ b/docs/models/DeleteTrackingCategoryResponse.md @@ -0,0 +1,17 @@ +# DeleteTrackingCategoryResponse + + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**status_code** | **int** | HTTP Response Status Code | +**status** | **str** | HTTP Response Status | +**service** | **str** | Apideck ID of service provider | +**resource** | **str** | Unified API resource name | +**operation** | **str** | Operation performed | +**data** | [**UnifiedId**](UnifiedId.md) | | +**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/models/DeprecatedLinkedTrackingCategory.md b/docs/models/DeprecatedLinkedTrackingCategory.md new file mode 100644 index 0000000000..14409c3c99 --- /dev/null +++ b/docs/models/DeprecatedLinkedTrackingCategory.md @@ -0,0 +1,13 @@ +# DeprecatedLinkedTrackingCategory + + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | **str** | The unique identifier for the tracking category. | [optional] +**name** | **str, none_type** | The name of the tracking category. | [optional] +**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/models/GetTrackingCategoriesResponse.md b/docs/models/GetTrackingCategoriesResponse.md new file mode 100644 index 0000000000..4ca4348d9e --- /dev/null +++ b/docs/models/GetTrackingCategoriesResponse.md @@ -0,0 +1,19 @@ +# GetTrackingCategoriesResponse + + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**status_code** | **int** | HTTP Response Status Code | +**status** | **str** | HTTP Response Status | +**service** | **str** | Apideck ID of service provider | +**resource** | **str** | Unified API resource name | +**operation** | **str** | Operation performed | +**data** | [**[TrackingCategory]**](TrackingCategory.md) | | +**meta** | [**Meta**](Meta.md) | | [optional] +**links** | [**Links**](Links.md) | | [optional] +**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/models/GetTrackingCategoryResponse.md b/docs/models/GetTrackingCategoryResponse.md new file mode 100644 index 0000000000..0b5c8896c6 --- /dev/null +++ b/docs/models/GetTrackingCategoryResponse.md @@ -0,0 +1,17 @@ +# GetTrackingCategoryResponse + + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**status_code** | **int** | HTTP Response Status Code | +**status** | **str** | HTTP Response Status | +**service** | **str** | Apideck ID of service provider | +**resource** | **str** | Unified API resource name | +**operation** | **str** | Operation performed | +**data** | [**TrackingCategory**](TrackingCategory.md) | | +**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/models/Invoice.md b/docs/models/Invoice.md index e917112f1d..f20087eec2 100644 --- a/docs/models/Invoice.md +++ b/docs/models/Invoice.md @@ -29,7 +29,8 @@ Name | Type | Description | Notes **balance** | **float, none_type** | Balance of invoice due. | [optional] **deposit** | **float, none_type** | Amount of deposit made to this invoice. | [optional] **customer_memo** | **str, none_type** | Customer memo | [optional] -**tracking_category** | [**LinkedTrackingCategory**](LinkedTrackingCategory.md) | | [optional] +**tracking_category** | [**DeprecatedLinkedTrackingCategory**](DeprecatedLinkedTrackingCategory.md) | | [optional] +**tracking_categories** | [**LinkedTrackingCategories**](LinkedTrackingCategories.md) | | [optional] **line_items** | [**[InvoiceLineItem]**](InvoiceLineItem.md) | | [optional] **billing_address** | [**Address**](Address.md) | | [optional] **shipping_address** | [**Address**](Address.md) | | [optional] diff --git a/docs/models/InvoiceItem.md b/docs/models/InvoiceItem.md index c02c637881..408364cf7a 100644 --- a/docs/models/InvoiceItem.md +++ b/docs/models/InvoiceItem.md @@ -21,7 +21,8 @@ Name | Type | Description | Notes **asset_account** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional] **income_account** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional] **expense_account** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional] -**tracking_category** | [**LinkedTrackingCategory**](LinkedTrackingCategory.md) | | [optional] +**tracking_category** | [**DeprecatedLinkedTrackingCategory**](DeprecatedLinkedTrackingCategory.md) | | [optional] +**tracking_categories** | [**LinkedTrackingCategories**](LinkedTrackingCategories.md) | | [optional] **active** | **bool, none_type** | | [optional] **custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly] **row_version** | **str, none_type** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] diff --git a/docs/models/InvoiceLineItem.md b/docs/models/InvoiceLineItem.md index ecd93440e5..349506d1a2 100644 --- a/docs/models/InvoiceLineItem.md +++ b/docs/models/InvoiceLineItem.md @@ -21,6 +21,7 @@ Name | Type | Description | Notes **department_id** | **str, none_type** | Department id | [optional] **item** | [**LinkedInvoiceItem**](LinkedInvoiceItem.md) | | [optional] **tax_rate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional] +**tracking_categories** | [**LinkedTrackingCategories**](LinkedTrackingCategories.md) | | [optional] **ledger_account** | [**LinkedLedgerAccount**](LinkedLedgerAccount.md) | | [optional] **custom_fields** | [**[CustomField]**](CustomField.md) | | [optional] **row_version** | **str, none_type** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] diff --git a/docs/models/JournalEntry.md b/docs/models/JournalEntry.md index 16356a2e73..1d03895425 100644 --- a/docs/models/JournalEntry.md +++ b/docs/models/JournalEntry.md @@ -16,6 +16,7 @@ Name | Type | Description | Notes **tax_type** | **str, none_type** | The specific category of tax associated with a transaction like sales or purchase | [optional] **tax_code** | **str, none_type** | Applicable tax id/code override if tax is not supplied on a line item basis. | [optional] **number** | **str, none_type** | Journal entry number. | [optional] +**tracking_categories** | [**LinkedTrackingCategories**](LinkedTrackingCategories.md) | | [optional] **custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly] **updated_by** | **str, none_type** | The user who last updated the object. | [optional] [readonly] **created_by** | **str, none_type** | The user who created the object. | [optional] [readonly] diff --git a/docs/models/JournalEntryLineItem.md b/docs/models/JournalEntryLineItem.md index 04b3c862c5..6b1af00b50 100644 --- a/docs/models/JournalEntryLineItem.md +++ b/docs/models/JournalEntryLineItem.md @@ -12,7 +12,8 @@ Name | Type | Description | Notes **sub_total** | **float, none_type** | Sub-total amount, normally before tax. | [optional] **total_amount** | **float, none_type** | Debit entries are considered positive, and credit entries are considered negative. | [optional] **tax_rate** | [**LinkedTaxRate**](LinkedTaxRate.md) | | [optional] -**tracking_category** | [**LinkedTrackingCategory**](LinkedTrackingCategory.md) | | [optional] +**tracking_category** | [**DeprecatedLinkedTrackingCategory**](DeprecatedLinkedTrackingCategory.md) | | [optional] +**tracking_categories** | [**LinkedTrackingCategories**](LinkedTrackingCategories.md) | | [optional] **customer** | [**LinkedCustomer**](LinkedCustomer.md) | | [optional] **supplier** | [**LinkedSupplier**](LinkedSupplier.md) | | [optional] **department_id** | **str** | A unique identifier for an object. | [optional] [readonly] diff --git a/docs/models/LinkedTrackingCategories.md b/docs/models/LinkedTrackingCategories.md new file mode 100644 index 0000000000..55936d089a --- /dev/null +++ b/docs/models/LinkedTrackingCategories.md @@ -0,0 +1,12 @@ +# LinkedTrackingCategories + +A list of linked tracking categories. + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**value** | [**[LinkedTrackingCategory], none_type**](LinkedTrackingCategory.md) | A list of linked tracking categories. | + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/models/Payment.md b/docs/models/Payment.md index 9bb003a492..29c09b72bc 100644 --- a/docs/models/Payment.md +++ b/docs/models/Payment.md @@ -26,6 +26,7 @@ Name | Type | Description | Notes **allocations** | [**[Allocation]**](Allocation.md) | | [optional] **note** | **str, none_type** | Optional note to be associated with the payment. | [optional] **number** | **str, none_type** | Payment number. | [optional] +**tracking_categories** | [**LinkedTrackingCategories**](LinkedTrackingCategories.md) | | [optional] **custom_fields** | [**[CustomField]**](CustomField.md) | | [optional] **row_version** | **str, none_type** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] **display_id** | **str, none_type** | Payment id to be displayed. | [optional] diff --git a/docs/models/PurchaseOrder.md b/docs/models/PurchaseOrder.md index 4e7f67d650..5a6c97e3d0 100644 --- a/docs/models/PurchaseOrder.md +++ b/docs/models/PurchaseOrder.md @@ -32,6 +32,7 @@ Name | Type | Description | Notes **tax_code** | **str, none_type** | Applicable tax id/code override if tax is not supplied on a line item basis. | [optional] **channel** | **str, none_type** | The channel through which the transaction is processed. | [optional] **memo** | **str, none_type** | Message for the supplier. This text appears on the Purchase Order. | [optional] +**tracking_categories** | [**LinkedTrackingCategories**](LinkedTrackingCategories.md) | | [optional] **custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly] **row_version** | **str, none_type** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] **updated_by** | **str, none_type** | The user who last updated the object. | [optional] [readonly] diff --git a/docs/models/TrackingCategory.md b/docs/models/TrackingCategory.md new file mode 100644 index 0000000000..a8afda15cd --- /dev/null +++ b/docs/models/TrackingCategory.md @@ -0,0 +1,21 @@ +# TrackingCategory + + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**id** | **str** | A unique identifier for an object. | [optional] [readonly] +**parent_id** | **str, none_type** | A unique identifier for an object. | [optional] +**name** | **str** | The name of the tracking category. | [optional] +**status** | **str** | Based on the status some functionality is enabled or disabled. | [optional] +**custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly] +**row_version** | **str, none_type** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] +**updated_by** | **str, none_type** | The user who last updated the object. | [optional] [readonly] +**created_by** | **str, none_type** | The user who created the object. | [optional] [readonly] +**updated_at** | **datetime, none_type** | The date and time when the object was last updated. | [optional] [readonly] +**created_at** | **datetime, none_type** | The date and time when the object was created. | [optional] [readonly] +**pass_through** | [**PassThroughBody**](PassThroughBody.md) | | [optional] + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/models/UpdateTrackingCategoryResponse.md b/docs/models/UpdateTrackingCategoryResponse.md new file mode 100644 index 0000000000..c8dff9038f --- /dev/null +++ b/docs/models/UpdateTrackingCategoryResponse.md @@ -0,0 +1,17 @@ +# UpdateTrackingCategoryResponse + + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**status_code** | **int** | HTTP Response Status Code | +**status** | **str** | HTTP Response Status | +**service** | **str** | Apideck ID of service provider | +**resource** | **str** | Unified API resource name | +**operation** | **str** | Operation performed | +**data** | [**UnifiedId**](UnifiedId.md) | | +**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/package.json b/package.json index 687999e8d2..1867159baf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apideck/python", - "version": "1.3.0", + "version": "1.4.0", "description": "Apideck Python SDK", "keywords": [ "apideck", diff --git a/pyproject.toml b/pyproject.toml index 21abf4ed3f..55b42b131c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "apideck" -version = "1.3.0" +version = "1.4.0" authors = [ { name="Apideck", email="support@apideck.com" }, ] diff --git a/src/.openapi-generator/FILES b/src/.openapi-generator/FILES index 88918b23a2..3662c89487 100644 --- a/src/.openapi-generator/FILES +++ b/src/.openapi-generator/FILES @@ -178,6 +178,7 @@ apideck/model/create_tax_rate_response.py apideck/model/create_tender_response.py apideck/model/create_ticket_response.py apideck/model/create_time_off_request_response.py +apideck/model/create_tracking_category_response.py apideck/model/create_upload_session_request.py apideck/model/create_upload_session_response.py apideck/model/create_user_response.py @@ -245,11 +246,13 @@ apideck/model/delete_tax_rate_response.py apideck/model/delete_tender_response.py apideck/model/delete_ticket_response.py apideck/model/delete_time_off_request_response.py +apideck/model/delete_tracking_category_response.py apideck/model/delete_upload_session_response.py apideck/model/delete_user_response.py apideck/model/delete_webhook_response.py apideck/model/delivery_url.py apideck/model/department.py +apideck/model/deprecated_linked_tracking_category.py apideck/model/drive.py apideck/model/drive_group.py apideck/model/drive_groups_filter.py @@ -434,6 +437,8 @@ apideck/model/get_ticket_response.py apideck/model/get_tickets_response.py apideck/model/get_time_off_request_response.py apideck/model/get_time_off_requests_response.py +apideck/model/get_tracking_categories_response.py +apideck/model/get_tracking_category_response.py apideck/model/get_upload_session_response.py apideck/model/get_user_response.py apideck/model/get_users_response.py @@ -489,6 +494,7 @@ apideck/model/linked_ledger_account.py apideck/model/linked_parent_customer.py apideck/model/linked_supplier.py apideck/model/linked_tax_rate.py +apideck/model/linked_tracking_categories.py apideck/model/linked_tracking_category.py apideck/model/links.py apideck/model/location.py @@ -603,6 +609,7 @@ apideck/model/time_off_request_notes.py apideck/model/time_off_requests_filter.py apideck/model/too_many_requests_response.py apideck/model/too_many_requests_response_detail.py +apideck/model/tracking_category.py apideck/model/tracking_item.py apideck/model/unauthorized_response.py apideck/model/unexpected_error_response.py @@ -666,6 +673,7 @@ apideck/model/update_tax_rate_response.py apideck/model/update_tender_response.py apideck/model/update_ticket_response.py apideck/model/update_time_off_request_response.py +apideck/model/update_tracking_category_response.py apideck/model/update_upload_session_response.py apideck/model/update_user_response.py apideck/model/update_webhook_request.py @@ -842,6 +850,7 @@ docs/CreateTaxRateResponse.md docs/CreateTenderResponse.md docs/CreateTicketResponse.md docs/CreateTimeOffRequestResponse.md +docs/CreateTrackingCategoryResponse.md docs/CreateUploadSessionRequest.md docs/CreateUploadSessionResponse.md docs/CreateUserResponse.md @@ -910,11 +919,13 @@ docs/DeleteTaxRateResponse.md docs/DeleteTenderResponse.md docs/DeleteTicketResponse.md docs/DeleteTimeOffRequestResponse.md +docs/DeleteTrackingCategoryResponse.md docs/DeleteUploadSessionResponse.md docs/DeleteUserResponse.md docs/DeleteWebhookResponse.md docs/DeliveryUrl.md docs/Department.md +docs/DeprecatedLinkedTrackingCategory.md docs/Drive.md docs/DriveGroup.md docs/DriveGroupsFilter.md @@ -1101,6 +1112,8 @@ docs/GetTicketResponse.md docs/GetTicketsResponse.md docs/GetTimeOffRequestResponse.md docs/GetTimeOffRequestsResponse.md +docs/GetTrackingCategoriesResponse.md +docs/GetTrackingCategoryResponse.md docs/GetUploadSessionResponse.md docs/GetUserResponse.md docs/GetUsersResponse.md @@ -1159,6 +1172,7 @@ docs/LinkedLedgerAccount.md docs/LinkedParentCustomer.md docs/LinkedSupplier.md docs/LinkedTaxRate.md +docs/LinkedTrackingCategories.md docs/LinkedTrackingCategory.md docs/Links.md docs/Location.md @@ -1275,6 +1289,7 @@ docs/TimeOffRequestNotes.md docs/TimeOffRequestsFilter.md docs/TooManyRequestsResponse.md docs/TooManyRequestsResponseDetail.md +docs/TrackingCategory.md docs/TrackingItem.md docs/UnauthorizedResponse.md docs/UnexpectedErrorResponse.md @@ -1338,6 +1353,7 @@ docs/UpdateTaxRateResponse.md docs/UpdateTenderResponse.md docs/UpdateTicketResponse.md docs/UpdateTimeOffRequestResponse.md +docs/UpdateTrackingCategoryResponse.md docs/UpdateUploadSessionResponse.md docs/UpdateUserResponse.md docs/UpdateWebhookRequest.md @@ -1519,6 +1535,7 @@ test/test_create_tax_rate_response.py test/test_create_tender_response.py test/test_create_ticket_response.py test/test_create_time_off_request_response.py +test/test_create_tracking_category_response.py test/test_create_upload_session_request.py test/test_create_upload_session_response.py test/test_create_user_response.py @@ -1587,11 +1604,13 @@ test/test_delete_tax_rate_response.py test/test_delete_tender_response.py test/test_delete_ticket_response.py test/test_delete_time_off_request_response.py +test/test_delete_tracking_category_response.py test/test_delete_upload_session_response.py test/test_delete_user_response.py test/test_delete_webhook_response.py test/test_delivery_url.py test/test_department.py +test/test_deprecated_linked_tracking_category.py test/test_drive.py test/test_drive_group.py test/test_drive_groups_filter.py @@ -1778,6 +1797,8 @@ test/test_get_ticket_response.py test/test_get_tickets_response.py test/test_get_time_off_request_response.py test/test_get_time_off_requests_response.py +test/test_get_tracking_categories_response.py +test/test_get_tracking_category_response.py test/test_get_upload_session_response.py test/test_get_user_response.py test/test_get_users_response.py @@ -1836,6 +1857,7 @@ test/test_linked_ledger_account.py test/test_linked_parent_customer.py test/test_linked_supplier.py test/test_linked_tax_rate.py +test/test_linked_tracking_categories.py test/test_linked_tracking_category.py test/test_links.py test/test_location.py @@ -1952,6 +1974,7 @@ test/test_time_off_request_notes.py test/test_time_off_requests_filter.py test/test_too_many_requests_response.py test/test_too_many_requests_response_detail.py +test/test_tracking_category.py test/test_tracking_item.py test/test_unauthorized_response.py test/test_unexpected_error_response.py @@ -2015,6 +2038,7 @@ test/test_update_tax_rate_response.py test/test_update_tender_response.py test/test_update_ticket_response.py test/test_update_time_off_request_response.py +test/test_update_tracking_category_response.py test/test_update_upload_session_response.py test/test_update_user_response.py test/test_update_webhook_request.py diff --git a/src/apideck/__init__.py b/src/apideck/__init__.py index b3176484aa..79777d197f 100644 --- a/src/apideck/__init__.py +++ b/src/apideck/__init__.py @@ -5,12 +5,12 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ -__version__ = "1.3.0" +__version__ = "1.4.0" # import ApiClient from apideck.api_client import ApiClient diff --git a/src/apideck/api/accounting_api.py b/src/apideck/api/accounting_api.py index a6d7f268bf..a2c58eb210 100644 --- a/src/apideck/api/accounting_api.py +++ b/src/apideck/api/accounting_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -45,6 +45,7 @@ from apideck.model.create_subsidiary_response import CreateSubsidiaryResponse from apideck.model.create_supplier_response import CreateSupplierResponse from apideck.model.create_tax_rate_response import CreateTaxRateResponse +from apideck.model.create_tracking_category_response import CreateTrackingCategoryResponse from apideck.model.credit_note import CreditNote from apideck.model.credit_notes_filter import CreditNotesFilter from apideck.model.credit_notes_sort import CreditNotesSort @@ -65,6 +66,7 @@ from apideck.model.delete_subsidiary_response import DeleteSubsidiaryResponse from apideck.model.delete_supplier_response import DeleteSupplierResponse from apideck.model.delete_tax_rate_response import DeleteTaxRateResponse +from apideck.model.delete_tracking_category_response import DeleteTrackingCategoryResponse from apideck.model.get_accounting_department_response import GetAccountingDepartmentResponse from apideck.model.get_accounting_departments_response import GetAccountingDepartmentsResponse from apideck.model.get_accounting_location_response import GetAccountingLocationResponse @@ -98,6 +100,8 @@ from apideck.model.get_suppliers_response import GetSuppliersResponse from apideck.model.get_tax_rate_response import GetTaxRateResponse from apideck.model.get_tax_rates_response import GetTaxRatesResponse +from apideck.model.get_tracking_categories_response import GetTrackingCategoriesResponse +from apideck.model.get_tracking_category_response import GetTrackingCategoryResponse from apideck.model.invoice import Invoice from apideck.model.invoice_item import InvoiceItem from apideck.model.invoice_items_filter import InvoiceItemsFilter @@ -125,6 +129,7 @@ from apideck.model.suppliers_sort import SuppliersSort from apideck.model.tax_rate import TaxRate from apideck.model.tax_rates_filter import TaxRatesFilter +from apideck.model.tracking_category import TrackingCategory from apideck.model.unauthorized_response import UnauthorizedResponse from apideck.model.unexpected_error_response import UnexpectedErrorResponse from apideck.model.unprocessable_response import UnprocessableResponse @@ -142,6 +147,7 @@ from apideck.model.update_subsidiary_response import UpdateSubsidiaryResponse from apideck.model.update_supplier_response import UpdateSupplierResponse from apideck.model.update_tax_rate_response import UpdateTaxRateResponse +from apideck.model.update_tracking_category_response import UpdateTrackingCategoryResponse class AccountingApi(object): @@ -6279,34 +6285,858 @@ def __init__(self, api_client=None): }, api_client=api_client ) + self.tracking_categories_add_endpoint = _Endpoint( + settings={ + 'response_type': (CreateTrackingCategoryResponse,), + 'auth': [ + 'apiKey' + ], + 'endpoint_path': '/accounting/tracking-categories', + 'operation_id': 'tracking_categories_add', + 'http_method': 'POST', + 'servers': None, + }, + params_map={ + 'all': [ + 'tracking_category', + 'raw', + 'consumer_id', + 'app_id', + 'service_id', + ], + 'required': [ + 'tracking_category', + ], + 'nullable': [ + ], + 'enum': [ + ], + 'validation': [ + ] + }, + root_map={ + 'validations': { + }, + 'allowed_values': { + }, + 'openapi_types': { + 'tracking_category': + (TrackingCategory,), + 'raw': + (bool,), + 'consumer_id': + (str,), + 'app_id': + (str,), + 'service_id': + (str,), + }, + 'attribute_map': { + 'raw': 'raw', + 'consumer_id': 'x-apideck-consumer-id', + 'app_id': 'x-apideck-app-id', + 'service_id': 'x-apideck-service-id', + }, + 'location_map': { + 'tracking_category': 'body', + 'raw': 'query', + 'consumer_id': 'header', + 'app_id': 'header', + 'service_id': 'header', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [ + 'application/json' + ] + }, + api_client=api_client + ) + self.tracking_categories_all_endpoint = _Endpoint( + settings={ + 'response_type': (GetTrackingCategoriesResponse,), + 'auth': [ + 'apiKey' + ], + 'endpoint_path': '/accounting/tracking-categories', + 'operation_id': 'tracking_categories_all', + 'http_method': 'GET', + 'servers': None, + }, + params_map={ + 'all': [ + 'raw', + 'consumer_id', + 'app_id', + 'service_id', + 'cursor', + 'limit', + 'pass_through', + 'fields', + ], + 'required': [], + 'nullable': [ + 'cursor', + 'fields', + ], + 'enum': [ + ], + 'validation': [ + 'limit', + ] + }, + root_map={ + 'validations': { + ('limit',): { + + 'inclusive_maximum': 200, + 'inclusive_minimum': 1, + }, + }, + 'allowed_values': { + }, + 'openapi_types': { + 'raw': + (bool,), + 'consumer_id': + (str,), + 'app_id': + (str,), + 'service_id': + (str,), + 'cursor': + (str, none_type,), + 'limit': + (int,), + 'pass_through': + (PassThroughQuery,), + 'fields': + (str, none_type,), + }, + 'attribute_map': { + 'raw': 'raw', + 'consumer_id': 'x-apideck-consumer-id', + 'app_id': 'x-apideck-app-id', + 'service_id': 'x-apideck-service-id', + 'cursor': 'cursor', + 'limit': 'limit', + 'pass_through': 'pass_through', + 'fields': 'fields', + }, + 'location_map': { + 'raw': 'query', + 'consumer_id': 'header', + 'app_id': 'header', + 'service_id': 'header', + 'cursor': 'query', + 'limit': 'query', + 'pass_through': 'query', + 'fields': 'query', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [], + }, + api_client=api_client + ) + self.tracking_categories_delete_endpoint = _Endpoint( + settings={ + 'response_type': (DeleteTrackingCategoryResponse,), + 'auth': [ + 'apiKey' + ], + 'endpoint_path': '/accounting/tracking-categories/{id}', + 'operation_id': 'tracking_categories_delete', + 'http_method': 'DELETE', + 'servers': None, + }, + params_map={ + 'all': [ + 'id', + 'consumer_id', + 'app_id', + 'service_id', + 'raw', + ], + 'required': [ + 'id', + ], + 'nullable': [ + ], + 'enum': [ + ], + 'validation': [ + ] + }, + root_map={ + 'validations': { + }, + 'allowed_values': { + }, + 'openapi_types': { + 'id': + (str,), + 'consumer_id': + (str,), + 'app_id': + (str,), + 'service_id': + (str,), + 'raw': + (bool,), + }, + 'attribute_map': { + 'id': 'id', + 'consumer_id': 'x-apideck-consumer-id', + 'app_id': 'x-apideck-app-id', + 'service_id': 'x-apideck-service-id', + 'raw': 'raw', + }, + 'location_map': { + 'id': 'path', + 'consumer_id': 'header', + 'app_id': 'header', + 'service_id': 'header', + 'raw': 'query', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [], + }, + api_client=api_client + ) + self.tracking_categories_one_endpoint = _Endpoint( + settings={ + 'response_type': (GetTrackingCategoryResponse,), + 'auth': [ + 'apiKey' + ], + 'endpoint_path': '/accounting/tracking-categories/{id}', + 'operation_id': 'tracking_categories_one', + 'http_method': 'GET', + 'servers': None, + }, + params_map={ + 'all': [ + 'id', + 'consumer_id', + 'app_id', + 'service_id', + 'raw', + 'fields', + ], + 'required': [ + 'id', + ], + 'nullable': [ + 'fields', + ], + 'enum': [ + ], + 'validation': [ + ] + }, + root_map={ + 'validations': { + }, + 'allowed_values': { + }, + 'openapi_types': { + 'id': + (str,), + 'consumer_id': + (str,), + 'app_id': + (str,), + 'service_id': + (str,), + 'raw': + (bool,), + 'fields': + (str, none_type,), + }, + 'attribute_map': { + 'id': 'id', + 'consumer_id': 'x-apideck-consumer-id', + 'app_id': 'x-apideck-app-id', + 'service_id': 'x-apideck-service-id', + 'raw': 'raw', + 'fields': 'fields', + }, + 'location_map': { + 'id': 'path', + 'consumer_id': 'header', + 'app_id': 'header', + 'service_id': 'header', + 'raw': 'query', + 'fields': 'query', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [], + }, + api_client=api_client + ) + self.tracking_categories_update_endpoint = _Endpoint( + settings={ + 'response_type': (UpdateTrackingCategoryResponse,), + 'auth': [ + 'apiKey' + ], + 'endpoint_path': '/accounting/tracking-categories/{id}', + 'operation_id': 'tracking_categories_update', + 'http_method': 'PATCH', + 'servers': None, + }, + params_map={ + 'all': [ + 'id', + 'tracking_category', + 'consumer_id', + 'app_id', + 'service_id', + 'raw', + ], + 'required': [ + 'id', + 'tracking_category', + ], + 'nullable': [ + ], + 'enum': [ + ], + 'validation': [ + ] + }, + root_map={ + 'validations': { + }, + 'allowed_values': { + }, + 'openapi_types': { + 'id': + (str,), + 'tracking_category': + (TrackingCategory,), + 'consumer_id': + (str,), + 'app_id': + (str,), + 'service_id': + (str,), + 'raw': + (bool,), + }, + 'attribute_map': { + 'id': 'id', + 'consumer_id': 'x-apideck-consumer-id', + 'app_id': 'x-apideck-app-id', + 'service_id': 'x-apideck-service-id', + 'raw': 'raw', + }, + 'location_map': { + 'id': 'path', + 'tracking_category': 'body', + 'consumer_id': 'header', + 'app_id': 'header', + 'service_id': 'header', + 'raw': 'query', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [ + 'application/json' + ] + }, + api_client=api_client + ) + + def attachments_all( + self, + reference_type, + reference_id, + **kwargs + ): + """List Attachments # noqa: E501 + + List Attachments # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.attachments_all(reference_type, reference_id, async_req=True) + >>> result = thread.get() + + Args: + reference_type (AttachmentReferenceType): The reference type of the document. + reference_id (str): The reference id of the object to retrieve. + + Keyword Args: + raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False + consumer_id (str): ID of the consumer which you want to get or push data from. [optional] + app_id (str): The ID of your Unify application. [optional] + service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] + cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] + limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 + fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + async_req (bool): execute request asynchronously + + Returns: + GetAttachmentsResponse + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['reference_type'] = \ + reference_type + kwargs['reference_id'] = \ + reference_id + return self.attachments_all_endpoint.call_with_http_info(**kwargs) + + def attachments_delete( + self, + reference_type, + reference_id, + id, + **kwargs + ): + """Delete Attachment # noqa: E501 + + Delete Attachment # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.attachments_delete(reference_type, reference_id, id, async_req=True) + >>> result = thread.get() + + Args: + reference_type (AttachmentReferenceType): The reference type of the document. + reference_id (str): The reference id of the object to retrieve. + id (str): ID of the record you are acting upon. + + Keyword Args: + consumer_id (str): ID of the consumer which you want to get or push data from. [optional] + app_id (str): The ID of your Unify application. [optional] + service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] + raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + async_req (bool): execute request asynchronously + + Returns: + DeleteAttachmentResponse + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['reference_type'] = \ + reference_type + kwargs['reference_id'] = \ + reference_id + kwargs['id'] = \ + id + return self.attachments_delete_endpoint.call_with_http_info(**kwargs) + + def attachments_download( + self, + reference_type, + reference_id, + id, + **kwargs + ): + """Download Attachment # noqa: E501 - def attachments_all( + Download Attachment # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.attachments_download(reference_type, reference_id, id, async_req=True) + >>> result = thread.get() + + Args: + reference_type (AttachmentReferenceType): The reference type of the document. + reference_id (str): The reference id of the object to retrieve. + id (str): ID of the record you are acting upon. + + Keyword Args: + consumer_id (str): ID of the consumer which you want to get or push data from. [optional] + app_id (str): The ID of your Unify application. [optional] + service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] + fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + async_req (bool): execute request asynchronously + + Returns: + file_type + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['reference_type'] = \ + reference_type + kwargs['reference_id'] = \ + reference_id + kwargs['id'] = \ + id + return self.attachments_download_endpoint.call_with_http_info(**kwargs) + + def attachments_one( self, reference_type, reference_id, + id, + **kwargs + ): + """Get Attachment # noqa: E501 + + Get Attachment # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.attachments_one(reference_type, reference_id, id, async_req=True) + >>> result = thread.get() + + Args: + reference_type (AttachmentReferenceType): The reference type of the document. + reference_id (str): The reference id of the object to retrieve. + id (str): ID of the record you are acting upon. + + Keyword Args: + consumer_id (str): ID of the consumer which you want to get or push data from. [optional] + app_id (str): The ID of your Unify application. [optional] + service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] + raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False + fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + async_req (bool): execute request asynchronously + + Returns: + GetAttachmentResponse + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['reference_type'] = \ + reference_type + kwargs['reference_id'] = \ + reference_id + kwargs['id'] = \ + id + return self.attachments_one_endpoint.call_with_http_info(**kwargs) + + def balance_sheet_one( + self, + **kwargs + ): + """Get BalanceSheet # noqa: E501 + + Get BalanceSheet # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.balance_sheet_one(async_req=True) + >>> result = thread.get() + + + Keyword Args: + consumer_id (str): ID of the consumer which you want to get or push data from. [optional] + app_id (str): The ID of your Unify application. [optional] + service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] + pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] + filter (BalanceSheetFilter): Apply filters. [optional] + raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + async_req (bool): execute request asynchronously + + Returns: + GetBalanceSheetResponse + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + return self.balance_sheet_one_endpoint.call_with_http_info(**kwargs) + + def bills_add( + self, + bill, **kwargs ): - """List Attachments # noqa: E501 + """Create Bill # noqa: E501 - List Attachments # noqa: E501 + Create Bill # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.attachments_all(reference_type, reference_id, async_req=True) + >>> thread = api.bills_add(bill, async_req=True) >>> result = thread.get() Args: - reference_type (AttachmentReferenceType): The reference type of the document. - reference_id (str): The reference id of the object to retrieve. + bill (Bill): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] - cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] - limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -6335,7 +7165,7 @@ def attachments_all( async_req (bool): execute request asynchronously Returns: - GetAttachmentsResponse + CreateBillResponse If the method is called asynchronously, returns the request thread. """ @@ -6363,38 +7193,35 @@ def attachments_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['reference_type'] = \ - reference_type - kwargs['reference_id'] = \ - reference_id - return self.attachments_all_endpoint.call_with_http_info(**kwargs) + kwargs['bill'] = \ + bill + return self.bills_add_endpoint.call_with_http_info(**kwargs) - def attachments_delete( + def bills_all( self, - reference_type, - reference_id, - id, **kwargs ): - """Delete Attachment # noqa: E501 + """List Bills # noqa: E501 - Delete Attachment # noqa: E501 + List Bills # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.attachments_delete(reference_type, reference_id, id, async_req=True) + >>> thread = api.bills_all(async_req=True) >>> result = thread.get() - Args: - reference_type (AttachmentReferenceType): The reference type of the document. - reference_id (str): The reference id of the object to retrieve. - id (str): ID of the record you are acting upon. Keyword Args: + raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] - raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False + cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] + limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 + filter (BillsFilter): Apply filters. [optional] + sort (BillsSort): Apply sorting. [optional] + pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] + fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -6423,7 +7250,7 @@ def attachments_delete( async_req (bool): execute request asynchronously Returns: - DeleteAttachmentResponse + GetBillsResponse If the method is called asynchronously, returns the request thread. """ @@ -6451,40 +7278,30 @@ def attachments_delete( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['reference_type'] = \ - reference_type - kwargs['reference_id'] = \ - reference_id - kwargs['id'] = \ - id - return self.attachments_delete_endpoint.call_with_http_info(**kwargs) + return self.bills_all_endpoint.call_with_http_info(**kwargs) - def attachments_download( + def bills_delete( self, - reference_type, - reference_id, id, **kwargs ): - """Download Attachment # noqa: E501 + """Delete Bill # noqa: E501 - Download Attachment # noqa: E501 + Delete Bill # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.attachments_download(reference_type, reference_id, id, async_req=True) + >>> thread = api.bills_delete(id, async_req=True) >>> result = thread.get() Args: - reference_type (AttachmentReferenceType): The reference type of the document. - reference_id (str): The reference id of the object to retrieve. id (str): ID of the record you are acting upon. Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] - fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] + raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -6513,7 +7330,7 @@ def attachments_download( async_req (bool): execute request asynchronously Returns: - file_type + DeleteBillResponse If the method is called asynchronously, returns the request thread. """ @@ -6541,33 +7358,25 @@ def attachments_download( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['reference_type'] = \ - reference_type - kwargs['reference_id'] = \ - reference_id kwargs['id'] = \ id - return self.attachments_download_endpoint.call_with_http_info(**kwargs) + return self.bills_delete_endpoint.call_with_http_info(**kwargs) - def attachments_one( + def bills_one( self, - reference_type, - reference_id, id, **kwargs ): - """Get Attachment # noqa: E501 + """Get Bill # noqa: E501 - Get Attachment # noqa: E501 + Get Bill # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.attachments_one(reference_type, reference_id, id, async_req=True) + >>> thread = api.bills_one(id, async_req=True) >>> result = thread.get() Args: - reference_type (AttachmentReferenceType): The reference type of the document. - reference_id (str): The reference id of the object to retrieve. id (str): ID of the record you are acting upon. Keyword Args: @@ -6604,7 +7413,7 @@ def attachments_one( async_req (bool): execute request asynchronously Returns: - GetAttachmentResponse + GetBillResponse If the method is called asynchronously, returns the request thread. """ @@ -6632,34 +7441,33 @@ def attachments_one( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['reference_type'] = \ - reference_type - kwargs['reference_id'] = \ - reference_id kwargs['id'] = \ id - return self.attachments_one_endpoint.call_with_http_info(**kwargs) + return self.bills_one_endpoint.call_with_http_info(**kwargs) - def balance_sheet_one( + def bills_update( self, + id, + bill, **kwargs ): - """Get BalanceSheet # noqa: E501 + """Update Bill # noqa: E501 - Get BalanceSheet # noqa: E501 + Update Bill # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.balance_sheet_one(async_req=True) + >>> thread = api.bills_update(id, bill, async_req=True) >>> result = thread.get() + Args: + id (str): ID of the record you are acting upon. + bill (Bill): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] - pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] - filter (BalanceSheetFilter): Apply filters. [optional] raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False _return_http_data_only (bool): response data without head status code and headers. Default is True. @@ -6689,7 +7497,7 @@ def balance_sheet_one( async_req (bool): execute request asynchronously Returns: - GetBalanceSheetResponse + UpdateBillResponse If the method is called asynchronously, returns the request thread. """ @@ -6717,30 +7525,32 @@ def balance_sheet_one( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.balance_sheet_one_endpoint.call_with_http_info(**kwargs) + kwargs['id'] = \ + id + kwargs['bill'] = \ + bill + return self.bills_update_endpoint.call_with_http_info(**kwargs) - def bills_add( + def company_info_one( self, - bill, **kwargs ): - """Create Bill # noqa: E501 + """Get company info # noqa: E501 - Create Bill # noqa: E501 + Get company info # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.bills_add(bill, async_req=True) + >>> thread = api.company_info_one(async_req=True) >>> result = thread.get() - Args: - bill (Bill): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] + fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -6769,7 +7579,7 @@ def bills_add( async_req (bool): execute request asynchronously Returns: - CreateBillResponse + GetCompanyInfoResponse If the method is called asynchronously, returns the request thread. """ @@ -6797,35 +7607,30 @@ def bills_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['bill'] = \ - bill - return self.bills_add_endpoint.call_with_http_info(**kwargs) + return self.company_info_one_endpoint.call_with_http_info(**kwargs) - def bills_all( + def credit_notes_add( self, + credit_note, **kwargs ): - """List Bills # noqa: E501 + """Create Credit Note # noqa: E501 - List Bills # noqa: E501 + Create Credit Note # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.bills_all(async_req=True) + >>> thread = api.credit_notes_add(credit_note, async_req=True) >>> result = thread.get() + Args: + credit_note (CreditNote): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] - cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] - limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (BillsFilter): Apply filters. [optional] - sort (BillsSort): Apply sorting. [optional] - pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] - fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -6854,7 +7659,7 @@ def bills_all( async_req (bool): execute request asynchronously Returns: - GetBillsResponse + CreateCreditNoteResponse If the method is called asynchronously, returns the request thread. """ @@ -6882,30 +7687,35 @@ def bills_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.bills_all_endpoint.call_with_http_info(**kwargs) + kwargs['credit_note'] = \ + credit_note + return self.credit_notes_add_endpoint.call_with_http_info(**kwargs) - def bills_delete( + def credit_notes_all( self, - id, **kwargs ): - """Delete Bill # noqa: E501 + """List Credit Notes # noqa: E501 - Delete Bill # noqa: E501 + List Credit Notes # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.bills_delete(id, async_req=True) + >>> thread = api.credit_notes_all(async_req=True) >>> result = thread.get() - Args: - id (str): ID of the record you are acting upon. Keyword Args: + raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] - raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False + cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] + limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 + filter (CreditNotesFilter): Apply filters. [optional] + sort (CreditNotesSort): Apply sorting. [optional] + pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] + fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -6934,7 +7744,7 @@ def bills_delete( async_req (bool): execute request asynchronously Returns: - DeleteBillResponse + GetCreditNotesResponse If the method is called asynchronously, returns the request thread. """ @@ -6962,22 +7772,20 @@ def bills_delete( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['id'] = \ - id - return self.bills_delete_endpoint.call_with_http_info(**kwargs) + return self.credit_notes_all_endpoint.call_with_http_info(**kwargs) - def bills_one( + def credit_notes_delete( self, id, **kwargs ): - """Get Bill # noqa: E501 + """Delete Credit Note # noqa: E501 - Get Bill # noqa: E501 + Delete Credit Note # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.bills_one(id, async_req=True) + >>> thread = api.credit_notes_delete(id, async_req=True) >>> result = thread.get() Args: @@ -6988,7 +7796,6 @@ def bills_one( app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False - fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -7017,7 +7824,7 @@ def bills_one( async_req (bool): execute request asynchronously Returns: - GetBillResponse + DeleteCreditNoteResponse If the method is called asynchronously, returns the request thread. """ @@ -7047,32 +7854,31 @@ def bills_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.bills_one_endpoint.call_with_http_info(**kwargs) + return self.credit_notes_delete_endpoint.call_with_http_info(**kwargs) - def bills_update( + def credit_notes_one( self, id, - bill, **kwargs ): - """Update Bill # noqa: E501 + """Get Credit Note # noqa: E501 - Update Bill # noqa: E501 + Get Credit Note # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.bills_update(id, bill, async_req=True) + >>> thread = api.credit_notes_one(id, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - bill (Bill): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False + fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -7101,7 +7907,7 @@ def bills_update( async_req (bool): execute request asynchronously Returns: - UpdateBillResponse + GetCreditNoteResponse If the method is called asynchronously, returns the request thread. """ @@ -7131,30 +7937,32 @@ def bills_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['bill'] = \ - bill - return self.bills_update_endpoint.call_with_http_info(**kwargs) + return self.credit_notes_one_endpoint.call_with_http_info(**kwargs) - def company_info_one( + def credit_notes_update( self, + id, + credit_note, **kwargs ): - """Get company info # noqa: E501 + """Update Credit Note # noqa: E501 - Get company info # noqa: E501 + Update Credit Note # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.company_info_one(async_req=True) + >>> thread = api.credit_notes_update(id, credit_note, async_req=True) >>> result = thread.get() + Args: + id (str): ID of the record you are acting upon. + credit_note (CreditNote): Keyword Args: - raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] - fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] + raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -7183,7 +7991,7 @@ def company_info_one( async_req (bool): execute request asynchronously Returns: - GetCompanyInfoResponse + UpdateCreditNoteResponse If the method is called asynchronously, returns the request thread. """ @@ -7211,24 +8019,28 @@ def company_info_one( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.company_info_one_endpoint.call_with_http_info(**kwargs) + kwargs['id'] = \ + id + kwargs['credit_note'] = \ + credit_note + return self.credit_notes_update_endpoint.call_with_http_info(**kwargs) - def credit_notes_add( + def customers_add( self, - credit_note, + customer, **kwargs ): - """Create Credit Note # noqa: E501 + """Create Customer # noqa: E501 - Create Credit Note # noqa: E501 + Create Customer # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.credit_notes_add(credit_note, async_req=True) + >>> thread = api.customers_add(customer, async_req=True) >>> result = thread.get() Args: - credit_note (CreditNote): + customer (Customer): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -7263,7 +8075,7 @@ def credit_notes_add( async_req (bool): execute request asynchronously Returns: - CreateCreditNoteResponse + CreateCustomerResponse If the method is called asynchronously, returns the request thread. """ @@ -7291,21 +8103,21 @@ def credit_notes_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['credit_note'] = \ - credit_note - return self.credit_notes_add_endpoint.call_with_http_info(**kwargs) + kwargs['customer'] = \ + customer + return self.customers_add_endpoint.call_with_http_info(**kwargs) - def credit_notes_all( + def customers_all( self, **kwargs ): - """List Credit Notes # noqa: E501 + """List Customers # noqa: E501 - List Credit Notes # noqa: E501 + List Customers # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.credit_notes_all(async_req=True) + >>> thread = api.customers_all(async_req=True) >>> result = thread.get() @@ -7316,8 +8128,8 @@ def credit_notes_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (CreditNotesFilter): Apply filters. [optional] - sort (CreditNotesSort): Apply sorting. [optional] + filter (CustomersFilter): Apply filters. [optional] + sort (CustomersSort): Apply sorting. [optional] pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status @@ -7348,7 +8160,7 @@ def credit_notes_all( async_req (bool): execute request asynchronously Returns: - GetCreditNotesResponse + GetCustomersResponse If the method is called asynchronously, returns the request thread. """ @@ -7376,20 +8188,20 @@ def credit_notes_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.credit_notes_all_endpoint.call_with_http_info(**kwargs) + return self.customers_all_endpoint.call_with_http_info(**kwargs) - def credit_notes_delete( + def customers_delete( self, id, **kwargs ): - """Delete Credit Note # noqa: E501 + """Delete Customer # noqa: E501 - Delete Credit Note # noqa: E501 + Delete Customer # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.credit_notes_delete(id, async_req=True) + >>> thread = api.customers_delete(id, async_req=True) >>> result = thread.get() Args: @@ -7428,7 +8240,7 @@ def credit_notes_delete( async_req (bool): execute request asynchronously Returns: - DeleteCreditNoteResponse + DeleteCustomerResponse If the method is called asynchronously, returns the request thread. """ @@ -7458,20 +8270,20 @@ def credit_notes_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.credit_notes_delete_endpoint.call_with_http_info(**kwargs) + return self.customers_delete_endpoint.call_with_http_info(**kwargs) - def credit_notes_one( + def customers_one( self, id, **kwargs ): - """Get Credit Note # noqa: E501 + """Get Customer # noqa: E501 - Get Credit Note # noqa: E501 + Get Customer # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.credit_notes_one(id, async_req=True) + >>> thread = api.customers_one(id, async_req=True) >>> result = thread.get() Args: @@ -7511,7 +8323,7 @@ def credit_notes_one( async_req (bool): execute request asynchronously Returns: - GetCreditNoteResponse + GetCustomerResponse If the method is called asynchronously, returns the request thread. """ @@ -7541,26 +8353,26 @@ def credit_notes_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.credit_notes_one_endpoint.call_with_http_info(**kwargs) + return self.customers_one_endpoint.call_with_http_info(**kwargs) - def credit_notes_update( + def customers_update( self, id, - credit_note, + customer, **kwargs ): - """Update Credit Note # noqa: E501 + """Update Customer # noqa: E501 - Update Credit Note # noqa: E501 + Update Customer # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.credit_notes_update(id, credit_note, async_req=True) + >>> thread = api.customers_update(id, customer, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - credit_note (CreditNote): + customer (Customer): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -7595,7 +8407,7 @@ def credit_notes_update( async_req (bool): execute request asynchronously Returns: - UpdateCreditNoteResponse + UpdateCustomerResponse If the method is called asynchronously, returns the request thread. """ @@ -7625,26 +8437,26 @@ def credit_notes_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['credit_note'] = \ - credit_note - return self.credit_notes_update_endpoint.call_with_http_info(**kwargs) + kwargs['customer'] = \ + customer + return self.customers_update_endpoint.call_with_http_info(**kwargs) - def customers_add( + def departments_add( self, - customer, + accounting_department, **kwargs ): - """Create Customer # noqa: E501 + """Create Department # noqa: E501 - Create Customer # noqa: E501 + Create Department # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.customers_add(customer, async_req=True) + >>> thread = api.departments_add(accounting_department, async_req=True) >>> result = thread.get() Args: - customer (Customer): + accounting_department (AccountingDepartment): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -7679,7 +8491,7 @@ def customers_add( async_req (bool): execute request asynchronously Returns: - CreateCustomerResponse + CreateAccountingDepartmentResponse If the method is called asynchronously, returns the request thread. """ @@ -7707,21 +8519,21 @@ def customers_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['customer'] = \ - customer - return self.customers_add_endpoint.call_with_http_info(**kwargs) + kwargs['accounting_department'] = \ + accounting_department + return self.departments_add_endpoint.call_with_http_info(**kwargs) - def customers_all( + def departments_all( self, **kwargs ): - """List Customers # noqa: E501 + """List Departments # noqa: E501 - List Customers # noqa: E501 + List Departments # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.customers_all(async_req=True) + >>> thread = api.departments_all(async_req=True) >>> result = thread.get() @@ -7732,10 +8544,8 @@ def customers_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (CustomersFilter): Apply filters. [optional] - sort (CustomersSort): Apply sorting. [optional] - pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] + filter (AccountingDepartmentsFilter): Apply filters. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -7764,7 +8574,7 @@ def customers_all( async_req (bool): execute request asynchronously Returns: - GetCustomersResponse + GetAccountingDepartmentsResponse If the method is called asynchronously, returns the request thread. """ @@ -7792,20 +8602,20 @@ def customers_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.customers_all_endpoint.call_with_http_info(**kwargs) + return self.departments_all_endpoint.call_with_http_info(**kwargs) - def customers_delete( + def departments_delete( self, id, **kwargs ): - """Delete Customer # noqa: E501 + """Delete Department # noqa: E501 - Delete Customer # noqa: E501 + Delete Department # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.customers_delete(id, async_req=True) + >>> thread = api.departments_delete(id, async_req=True) >>> result = thread.get() Args: @@ -7844,7 +8654,7 @@ def customers_delete( async_req (bool): execute request asynchronously Returns: - DeleteCustomerResponse + DeleteAccountingDepartmentResponse If the method is called asynchronously, returns the request thread. """ @@ -7874,20 +8684,20 @@ def customers_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.customers_delete_endpoint.call_with_http_info(**kwargs) + return self.departments_delete_endpoint.call_with_http_info(**kwargs) - def customers_one( + def departments_one( self, id, **kwargs ): - """Get Customer # noqa: E501 + """Get Department # noqa: E501 - Get Customer # noqa: E501 + Get Department # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.customers_one(id, async_req=True) + >>> thread = api.departments_one(id, async_req=True) >>> result = thread.get() Args: @@ -7927,7 +8737,7 @@ def customers_one( async_req (bool): execute request asynchronously Returns: - GetCustomerResponse + GetAccountingDepartmentResponse If the method is called asynchronously, returns the request thread. """ @@ -7957,26 +8767,26 @@ def customers_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.customers_one_endpoint.call_with_http_info(**kwargs) + return self.departments_one_endpoint.call_with_http_info(**kwargs) - def customers_update( + def departments_update( self, id, - customer, + accounting_department, **kwargs ): - """Update Customer # noqa: E501 + """Update Department # noqa: E501 - Update Customer # noqa: E501 + Update Department # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.customers_update(id, customer, async_req=True) + >>> thread = api.departments_update(id, accounting_department, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - customer (Customer): + accounting_department (AccountingDepartment): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -8011,7 +8821,7 @@ def customers_update( async_req (bool): execute request asynchronously Returns: - UpdateCustomerResponse + UpdateAccountingDepartmentResponse If the method is called asynchronously, returns the request thread. """ @@ -8041,26 +8851,26 @@ def customers_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['customer'] = \ - customer - return self.customers_update_endpoint.call_with_http_info(**kwargs) + kwargs['accounting_department'] = \ + accounting_department + return self.departments_update_endpoint.call_with_http_info(**kwargs) - def departments_add( + def invoice_items_add( self, - accounting_department, + invoice_item, **kwargs ): - """Create Department # noqa: E501 + """Create Invoice Item # noqa: E501 - Create Department # noqa: E501 + Create Invoice Item # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.departments_add(accounting_department, async_req=True) + >>> thread = api.invoice_items_add(invoice_item, async_req=True) >>> result = thread.get() Args: - accounting_department (AccountingDepartment): + invoice_item (InvoiceItem): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -8095,7 +8905,7 @@ def departments_add( async_req (bool): execute request asynchronously Returns: - CreateAccountingDepartmentResponse + CreateInvoiceItemResponse If the method is called asynchronously, returns the request thread. """ @@ -8123,21 +8933,21 @@ def departments_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['accounting_department'] = \ - accounting_department - return self.departments_add_endpoint.call_with_http_info(**kwargs) + kwargs['invoice_item'] = \ + invoice_item + return self.invoice_items_add_endpoint.call_with_http_info(**kwargs) - def departments_all( + def invoice_items_all( self, **kwargs ): - """List Departments # noqa: E501 + """List Invoice Items # noqa: E501 - List Departments # noqa: E501 + List Invoice Items # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.departments_all(async_req=True) + >>> thread = api.invoice_items_all(async_req=True) >>> result = thread.get() @@ -8148,8 +8958,9 @@ def departments_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 + filter (InvoiceItemsFilter): Apply filters. [optional] + pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] - filter (AccountingDepartmentsFilter): Apply filters. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -8178,7 +8989,7 @@ def departments_all( async_req (bool): execute request asynchronously Returns: - GetAccountingDepartmentsResponse + GetInvoiceItemsResponse If the method is called asynchronously, returns the request thread. """ @@ -8206,20 +9017,20 @@ def departments_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.departments_all_endpoint.call_with_http_info(**kwargs) + return self.invoice_items_all_endpoint.call_with_http_info(**kwargs) - def departments_delete( + def invoice_items_delete( self, id, **kwargs ): - """Delete Department # noqa: E501 + """Delete Invoice Item # noqa: E501 - Delete Department # noqa: E501 + Delete Invoice Item # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.departments_delete(id, async_req=True) + >>> thread = api.invoice_items_delete(id, async_req=True) >>> result = thread.get() Args: @@ -8258,7 +9069,7 @@ def departments_delete( async_req (bool): execute request asynchronously Returns: - DeleteAccountingDepartmentResponse + DeleteTaxRateResponse If the method is called asynchronously, returns the request thread. """ @@ -8288,20 +9099,20 @@ def departments_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.departments_delete_endpoint.call_with_http_info(**kwargs) + return self.invoice_items_delete_endpoint.call_with_http_info(**kwargs) - def departments_one( + def invoice_items_one( self, id, **kwargs ): - """Get Department # noqa: E501 + """Get Invoice Item # noqa: E501 - Get Department # noqa: E501 + Get Invoice Item # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.departments_one(id, async_req=True) + >>> thread = api.invoice_items_one(id, async_req=True) >>> result = thread.get() Args: @@ -8341,7 +9152,7 @@ def departments_one( async_req (bool): execute request asynchronously Returns: - GetAccountingDepartmentResponse + GetInvoiceItemResponse If the method is called asynchronously, returns the request thread. """ @@ -8371,26 +9182,26 @@ def departments_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.departments_one_endpoint.call_with_http_info(**kwargs) + return self.invoice_items_one_endpoint.call_with_http_info(**kwargs) - def departments_update( + def invoice_items_update( self, id, - accounting_department, + invoice_item, **kwargs ): - """Update Department # noqa: E501 + """Update Invoice Item # noqa: E501 - Update Department # noqa: E501 + Update Invoice Item # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.departments_update(id, accounting_department, async_req=True) + >>> thread = api.invoice_items_update(id, invoice_item, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - accounting_department (AccountingDepartment): + invoice_item (InvoiceItem): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -8425,7 +9236,7 @@ def departments_update( async_req (bool): execute request asynchronously Returns: - UpdateAccountingDepartmentResponse + UpdateInvoiceItemsResponse If the method is called asynchronously, returns the request thread. """ @@ -8455,26 +9266,26 @@ def departments_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['accounting_department'] = \ - accounting_department - return self.departments_update_endpoint.call_with_http_info(**kwargs) + kwargs['invoice_item'] = \ + invoice_item + return self.invoice_items_update_endpoint.call_with_http_info(**kwargs) - def invoice_items_add( + def invoices_add( self, - invoice_item, + invoice, **kwargs ): - """Create Invoice Item # noqa: E501 + """Create Invoice # noqa: E501 - Create Invoice Item # noqa: E501 + Create Invoice # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.invoice_items_add(invoice_item, async_req=True) + >>> thread = api.invoices_add(invoice, async_req=True) >>> result = thread.get() Args: - invoice_item (InvoiceItem): + invoice (Invoice): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -8509,7 +9320,7 @@ def invoice_items_add( async_req (bool): execute request asynchronously Returns: - CreateInvoiceItemResponse + CreateInvoiceResponse If the method is called asynchronously, returns the request thread. """ @@ -8537,21 +9348,21 @@ def invoice_items_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['invoice_item'] = \ - invoice_item - return self.invoice_items_add_endpoint.call_with_http_info(**kwargs) + kwargs['invoice'] = \ + invoice + return self.invoices_add_endpoint.call_with_http_info(**kwargs) - def invoice_items_all( + def invoices_all( self, **kwargs ): - """List Invoice Items # noqa: E501 + """List Invoices # noqa: E501 - List Invoice Items # noqa: E501 + List Invoices # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.invoice_items_all(async_req=True) + >>> thread = api.invoices_all(async_req=True) >>> result = thread.get() @@ -8562,7 +9373,8 @@ def invoice_items_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (InvoiceItemsFilter): Apply filters. [optional] + filter (InvoicesFilter): Apply filters. [optional] + sort (InvoicesSort): Apply sorting. [optional] pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status @@ -8593,7 +9405,7 @@ def invoice_items_all( async_req (bool): execute request asynchronously Returns: - GetInvoiceItemsResponse + GetInvoicesResponse If the method is called asynchronously, returns the request thread. """ @@ -8621,20 +9433,20 @@ def invoice_items_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.invoice_items_all_endpoint.call_with_http_info(**kwargs) + return self.invoices_all_endpoint.call_with_http_info(**kwargs) - def invoice_items_delete( + def invoices_delete( self, id, **kwargs ): - """Delete Invoice Item # noqa: E501 + """Delete Invoice # noqa: E501 - Delete Invoice Item # noqa: E501 + Delete Invoice # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.invoice_items_delete(id, async_req=True) + >>> thread = api.invoices_delete(id, async_req=True) >>> result = thread.get() Args: @@ -8673,7 +9485,7 @@ def invoice_items_delete( async_req (bool): execute request asynchronously Returns: - DeleteTaxRateResponse + DeleteInvoiceResponse If the method is called asynchronously, returns the request thread. """ @@ -8703,20 +9515,20 @@ def invoice_items_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.invoice_items_delete_endpoint.call_with_http_info(**kwargs) + return self.invoices_delete_endpoint.call_with_http_info(**kwargs) - def invoice_items_one( + def invoices_one( self, id, **kwargs ): - """Get Invoice Item # noqa: E501 + """Get Invoice # noqa: E501 - Get Invoice Item # noqa: E501 + Get Invoice # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.invoice_items_one(id, async_req=True) + >>> thread = api.invoices_one(id, async_req=True) >>> result = thread.get() Args: @@ -8756,7 +9568,7 @@ def invoice_items_one( async_req (bool): execute request asynchronously Returns: - GetInvoiceItemResponse + GetInvoiceResponse If the method is called asynchronously, returns the request thread. """ @@ -8786,26 +9598,26 @@ def invoice_items_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.invoice_items_one_endpoint.call_with_http_info(**kwargs) + return self.invoices_one_endpoint.call_with_http_info(**kwargs) - def invoice_items_update( + def invoices_update( self, id, - invoice_item, + invoice, **kwargs ): - """Update Invoice Item # noqa: E501 + """Update Invoice # noqa: E501 - Update Invoice Item # noqa: E501 + Update Invoice # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.invoice_items_update(id, invoice_item, async_req=True) + >>> thread = api.invoices_update(id, invoice, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - invoice_item (InvoiceItem): + invoice (Invoice): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -8840,7 +9652,7 @@ def invoice_items_update( async_req (bool): execute request asynchronously Returns: - UpdateInvoiceItemsResponse + UpdateInvoiceResponse If the method is called asynchronously, returns the request thread. """ @@ -8870,26 +9682,26 @@ def invoice_items_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['invoice_item'] = \ - invoice_item - return self.invoice_items_update_endpoint.call_with_http_info(**kwargs) + kwargs['invoice'] = \ + invoice + return self.invoices_update_endpoint.call_with_http_info(**kwargs) - def invoices_add( + def journal_entries_add( self, - invoice, + journal_entry, **kwargs ): - """Create Invoice # noqa: E501 + """Create Journal Entry # noqa: E501 - Create Invoice # noqa: E501 + Create Journal Entry # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.invoices_add(invoice, async_req=True) + >>> thread = api.journal_entries_add(journal_entry, async_req=True) >>> result = thread.get() Args: - invoice (Invoice): + journal_entry (JournalEntry): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -8924,7 +9736,7 @@ def invoices_add( async_req (bool): execute request asynchronously Returns: - CreateInvoiceResponse + CreateJournalEntryResponse If the method is called asynchronously, returns the request thread. """ @@ -8952,21 +9764,21 @@ def invoices_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['invoice'] = \ - invoice - return self.invoices_add_endpoint.call_with_http_info(**kwargs) + kwargs['journal_entry'] = \ + journal_entry + return self.journal_entries_add_endpoint.call_with_http_info(**kwargs) - def invoices_all( + def journal_entries_all( self, **kwargs ): - """List Invoices # noqa: E501 + """List Journal Entries # noqa: E501 - List Invoices # noqa: E501 + List Journal Entries # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.invoices_all(async_req=True) + >>> thread = api.journal_entries_all(async_req=True) >>> result = thread.get() @@ -8977,8 +9789,8 @@ def invoices_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (InvoicesFilter): Apply filters. [optional] - sort (InvoicesSort): Apply sorting. [optional] + filter (JournalEntriesFilter): Apply filters. [optional] + sort (JournalEntriesSort): Apply sorting. [optional] pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status @@ -9009,7 +9821,7 @@ def invoices_all( async_req (bool): execute request asynchronously Returns: - GetInvoicesResponse + GetJournalEntriesResponse If the method is called asynchronously, returns the request thread. """ @@ -9037,20 +9849,20 @@ def invoices_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.invoices_all_endpoint.call_with_http_info(**kwargs) + return self.journal_entries_all_endpoint.call_with_http_info(**kwargs) - def invoices_delete( + def journal_entries_delete( self, id, **kwargs ): - """Delete Invoice # noqa: E501 + """Delete Journal Entry # noqa: E501 - Delete Invoice # noqa: E501 + Delete Journal Entry # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.invoices_delete(id, async_req=True) + >>> thread = api.journal_entries_delete(id, async_req=True) >>> result = thread.get() Args: @@ -9089,7 +9901,7 @@ def invoices_delete( async_req (bool): execute request asynchronously Returns: - DeleteInvoiceResponse + DeleteJournalEntryResponse If the method is called asynchronously, returns the request thread. """ @@ -9119,20 +9931,20 @@ def invoices_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.invoices_delete_endpoint.call_with_http_info(**kwargs) + return self.journal_entries_delete_endpoint.call_with_http_info(**kwargs) - def invoices_one( + def journal_entries_one( self, id, **kwargs ): - """Get Invoice # noqa: E501 + """Get Journal Entry # noqa: E501 - Get Invoice # noqa: E501 + Get Journal Entry # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.invoices_one(id, async_req=True) + >>> thread = api.journal_entries_one(id, async_req=True) >>> result = thread.get() Args: @@ -9172,7 +9984,7 @@ def invoices_one( async_req (bool): execute request asynchronously Returns: - GetInvoiceResponse + GetJournalEntryResponse If the method is called asynchronously, returns the request thread. """ @@ -9202,26 +10014,26 @@ def invoices_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.invoices_one_endpoint.call_with_http_info(**kwargs) + return self.journal_entries_one_endpoint.call_with_http_info(**kwargs) - def invoices_update( + def journal_entries_update( self, id, - invoice, + journal_entry, **kwargs ): - """Update Invoice # noqa: E501 + """Update Journal Entry # noqa: E501 - Update Invoice # noqa: E501 + Update Journal Entry # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.invoices_update(id, invoice, async_req=True) + >>> thread = api.journal_entries_update(id, journal_entry, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - invoice (Invoice): + journal_entry (JournalEntry): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -9256,7 +10068,7 @@ def invoices_update( async_req (bool): execute request asynchronously Returns: - UpdateInvoiceResponse + UpdateJournalEntryResponse If the method is called asynchronously, returns the request thread. """ @@ -9286,26 +10098,26 @@ def invoices_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['invoice'] = \ - invoice - return self.invoices_update_endpoint.call_with_http_info(**kwargs) + kwargs['journal_entry'] = \ + journal_entry + return self.journal_entries_update_endpoint.call_with_http_info(**kwargs) - def journal_entries_add( + def ledger_accounts_add( self, - journal_entry, + ledger_account, **kwargs ): - """Create Journal Entry # noqa: E501 + """Create Ledger Account # noqa: E501 - Create Journal Entry # noqa: E501 + Create Ledger Account # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.journal_entries_add(journal_entry, async_req=True) + >>> thread = api.ledger_accounts_add(ledger_account, async_req=True) >>> result = thread.get() Args: - journal_entry (JournalEntry): + ledger_account (LedgerAccount): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -9340,7 +10152,7 @@ def journal_entries_add( async_req (bool): execute request asynchronously Returns: - CreateJournalEntryResponse + CreateLedgerAccountResponse If the method is called asynchronously, returns the request thread. """ @@ -9368,21 +10180,21 @@ def journal_entries_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['journal_entry'] = \ - journal_entry - return self.journal_entries_add_endpoint.call_with_http_info(**kwargs) + kwargs['ledger_account'] = \ + ledger_account + return self.ledger_accounts_add_endpoint.call_with_http_info(**kwargs) - def journal_entries_all( + def ledger_accounts_all( self, **kwargs ): - """List Journal Entries # noqa: E501 + """List Ledger Accounts # noqa: E501 - List Journal Entries # noqa: E501 + List Ledger Accounts # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.journal_entries_all(async_req=True) + >>> thread = api.ledger_accounts_all(async_req=True) >>> result = thread.get() @@ -9393,8 +10205,8 @@ def journal_entries_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (JournalEntriesFilter): Apply filters. [optional] - sort (JournalEntriesSort): Apply sorting. [optional] + filter (LedgerAccountsFilter): Apply filters. [optional] + sort (LedgerAccountsSort): Apply sorting. [optional] pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status @@ -9425,7 +10237,7 @@ def journal_entries_all( async_req (bool): execute request asynchronously Returns: - GetJournalEntriesResponse + GetLedgerAccountsResponse If the method is called asynchronously, returns the request thread. """ @@ -9453,20 +10265,20 @@ def journal_entries_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.journal_entries_all_endpoint.call_with_http_info(**kwargs) + return self.ledger_accounts_all_endpoint.call_with_http_info(**kwargs) - def journal_entries_delete( + def ledger_accounts_delete( self, id, **kwargs ): - """Delete Journal Entry # noqa: E501 + """Delete Ledger Account # noqa: E501 - Delete Journal Entry # noqa: E501 + Delete Ledger Account # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.journal_entries_delete(id, async_req=True) + >>> thread = api.ledger_accounts_delete(id, async_req=True) >>> result = thread.get() Args: @@ -9505,7 +10317,7 @@ def journal_entries_delete( async_req (bool): execute request asynchronously Returns: - DeleteJournalEntryResponse + DeleteLedgerAccountResponse If the method is called asynchronously, returns the request thread. """ @@ -9535,20 +10347,20 @@ def journal_entries_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.journal_entries_delete_endpoint.call_with_http_info(**kwargs) + return self.ledger_accounts_delete_endpoint.call_with_http_info(**kwargs) - def journal_entries_one( + def ledger_accounts_one( self, id, **kwargs ): - """Get Journal Entry # noqa: E501 + """Get Ledger Account # noqa: E501 - Get Journal Entry # noqa: E501 + Get Ledger Account # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.journal_entries_one(id, async_req=True) + >>> thread = api.ledger_accounts_one(id, async_req=True) >>> result = thread.get() Args: @@ -9588,7 +10400,7 @@ def journal_entries_one( async_req (bool): execute request asynchronously Returns: - GetJournalEntryResponse + GetLedgerAccountResponse If the method is called asynchronously, returns the request thread. """ @@ -9618,26 +10430,26 @@ def journal_entries_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.journal_entries_one_endpoint.call_with_http_info(**kwargs) + return self.ledger_accounts_one_endpoint.call_with_http_info(**kwargs) - def journal_entries_update( + def ledger_accounts_update( self, id, - journal_entry, + ledger_account, **kwargs ): - """Update Journal Entry # noqa: E501 + """Update Ledger Account # noqa: E501 - Update Journal Entry # noqa: E501 + Update Ledger Account # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.journal_entries_update(id, journal_entry, async_req=True) + >>> thread = api.ledger_accounts_update(id, ledger_account, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - journal_entry (JournalEntry): + ledger_account (LedgerAccount): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -9672,7 +10484,7 @@ def journal_entries_update( async_req (bool): execute request asynchronously Returns: - UpdateJournalEntryResponse + UpdateLedgerAccountResponse If the method is called asynchronously, returns the request thread. """ @@ -9702,26 +10514,26 @@ def journal_entries_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['journal_entry'] = \ - journal_entry - return self.journal_entries_update_endpoint.call_with_http_info(**kwargs) + kwargs['ledger_account'] = \ + ledger_account + return self.ledger_accounts_update_endpoint.call_with_http_info(**kwargs) - def ledger_accounts_add( + def locations_add( self, - ledger_account, + accounting_location, **kwargs ): - """Create Ledger Account # noqa: E501 + """Create Location # noqa: E501 - Create Ledger Account # noqa: E501 + Create Location # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.ledger_accounts_add(ledger_account, async_req=True) + >>> thread = api.locations_add(accounting_location, async_req=True) >>> result = thread.get() Args: - ledger_account (LedgerAccount): + accounting_location (AccountingLocation): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -9756,7 +10568,7 @@ def ledger_accounts_add( async_req (bool): execute request asynchronously Returns: - CreateLedgerAccountResponse + CreateAccountingLocationResponse If the method is called asynchronously, returns the request thread. """ @@ -9784,21 +10596,21 @@ def ledger_accounts_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['ledger_account'] = \ - ledger_account - return self.ledger_accounts_add_endpoint.call_with_http_info(**kwargs) + kwargs['accounting_location'] = \ + accounting_location + return self.locations_add_endpoint.call_with_http_info(**kwargs) - def ledger_accounts_all( + def locations_all( self, **kwargs ): - """List Ledger Accounts # noqa: E501 + """List Locations # noqa: E501 - List Ledger Accounts # noqa: E501 + List Locations # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.ledger_accounts_all(async_req=True) + >>> thread = api.locations_all(async_req=True) >>> result = thread.get() @@ -9809,10 +10621,8 @@ def ledger_accounts_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (LedgerAccountsFilter): Apply filters. [optional] - sort (LedgerAccountsSort): Apply sorting. [optional] - pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] + filter (AccountingLocationsFilter): Apply filters. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -9841,7 +10651,7 @@ def ledger_accounts_all( async_req (bool): execute request asynchronously Returns: - GetLedgerAccountsResponse + GetAccountingLocationsResponse If the method is called asynchronously, returns the request thread. """ @@ -9869,20 +10679,20 @@ def ledger_accounts_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.ledger_accounts_all_endpoint.call_with_http_info(**kwargs) + return self.locations_all_endpoint.call_with_http_info(**kwargs) - def ledger_accounts_delete( + def locations_delete( self, id, **kwargs ): - """Delete Ledger Account # noqa: E501 + """Delete Location # noqa: E501 - Delete Ledger Account # noqa: E501 + Delete Location # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.ledger_accounts_delete(id, async_req=True) + >>> thread = api.locations_delete(id, async_req=True) >>> result = thread.get() Args: @@ -9921,7 +10731,7 @@ def ledger_accounts_delete( async_req (bool): execute request asynchronously Returns: - DeleteLedgerAccountResponse + DeleteAccountingLocationResponse If the method is called asynchronously, returns the request thread. """ @@ -9951,20 +10761,20 @@ def ledger_accounts_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.ledger_accounts_delete_endpoint.call_with_http_info(**kwargs) + return self.locations_delete_endpoint.call_with_http_info(**kwargs) - def ledger_accounts_one( + def locations_one( self, id, **kwargs ): - """Get Ledger Account # noqa: E501 + """Get Location # noqa: E501 - Get Ledger Account # noqa: E501 + Get Location # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.ledger_accounts_one(id, async_req=True) + >>> thread = api.locations_one(id, async_req=True) >>> result = thread.get() Args: @@ -10004,7 +10814,7 @@ def ledger_accounts_one( async_req (bool): execute request asynchronously Returns: - GetLedgerAccountResponse + GetAccountingLocationResponse If the method is called asynchronously, returns the request thread. """ @@ -10034,26 +10844,26 @@ def ledger_accounts_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.ledger_accounts_one_endpoint.call_with_http_info(**kwargs) + return self.locations_one_endpoint.call_with_http_info(**kwargs) - def ledger_accounts_update( + def locations_update( self, id, - ledger_account, + accounting_location, **kwargs ): - """Update Ledger Account # noqa: E501 + """Update Location # noqa: E501 - Update Ledger Account # noqa: E501 + Update Location # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.ledger_accounts_update(id, ledger_account, async_req=True) + >>> thread = api.locations_update(id, accounting_location, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - ledger_account (LedgerAccount): + accounting_location (AccountingLocation): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -10088,7 +10898,7 @@ def ledger_accounts_update( async_req (bool): execute request asynchronously Returns: - UpdateLedgerAccountResponse + UpdateAccountingLocationResponse If the method is called asynchronously, returns the request thread. """ @@ -10118,26 +10928,26 @@ def ledger_accounts_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['ledger_account'] = \ - ledger_account - return self.ledger_accounts_update_endpoint.call_with_http_info(**kwargs) + kwargs['accounting_location'] = \ + accounting_location + return self.locations_update_endpoint.call_with_http_info(**kwargs) - def locations_add( + def payments_add( self, - accounting_location, + payment, **kwargs ): - """Create Location # noqa: E501 + """Create Payment # noqa: E501 - Create Location # noqa: E501 + Create Payment # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.locations_add(accounting_location, async_req=True) + >>> thread = api.payments_add(payment, async_req=True) >>> result = thread.get() Args: - accounting_location (AccountingLocation): + payment (Payment): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -10172,7 +10982,7 @@ def locations_add( async_req (bool): execute request asynchronously Returns: - CreateAccountingLocationResponse + CreatePaymentResponse If the method is called asynchronously, returns the request thread. """ @@ -10200,21 +11010,21 @@ def locations_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['accounting_location'] = \ - accounting_location - return self.locations_add_endpoint.call_with_http_info(**kwargs) + kwargs['payment'] = \ + payment + return self.payments_add_endpoint.call_with_http_info(**kwargs) - def locations_all( + def payments_all( self, **kwargs ): - """List Locations # noqa: E501 + """List Payments # noqa: E501 - List Locations # noqa: E501 + List Payments # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.locations_all(async_req=True) + >>> thread = api.payments_all(async_req=True) >>> result = thread.get() @@ -10225,8 +11035,10 @@ def locations_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 + filter (PaymentsFilter): Apply filters. [optional] + sort (PaymentsSort): Apply sorting. [optional] + pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] - filter (AccountingLocationsFilter): Apply filters. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -10255,7 +11067,7 @@ def locations_all( async_req (bool): execute request asynchronously Returns: - GetAccountingLocationsResponse + GetPaymentsResponse If the method is called asynchronously, returns the request thread. """ @@ -10283,20 +11095,20 @@ def locations_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.locations_all_endpoint.call_with_http_info(**kwargs) + return self.payments_all_endpoint.call_with_http_info(**kwargs) - def locations_delete( + def payments_delete( self, id, **kwargs ): - """Delete Location # noqa: E501 + """Delete Payment # noqa: E501 - Delete Location # noqa: E501 + Delete Payment # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.locations_delete(id, async_req=True) + >>> thread = api.payments_delete(id, async_req=True) >>> result = thread.get() Args: @@ -10335,7 +11147,7 @@ def locations_delete( async_req (bool): execute request asynchronously Returns: - DeleteAccountingLocationResponse + DeletePaymentResponse If the method is called asynchronously, returns the request thread. """ @@ -10365,20 +11177,20 @@ def locations_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.locations_delete_endpoint.call_with_http_info(**kwargs) + return self.payments_delete_endpoint.call_with_http_info(**kwargs) - def locations_one( + def payments_one( self, id, **kwargs ): - """Get Location # noqa: E501 + """Get Payment # noqa: E501 - Get Location # noqa: E501 + Get Payment # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.locations_one(id, async_req=True) + >>> thread = api.payments_one(id, async_req=True) >>> result = thread.get() Args: @@ -10418,7 +11230,7 @@ def locations_one( async_req (bool): execute request asynchronously Returns: - GetAccountingLocationResponse + GetPaymentResponse If the method is called asynchronously, returns the request thread. """ @@ -10448,26 +11260,26 @@ def locations_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.locations_one_endpoint.call_with_http_info(**kwargs) + return self.payments_one_endpoint.call_with_http_info(**kwargs) - def locations_update( + def payments_update( self, id, - accounting_location, + payment, **kwargs ): - """Update Location # noqa: E501 + """Update Payment # noqa: E501 - Update Location # noqa: E501 + Update Payment # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.locations_update(id, accounting_location, async_req=True) + >>> thread = api.payments_update(id, payment, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - accounting_location (AccountingLocation): + payment (Payment): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -10502,7 +11314,7 @@ def locations_update( async_req (bool): execute request asynchronously Returns: - UpdateAccountingLocationResponse + UpdatePaymentResponse If the method is called asynchronously, returns the request thread. """ @@ -10532,32 +11344,32 @@ def locations_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['accounting_location'] = \ - accounting_location - return self.locations_update_endpoint.call_with_http_info(**kwargs) + kwargs['payment'] = \ + payment + return self.payments_update_endpoint.call_with_http_info(**kwargs) - def payments_add( + def profit_and_loss_one( self, - payment, **kwargs ): - """Create Payment # noqa: E501 + """Get Profit and Loss # noqa: E501 - Create Payment # noqa: E501 + Get Profit and Loss # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.payments_add(payment, async_req=True) + >>> thread = api.profit_and_loss_one(async_req=True) >>> result = thread.get() - Args: - payment (Payment): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] + filter (ProfitAndLossFilter): Apply filters. [optional] + pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] + fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -10586,7 +11398,7 @@ def payments_add( async_req (bool): execute request asynchronously Returns: - CreatePaymentResponse + GetProfitAndLossResponse If the method is called asynchronously, returns the request thread. """ @@ -10614,35 +11426,30 @@ def payments_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['payment'] = \ - payment - return self.payments_add_endpoint.call_with_http_info(**kwargs) + return self.profit_and_loss_one_endpoint.call_with_http_info(**kwargs) - def payments_all( + def purchase_orders_add( self, + purchase_order, **kwargs ): - """List Payments # noqa: E501 + """Create Purchase Order # noqa: E501 - List Payments # noqa: E501 + Create Purchase Order # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.payments_all(async_req=True) + >>> thread = api.purchase_orders_add(purchase_order, async_req=True) >>> result = thread.get() + Args: + purchase_order (PurchaseOrder): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] - cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] - limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (PaymentsFilter): Apply filters. [optional] - sort (PaymentsSort): Apply sorting. [optional] - pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] - fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -10671,7 +11478,7 @@ def payments_all( async_req (bool): execute request asynchronously Returns: - GetPaymentsResponse + CreatePurchaseOrderResponse If the method is called asynchronously, returns the request thread. """ @@ -10699,30 +11506,34 @@ def payments_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.payments_all_endpoint.call_with_http_info(**kwargs) + kwargs['purchase_order'] = \ + purchase_order + return self.purchase_orders_add_endpoint.call_with_http_info(**kwargs) - def payments_delete( + def purchase_orders_all( self, - id, **kwargs ): - """Delete Payment # noqa: E501 + """List Purchase Orders # noqa: E501 - Delete Payment # noqa: E501 + List Purchase Orders # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.payments_delete(id, async_req=True) + >>> thread = api.purchase_orders_all(async_req=True) >>> result = thread.get() - Args: - id (str): ID of the record you are acting upon. Keyword Args: + raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] - raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False + cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] + pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] + limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 + filter (PurchaseOrdersFilter): Apply filters. [optional] + sort (PurchaseOrdersSort): Apply sorting. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -10751,7 +11562,7 @@ def payments_delete( async_req (bool): execute request asynchronously Returns: - DeletePaymentResponse + GetPurchaseOrdersResponse If the method is called asynchronously, returns the request thread. """ @@ -10779,22 +11590,20 @@ def payments_delete( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['id'] = \ - id - return self.payments_delete_endpoint.call_with_http_info(**kwargs) + return self.purchase_orders_all_endpoint.call_with_http_info(**kwargs) - def payments_one( + def purchase_orders_delete( self, id, **kwargs ): - """Get Payment # noqa: E501 + """Delete Purchase Order # noqa: E501 - Get Payment # noqa: E501 + Delete Purchase Order # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.payments_one(id, async_req=True) + >>> thread = api.purchase_orders_delete(id, async_req=True) >>> result = thread.get() Args: @@ -10805,7 +11614,6 @@ def payments_one( app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False - fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -10834,7 +11642,7 @@ def payments_one( async_req (bool): execute request asynchronously Returns: - GetPaymentResponse + DeletePurchaseOrderResponse If the method is called asynchronously, returns the request thread. """ @@ -10864,26 +11672,24 @@ def payments_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.payments_one_endpoint.call_with_http_info(**kwargs) + return self.purchase_orders_delete_endpoint.call_with_http_info(**kwargs) - def payments_update( + def purchase_orders_one( self, id, - payment, **kwargs ): - """Update Payment # noqa: E501 + """Get Purchase Order # noqa: E501 - Update Payment # noqa: E501 + Get Purchase Order # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.payments_update(id, payment, async_req=True) + >>> thread = api.purchase_orders_one(id, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - payment (Payment): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -10918,7 +11724,7 @@ def payments_update( async_req (bool): execute request asynchronously Returns: - UpdatePaymentResponse + GetPurchaseOrderResponse If the method is called asynchronously, returns the request thread. """ @@ -10948,32 +11754,32 @@ def payments_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['payment'] = \ - payment - return self.payments_update_endpoint.call_with_http_info(**kwargs) + return self.purchase_orders_one_endpoint.call_with_http_info(**kwargs) - def profit_and_loss_one( + def purchase_orders_update( self, + id, + purchase_order, **kwargs ): - """Get Profit and Loss # noqa: E501 + """Update Purchase Order # noqa: E501 - Get Profit and Loss # noqa: E501 + Update Purchase Order # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.profit_and_loss_one(async_req=True) + >>> thread = api.purchase_orders_update(id, purchase_order, async_req=True) >>> result = thread.get() + Args: + id (str): ID of the record you are acting upon. + purchase_order (PurchaseOrder): Keyword Args: - raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False consumer_id (str): ID of the consumer which you want to get or push data from. [optional] app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] - filter (ProfitAndLossFilter): Apply filters. [optional] - pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] - fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] + raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -11002,7 +11808,7 @@ def profit_and_loss_one( async_req (bool): execute request asynchronously Returns: - GetProfitAndLossResponse + UpdatePurchaseOrderResponse If the method is called asynchronously, returns the request thread. """ @@ -11030,24 +11836,28 @@ def profit_and_loss_one( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.profit_and_loss_one_endpoint.call_with_http_info(**kwargs) + kwargs['id'] = \ + id + kwargs['purchase_order'] = \ + purchase_order + return self.purchase_orders_update_endpoint.call_with_http_info(**kwargs) - def purchase_orders_add( + def subsidiaries_add( self, - purchase_order, + subsidiary, **kwargs ): - """Create Purchase Order # noqa: E501 + """Create Subsidiary # noqa: E501 - Create Purchase Order # noqa: E501 + Create Subsidiary # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.purchase_orders_add(purchase_order, async_req=True) + >>> thread = api.subsidiaries_add(subsidiary, async_req=True) >>> result = thread.get() Args: - purchase_order (PurchaseOrder): + subsidiary (Subsidiary): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -11082,7 +11892,7 @@ def purchase_orders_add( async_req (bool): execute request asynchronously Returns: - CreatePurchaseOrderResponse + CreateSubsidiaryResponse If the method is called asynchronously, returns the request thread. """ @@ -11110,21 +11920,21 @@ def purchase_orders_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['purchase_order'] = \ - purchase_order - return self.purchase_orders_add_endpoint.call_with_http_info(**kwargs) + kwargs['subsidiary'] = \ + subsidiary + return self.subsidiaries_add_endpoint.call_with_http_info(**kwargs) - def purchase_orders_all( + def subsidiaries_all( self, **kwargs ): - """List Purchase Orders # noqa: E501 + """List Subsidiaries # noqa: E501 - List Purchase Orders # noqa: E501 + List Subsidiaries # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.purchase_orders_all(async_req=True) + >>> thread = api.subsidiaries_all(async_req=True) >>> result = thread.get() @@ -11134,10 +11944,8 @@ def purchase_orders_all( app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] - pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (PurchaseOrdersFilter): Apply filters. [optional] - sort (PurchaseOrdersSort): Apply sorting. [optional] + fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -11166,7 +11974,7 @@ def purchase_orders_all( async_req (bool): execute request asynchronously Returns: - GetPurchaseOrdersResponse + GetSubsidiariesResponse If the method is called asynchronously, returns the request thread. """ @@ -11194,20 +12002,20 @@ def purchase_orders_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.purchase_orders_all_endpoint.call_with_http_info(**kwargs) + return self.subsidiaries_all_endpoint.call_with_http_info(**kwargs) - def purchase_orders_delete( + def subsidiaries_delete( self, id, **kwargs ): - """Delete Purchase Order # noqa: E501 + """Delete Subsidiary # noqa: E501 - Delete Purchase Order # noqa: E501 + Delete Subsidiary # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.purchase_orders_delete(id, async_req=True) + >>> thread = api.subsidiaries_delete(id, async_req=True) >>> result = thread.get() Args: @@ -11246,7 +12054,7 @@ def purchase_orders_delete( async_req (bool): execute request asynchronously Returns: - DeletePurchaseOrderResponse + DeleteSubsidiaryResponse If the method is called asynchronously, returns the request thread. """ @@ -11276,20 +12084,20 @@ def purchase_orders_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.purchase_orders_delete_endpoint.call_with_http_info(**kwargs) + return self.subsidiaries_delete_endpoint.call_with_http_info(**kwargs) - def purchase_orders_one( + def subsidiaries_one( self, id, **kwargs ): - """Get Purchase Order # noqa: E501 + """Get Subsidiary # noqa: E501 - Get Purchase Order # noqa: E501 + Get Subsidiary # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.purchase_orders_one(id, async_req=True) + >>> thread = api.subsidiaries_one(id, async_req=True) >>> result = thread.get() Args: @@ -11300,6 +12108,7 @@ def purchase_orders_one( app_id (str): The ID of your Unify application. [optional] service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False + fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. _preload_content (bool): if False, the urllib3.HTTPResponse object @@ -11328,7 +12137,7 @@ def purchase_orders_one( async_req (bool): execute request asynchronously Returns: - GetPurchaseOrderResponse + GetSubsidiaryResponse If the method is called asynchronously, returns the request thread. """ @@ -11358,26 +12167,26 @@ def purchase_orders_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.purchase_orders_one_endpoint.call_with_http_info(**kwargs) + return self.subsidiaries_one_endpoint.call_with_http_info(**kwargs) - def purchase_orders_update( + def subsidiaries_update( self, id, - purchase_order, + subsidiary, **kwargs ): - """Update Purchase Order # noqa: E501 + """Update Subsidiary # noqa: E501 - Update Purchase Order # noqa: E501 + Update Subsidiary # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.purchase_orders_update(id, purchase_order, async_req=True) + >>> thread = api.subsidiaries_update(id, subsidiary, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - purchase_order (PurchaseOrder): + subsidiary (Subsidiary): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -11412,7 +12221,7 @@ def purchase_orders_update( async_req (bool): execute request asynchronously Returns: - UpdatePurchaseOrderResponse + UpdateSubsidiaryResponse If the method is called asynchronously, returns the request thread. """ @@ -11442,26 +12251,26 @@ def purchase_orders_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['purchase_order'] = \ - purchase_order - return self.purchase_orders_update_endpoint.call_with_http_info(**kwargs) + kwargs['subsidiary'] = \ + subsidiary + return self.subsidiaries_update_endpoint.call_with_http_info(**kwargs) - def subsidiaries_add( + def suppliers_add( self, - subsidiary, + supplier, **kwargs ): - """Create Subsidiary # noqa: E501 + """Create Supplier # noqa: E501 - Create Subsidiary # noqa: E501 + Create Supplier # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.subsidiaries_add(subsidiary, async_req=True) + >>> thread = api.suppliers_add(supplier, async_req=True) >>> result = thread.get() Args: - subsidiary (Subsidiary): + supplier (Supplier): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -11496,7 +12305,7 @@ def subsidiaries_add( async_req (bool): execute request asynchronously Returns: - CreateSubsidiaryResponse + CreateSupplierResponse If the method is called asynchronously, returns the request thread. """ @@ -11524,21 +12333,21 @@ def subsidiaries_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['subsidiary'] = \ - subsidiary - return self.subsidiaries_add_endpoint.call_with_http_info(**kwargs) + kwargs['supplier'] = \ + supplier + return self.suppliers_add_endpoint.call_with_http_info(**kwargs) - def subsidiaries_all( + def suppliers_all( self, **kwargs ): - """List Subsidiaries # noqa: E501 + """List Suppliers # noqa: E501 - List Subsidiaries # noqa: E501 + List Suppliers # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.subsidiaries_all(async_req=True) + >>> thread = api.suppliers_all(async_req=True) >>> result = thread.get() @@ -11549,6 +12358,9 @@ def subsidiaries_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 + filter (SuppliersFilter): Apply filters. [optional] + sort (SuppliersSort): Apply sorting. [optional] + pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status code and headers. Default is True. @@ -11578,7 +12390,7 @@ def subsidiaries_all( async_req (bool): execute request asynchronously Returns: - GetSubsidiariesResponse + GetSuppliersResponse If the method is called asynchronously, returns the request thread. """ @@ -11606,20 +12418,20 @@ def subsidiaries_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.subsidiaries_all_endpoint.call_with_http_info(**kwargs) + return self.suppliers_all_endpoint.call_with_http_info(**kwargs) - def subsidiaries_delete( + def suppliers_delete( self, id, **kwargs ): - """Delete Subsidiary # noqa: E501 + """Delete Supplier # noqa: E501 - Delete Subsidiary # noqa: E501 + Delete Supplier # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.subsidiaries_delete(id, async_req=True) + >>> thread = api.suppliers_delete(id, async_req=True) >>> result = thread.get() Args: @@ -11658,7 +12470,7 @@ def subsidiaries_delete( async_req (bool): execute request asynchronously Returns: - DeleteSubsidiaryResponse + DeleteSupplierResponse If the method is called asynchronously, returns the request thread. """ @@ -11688,20 +12500,20 @@ def subsidiaries_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.subsidiaries_delete_endpoint.call_with_http_info(**kwargs) + return self.suppliers_delete_endpoint.call_with_http_info(**kwargs) - def subsidiaries_one( + def suppliers_one( self, id, **kwargs ): - """Get Subsidiary # noqa: E501 + """Get Supplier # noqa: E501 - Get Subsidiary # noqa: E501 + Get Supplier # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.subsidiaries_one(id, async_req=True) + >>> thread = api.suppliers_one(id, async_req=True) >>> result = thread.get() Args: @@ -11741,7 +12553,7 @@ def subsidiaries_one( async_req (bool): execute request asynchronously Returns: - GetSubsidiaryResponse + GetSupplierResponse If the method is called asynchronously, returns the request thread. """ @@ -11771,26 +12583,26 @@ def subsidiaries_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.subsidiaries_one_endpoint.call_with_http_info(**kwargs) + return self.suppliers_one_endpoint.call_with_http_info(**kwargs) - def subsidiaries_update( + def suppliers_update( self, id, - subsidiary, + supplier, **kwargs ): - """Update Subsidiary # noqa: E501 + """Update Supplier # noqa: E501 - Update Subsidiary # noqa: E501 + Update Supplier # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.subsidiaries_update(id, subsidiary, async_req=True) + >>> thread = api.suppliers_update(id, supplier, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - subsidiary (Subsidiary): + supplier (Supplier): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -11825,7 +12637,7 @@ def subsidiaries_update( async_req (bool): execute request asynchronously Returns: - UpdateSubsidiaryResponse + UpdateSupplierResponse If the method is called asynchronously, returns the request thread. """ @@ -11855,26 +12667,26 @@ def subsidiaries_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['subsidiary'] = \ - subsidiary - return self.subsidiaries_update_endpoint.call_with_http_info(**kwargs) + kwargs['supplier'] = \ + supplier + return self.suppliers_update_endpoint.call_with_http_info(**kwargs) - def suppliers_add( + def tax_rates_add( self, - supplier, + tax_rate, **kwargs ): - """Create Supplier # noqa: E501 + """Create Tax Rate # noqa: E501 - Create Supplier # noqa: E501 + Create Tax Rate # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.suppliers_add(supplier, async_req=True) + >>> thread = api.tax_rates_add(tax_rate, async_req=True) >>> result = thread.get() Args: - supplier (Supplier): + tax_rate (TaxRate): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -11909,7 +12721,7 @@ def suppliers_add( async_req (bool): execute request asynchronously Returns: - CreateSupplierResponse + CreateTaxRateResponse If the method is called asynchronously, returns the request thread. """ @@ -11937,21 +12749,21 @@ def suppliers_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['supplier'] = \ - supplier - return self.suppliers_add_endpoint.call_with_http_info(**kwargs) + kwargs['tax_rate'] = \ + tax_rate + return self.tax_rates_add_endpoint.call_with_http_info(**kwargs) - def suppliers_all( + def tax_rates_all( self, **kwargs ): - """List Suppliers # noqa: E501 + """List Tax Rates # noqa: E501 - List Suppliers # noqa: E501 + List Tax Rates. Note: Not all connectors return the actual rate/percentage value. In this case, only the tax code or reference is returned. Connectors Affected: Quickbooks # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.suppliers_all(async_req=True) + >>> thread = api.tax_rates_all(async_req=True) >>> result = thread.get() @@ -11962,8 +12774,7 @@ def suppliers_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (SuppliersFilter): Apply filters. [optional] - sort (SuppliersSort): Apply sorting. [optional] + filter (TaxRatesFilter): Apply filters. [optional] pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status @@ -11994,7 +12805,7 @@ def suppliers_all( async_req (bool): execute request asynchronously Returns: - GetSuppliersResponse + GetTaxRatesResponse If the method is called asynchronously, returns the request thread. """ @@ -12022,20 +12833,20 @@ def suppliers_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.suppliers_all_endpoint.call_with_http_info(**kwargs) + return self.tax_rates_all_endpoint.call_with_http_info(**kwargs) - def suppliers_delete( + def tax_rates_delete( self, id, **kwargs ): - """Delete Supplier # noqa: E501 + """Delete Tax Rate # noqa: E501 - Delete Supplier # noqa: E501 + Delete Tax Rate # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.suppliers_delete(id, async_req=True) + >>> thread = api.tax_rates_delete(id, async_req=True) >>> result = thread.get() Args: @@ -12074,7 +12885,7 @@ def suppliers_delete( async_req (bool): execute request asynchronously Returns: - DeleteSupplierResponse + DeleteTaxRateResponse If the method is called asynchronously, returns the request thread. """ @@ -12104,20 +12915,20 @@ def suppliers_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.suppliers_delete_endpoint.call_with_http_info(**kwargs) + return self.tax_rates_delete_endpoint.call_with_http_info(**kwargs) - def suppliers_one( + def tax_rates_one( self, id, **kwargs ): - """Get Supplier # noqa: E501 + """Get Tax Rate # noqa: E501 - Get Supplier # noqa: E501 + Get Tax Rate. Note: Not all connectors return the actual rate/percentage value. In this case, only the tax code or reference is returned. Support will soon be added to return the actual rate/percentage by doing additional calls in the background to provide the full view of a given tax rate. Connectors Affected: Quickbooks # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.suppliers_one(id, async_req=True) + >>> thread = api.tax_rates_one(id, async_req=True) >>> result = thread.get() Args: @@ -12157,7 +12968,7 @@ def suppliers_one( async_req (bool): execute request asynchronously Returns: - GetSupplierResponse + GetTaxRateResponse If the method is called asynchronously, returns the request thread. """ @@ -12187,26 +12998,26 @@ def suppliers_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.suppliers_one_endpoint.call_with_http_info(**kwargs) + return self.tax_rates_one_endpoint.call_with_http_info(**kwargs) - def suppliers_update( + def tax_rates_update( self, id, - supplier, + tax_rate, **kwargs ): - """Update Supplier # noqa: E501 + """Update Tax Rate # noqa: E501 - Update Supplier # noqa: E501 + Update Tax Rate # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.suppliers_update(id, supplier, async_req=True) + >>> thread = api.tax_rates_update(id, tax_rate, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - supplier (Supplier): + tax_rate (TaxRate): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -12241,7 +13052,7 @@ def suppliers_update( async_req (bool): execute request asynchronously Returns: - UpdateSupplierResponse + UpdateTaxRateResponse If the method is called asynchronously, returns the request thread. """ @@ -12271,26 +13082,26 @@ def suppliers_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['supplier'] = \ - supplier - return self.suppliers_update_endpoint.call_with_http_info(**kwargs) + kwargs['tax_rate'] = \ + tax_rate + return self.tax_rates_update_endpoint.call_with_http_info(**kwargs) - def tax_rates_add( + def tracking_categories_add( self, - tax_rate, + tracking_category, **kwargs ): - """Create Tax Rate # noqa: E501 + """Create Tracking Category # noqa: E501 - Create Tax Rate # noqa: E501 + Create Tracking Category # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.tax_rates_add(tax_rate, async_req=True) + >>> thread = api.tracking_categories_add(tracking_category, async_req=True) >>> result = thread.get() Args: - tax_rate (TaxRate): + tracking_category (TrackingCategory): Keyword Args: raw (bool): Include raw response. Mostly used for debugging purposes. [optional] if omitted the server will use the default value of False @@ -12325,7 +13136,7 @@ def tax_rates_add( async_req (bool): execute request asynchronously Returns: - CreateTaxRateResponse + CreateTrackingCategoryResponse If the method is called asynchronously, returns the request thread. """ @@ -12353,21 +13164,21 @@ def tax_rates_add( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - kwargs['tax_rate'] = \ - tax_rate - return self.tax_rates_add_endpoint.call_with_http_info(**kwargs) + kwargs['tracking_category'] = \ + tracking_category + return self.tracking_categories_add_endpoint.call_with_http_info(**kwargs) - def tax_rates_all( + def tracking_categories_all( self, **kwargs ): - """List Tax Rates # noqa: E501 + """List Tracking Categories # noqa: E501 - List Tax Rates. Note: Not all connectors return the actual rate/percentage value. In this case, only the tax code or reference is returned. Connectors Affected: Quickbooks # noqa: E501 + List Tracking Categories # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.tax_rates_all(async_req=True) + >>> thread = api.tracking_categories_all(async_req=True) >>> result = thread.get() @@ -12378,7 +13189,6 @@ def tax_rates_all( service_id (str): Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.. [optional] cursor (str, none_type): Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.. [optional] limit (int): Number of results to return. Minimum 1, Maximum 200, Default 20. [optional] if omitted the server will use the default value of 20 - filter (TaxRatesFilter): Apply filters. [optional] pass_through (PassThroughQuery): Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads. [optional] fields (str, none_type): The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: `fields=name,email,addresses.city`

In the example above, the response will only include the fields \"name\", \"email\" and \"addresses.city\". If any other fields are available, they will be excluded.. [optional] _return_http_data_only (bool): response data without head status @@ -12409,7 +13219,7 @@ def tax_rates_all( async_req (bool): execute request asynchronously Returns: - GetTaxRatesResponse + GetTrackingCategoriesResponse If the method is called asynchronously, returns the request thread. """ @@ -12437,20 +13247,20 @@ def tax_rates_all( kwargs['_content_type'] = kwargs.get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') - return self.tax_rates_all_endpoint.call_with_http_info(**kwargs) + return self.tracking_categories_all_endpoint.call_with_http_info(**kwargs) - def tax_rates_delete( + def tracking_categories_delete( self, id, **kwargs ): - """Delete Tax Rate # noqa: E501 + """Delete Tracking Category # noqa: E501 - Delete Tax Rate # noqa: E501 + Delete Tracking Category # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.tax_rates_delete(id, async_req=True) + >>> thread = api.tracking_categories_delete(id, async_req=True) >>> result = thread.get() Args: @@ -12489,7 +13299,7 @@ def tax_rates_delete( async_req (bool): execute request asynchronously Returns: - DeleteTaxRateResponse + DeleteTrackingCategoryResponse If the method is called asynchronously, returns the request thread. """ @@ -12519,20 +13329,20 @@ def tax_rates_delete( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.tax_rates_delete_endpoint.call_with_http_info(**kwargs) + return self.tracking_categories_delete_endpoint.call_with_http_info(**kwargs) - def tax_rates_one( + def tracking_categories_one( self, id, **kwargs ): - """Get Tax Rate # noqa: E501 + """Get Tracking Category # noqa: E501 - Get Tax Rate. Note: Not all connectors return the actual rate/percentage value. In this case, only the tax code or reference is returned. Support will soon be added to return the actual rate/percentage by doing additional calls in the background to provide the full view of a given tax rate. Connectors Affected: Quickbooks # noqa: E501 + Get Tracking Category # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.tax_rates_one(id, async_req=True) + >>> thread = api.tracking_categories_one(id, async_req=True) >>> result = thread.get() Args: @@ -12572,7 +13382,7 @@ def tax_rates_one( async_req (bool): execute request asynchronously Returns: - GetTaxRateResponse + GetTrackingCategoryResponse If the method is called asynchronously, returns the request thread. """ @@ -12602,26 +13412,26 @@ def tax_rates_one( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - return self.tax_rates_one_endpoint.call_with_http_info(**kwargs) + return self.tracking_categories_one_endpoint.call_with_http_info(**kwargs) - def tax_rates_update( + def tracking_categories_update( self, id, - tax_rate, + tracking_category, **kwargs ): - """Update Tax Rate # noqa: E501 + """Update Tracking Category # noqa: E501 - Update Tax Rate # noqa: E501 + Update Tracking Category # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.tax_rates_update(id, tax_rate, async_req=True) + >>> thread = api.tracking_categories_update(id, tracking_category, async_req=True) >>> result = thread.get() Args: id (str): ID of the record you are acting upon. - tax_rate (TaxRate): + tracking_category (TrackingCategory): Keyword Args: consumer_id (str): ID of the consumer which you want to get or push data from. [optional] @@ -12656,7 +13466,7 @@ def tax_rates_update( async_req (bool): execute request asynchronously Returns: - UpdateTaxRateResponse + UpdateTrackingCategoryResponse If the method is called asynchronously, returns the request thread. """ @@ -12686,7 +13496,7 @@ def tax_rates_update( kwargs['_host_index'] = kwargs.get('_host_index') kwargs['id'] = \ id - kwargs['tax_rate'] = \ - tax_rate - return self.tax_rates_update_endpoint.call_with_http_info(**kwargs) + kwargs['tracking_category'] = \ + tracking_category + return self.tracking_categories_update_endpoint.call_with_http_info(**kwargs) diff --git a/src/apideck/api/ats_api.py b/src/apideck/api/ats_api.py index 88902efdf0..b827128bbb 100644 --- a/src/apideck/api/ats_api.py +++ b/src/apideck/api/ats_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/connector_api.py b/src/apideck/api/connector_api.py index 3e762a18d7..a7e54f08bf 100644 --- a/src/apideck/api/connector_api.py +++ b/src/apideck/api/connector_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/crm_api.py b/src/apideck/api/crm_api.py index b040caa6b1..e204a36cfd 100644 --- a/src/apideck/api/crm_api.py +++ b/src/apideck/api/crm_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/ecommerce_api.py b/src/apideck/api/ecommerce_api.py index b6a09d107d..988db47ca6 100644 --- a/src/apideck/api/ecommerce_api.py +++ b/src/apideck/api/ecommerce_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/file_storage_api.py b/src/apideck/api/file_storage_api.py index d3a3e5be28..5be6dee638 100644 --- a/src/apideck/api/file_storage_api.py +++ b/src/apideck/api/file_storage_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/hris_api.py b/src/apideck/api/hris_api.py index 73f56b1532..4da1fb55e4 100644 --- a/src/apideck/api/hris_api.py +++ b/src/apideck/api/hris_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/issue_tracking_api.py b/src/apideck/api/issue_tracking_api.py index ed9cc8509d..c29a2b2013 100644 --- a/src/apideck/api/issue_tracking_api.py +++ b/src/apideck/api/issue_tracking_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/lead_api.py b/src/apideck/api/lead_api.py index fbfded9e56..cfcf6de030 100644 --- a/src/apideck/api/lead_api.py +++ b/src/apideck/api/lead_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/pos_api.py b/src/apideck/api/pos_api.py index 3dd6283a02..1c7dcfdee8 100644 --- a/src/apideck/api/pos_api.py +++ b/src/apideck/api/pos_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/sms_api.py b/src/apideck/api/sms_api.py index 19fdeb3353..d08865d86f 100644 --- a/src/apideck/api/sms_api.py +++ b/src/apideck/api/sms_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/vault_api.py b/src/apideck/api/vault_api.py index b5a762feed..4362476e3a 100644 --- a/src/apideck/api/vault_api.py +++ b/src/apideck/api/vault_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api/webhook_api.py b/src/apideck/api/webhook_api.py index c5bf70571c..4dddf9d882 100644 --- a/src/apideck/api/webhook_api.py +++ b/src/apideck/api/webhook_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/api_client.py b/src/apideck/api_client.py index 3f131b15a7..ef33ccb622 100644 --- a/src/apideck/api_client.py +++ b/src/apideck/api_client.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.3.0/python' + self.user_agent = 'OpenAPI-Generator/1.4.0/python' def __enter__(self): return self diff --git a/src/apideck/configuration.py b/src/apideck/configuration.py index 512426847c..9bc1dfa2ce 100644 --- a/src/apideck/configuration.py +++ b/src/apideck/configuration.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -426,8 +426,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 10.6.3\n"\ - "SDK Package Version: 1.3.0".\ + "Version of the API: 10.7.0\n"\ + "SDK Package Version: 1.4.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/src/apideck/exceptions.py b/src/apideck/exceptions.py index 7272ad6d3d..a96ea519f2 100644 --- a/src/apideck/exceptions.py +++ b/src/apideck/exceptions.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/accounting_customer.py b/src/apideck/model/accounting_customer.py index 822de98614..99b929a3f2 100644 --- a/src/apideck/model/accounting_customer.py +++ b/src/apideck/model/accounting_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/accounting_department.py b/src/apideck/model/accounting_department.py index b7b32e1c36..a0e1e2eab7 100644 --- a/src/apideck/model/accounting_department.py +++ b/src/apideck/model/accounting_department.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/accounting_departments_filter.py b/src/apideck/model/accounting_departments_filter.py index 5b34b09fdd..44ec8eb81f 100644 --- a/src/apideck/model/accounting_departments_filter.py +++ b/src/apideck/model/accounting_departments_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/accounting_event_type.py b/src/apideck/model/accounting_event_type.py index 42067c81b5..01318324e4 100644 --- a/src/apideck/model/accounting_event_type.py +++ b/src/apideck/model/accounting_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/accounting_location.py b/src/apideck/model/accounting_location.py index 803c7c216f..1e45490c82 100644 --- a/src/apideck/model/accounting_location.py +++ b/src/apideck/model/accounting_location.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/accounting_locations_filter.py b/src/apideck/model/accounting_locations_filter.py index 4e4833a5d2..d17025722f 100644 --- a/src/apideck/model/accounting_locations_filter.py +++ b/src/apideck/model/accounting_locations_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/activities_filter.py b/src/apideck/model/activities_filter.py index c19e5af805..861352d842 100644 --- a/src/apideck/model/activities_filter.py +++ b/src/apideck/model/activities_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/activities_sort.py b/src/apideck/model/activities_sort.py index 8b379493c2..78bd35ce1e 100644 --- a/src/apideck/model/activities_sort.py +++ b/src/apideck/model/activities_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/activity.py b/src/apideck/model/activity.py index ab40b06703..4d65e17e40 100644 --- a/src/apideck/model/activity.py +++ b/src/apideck/model/activity.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/activity_attendee.py b/src/apideck/model/activity_attendee.py index 0e122a422d..66eb1bd8c9 100644 --- a/src/apideck/model/activity_attendee.py +++ b/src/apideck/model/activity_attendee.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/address.py b/src/apideck/model/address.py index b6a57080d4..c2315df84f 100644 --- a/src/apideck/model/address.py +++ b/src/apideck/model/address.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/allocation.py b/src/apideck/model/allocation.py index d0b6fe6fb1..6d253ab111 100644 --- a/src/apideck/model/allocation.py +++ b/src/apideck/model/allocation.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/api.py b/src/apideck/model/api.py index 331529a335..553ec62598 100644 --- a/src/apideck/model/api.py +++ b/src/apideck/model/api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/api_resource.py b/src/apideck/model/api_resource.py index b2d09203b0..6a144ebd86 100644 --- a/src/apideck/model/api_resource.py +++ b/src/apideck/model/api_resource.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/api_resource_coverage.py b/src/apideck/model/api_resource_coverage.py index 2917a91570..b887af1891 100644 --- a/src/apideck/model/api_resource_coverage.py +++ b/src/apideck/model/api_resource_coverage.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/api_resource_coverage_coverage.py b/src/apideck/model/api_resource_coverage_coverage.py index bb0423731f..5d45f46d8b 100644 --- a/src/apideck/model/api_resource_coverage_coverage.py +++ b/src/apideck/model/api_resource_coverage_coverage.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/api_resource_linked_resources.py b/src/apideck/model/api_resource_linked_resources.py index 5bd6a26955..2af23928dd 100644 --- a/src/apideck/model/api_resource_linked_resources.py +++ b/src/apideck/model/api_resource_linked_resources.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/api_resources.py b/src/apideck/model/api_resources.py index 7cb97e174e..f51db1fa9f 100644 --- a/src/apideck/model/api_resources.py +++ b/src/apideck/model/api_resources.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/api_status.py b/src/apideck/model/api_status.py index da6fe2d255..9ce2881511 100644 --- a/src/apideck/model/api_status.py +++ b/src/apideck/model/api_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/apis_filter.py b/src/apideck/model/apis_filter.py index 297bdeb59e..a9505758dd 100644 --- a/src/apideck/model/apis_filter.py +++ b/src/apideck/model/apis_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/applicant.py b/src/apideck/model/applicant.py index 893b6a8f5b..f35e12855f 100644 --- a/src/apideck/model/applicant.py +++ b/src/apideck/model/applicant.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/applicant_social_links.py b/src/apideck/model/applicant_social_links.py index ee4dd127eb..be71480e14 100644 --- a/src/apideck/model/applicant_social_links.py +++ b/src/apideck/model/applicant_social_links.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/applicant_websites.py b/src/apideck/model/applicant_websites.py index abe667b5c2..448ae27143 100644 --- a/src/apideck/model/applicant_websites.py +++ b/src/apideck/model/applicant_websites.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/applicants_filter.py b/src/apideck/model/applicants_filter.py index ba8feffc5e..b1e01ae281 100644 --- a/src/apideck/model/applicants_filter.py +++ b/src/apideck/model/applicants_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/application.py b/src/apideck/model/application.py index b59fcec9a8..eef0851e8c 100644 --- a/src/apideck/model/application.py +++ b/src/apideck/model/application.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/application_stage.py b/src/apideck/model/application_stage.py index 056307480a..f395bab0fe 100644 --- a/src/apideck/model/application_stage.py +++ b/src/apideck/model/application_stage.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/assignee.py b/src/apideck/model/assignee.py index 97ef95e6e5..bdbab4f287 100644 --- a/src/apideck/model/assignee.py +++ b/src/apideck/model/assignee.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ats_activity.py b/src/apideck/model/ats_activity.py index b19eaa0029..6a9338106b 100644 --- a/src/apideck/model/ats_activity.py +++ b/src/apideck/model/ats_activity.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ats_event_type.py b/src/apideck/model/ats_event_type.py index aa21e6529a..971c4b37ff 100644 --- a/src/apideck/model/ats_event_type.py +++ b/src/apideck/model/ats_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/attachment.py b/src/apideck/model/attachment.py index c34284a73d..64c36a2058 100644 --- a/src/apideck/model/attachment.py +++ b/src/apideck/model/attachment.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/attachment_reference.py b/src/apideck/model/attachment_reference.py index 170e0acfda..0f9af13f85 100644 --- a/src/apideck/model/attachment_reference.py +++ b/src/apideck/model/attachment_reference.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/attachment_reference_type.py b/src/apideck/model/attachment_reference_type.py index 8e54144e54..6ef710e964 100644 --- a/src/apideck/model/attachment_reference_type.py +++ b/src/apideck/model/attachment_reference_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/auth_type.py b/src/apideck/model/auth_type.py index 2bcb7c3925..d9566e4a17 100644 --- a/src/apideck/model/auth_type.py +++ b/src/apideck/model/auth_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/bad_request_response.py b/src/apideck/model/bad_request_response.py index c40c054955..b8e95a607c 100644 --- a/src/apideck/model/bad_request_response.py +++ b/src/apideck/model/bad_request_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/balance_sheet.py b/src/apideck/model/balance_sheet.py index 33f3c2617e..b981824d70 100644 --- a/src/apideck/model/balance_sheet.py +++ b/src/apideck/model/balance_sheet.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/balance_sheet_account.py b/src/apideck/model/balance_sheet_account.py index 3f65f271e9..344028b914 100644 --- a/src/apideck/model/balance_sheet_account.py +++ b/src/apideck/model/balance_sheet_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/balance_sheet_account_record.py b/src/apideck/model/balance_sheet_account_record.py index 12388a61f2..6690b1ccfc 100644 --- a/src/apideck/model/balance_sheet_account_record.py +++ b/src/apideck/model/balance_sheet_account_record.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/balance_sheet_accounts.py b/src/apideck/model/balance_sheet_accounts.py index 7cc7a32853..d39ee5d973 100644 --- a/src/apideck/model/balance_sheet_accounts.py +++ b/src/apideck/model/balance_sheet_accounts.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/balance_sheet_filter.py b/src/apideck/model/balance_sheet_filter.py index f4916179aa..3afb648abb 100644 --- a/src/apideck/model/balance_sheet_filter.py +++ b/src/apideck/model/balance_sheet_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/balance_sheet_reports.py b/src/apideck/model/balance_sheet_reports.py index a89bf2e977..8ccd210ff4 100644 --- a/src/apideck/model/balance_sheet_reports.py +++ b/src/apideck/model/balance_sheet_reports.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/bank_account.py b/src/apideck/model/bank_account.py index 5f3fb0c30a..5dea9cf75e 100644 --- a/src/apideck/model/bank_account.py +++ b/src/apideck/model/bank_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/benefit.py b/src/apideck/model/benefit.py index 7d009d0d52..b9f01638d3 100644 --- a/src/apideck/model/benefit.py +++ b/src/apideck/model/benefit.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/bill.py b/src/apideck/model/bill.py index e9e8c4121f..4947774fb2 100644 --- a/src/apideck/model/bill.py +++ b/src/apideck/model/bill.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -35,12 +35,14 @@ def lazy_import(): from apideck.model.currency import Currency from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_supplier import LinkedSupplier + from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['BankAccount'] = BankAccount globals()['BillLineItem'] = BillLineItem globals()['Currency'] = Currency globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedSupplier'] = LinkedSupplier + globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody @@ -131,6 +133,7 @@ def openapi_types(): 'accounting_by_row': (bool, none_type,), # noqa: E501 'bank_account': (BankAccount,), # noqa: E501 'discount_percentage': (float, none_type,), # noqa: E501 + 'tracking_categories': (LinkedTrackingCategories,), # noqa: E501 'updated_by': (str, none_type,), # noqa: E501 'created_by': (str, none_type,), # noqa: E501 'updated_at': (datetime, none_type,), # noqa: E501 @@ -176,6 +179,7 @@ def discriminator(): 'accounting_by_row': 'accounting_by_row', # noqa: E501 'bank_account': 'bank_account', # noqa: E501 'discount_percentage': 'discount_percentage', # noqa: E501 + 'tracking_categories': 'tracking_categories', # noqa: E501 'updated_by': 'updated_by', # noqa: E501 'created_by': 'created_by', # noqa: E501 'updated_at': 'updated_at', # noqa: E501 @@ -263,6 +267,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 accounting_by_row (bool, none_type): Indicates if accounting by row is used (true) or not (false). Accounting by row means that a separate ledger transaction is created for each row.. [optional] # noqa: E501 bank_account (BankAccount): [optional] # noqa: E501 discount_percentage (float, none_type): Discount percentage applied to this transaction.. [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 updated_by (str, none_type): The user who last updated the object.. [optional] # noqa: E501 created_by (str, none_type): The user who created the object.. [optional] # noqa: E501 updated_at (datetime, none_type): The date and time when the object was last updated.. [optional] # noqa: E501 @@ -381,6 +386,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 accounting_by_row (bool, none_type): Indicates if accounting by row is used (true) or not (false). Accounting by row means that a separate ledger transaction is created for each row.. [optional] # noqa: E501 bank_account (BankAccount): [optional] # noqa: E501 discount_percentage (float, none_type): Discount percentage applied to this transaction.. [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 updated_by (str, none_type): The user who last updated the object.. [optional] # noqa: E501 created_by (str, none_type): The user who created the object.. [optional] # noqa: E501 updated_at (datetime, none_type): The date and time when the object was last updated.. [optional] # noqa: E501 diff --git a/src/apideck/model/bill_line_item.py b/src/apideck/model/bill_line_item.py index 1c7a012c4f..e92d8eca55 100644 --- a/src/apideck/model/bill_line_item.py +++ b/src/apideck/model/bill_line_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -33,9 +33,11 @@ def lazy_import(): from apideck.model.linked_invoice_item import LinkedInvoiceItem from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_tax_rate import LinkedTaxRate + from apideck.model.linked_tracking_categories import LinkedTrackingCategories globals()['LinkedInvoiceItem'] = LinkedInvoiceItem globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedTaxRate'] = LinkedTaxRate + globals()['LinkedTrackingCategories'] = LinkedTrackingCategories class BillLineItem(ModelNormal): @@ -108,6 +110,7 @@ def openapi_types(): 'item': (LinkedInvoiceItem,), # noqa: E501 'tax_rate': (LinkedTaxRate,), # noqa: E501 'ledger_account': (LinkedLedgerAccount,), # noqa: E501 + 'tracking_categories': (LinkedTrackingCategories,), # noqa: E501 'row_version': (str, none_type,), # noqa: E501 'updated_by': (str, none_type,), # noqa: E501 'created_by': (str, none_type,), # noqa: E501 @@ -139,6 +142,7 @@ def discriminator(): 'item': 'item', # noqa: E501 'tax_rate': 'tax_rate', # noqa: E501 'ledger_account': 'ledger_account', # noqa: E501 + 'tracking_categories': 'tracking_categories', # noqa: E501 'row_version': 'row_version', # noqa: E501 'updated_by': 'updated_by', # noqa: E501 'created_by': 'created_by', # noqa: E501 @@ -210,6 +214,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 item (LinkedInvoiceItem): [optional] # noqa: E501 tax_rate (LinkedTaxRate): [optional] # noqa: E501 ledger_account (LinkedLedgerAccount): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 updated_by (str, none_type): The user who last updated the object.. [optional] # noqa: E501 created_by (str, none_type): The user who created the object.. [optional] # noqa: E501 @@ -314,6 +319,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 item (LinkedInvoiceItem): [optional] # noqa: E501 tax_rate (LinkedTaxRate): [optional] # noqa: E501 ledger_account (LinkedLedgerAccount): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 updated_by (str, none_type): The user who last updated the object.. [optional] # noqa: E501 created_by (str, none_type): The user who created the object.. [optional] # noqa: E501 diff --git a/src/apideck/model/bills_filter.py b/src/apideck/model/bills_filter.py index ce5731dd25..59f975ee6e 100644 --- a/src/apideck/model/bills_filter.py +++ b/src/apideck/model/bills_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/bills_sort.py b/src/apideck/model/bills_sort.py index cb81d54b4e..f6e3219d08 100644 --- a/src/apideck/model/bills_sort.py +++ b/src/apideck/model/bills_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/branch.py b/src/apideck/model/branch.py index bfe1b847a4..f619f0d794 100644 --- a/src/apideck/model/branch.py +++ b/src/apideck/model/branch.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/cash_details.py b/src/apideck/model/cash_details.py index bbebb7daf7..7b0061efb9 100644 --- a/src/apideck/model/cash_details.py +++ b/src/apideck/model/cash_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/collection.py b/src/apideck/model/collection.py index f6d4008e16..324cce2df3 100644 --- a/src/apideck/model/collection.py +++ b/src/apideck/model/collection.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/collection_tag.py b/src/apideck/model/collection_tag.py index ebacc21783..2d3e690704 100644 --- a/src/apideck/model/collection_tag.py +++ b/src/apideck/model/collection_tag.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/collection_ticket_comment.py b/src/apideck/model/collection_ticket_comment.py index cc0bbfed6f..5878e77407 100644 --- a/src/apideck/model/collection_ticket_comment.py +++ b/src/apideck/model/collection_ticket_comment.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/collection_user.py b/src/apideck/model/collection_user.py index eef886711c..984bddd28b 100644 --- a/src/apideck/model/collection_user.py +++ b/src/apideck/model/collection_user.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/collections_sort.py b/src/apideck/model/collections_sort.py index 3972ba733a..582316bce1 100644 --- a/src/apideck/model/collections_sort.py +++ b/src/apideck/model/collections_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/comments_sort.py b/src/apideck/model/comments_sort.py index 913d36d108..2bf040977f 100644 --- a/src/apideck/model/comments_sort.py +++ b/src/apideck/model/comments_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/companies_filter.py b/src/apideck/model/companies_filter.py index 6879acf629..e44912e31d 100644 --- a/src/apideck/model/companies_filter.py +++ b/src/apideck/model/companies_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/companies_sort.py b/src/apideck/model/companies_sort.py index e3eb8901b8..0b416d5a07 100644 --- a/src/apideck/model/companies_sort.py +++ b/src/apideck/model/companies_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/company.py b/src/apideck/model/company.py index 24d41ffd29..6243632a9c 100644 --- a/src/apideck/model/company.py +++ b/src/apideck/model/company.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/company_info.py b/src/apideck/model/company_info.py index 410bd83418..f4031fd6a0 100644 --- a/src/apideck/model/company_info.py +++ b/src/apideck/model/company_info.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/company_row_type.py b/src/apideck/model/company_row_type.py index 41cab0ec35..3abbeab936 100644 --- a/src/apideck/model/company_row_type.py +++ b/src/apideck/model/company_row_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/compensation.py b/src/apideck/model/compensation.py index bb7589f2c8..57f3a4d9f9 100644 --- a/src/apideck/model/compensation.py +++ b/src/apideck/model/compensation.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connection.py b/src/apideck/model/connection.py index 4230fc495f..2547914c1c 100644 --- a/src/apideck/model/connection.py +++ b/src/apideck/model/connection.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connection_configuration.py b/src/apideck/model/connection_configuration.py index 93193cbc9c..c98522f7d8 100644 --- a/src/apideck/model/connection_configuration.py +++ b/src/apideck/model/connection_configuration.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connection_defaults.py b/src/apideck/model/connection_defaults.py index e55195c97f..36a471b5b3 100644 --- a/src/apideck/model/connection_defaults.py +++ b/src/apideck/model/connection_defaults.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connection_import_data.py b/src/apideck/model/connection_import_data.py index cc50e58152..149b091cda 100644 --- a/src/apideck/model/connection_import_data.py +++ b/src/apideck/model/connection_import_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connection_import_data_credentials.py b/src/apideck/model/connection_import_data_credentials.py index 3b8452c399..4905b9a337 100644 --- a/src/apideck/model/connection_import_data_credentials.py +++ b/src/apideck/model/connection_import_data_credentials.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connection_metadata.py b/src/apideck/model/connection_metadata.py index eaf84c06f5..219388cd26 100644 --- a/src/apideck/model/connection_metadata.py +++ b/src/apideck/model/connection_metadata.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connection_state.py b/src/apideck/model/connection_state.py index aea5aa1391..9bc428e12a 100644 --- a/src/apideck/model/connection_state.py +++ b/src/apideck/model/connection_state.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connection_webhook.py b/src/apideck/model/connection_webhook.py index f98f75610c..7e2bf436b2 100644 --- a/src/apideck/model/connection_webhook.py +++ b/src/apideck/model/connection_webhook.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connector.py b/src/apideck/model/connector.py index 0ef860438e..eff4d56294 100644 --- a/src/apideck/model/connector.py +++ b/src/apideck/model/connector.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connector_doc.py b/src/apideck/model/connector_doc.py index 40b997f4bd..6fa51c5472 100644 --- a/src/apideck/model/connector_doc.py +++ b/src/apideck/model/connector_doc.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connector_event.py b/src/apideck/model/connector_event.py index 20580c3635..fd7323d70e 100644 --- a/src/apideck/model/connector_event.py +++ b/src/apideck/model/connector_event.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connector_oauth_scopes.py b/src/apideck/model/connector_oauth_scopes.py index 1d0238d603..3a3461d4ca 100644 --- a/src/apideck/model/connector_oauth_scopes.py +++ b/src/apideck/model/connector_oauth_scopes.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connector_oauth_scopes1.py b/src/apideck/model/connector_oauth_scopes1.py index 07f938a61e..78c4c670b3 100644 --- a/src/apideck/model/connector_oauth_scopes1.py +++ b/src/apideck/model/connector_oauth_scopes1.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connector_resource.py b/src/apideck/model/connector_resource.py index 5ca1ad0d5f..7fcf91eabd 100644 --- a/src/apideck/model/connector_resource.py +++ b/src/apideck/model/connector_resource.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connector_setting.py b/src/apideck/model/connector_setting.py index b12acf4420..7531a99e83 100644 --- a/src/apideck/model/connector_setting.py +++ b/src/apideck/model/connector_setting.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connector_status.py b/src/apideck/model/connector_status.py index c5ab2767e1..6dd2f0d324 100644 --- a/src/apideck/model/connector_status.py +++ b/src/apideck/model/connector_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connector_tls_support.py b/src/apideck/model/connector_tls_support.py index 8c944fea04..07e445f0be 100644 --- a/src/apideck/model/connector_tls_support.py +++ b/src/apideck/model/connector_tls_support.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connector_unified_apis.py b/src/apideck/model/connector_unified_apis.py index 022bb75df4..996dee13da 100644 --- a/src/apideck/model/connector_unified_apis.py +++ b/src/apideck/model/connector_unified_apis.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/connectors_filter.py b/src/apideck/model/connectors_filter.py index ece0a9e4c2..3813cbd1d9 100644 --- a/src/apideck/model/connectors_filter.py +++ b/src/apideck/model/connectors_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/consumer.py b/src/apideck/model/consumer.py index 58d3d29827..a9392e6717 100644 --- a/src/apideck/model/consumer.py +++ b/src/apideck/model/consumer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/consumer_connection.py b/src/apideck/model/consumer_connection.py index 2c82079e11..10664ebb44 100644 --- a/src/apideck/model/consumer_connection.py +++ b/src/apideck/model/consumer_connection.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/consumer_metadata.py b/src/apideck/model/consumer_metadata.py index 000da8fbc6..18602c59a9 100644 --- a/src/apideck/model/consumer_metadata.py +++ b/src/apideck/model/consumer_metadata.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/consumer_request_counts_in_date_range_response.py b/src/apideck/model/consumer_request_counts_in_date_range_response.py index 8f38e0695f..2481acee74 100644 --- a/src/apideck/model/consumer_request_counts_in_date_range_response.py +++ b/src/apideck/model/consumer_request_counts_in_date_range_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/consumer_request_counts_in_date_range_response_data.py b/src/apideck/model/consumer_request_counts_in_date_range_response_data.py index acd3392f05..c6c2d98929 100644 --- a/src/apideck/model/consumer_request_counts_in_date_range_response_data.py +++ b/src/apideck/model/consumer_request_counts_in_date_range_response_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/contact.py b/src/apideck/model/contact.py index d190526d81..df37e795a3 100644 --- a/src/apideck/model/contact.py +++ b/src/apideck/model/contact.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/contacts_filter.py b/src/apideck/model/contacts_filter.py index b3c3e9d85e..8f62159278 100644 --- a/src/apideck/model/contacts_filter.py +++ b/src/apideck/model/contacts_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/contacts_sort.py b/src/apideck/model/contacts_sort.py index 3f98bf528c..166ad540d2 100644 --- a/src/apideck/model/contacts_sort.py +++ b/src/apideck/model/contacts_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/copy_folder_request.py b/src/apideck/model/copy_folder_request.py index 31f6b46117..8970a982a4 100644 --- a/src/apideck/model/copy_folder_request.py +++ b/src/apideck/model/copy_folder_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/country.py b/src/apideck/model/country.py index 69529a9c34..61d55aea1c 100644 --- a/src/apideck/model/country.py +++ b/src/apideck/model/country.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_accounting_department_response.py b/src/apideck/model/create_accounting_department_response.py index d83f8dad45..e5468552d5 100644 --- a/src/apideck/model/create_accounting_department_response.py +++ b/src/apideck/model/create_accounting_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_accounting_location_response.py b/src/apideck/model/create_accounting_location_response.py index cae15b493b..c489e629c3 100644 --- a/src/apideck/model/create_accounting_location_response.py +++ b/src/apideck/model/create_accounting_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_activity_response.py b/src/apideck/model/create_activity_response.py index 9633795c14..5933f6126b 100644 --- a/src/apideck/model/create_activity_response.py +++ b/src/apideck/model/create_activity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_applicant_response.py b/src/apideck/model/create_applicant_response.py index 4a321dd6a5..3ad362274e 100644 --- a/src/apideck/model/create_applicant_response.py +++ b/src/apideck/model/create_applicant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_application_response.py b/src/apideck/model/create_application_response.py index 9f9f69e96d..cbc259c2a3 100644 --- a/src/apideck/model/create_application_response.py +++ b/src/apideck/model/create_application_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_attachment_request.py b/src/apideck/model/create_attachment_request.py index 68dd51fece..0c20fe6e17 100644 --- a/src/apideck/model/create_attachment_request.py +++ b/src/apideck/model/create_attachment_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_attachment_response.py b/src/apideck/model/create_attachment_response.py index c6d5c051c4..8a18024d2f 100644 --- a/src/apideck/model/create_attachment_response.py +++ b/src/apideck/model/create_attachment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_bill_response.py b/src/apideck/model/create_bill_response.py index 429419d232..361b397b8e 100644 --- a/src/apideck/model/create_bill_response.py +++ b/src/apideck/model/create_bill_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_comment_response.py b/src/apideck/model/create_comment_response.py index 0e56dbff1e..510a3f7897 100644 --- a/src/apideck/model/create_comment_response.py +++ b/src/apideck/model/create_comment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_company_response.py b/src/apideck/model/create_company_response.py index 0dc3b348d8..89014c8391 100644 --- a/src/apideck/model/create_company_response.py +++ b/src/apideck/model/create_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_connection_response.py b/src/apideck/model/create_connection_response.py index cfadcd60ab..38639a5b27 100644 --- a/src/apideck/model/create_connection_response.py +++ b/src/apideck/model/create_connection_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_consumer_response.py b/src/apideck/model/create_consumer_response.py index 71e238105e..4d81fa8b77 100644 --- a/src/apideck/model/create_consumer_response.py +++ b/src/apideck/model/create_consumer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_contact_response.py b/src/apideck/model/create_contact_response.py index 3f925005c0..055eaf38ac 100644 --- a/src/apideck/model/create_contact_response.py +++ b/src/apideck/model/create_contact_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_credit_note_response.py b/src/apideck/model/create_credit_note_response.py index 02b16867bd..edc8053915 100644 --- a/src/apideck/model/create_credit_note_response.py +++ b/src/apideck/model/create_credit_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_custom_mapping_request.py b/src/apideck/model/create_custom_mapping_request.py index 4e3dd696a3..701e0a2077 100644 --- a/src/apideck/model/create_custom_mapping_request.py +++ b/src/apideck/model/create_custom_mapping_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_custom_mapping_response.py b/src/apideck/model/create_custom_mapping_response.py index dfb4f22fe1..44507f6105 100644 --- a/src/apideck/model/create_custom_mapping_response.py +++ b/src/apideck/model/create_custom_mapping_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_customer_response.py b/src/apideck/model/create_customer_response.py index 25c03e2cb8..ad00808c2e 100644 --- a/src/apideck/model/create_customer_response.py +++ b/src/apideck/model/create_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_department_response.py b/src/apideck/model/create_department_response.py index ccaa57bef5..2b1d538114 100644 --- a/src/apideck/model/create_department_response.py +++ b/src/apideck/model/create_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_drive_group_response.py b/src/apideck/model/create_drive_group_response.py index b8720436a7..25bd146af0 100644 --- a/src/apideck/model/create_drive_group_response.py +++ b/src/apideck/model/create_drive_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_drive_response.py b/src/apideck/model/create_drive_response.py index 1af773e8cf..0e4d26291f 100644 --- a/src/apideck/model/create_drive_response.py +++ b/src/apideck/model/create_drive_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_ecommerce_customer_response.py b/src/apideck/model/create_ecommerce_customer_response.py index e1d7611a19..012d4b7be9 100644 --- a/src/apideck/model/create_ecommerce_customer_response.py +++ b/src/apideck/model/create_ecommerce_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_ecommerce_order_response.py b/src/apideck/model/create_ecommerce_order_response.py index f1ff8d9821..e20b703a44 100644 --- a/src/apideck/model/create_ecommerce_order_response.py +++ b/src/apideck/model/create_ecommerce_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_employee_response.py b/src/apideck/model/create_employee_response.py index b98c82e2fa..18ea12d688 100644 --- a/src/apideck/model/create_employee_response.py +++ b/src/apideck/model/create_employee_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_file_request.py b/src/apideck/model/create_file_request.py index 12b5f72ed1..f2f9ac0b53 100644 --- a/src/apideck/model/create_file_request.py +++ b/src/apideck/model/create_file_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_file_response.py b/src/apideck/model/create_file_response.py index 12cd682350..8d5f31b7e8 100644 --- a/src/apideck/model/create_file_response.py +++ b/src/apideck/model/create_file_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_folder_request.py b/src/apideck/model/create_folder_request.py index 4cef02e943..d03282cb2b 100644 --- a/src/apideck/model/create_folder_request.py +++ b/src/apideck/model/create_folder_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_folder_response.py b/src/apideck/model/create_folder_response.py index e01f75d122..525bc3154a 100644 --- a/src/apideck/model/create_folder_response.py +++ b/src/apideck/model/create_folder_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_hris_company_response.py b/src/apideck/model/create_hris_company_response.py index f630e0bf54..066dfd08a1 100644 --- a/src/apideck/model/create_hris_company_response.py +++ b/src/apideck/model/create_hris_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_invoice_item_response.py b/src/apideck/model/create_invoice_item_response.py index 487cfcee3f..b166350fb7 100644 --- a/src/apideck/model/create_invoice_item_response.py +++ b/src/apideck/model/create_invoice_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_invoice_response.py b/src/apideck/model/create_invoice_response.py index 6e796ef312..121ace6d78 100644 --- a/src/apideck/model/create_invoice_response.py +++ b/src/apideck/model/create_invoice_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_item_response.py b/src/apideck/model/create_item_response.py index b062d86e9b..fad677e46c 100644 --- a/src/apideck/model/create_item_response.py +++ b/src/apideck/model/create_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_job_response.py b/src/apideck/model/create_job_response.py index 503a2e82f3..020aede493 100644 --- a/src/apideck/model/create_job_response.py +++ b/src/apideck/model/create_job_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_journal_entry_response.py b/src/apideck/model/create_journal_entry_response.py index b645b8a5ad..94f72e5e38 100644 --- a/src/apideck/model/create_journal_entry_response.py +++ b/src/apideck/model/create_journal_entry_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_lead_response.py b/src/apideck/model/create_lead_response.py index 1c85a4ba87..060f32b7fd 100644 --- a/src/apideck/model/create_lead_response.py +++ b/src/apideck/model/create_lead_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_ledger_account_response.py b/src/apideck/model/create_ledger_account_response.py index 6cffd80b3a..751879bd29 100644 --- a/src/apideck/model/create_ledger_account_response.py +++ b/src/apideck/model/create_ledger_account_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_location_response.py b/src/apideck/model/create_location_response.py index 3ccd6e6407..ac8c7f4978 100644 --- a/src/apideck/model/create_location_response.py +++ b/src/apideck/model/create_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_merchant_response.py b/src/apideck/model/create_merchant_response.py index c51a8f2603..5bd8011f16 100644 --- a/src/apideck/model/create_merchant_response.py +++ b/src/apideck/model/create_merchant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_message_response.py b/src/apideck/model/create_message_response.py index 0355df36d0..938804b8a6 100644 --- a/src/apideck/model/create_message_response.py +++ b/src/apideck/model/create_message_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_modifier_group_response.py b/src/apideck/model/create_modifier_group_response.py index 826c19c7e2..a995eed906 100644 --- a/src/apideck/model/create_modifier_group_response.py +++ b/src/apideck/model/create_modifier_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_modifier_response.py b/src/apideck/model/create_modifier_response.py index de5b41d23d..c0e3ebc472 100644 --- a/src/apideck/model/create_modifier_response.py +++ b/src/apideck/model/create_modifier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_note_response.py b/src/apideck/model/create_note_response.py index be9d6462db..7677fe600b 100644 --- a/src/apideck/model/create_note_response.py +++ b/src/apideck/model/create_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_opportunity_response.py b/src/apideck/model/create_opportunity_response.py index 060e536feb..01cd73c978 100644 --- a/src/apideck/model/create_opportunity_response.py +++ b/src/apideck/model/create_opportunity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_order_response.py b/src/apideck/model/create_order_response.py index d75cb8d746..85d4677269 100644 --- a/src/apideck/model/create_order_response.py +++ b/src/apideck/model/create_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_order_type_response.py b/src/apideck/model/create_order_type_response.py index da58d89005..bda1a04588 100644 --- a/src/apideck/model/create_order_type_response.py +++ b/src/apideck/model/create_order_type_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_payment_response.py b/src/apideck/model/create_payment_response.py index f1286e3de2..efb4f73057 100644 --- a/src/apideck/model/create_payment_response.py +++ b/src/apideck/model/create_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_pipeline_response.py b/src/apideck/model/create_pipeline_response.py index a45ff0169b..2088569101 100644 --- a/src/apideck/model/create_pipeline_response.py +++ b/src/apideck/model/create_pipeline_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_pos_payment_response.py b/src/apideck/model/create_pos_payment_response.py index 6d9b0552bc..457974cfef 100644 --- a/src/apideck/model/create_pos_payment_response.py +++ b/src/apideck/model/create_pos_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_product_response.py b/src/apideck/model/create_product_response.py index 80afcbf3ca..1004bd18ff 100644 --- a/src/apideck/model/create_product_response.py +++ b/src/apideck/model/create_product_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_purchase_order_response.py b/src/apideck/model/create_purchase_order_response.py index 27295189d8..40ca9d5fb9 100644 --- a/src/apideck/model/create_purchase_order_response.py +++ b/src/apideck/model/create_purchase_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_session_response.py b/src/apideck/model/create_session_response.py index 16882bc726..664f5080fb 100644 --- a/src/apideck/model/create_session_response.py +++ b/src/apideck/model/create_session_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_session_response_data.py b/src/apideck/model/create_session_response_data.py index 78cf2653e8..0f35f826b0 100644 --- a/src/apideck/model/create_session_response_data.py +++ b/src/apideck/model/create_session_response_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_shared_link_response.py b/src/apideck/model/create_shared_link_response.py index b50fb40309..406b602631 100644 --- a/src/apideck/model/create_shared_link_response.py +++ b/src/apideck/model/create_shared_link_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_subsidiary_response.py b/src/apideck/model/create_subsidiary_response.py index 3db9cce3d8..8f1958689a 100644 --- a/src/apideck/model/create_subsidiary_response.py +++ b/src/apideck/model/create_subsidiary_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_supplier_response.py b/src/apideck/model/create_supplier_response.py index 86a782307e..e60dee7d00 100644 --- a/src/apideck/model/create_supplier_response.py +++ b/src/apideck/model/create_supplier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_tax_rate_response.py b/src/apideck/model/create_tax_rate_response.py index 958da37641..7eb10ee35f 100644 --- a/src/apideck/model/create_tax_rate_response.py +++ b/src/apideck/model/create_tax_rate_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_tender_response.py b/src/apideck/model/create_tender_response.py index 1615699239..b9408d90e0 100644 --- a/src/apideck/model/create_tender_response.py +++ b/src/apideck/model/create_tender_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_ticket_response.py b/src/apideck/model/create_ticket_response.py index 28fa55da6f..283f89ba6f 100644 --- a/src/apideck/model/create_ticket_response.py +++ b/src/apideck/model/create_ticket_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_time_off_request_response.py b/src/apideck/model/create_time_off_request_response.py index 8ad97e7b52..a29037f31e 100644 --- a/src/apideck/model/create_time_off_request_response.py +++ b/src/apideck/model/create_time_off_request_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_tracking_category_response.py b/src/apideck/model/create_tracking_category_response.py new file mode 100644 index 0000000000..e86c40d24e --- /dev/null +++ b/src/apideck/model/create_tracking_category_response.py @@ -0,0 +1,297 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from apideck.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from apideck.exceptions import ApiAttributeError + + +def lazy_import(): + from apideck.model.unified_id import UnifiedId + globals()['UnifiedId'] = UnifiedId + + +class CreateTrackingCategoryResponse(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'status_code': (int,), # noqa: E501 + 'status': (str,), # noqa: E501 + 'service': (str,), # noqa: E501 + 'resource': (str,), # noqa: E501 + 'operation': (str,), # noqa: E501 + 'data': (UnifiedId,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'status_code': 'status_code', # noqa: E501 + 'status': 'status', # noqa: E501 + 'service': 'service', # noqa: E501 + 'resource': 'resource', # noqa: E501 + 'operation': 'operation', # noqa: E501 + 'data': 'data', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, status_code, status, service, resource, operation, data, *args, **kwargs): # noqa: E501 + """CreateTrackingCategoryResponse - a model defined in OpenAPI + + Args: + status_code (int): HTTP Response Status Code + status (str): HTTP Response Status + service (str): Apideck ID of service provider + resource (str): Unified API resource name + operation (str): Operation performed + data (UnifiedId): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status_code = status_code + self.status = status + self.service = service + self.resource = resource + self.operation = operation + self.data = data + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, status_code, status, service, resource, operation, data, *args, **kwargs): # noqa: E501 + """CreateTrackingCategoryResponse - a model defined in OpenAPI + + Args: + status_code (int): HTTP Response Status Code + status (str): HTTP Response Status + service (str): Apideck ID of service provider + resource (str): Unified API resource name + operation (str): Operation performed + data (UnifiedId): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status_code = status_code + self.status = status + self.service = service + self.resource = resource + self.operation = operation + self.data = data + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/src/apideck/model/create_upload_session_request.py b/src/apideck/model/create_upload_session_request.py index 1c5c2e615b..2fd82d826e 100644 --- a/src/apideck/model/create_upload_session_request.py +++ b/src/apideck/model/create_upload_session_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_upload_session_response.py b/src/apideck/model/create_upload_session_response.py index 6ffd42af65..5edbc1508f 100644 --- a/src/apideck/model/create_upload_session_response.py +++ b/src/apideck/model/create_upload_session_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_user_response.py b/src/apideck/model/create_user_response.py index 7f2b769fc7..30d1b35e63 100644 --- a/src/apideck/model/create_user_response.py +++ b/src/apideck/model/create_user_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_webhook_request.py b/src/apideck/model/create_webhook_request.py index 59638f9538..1d5f4ed673 100644 --- a/src/apideck/model/create_webhook_request.py +++ b/src/apideck/model/create_webhook_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/create_webhook_response.py b/src/apideck/model/create_webhook_response.py index d310d41957..e38a3a31a8 100644 --- a/src/apideck/model/create_webhook_response.py +++ b/src/apideck/model/create_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/credit_note.py b/src/apideck/model/credit_note.py index 7620ea47f9..9f8c890502 100644 --- a/src/apideck/model/credit_note.py +++ b/src/apideck/model/credit_note.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -37,6 +37,7 @@ def lazy_import(): from apideck.model.invoice_line_item import InvoiceLineItem from apideck.model.linked_customer import LinkedCustomer from apideck.model.linked_ledger_account import LinkedLedgerAccount + from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['Address'] = Address globals()['Allocation'] = Allocation @@ -45,6 +46,7 @@ def lazy_import(): globals()['InvoiceLineItem'] = InvoiceLineItem globals()['LinkedCustomer'] = LinkedCustomer globals()['LinkedLedgerAccount'] = LinkedLedgerAccount + globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody @@ -130,6 +132,7 @@ def openapi_types(): 'terms': (str, none_type,), # noqa: E501 'billing_address': (Address,), # noqa: E501 'shipping_address': (Address,), # noqa: E501 + 'tracking_categories': (LinkedTrackingCategories,), # noqa: E501 'custom_mappings': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 'custom_fields': ([CustomField],), # noqa: E501 'row_version': (str, none_type,), # noqa: E501 @@ -171,6 +174,7 @@ def discriminator(): 'terms': 'terms', # noqa: E501 'billing_address': 'billing_address', # noqa: E501 'shipping_address': 'shipping_address', # noqa: E501 + 'tracking_categories': 'tracking_categories', # noqa: E501 'custom_mappings': 'custom_mappings', # noqa: E501 'custom_fields': 'custom_fields', # noqa: E501 'row_version': 'row_version', # noqa: E501 @@ -255,6 +259,7 @@ def _from_openapi_data(cls, id, total_amount, *args, **kwargs): # noqa: E501 terms (str, none_type): Optional terms to be associated with the credit note.. [optional] # noqa: E501 billing_address (Address): [optional] # noqa: E501 shipping_address (Address): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501 custom_fields ([CustomField]): [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 @@ -371,6 +376,7 @@ def __init__(self, total_amount, *args, **kwargs): # noqa: E501 terms (str, none_type): Optional terms to be associated with the credit note.. [optional] # noqa: E501 billing_address (Address): [optional] # noqa: E501 shipping_address (Address): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501 custom_fields ([CustomField]): [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 diff --git a/src/apideck/model/credit_notes_filter.py b/src/apideck/model/credit_notes_filter.py index 6685667d75..f0262d43a4 100644 --- a/src/apideck/model/credit_notes_filter.py +++ b/src/apideck/model/credit_notes_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/credit_notes_sort.py b/src/apideck/model/credit_notes_sort.py index 7b5307fea4..30d7930dfb 100644 --- a/src/apideck/model/credit_notes_sort.py +++ b/src/apideck/model/credit_notes_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/crm_event_type.py b/src/apideck/model/crm_event_type.py index c6fcd1442d..72e198eb3e 100644 --- a/src/apideck/model/crm_event_type.py +++ b/src/apideck/model/crm_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/currency.py b/src/apideck/model/currency.py index fdfb7249d5..3d55919533 100644 --- a/src/apideck/model/currency.py +++ b/src/apideck/model/currency.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/custom_field.py b/src/apideck/model/custom_field.py index d41be186b1..74281f16a4 100644 --- a/src/apideck/model/custom_field.py +++ b/src/apideck/model/custom_field.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/custom_field_finder.py b/src/apideck/model/custom_field_finder.py index aea83c9e8b..4656c0ca24 100644 --- a/src/apideck/model/custom_field_finder.py +++ b/src/apideck/model/custom_field_finder.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/custom_mapping.py b/src/apideck/model/custom_mapping.py index 633fbc7822..5dadaac5bd 100644 --- a/src/apideck/model/custom_mapping.py +++ b/src/apideck/model/custom_mapping.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/customer.py b/src/apideck/model/customer.py index f96bf4b676..8f822a7116 100644 --- a/src/apideck/model/customer.py +++ b/src/apideck/model/customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/customers_filter.py b/src/apideck/model/customers_filter.py index 3601d1aadc..1610688024 100644 --- a/src/apideck/model/customers_filter.py +++ b/src/apideck/model/customers_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/customers_sort.py b/src/apideck/model/customers_sort.py index 11d7b6c6b1..57188a309a 100644 --- a/src/apideck/model/customers_sort.py +++ b/src/apideck/model/customers_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/deduction.py b/src/apideck/model/deduction.py index e23d05cfbe..0cf4e027bc 100644 --- a/src/apideck/model/deduction.py +++ b/src/apideck/model/deduction.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_accounting_department_response.py b/src/apideck/model/delete_accounting_department_response.py index 9806525f06..ad106743f7 100644 --- a/src/apideck/model/delete_accounting_department_response.py +++ b/src/apideck/model/delete_accounting_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_accounting_location_response.py b/src/apideck/model/delete_accounting_location_response.py index 3579d8cffb..0360a61c35 100644 --- a/src/apideck/model/delete_accounting_location_response.py +++ b/src/apideck/model/delete_accounting_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_activity_response.py b/src/apideck/model/delete_activity_response.py index cb7cad6b7f..ba518e9519 100644 --- a/src/apideck/model/delete_activity_response.py +++ b/src/apideck/model/delete_activity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_applicant_response.py b/src/apideck/model/delete_applicant_response.py index 522b0e4b31..9dc23f5388 100644 --- a/src/apideck/model/delete_applicant_response.py +++ b/src/apideck/model/delete_applicant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_application_response.py b/src/apideck/model/delete_application_response.py index a6137d6ba7..5b7398012a 100644 --- a/src/apideck/model/delete_application_response.py +++ b/src/apideck/model/delete_application_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_attachment_response.py b/src/apideck/model/delete_attachment_response.py index c31ca30621..27d49a62f1 100644 --- a/src/apideck/model/delete_attachment_response.py +++ b/src/apideck/model/delete_attachment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_bill_response.py b/src/apideck/model/delete_bill_response.py index 3f0dab9986..ccae6cbff5 100644 --- a/src/apideck/model/delete_bill_response.py +++ b/src/apideck/model/delete_bill_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_comment_response.py b/src/apideck/model/delete_comment_response.py index 68015c8a20..e65b7242da 100644 --- a/src/apideck/model/delete_comment_response.py +++ b/src/apideck/model/delete_comment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_company_response.py b/src/apideck/model/delete_company_response.py index 96a9f95260..ddd42591b2 100644 --- a/src/apideck/model/delete_company_response.py +++ b/src/apideck/model/delete_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_consumer_response.py b/src/apideck/model/delete_consumer_response.py index 7ee21ae9f2..24a9fab242 100644 --- a/src/apideck/model/delete_consumer_response.py +++ b/src/apideck/model/delete_consumer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_contact_response.py b/src/apideck/model/delete_contact_response.py index 7a2daaae45..732520dadb 100644 --- a/src/apideck/model/delete_contact_response.py +++ b/src/apideck/model/delete_contact_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_credit_note_response.py b/src/apideck/model/delete_credit_note_response.py index dbf8ac2c26..b2695d04ef 100644 --- a/src/apideck/model/delete_credit_note_response.py +++ b/src/apideck/model/delete_credit_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_customer_response.py b/src/apideck/model/delete_customer_response.py index f55e30239f..246a7fff39 100644 --- a/src/apideck/model/delete_customer_response.py +++ b/src/apideck/model/delete_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_department_response.py b/src/apideck/model/delete_department_response.py index 4328d96eae..ec9e68cf11 100644 --- a/src/apideck/model/delete_department_response.py +++ b/src/apideck/model/delete_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_drive_group_response.py b/src/apideck/model/delete_drive_group_response.py index 8a02e34fde..f393f3b55b 100644 --- a/src/apideck/model/delete_drive_group_response.py +++ b/src/apideck/model/delete_drive_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_drive_response.py b/src/apideck/model/delete_drive_response.py index 81bbe34f0a..25dbdfa56c 100644 --- a/src/apideck/model/delete_drive_response.py +++ b/src/apideck/model/delete_drive_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_ecommerce_customer_response.py b/src/apideck/model/delete_ecommerce_customer_response.py index 33566faf68..1f8e5f731c 100644 --- a/src/apideck/model/delete_ecommerce_customer_response.py +++ b/src/apideck/model/delete_ecommerce_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_ecommerce_order_response.py b/src/apideck/model/delete_ecommerce_order_response.py index f296843350..03d397b0eb 100644 --- a/src/apideck/model/delete_ecommerce_order_response.py +++ b/src/apideck/model/delete_ecommerce_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_employee_response.py b/src/apideck/model/delete_employee_response.py index f931793475..27e5fed066 100644 --- a/src/apideck/model/delete_employee_response.py +++ b/src/apideck/model/delete_employee_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_file_response.py b/src/apideck/model/delete_file_response.py index 7ecd34e3f3..154c185836 100644 --- a/src/apideck/model/delete_file_response.py +++ b/src/apideck/model/delete_file_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_folder_response.py b/src/apideck/model/delete_folder_response.py index 7bbb4687d5..99e2e3d349 100644 --- a/src/apideck/model/delete_folder_response.py +++ b/src/apideck/model/delete_folder_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_hris_company_response.py b/src/apideck/model/delete_hris_company_response.py index 1a334d2719..3952a36a3b 100644 --- a/src/apideck/model/delete_hris_company_response.py +++ b/src/apideck/model/delete_hris_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_invoice_item_response.py b/src/apideck/model/delete_invoice_item_response.py index 4b46559e06..6cc0be163d 100644 --- a/src/apideck/model/delete_invoice_item_response.py +++ b/src/apideck/model/delete_invoice_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_invoice_response.py b/src/apideck/model/delete_invoice_response.py index 0a3bdbac19..599a72fe0a 100644 --- a/src/apideck/model/delete_invoice_response.py +++ b/src/apideck/model/delete_invoice_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_item_response.py b/src/apideck/model/delete_item_response.py index 514b31a033..a3b19a2320 100644 --- a/src/apideck/model/delete_item_response.py +++ b/src/apideck/model/delete_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_job_response.py b/src/apideck/model/delete_job_response.py index 473dbcb412..8340b186bd 100644 --- a/src/apideck/model/delete_job_response.py +++ b/src/apideck/model/delete_job_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_journal_entry_response.py b/src/apideck/model/delete_journal_entry_response.py index 63978f0772..8cd5f0d150 100644 --- a/src/apideck/model/delete_journal_entry_response.py +++ b/src/apideck/model/delete_journal_entry_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_lead_response.py b/src/apideck/model/delete_lead_response.py index b951375c7a..f73270df2d 100644 --- a/src/apideck/model/delete_lead_response.py +++ b/src/apideck/model/delete_lead_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_ledger_account_response.py b/src/apideck/model/delete_ledger_account_response.py index c52cb85b96..b7e529553f 100644 --- a/src/apideck/model/delete_ledger_account_response.py +++ b/src/apideck/model/delete_ledger_account_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_location_response.py b/src/apideck/model/delete_location_response.py index 43703d41fd..09fc14e59a 100644 --- a/src/apideck/model/delete_location_response.py +++ b/src/apideck/model/delete_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_merchant_response.py b/src/apideck/model/delete_merchant_response.py index c1763c931b..e5aa820bc8 100644 --- a/src/apideck/model/delete_merchant_response.py +++ b/src/apideck/model/delete_merchant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_message_response.py b/src/apideck/model/delete_message_response.py index dddac5b728..91060806ad 100644 --- a/src/apideck/model/delete_message_response.py +++ b/src/apideck/model/delete_message_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_modifier_group_response.py b/src/apideck/model/delete_modifier_group_response.py index 012e480083..d5838fb64d 100644 --- a/src/apideck/model/delete_modifier_group_response.py +++ b/src/apideck/model/delete_modifier_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_modifier_response.py b/src/apideck/model/delete_modifier_response.py index 78a26b0094..55582a0e16 100644 --- a/src/apideck/model/delete_modifier_response.py +++ b/src/apideck/model/delete_modifier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_note_response.py b/src/apideck/model/delete_note_response.py index 7af2c1451b..fe06cb11b7 100644 --- a/src/apideck/model/delete_note_response.py +++ b/src/apideck/model/delete_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_opportunity_response.py b/src/apideck/model/delete_opportunity_response.py index fc69cf0453..6c219caf78 100644 --- a/src/apideck/model/delete_opportunity_response.py +++ b/src/apideck/model/delete_opportunity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_order_response.py b/src/apideck/model/delete_order_response.py index 81568d50a6..abe7f30605 100644 --- a/src/apideck/model/delete_order_response.py +++ b/src/apideck/model/delete_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_order_type_response.py b/src/apideck/model/delete_order_type_response.py index 706bfd0bdd..55f14ff946 100644 --- a/src/apideck/model/delete_order_type_response.py +++ b/src/apideck/model/delete_order_type_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_payment_response.py b/src/apideck/model/delete_payment_response.py index 4f064abbaa..3f8fdeb5b3 100644 --- a/src/apideck/model/delete_payment_response.py +++ b/src/apideck/model/delete_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_pipeline_response.py b/src/apideck/model/delete_pipeline_response.py index aecbb6f9db..c35af738d7 100644 --- a/src/apideck/model/delete_pipeline_response.py +++ b/src/apideck/model/delete_pipeline_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_pos_payment_response.py b/src/apideck/model/delete_pos_payment_response.py index fd79e1a346..9ab0ed8d85 100644 --- a/src/apideck/model/delete_pos_payment_response.py +++ b/src/apideck/model/delete_pos_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_product_response.py b/src/apideck/model/delete_product_response.py index 401c57d1dc..76dfeb4f07 100644 --- a/src/apideck/model/delete_product_response.py +++ b/src/apideck/model/delete_product_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_purchase_order_response.py b/src/apideck/model/delete_purchase_order_response.py index 2731d21367..8347e0fbea 100644 --- a/src/apideck/model/delete_purchase_order_response.py +++ b/src/apideck/model/delete_purchase_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_shared_link_response.py b/src/apideck/model/delete_shared_link_response.py index 30e05f4358..76d5fffdbc 100644 --- a/src/apideck/model/delete_shared_link_response.py +++ b/src/apideck/model/delete_shared_link_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_subsidiary_response.py b/src/apideck/model/delete_subsidiary_response.py index d3a927bd47..d54d0fe05a 100644 --- a/src/apideck/model/delete_subsidiary_response.py +++ b/src/apideck/model/delete_subsidiary_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_supplier_response.py b/src/apideck/model/delete_supplier_response.py index 1bb9114e07..0f280dd73c 100644 --- a/src/apideck/model/delete_supplier_response.py +++ b/src/apideck/model/delete_supplier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_tax_rate_response.py b/src/apideck/model/delete_tax_rate_response.py index 457c787459..4d83ee010d 100644 --- a/src/apideck/model/delete_tax_rate_response.py +++ b/src/apideck/model/delete_tax_rate_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_tender_response.py b/src/apideck/model/delete_tender_response.py index 531cf3bc6d..d450e92af1 100644 --- a/src/apideck/model/delete_tender_response.py +++ b/src/apideck/model/delete_tender_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_ticket_response.py b/src/apideck/model/delete_ticket_response.py index 97005a4889..8535005bd7 100644 --- a/src/apideck/model/delete_ticket_response.py +++ b/src/apideck/model/delete_ticket_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_time_off_request_response.py b/src/apideck/model/delete_time_off_request_response.py index 22aff2fdab..608853f749 100644 --- a/src/apideck/model/delete_time_off_request_response.py +++ b/src/apideck/model/delete_time_off_request_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_tracking_category_response.py b/src/apideck/model/delete_tracking_category_response.py new file mode 100644 index 0000000000..fd93c6f0b9 --- /dev/null +++ b/src/apideck/model/delete_tracking_category_response.py @@ -0,0 +1,297 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from apideck.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from apideck.exceptions import ApiAttributeError + + +def lazy_import(): + from apideck.model.unified_id import UnifiedId + globals()['UnifiedId'] = UnifiedId + + +class DeleteTrackingCategoryResponse(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'status_code': (int,), # noqa: E501 + 'status': (str,), # noqa: E501 + 'service': (str,), # noqa: E501 + 'resource': (str,), # noqa: E501 + 'operation': (str,), # noqa: E501 + 'data': (UnifiedId,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'status_code': 'status_code', # noqa: E501 + 'status': 'status', # noqa: E501 + 'service': 'service', # noqa: E501 + 'resource': 'resource', # noqa: E501 + 'operation': 'operation', # noqa: E501 + 'data': 'data', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, status_code, status, service, resource, operation, data, *args, **kwargs): # noqa: E501 + """DeleteTrackingCategoryResponse - a model defined in OpenAPI + + Args: + status_code (int): HTTP Response Status Code + status (str): HTTP Response Status + service (str): Apideck ID of service provider + resource (str): Unified API resource name + operation (str): Operation performed + data (UnifiedId): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status_code = status_code + self.status = status + self.service = service + self.resource = resource + self.operation = operation + self.data = data + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, status_code, status, service, resource, operation, data, *args, **kwargs): # noqa: E501 + """DeleteTrackingCategoryResponse - a model defined in OpenAPI + + Args: + status_code (int): HTTP Response Status Code + status (str): HTTP Response Status + service (str): Apideck ID of service provider + resource (str): Unified API resource name + operation (str): Operation performed + data (UnifiedId): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status_code = status_code + self.status = status + self.service = service + self.resource = resource + self.operation = operation + self.data = data + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/src/apideck/model/delete_upload_session_response.py b/src/apideck/model/delete_upload_session_response.py index e22d21197a..cb7e435c82 100644 --- a/src/apideck/model/delete_upload_session_response.py +++ b/src/apideck/model/delete_upload_session_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_user_response.py b/src/apideck/model/delete_user_response.py index ff29143404..ed849dd07f 100644 --- a/src/apideck/model/delete_user_response.py +++ b/src/apideck/model/delete_user_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delete_webhook_response.py b/src/apideck/model/delete_webhook_response.py index 1c0f4c0150..3754ccf78b 100644 --- a/src/apideck/model/delete_webhook_response.py +++ b/src/apideck/model/delete_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/delivery_url.py b/src/apideck/model/delivery_url.py index e1349c885a..8df76acc12 100644 --- a/src/apideck/model/delivery_url.py +++ b/src/apideck/model/delivery_url.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/department.py b/src/apideck/model/department.py index ebfba64e98..841aaae5b9 100644 --- a/src/apideck/model/department.py +++ b/src/apideck/model/department.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/deprecated_linked_tracking_category.py b/src/apideck/model/deprecated_linked_tracking_category.py new file mode 100644 index 0000000000..d98b71cca5 --- /dev/null +++ b/src/apideck/model/deprecated_linked_tracking_category.py @@ -0,0 +1,259 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from apideck.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from apideck.exceptions import ApiAttributeError + + + +class DeprecatedLinkedTrackingCategory(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = True + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'id': (str,), # noqa: E501 + 'name': (str, none_type,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'id': 'id', # noqa: E501 + 'name': 'name', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """DeprecatedLinkedTrackingCategory - a model defined in OpenAPI + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + id (str): The unique identifier for the tracking category.. [optional] # noqa: E501 + name (str, none_type): The name of the tracking category.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): # noqa: E501 + """DeprecatedLinkedTrackingCategory - a model defined in OpenAPI + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + id (str): The unique identifier for the tracking category.. [optional] # noqa: E501 + name (str, none_type): The name of the tracking category.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/src/apideck/model/drive.py b/src/apideck/model/drive.py index 4b58dec133..0bb1db8b71 100644 --- a/src/apideck/model/drive.py +++ b/src/apideck/model/drive.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/drive_group.py b/src/apideck/model/drive_group.py index 5a10f0fc7a..b43e54ee80 100644 --- a/src/apideck/model/drive_group.py +++ b/src/apideck/model/drive_group.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/drive_groups_filter.py b/src/apideck/model/drive_groups_filter.py index 4c6d0c11f5..0ddea35d4f 100644 --- a/src/apideck/model/drive_groups_filter.py +++ b/src/apideck/model/drive_groups_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/drives_filter.py b/src/apideck/model/drives_filter.py index 1ebd42a5aa..4f4ccd1d55 100644 --- a/src/apideck/model/drives_filter.py +++ b/src/apideck/model/drives_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_address.py b/src/apideck/model/ecommerce_address.py index 38bdc541fa..d58a14b99e 100644 --- a/src/apideck/model/ecommerce_address.py +++ b/src/apideck/model/ecommerce_address.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_customer.py b/src/apideck/model/ecommerce_customer.py index b9386a6228..42e8241248 100644 --- a/src/apideck/model/ecommerce_customer.py +++ b/src/apideck/model/ecommerce_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_customer_addresses.py b/src/apideck/model/ecommerce_customer_addresses.py index d65176df36..cf6dde110b 100644 --- a/src/apideck/model/ecommerce_customer_addresses.py +++ b/src/apideck/model/ecommerce_customer_addresses.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_customers_filter.py b/src/apideck/model/ecommerce_customers_filter.py index f299ce0569..6b54a18cc2 100644 --- a/src/apideck/model/ecommerce_customers_filter.py +++ b/src/apideck/model/ecommerce_customers_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_discount.py b/src/apideck/model/ecommerce_discount.py index d1d916aaeb..990bebfa01 100644 --- a/src/apideck/model/ecommerce_discount.py +++ b/src/apideck/model/ecommerce_discount.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_order.py b/src/apideck/model/ecommerce_order.py index d3495c2722..6702df5b2b 100644 --- a/src/apideck/model/ecommerce_order.py +++ b/src/apideck/model/ecommerce_order.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_order_line_item.py b/src/apideck/model/ecommerce_order_line_item.py index 0d660aa681..333a6e58ca 100644 --- a/src/apideck/model/ecommerce_order_line_item.py +++ b/src/apideck/model/ecommerce_order_line_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_order_status.py b/src/apideck/model/ecommerce_order_status.py index 43240f7170..d23da2bb6d 100644 --- a/src/apideck/model/ecommerce_order_status.py +++ b/src/apideck/model/ecommerce_order_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_orders_filter.py b/src/apideck/model/ecommerce_orders_filter.py index 47de9d7431..e49ad4f239 100644 --- a/src/apideck/model/ecommerce_orders_filter.py +++ b/src/apideck/model/ecommerce_orders_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_product.py b/src/apideck/model/ecommerce_product.py index f1eb92df03..b1850a3758 100644 --- a/src/apideck/model/ecommerce_product.py +++ b/src/apideck/model/ecommerce_product.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_product_categories.py b/src/apideck/model/ecommerce_product_categories.py index f451833c19..f4fc3ebf90 100644 --- a/src/apideck/model/ecommerce_product_categories.py +++ b/src/apideck/model/ecommerce_product_categories.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_product_images.py b/src/apideck/model/ecommerce_product_images.py index d535f75ee8..7a7d9bf796 100644 --- a/src/apideck/model/ecommerce_product_images.py +++ b/src/apideck/model/ecommerce_product_images.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_product_images1.py b/src/apideck/model/ecommerce_product_images1.py index 9c7b9347db..4a846b34b9 100644 --- a/src/apideck/model/ecommerce_product_images1.py +++ b/src/apideck/model/ecommerce_product_images1.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_product_options.py b/src/apideck/model/ecommerce_product_options.py index 0dd16aed21..45ba25e5cd 100644 --- a/src/apideck/model/ecommerce_product_options.py +++ b/src/apideck/model/ecommerce_product_options.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_product_options1.py b/src/apideck/model/ecommerce_product_options1.py index b0f9d34133..73688cb933 100644 --- a/src/apideck/model/ecommerce_product_options1.py +++ b/src/apideck/model/ecommerce_product_options1.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_product_variants.py b/src/apideck/model/ecommerce_product_variants.py index eb1368e96d..5fd72cd80a 100644 --- a/src/apideck/model/ecommerce_product_variants.py +++ b/src/apideck/model/ecommerce_product_variants.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ecommerce_store.py b/src/apideck/model/ecommerce_store.py index 05c8109039..7544a9f435 100644 --- a/src/apideck/model/ecommerce_store.py +++ b/src/apideck/model/ecommerce_store.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/email.py b/src/apideck/model/email.py index b655f4518b..16077a23b3 100644 --- a/src/apideck/model/email.py +++ b/src/apideck/model/email.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employee.py b/src/apideck/model/employee.py index 4fed4ca74e..f2b71e2694 100644 --- a/src/apideck/model/employee.py +++ b/src/apideck/model/employee.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employee_compensation.py b/src/apideck/model/employee_compensation.py index b040d73251..f863eb104c 100644 --- a/src/apideck/model/employee_compensation.py +++ b/src/apideck/model/employee_compensation.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employee_employment_role.py b/src/apideck/model/employee_employment_role.py index a47e6b695e..6a7f8ac231 100644 --- a/src/apideck/model/employee_employment_role.py +++ b/src/apideck/model/employee_employment_role.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employee_job.py b/src/apideck/model/employee_job.py index 9b27e04303..0f8d59b9d3 100644 --- a/src/apideck/model/employee_job.py +++ b/src/apideck/model/employee_job.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employee_list.py b/src/apideck/model/employee_list.py index 7a1eb72d4d..149a0946cc 100644 --- a/src/apideck/model/employee_list.py +++ b/src/apideck/model/employee_list.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employee_manager.py b/src/apideck/model/employee_manager.py index 28790a4c7a..76e54bd44f 100644 --- a/src/apideck/model/employee_manager.py +++ b/src/apideck/model/employee_manager.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employee_payroll.py b/src/apideck/model/employee_payroll.py index baedfcd71f..a8531f0c3e 100644 --- a/src/apideck/model/employee_payroll.py +++ b/src/apideck/model/employee_payroll.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employee_schedules.py b/src/apideck/model/employee_schedules.py index 38bc9136ca..036dd527f5 100644 --- a/src/apideck/model/employee_schedules.py +++ b/src/apideck/model/employee_schedules.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employees_filter.py b/src/apideck/model/employees_filter.py index 75fcbd510f..67ce0ff963 100644 --- a/src/apideck/model/employees_filter.py +++ b/src/apideck/model/employees_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employees_one_filter.py b/src/apideck/model/employees_one_filter.py index 2caf174501..cde1d7080d 100644 --- a/src/apideck/model/employees_one_filter.py +++ b/src/apideck/model/employees_one_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employees_sort.py b/src/apideck/model/employees_sort.py index f7f15e2d7f..83251f88e7 100644 --- a/src/apideck/model/employees_sort.py +++ b/src/apideck/model/employees_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/employment_status.py b/src/apideck/model/employment_status.py index 06e1338e1b..1f513bcfc9 100644 --- a/src/apideck/model/employment_status.py +++ b/src/apideck/model/employment_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/error.py b/src/apideck/model/error.py index 6de9b3050c..ba695e8c2f 100644 --- a/src/apideck/model/error.py +++ b/src/apideck/model/error.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/execute_base_url.py b/src/apideck/model/execute_base_url.py index 130a7f0f4d..5deffe1e5a 100644 --- a/src/apideck/model/execute_base_url.py +++ b/src/apideck/model/execute_base_url.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/execute_webhook_event_request.py b/src/apideck/model/execute_webhook_event_request.py index 0aa189f9d3..26d88a8121 100644 --- a/src/apideck/model/execute_webhook_event_request.py +++ b/src/apideck/model/execute_webhook_event_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/execute_webhook_events_request.py b/src/apideck/model/execute_webhook_events_request.py index 96736d6876..9ec1ea8881 100644 --- a/src/apideck/model/execute_webhook_events_request.py +++ b/src/apideck/model/execute_webhook_events_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/execute_webhook_response.py b/src/apideck/model/execute_webhook_response.py index eb3d884e2c..9dd7642ea5 100644 --- a/src/apideck/model/execute_webhook_response.py +++ b/src/apideck/model/execute_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/file_storage_event_type.py b/src/apideck/model/file_storage_event_type.py index 5b477a995b..7dd574a406 100644 --- a/src/apideck/model/file_storage_event_type.py +++ b/src/apideck/model/file_storage_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/file_type.py b/src/apideck/model/file_type.py index 123a12d48d..b631b17c4f 100644 --- a/src/apideck/model/file_type.py +++ b/src/apideck/model/file_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/files_filter.py b/src/apideck/model/files_filter.py index 73e38fad42..9ff8527d02 100644 --- a/src/apideck/model/files_filter.py +++ b/src/apideck/model/files_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/files_search.py b/src/apideck/model/files_search.py index d34f8c2395..bd56d6f90b 100644 --- a/src/apideck/model/files_search.py +++ b/src/apideck/model/files_search.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/files_sort.py b/src/apideck/model/files_sort.py index 12a3d2809d..08db9d3bcb 100644 --- a/src/apideck/model/files_sort.py +++ b/src/apideck/model/files_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/folder.py b/src/apideck/model/folder.py index 3b71655117..82ab260308 100644 --- a/src/apideck/model/folder.py +++ b/src/apideck/model/folder.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/form_field.py b/src/apideck/model/form_field.py index bb55e6dbb1..4158fde65d 100644 --- a/src/apideck/model/form_field.py +++ b/src/apideck/model/form_field.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/form_field_option.py b/src/apideck/model/form_field_option.py index b01b93066b..be80cb2a5c 100644 --- a/src/apideck/model/form_field_option.py +++ b/src/apideck/model/form_field_option.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/form_field_option_group.py b/src/apideck/model/form_field_option_group.py index 993de204ce..ff45473060 100644 --- a/src/apideck/model/form_field_option_group.py +++ b/src/apideck/model/form_field_option_group.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/gender.py b/src/apideck/model/gender.py index 3476236940..a3dcaa0cf6 100644 --- a/src/apideck/model/gender.py +++ b/src/apideck/model/gender.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_accounting_department_response.py b/src/apideck/model/get_accounting_department_response.py index c9a499529c..a32171fe6b 100644 --- a/src/apideck/model/get_accounting_department_response.py +++ b/src/apideck/model/get_accounting_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_accounting_departments_response.py b/src/apideck/model/get_accounting_departments_response.py index f5184279d5..59e3eae2b5 100644 --- a/src/apideck/model/get_accounting_departments_response.py +++ b/src/apideck/model/get_accounting_departments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_accounting_location_response.py b/src/apideck/model/get_accounting_location_response.py index 0cad969ef4..6b98565cc3 100644 --- a/src/apideck/model/get_accounting_location_response.py +++ b/src/apideck/model/get_accounting_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_accounting_locations_response.py b/src/apideck/model/get_accounting_locations_response.py index 4a58f842c5..9158b8c819 100644 --- a/src/apideck/model/get_accounting_locations_response.py +++ b/src/apideck/model/get_accounting_locations_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_activities_response.py b/src/apideck/model/get_activities_response.py index f1a8f5e9eb..01cf3b4117 100644 --- a/src/apideck/model/get_activities_response.py +++ b/src/apideck/model/get_activities_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_activity_response.py b/src/apideck/model/get_activity_response.py index 0dda8308af..97caf9213d 100644 --- a/src/apideck/model/get_activity_response.py +++ b/src/apideck/model/get_activity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_api_resource_coverage_response.py b/src/apideck/model/get_api_resource_coverage_response.py index 69c7f635ac..5a2884833b 100644 --- a/src/apideck/model/get_api_resource_coverage_response.py +++ b/src/apideck/model/get_api_resource_coverage_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_api_resource_response.py b/src/apideck/model/get_api_resource_response.py index 3f0d60cdec..118bc8e9c8 100644 --- a/src/apideck/model/get_api_resource_response.py +++ b/src/apideck/model/get_api_resource_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_api_response.py b/src/apideck/model/get_api_response.py index d9913e39ea..877373bd92 100644 --- a/src/apideck/model/get_api_response.py +++ b/src/apideck/model/get_api_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_apis_response.py b/src/apideck/model/get_apis_response.py index de7d0b0ac9..559df84373 100644 --- a/src/apideck/model/get_apis_response.py +++ b/src/apideck/model/get_apis_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_applicant_response.py b/src/apideck/model/get_applicant_response.py index b11fcc51d9..25380dc8b8 100644 --- a/src/apideck/model/get_applicant_response.py +++ b/src/apideck/model/get_applicant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_applicants_response.py b/src/apideck/model/get_applicants_response.py index 01df88476b..18debd2de8 100644 --- a/src/apideck/model/get_applicants_response.py +++ b/src/apideck/model/get_applicants_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_application_response.py b/src/apideck/model/get_application_response.py index a50fa08ea1..8886c73ddc 100644 --- a/src/apideck/model/get_application_response.py +++ b/src/apideck/model/get_application_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_applications_response.py b/src/apideck/model/get_applications_response.py index 6e45bbdad8..d0219ba4b5 100644 --- a/src/apideck/model/get_applications_response.py +++ b/src/apideck/model/get_applications_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_attachment_response.py b/src/apideck/model/get_attachment_response.py index 08856d65fe..e78e7b2f23 100644 --- a/src/apideck/model/get_attachment_response.py +++ b/src/apideck/model/get_attachment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_attachments_response.py b/src/apideck/model/get_attachments_response.py index 74a450c522..1259af495c 100644 --- a/src/apideck/model/get_attachments_response.py +++ b/src/apideck/model/get_attachments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_balance_sheet_response.py b/src/apideck/model/get_balance_sheet_response.py index 5db5e8545c..2f42cd3983 100644 --- a/src/apideck/model/get_balance_sheet_response.py +++ b/src/apideck/model/get_balance_sheet_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_bill_response.py b/src/apideck/model/get_bill_response.py index 70341e8431..66acff3632 100644 --- a/src/apideck/model/get_bill_response.py +++ b/src/apideck/model/get_bill_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_bills_response.py b/src/apideck/model/get_bills_response.py index ed13b52fe3..33a371d2f1 100644 --- a/src/apideck/model/get_bills_response.py +++ b/src/apideck/model/get_bills_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_collection_response.py b/src/apideck/model/get_collection_response.py index a7688c14b3..e53ce57058 100644 --- a/src/apideck/model/get_collection_response.py +++ b/src/apideck/model/get_collection_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_collection_tags_response.py b/src/apideck/model/get_collection_tags_response.py index dd5ca08a1b..9614bc9602 100644 --- a/src/apideck/model/get_collection_tags_response.py +++ b/src/apideck/model/get_collection_tags_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_collection_user_response.py b/src/apideck/model/get_collection_user_response.py index fc8ee2583b..a1256a5f36 100644 --- a/src/apideck/model/get_collection_user_response.py +++ b/src/apideck/model/get_collection_user_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_collection_users_response.py b/src/apideck/model/get_collection_users_response.py index 65d176ee82..11c6a80c6a 100644 --- a/src/apideck/model/get_collection_users_response.py +++ b/src/apideck/model/get_collection_users_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_collections_response.py b/src/apideck/model/get_collections_response.py index 15366fe990..c6c179f447 100644 --- a/src/apideck/model/get_collections_response.py +++ b/src/apideck/model/get_collections_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_comment_response.py b/src/apideck/model/get_comment_response.py index 9c9bfb9e8a..b2871d94db 100644 --- a/src/apideck/model/get_comment_response.py +++ b/src/apideck/model/get_comment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_comments_response.py b/src/apideck/model/get_comments_response.py index 89487dd848..1ea42a0f6a 100644 --- a/src/apideck/model/get_comments_response.py +++ b/src/apideck/model/get_comments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_companies_response.py b/src/apideck/model/get_companies_response.py index 2e3f710e7e..dece481044 100644 --- a/src/apideck/model/get_companies_response.py +++ b/src/apideck/model/get_companies_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_company_info_response.py b/src/apideck/model/get_company_info_response.py index 737fdfec42..988f18742c 100644 --- a/src/apideck/model/get_company_info_response.py +++ b/src/apideck/model/get_company_info_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_company_response.py b/src/apideck/model/get_company_response.py index b4e3a870f2..97ea022e58 100644 --- a/src/apideck/model/get_company_response.py +++ b/src/apideck/model/get_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_connection_response.py b/src/apideck/model/get_connection_response.py index 70add1aedc..687e5ad4ba 100644 --- a/src/apideck/model/get_connection_response.py +++ b/src/apideck/model/get_connection_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_connections_response.py b/src/apideck/model/get_connections_response.py index 3fb4b787c0..3334aa0874 100644 --- a/src/apideck/model/get_connections_response.py +++ b/src/apideck/model/get_connections_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_connector_resource_example_response.py b/src/apideck/model/get_connector_resource_example_response.py index 74cee4f73b..5193e4ab4c 100644 --- a/src/apideck/model/get_connector_resource_example_response.py +++ b/src/apideck/model/get_connector_resource_example_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_connector_resource_example_response_data.py b/src/apideck/model/get_connector_resource_example_response_data.py index 59f0703141..aa3344be87 100644 --- a/src/apideck/model/get_connector_resource_example_response_data.py +++ b/src/apideck/model/get_connector_resource_example_response_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_connector_resource_response.py b/src/apideck/model/get_connector_resource_response.py index 1d421f0659..1ad292aae9 100644 --- a/src/apideck/model/get_connector_resource_response.py +++ b/src/apideck/model/get_connector_resource_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_connector_resource_schema_response.py b/src/apideck/model/get_connector_resource_schema_response.py index 2fdf93ca69..6e333937d5 100644 --- a/src/apideck/model/get_connector_resource_schema_response.py +++ b/src/apideck/model/get_connector_resource_schema_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_connector_response.py b/src/apideck/model/get_connector_response.py index 9da0bf0445..9285d36400 100644 --- a/src/apideck/model/get_connector_response.py +++ b/src/apideck/model/get_connector_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_connectors_response.py b/src/apideck/model/get_connectors_response.py index 2d1542285e..a0954c7624 100644 --- a/src/apideck/model/get_connectors_response.py +++ b/src/apideck/model/get_connectors_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_consumer_response.py b/src/apideck/model/get_consumer_response.py index 6e4a30582a..d2b96c6f08 100644 --- a/src/apideck/model/get_consumer_response.py +++ b/src/apideck/model/get_consumer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_consumers_response.py b/src/apideck/model/get_consumers_response.py index 5016d4a846..615f0352d2 100644 --- a/src/apideck/model/get_consumers_response.py +++ b/src/apideck/model/get_consumers_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_consumers_response_data.py b/src/apideck/model/get_consumers_response_data.py index 5e4b0f386e..a9a8879025 100644 --- a/src/apideck/model/get_consumers_response_data.py +++ b/src/apideck/model/get_consumers_response_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_contact_response.py b/src/apideck/model/get_contact_response.py index 9971177e6f..e8fee847b4 100644 --- a/src/apideck/model/get_contact_response.py +++ b/src/apideck/model/get_contact_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_contacts_response.py b/src/apideck/model/get_contacts_response.py index f5a8b2c02e..3d9c8fff54 100644 --- a/src/apideck/model/get_contacts_response.py +++ b/src/apideck/model/get_contacts_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_credit_note_response.py b/src/apideck/model/get_credit_note_response.py index bbb9a24e08..e3dbdac949 100644 --- a/src/apideck/model/get_credit_note_response.py +++ b/src/apideck/model/get_credit_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_credit_notes_response.py b/src/apideck/model/get_credit_notes_response.py index 0913cfaa7e..d92d575e8d 100644 --- a/src/apideck/model/get_credit_notes_response.py +++ b/src/apideck/model/get_credit_notes_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_custom_fields_response.py b/src/apideck/model/get_custom_fields_response.py index 4c3d05a554..2b8710bd33 100644 --- a/src/apideck/model/get_custom_fields_response.py +++ b/src/apideck/model/get_custom_fields_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_custom_mapping_response.py b/src/apideck/model/get_custom_mapping_response.py index ededf343bb..043d5f3adc 100644 --- a/src/apideck/model/get_custom_mapping_response.py +++ b/src/apideck/model/get_custom_mapping_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_customer_response.py b/src/apideck/model/get_customer_response.py index 6f21df282a..8349ad66ad 100644 --- a/src/apideck/model/get_customer_response.py +++ b/src/apideck/model/get_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_customers_response.py b/src/apideck/model/get_customers_response.py index e2c8dbfe19..dd2628bacc 100644 --- a/src/apideck/model/get_customers_response.py +++ b/src/apideck/model/get_customers_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_department_response.py b/src/apideck/model/get_department_response.py index ed9985fad0..a001358bf8 100644 --- a/src/apideck/model/get_department_response.py +++ b/src/apideck/model/get_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_departments_response.py b/src/apideck/model/get_departments_response.py index 2a1499818a..60fe0b6a53 100644 --- a/src/apideck/model/get_departments_response.py +++ b/src/apideck/model/get_departments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_drive_group_response.py b/src/apideck/model/get_drive_group_response.py index a476ab3b52..686929cdc3 100644 --- a/src/apideck/model/get_drive_group_response.py +++ b/src/apideck/model/get_drive_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_drive_groups_response.py b/src/apideck/model/get_drive_groups_response.py index d89b7d63a7..1cdc7a1828 100644 --- a/src/apideck/model/get_drive_groups_response.py +++ b/src/apideck/model/get_drive_groups_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_drive_response.py b/src/apideck/model/get_drive_response.py index 776bd64822..719628542b 100644 --- a/src/apideck/model/get_drive_response.py +++ b/src/apideck/model/get_drive_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_drives_response.py b/src/apideck/model/get_drives_response.py index 959fc427c5..e4042899b6 100644 --- a/src/apideck/model/get_drives_response.py +++ b/src/apideck/model/get_drives_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_ecommerce_customer_response.py b/src/apideck/model/get_ecommerce_customer_response.py index 49aa3c9cdd..54850f1e11 100644 --- a/src/apideck/model/get_ecommerce_customer_response.py +++ b/src/apideck/model/get_ecommerce_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_ecommerce_customers_response.py b/src/apideck/model/get_ecommerce_customers_response.py index d23ffd777c..c6f13b9543 100644 --- a/src/apideck/model/get_ecommerce_customers_response.py +++ b/src/apideck/model/get_ecommerce_customers_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_ecommerce_order_response.py b/src/apideck/model/get_ecommerce_order_response.py index bfd87da669..e8a7e19991 100644 --- a/src/apideck/model/get_ecommerce_order_response.py +++ b/src/apideck/model/get_ecommerce_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_ecommerce_orders_response.py b/src/apideck/model/get_ecommerce_orders_response.py index 01f6d11da4..3c68d83e0a 100644 --- a/src/apideck/model/get_ecommerce_orders_response.py +++ b/src/apideck/model/get_ecommerce_orders_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_employee_payroll_response.py b/src/apideck/model/get_employee_payroll_response.py index 357651f950..b5c0066e52 100644 --- a/src/apideck/model/get_employee_payroll_response.py +++ b/src/apideck/model/get_employee_payroll_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_employee_payrolls_response.py b/src/apideck/model/get_employee_payrolls_response.py index 9f0f539dde..648ccf0371 100644 --- a/src/apideck/model/get_employee_payrolls_response.py +++ b/src/apideck/model/get_employee_payrolls_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_employee_response.py b/src/apideck/model/get_employee_response.py index c5d460a3d5..517560f65a 100644 --- a/src/apideck/model/get_employee_response.py +++ b/src/apideck/model/get_employee_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_employee_schedules_response.py b/src/apideck/model/get_employee_schedules_response.py index fde1f6bb2a..b1b361bfb6 100644 --- a/src/apideck/model/get_employee_schedules_response.py +++ b/src/apideck/model/get_employee_schedules_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_employees_response.py b/src/apideck/model/get_employees_response.py index ea88669c55..60275399e6 100644 --- a/src/apideck/model/get_employees_response.py +++ b/src/apideck/model/get_employees_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_file_response.py b/src/apideck/model/get_file_response.py index 245a3da146..1bc99d0ffe 100644 --- a/src/apideck/model/get_file_response.py +++ b/src/apideck/model/get_file_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_files_response.py b/src/apideck/model/get_files_response.py index cdf0462819..19ba3c8c85 100644 --- a/src/apideck/model/get_files_response.py +++ b/src/apideck/model/get_files_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_folder_response.py b/src/apideck/model/get_folder_response.py index d2e7daf41d..56977f56d6 100644 --- a/src/apideck/model/get_folder_response.py +++ b/src/apideck/model/get_folder_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_folders_response.py b/src/apideck/model/get_folders_response.py index 2aabe3dc9a..1cad6ebab7 100644 --- a/src/apideck/model/get_folders_response.py +++ b/src/apideck/model/get_folders_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_hris_companies_response.py b/src/apideck/model/get_hris_companies_response.py index c4daf4aae3..fdfa1ec462 100644 --- a/src/apideck/model/get_hris_companies_response.py +++ b/src/apideck/model/get_hris_companies_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_hris_company_response.py b/src/apideck/model/get_hris_company_response.py index 9639ca48e2..50ce4ab496 100644 --- a/src/apideck/model/get_hris_company_response.py +++ b/src/apideck/model/get_hris_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_hris_job_response.py b/src/apideck/model/get_hris_job_response.py index c0bf5a7bd3..a631abbc7b 100644 --- a/src/apideck/model/get_hris_job_response.py +++ b/src/apideck/model/get_hris_job_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_hris_jobs_response.py b/src/apideck/model/get_hris_jobs_response.py index 9738e88aa8..fcd76b913b 100644 --- a/src/apideck/model/get_hris_jobs_response.py +++ b/src/apideck/model/get_hris_jobs_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_invoice_item_response.py b/src/apideck/model/get_invoice_item_response.py index ae7c292adf..c262336da3 100644 --- a/src/apideck/model/get_invoice_item_response.py +++ b/src/apideck/model/get_invoice_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_invoice_items_response.py b/src/apideck/model/get_invoice_items_response.py index 605de469da..f822a3019c 100644 --- a/src/apideck/model/get_invoice_items_response.py +++ b/src/apideck/model/get_invoice_items_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_invoice_response.py b/src/apideck/model/get_invoice_response.py index 866ad794a8..43130ac6b0 100644 --- a/src/apideck/model/get_invoice_response.py +++ b/src/apideck/model/get_invoice_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_invoices_response.py b/src/apideck/model/get_invoices_response.py index d1d8446769..4b5ae34eb9 100644 --- a/src/apideck/model/get_invoices_response.py +++ b/src/apideck/model/get_invoices_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_item_response.py b/src/apideck/model/get_item_response.py index 47fd38734e..499aa9e9b7 100644 --- a/src/apideck/model/get_item_response.py +++ b/src/apideck/model/get_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_items_response.py b/src/apideck/model/get_items_response.py index bedd97d804..5db151d956 100644 --- a/src/apideck/model/get_items_response.py +++ b/src/apideck/model/get_items_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_job_response.py b/src/apideck/model/get_job_response.py index e259eedeff..28701cf5bf 100644 --- a/src/apideck/model/get_job_response.py +++ b/src/apideck/model/get_job_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_jobs_response.py b/src/apideck/model/get_jobs_response.py index dee72900cc..6045e40c57 100644 --- a/src/apideck/model/get_jobs_response.py +++ b/src/apideck/model/get_jobs_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_journal_entries_response.py b/src/apideck/model/get_journal_entries_response.py index 73d0fd2121..82748694c0 100644 --- a/src/apideck/model/get_journal_entries_response.py +++ b/src/apideck/model/get_journal_entries_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_journal_entry_response.py b/src/apideck/model/get_journal_entry_response.py index 84c7b11c89..ad7e50603f 100644 --- a/src/apideck/model/get_journal_entry_response.py +++ b/src/apideck/model/get_journal_entry_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_lead_response.py b/src/apideck/model/get_lead_response.py index ad89627a40..d0fa631b2f 100644 --- a/src/apideck/model/get_lead_response.py +++ b/src/apideck/model/get_lead_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_leads_response.py b/src/apideck/model/get_leads_response.py index 80405b62a7..22cd8dc361 100644 --- a/src/apideck/model/get_leads_response.py +++ b/src/apideck/model/get_leads_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_ledger_account_response.py b/src/apideck/model/get_ledger_account_response.py index 8a82f1c7c5..019c391d79 100644 --- a/src/apideck/model/get_ledger_account_response.py +++ b/src/apideck/model/get_ledger_account_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_ledger_accounts_response.py b/src/apideck/model/get_ledger_accounts_response.py index 26f03e7a5d..889be696c2 100644 --- a/src/apideck/model/get_ledger_accounts_response.py +++ b/src/apideck/model/get_ledger_accounts_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_location_response.py b/src/apideck/model/get_location_response.py index f0f244a86d..2effa3706f 100644 --- a/src/apideck/model/get_location_response.py +++ b/src/apideck/model/get_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_locations_response.py b/src/apideck/model/get_locations_response.py index 6df7b7ef7c..857e539a17 100644 --- a/src/apideck/model/get_locations_response.py +++ b/src/apideck/model/get_locations_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_logs_response.py b/src/apideck/model/get_logs_response.py index 90cef4a092..3d1e170bd5 100644 --- a/src/apideck/model/get_logs_response.py +++ b/src/apideck/model/get_logs_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_merchant_response.py b/src/apideck/model/get_merchant_response.py index 239d81949d..ac5f0b141a 100644 --- a/src/apideck/model/get_merchant_response.py +++ b/src/apideck/model/get_merchant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_merchants_response.py b/src/apideck/model/get_merchants_response.py index 4eebbec4db..457357743e 100644 --- a/src/apideck/model/get_merchants_response.py +++ b/src/apideck/model/get_merchants_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_message_response.py b/src/apideck/model/get_message_response.py index fd05ca17ff..38979742cd 100644 --- a/src/apideck/model/get_message_response.py +++ b/src/apideck/model/get_message_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_messages_response.py b/src/apideck/model/get_messages_response.py index c284702fa9..16314da887 100644 --- a/src/apideck/model/get_messages_response.py +++ b/src/apideck/model/get_messages_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_modifier_group_response.py b/src/apideck/model/get_modifier_group_response.py index 6cd8204a4f..b96ef3c2d2 100644 --- a/src/apideck/model/get_modifier_group_response.py +++ b/src/apideck/model/get_modifier_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_modifier_groups_response.py b/src/apideck/model/get_modifier_groups_response.py index 4f9c5cf07a..622e1602b3 100644 --- a/src/apideck/model/get_modifier_groups_response.py +++ b/src/apideck/model/get_modifier_groups_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_modifier_response.py b/src/apideck/model/get_modifier_response.py index 04675ed328..7695df9646 100644 --- a/src/apideck/model/get_modifier_response.py +++ b/src/apideck/model/get_modifier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_modifiers_response.py b/src/apideck/model/get_modifiers_response.py index c732aa06ce..d7cab43cc6 100644 --- a/src/apideck/model/get_modifiers_response.py +++ b/src/apideck/model/get_modifiers_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_note_response.py b/src/apideck/model/get_note_response.py index d226803699..023b00a8c8 100644 --- a/src/apideck/model/get_note_response.py +++ b/src/apideck/model/get_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_notes_response.py b/src/apideck/model/get_notes_response.py index fc7edf6ea2..d55cd856b1 100644 --- a/src/apideck/model/get_notes_response.py +++ b/src/apideck/model/get_notes_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_opportunities_response.py b/src/apideck/model/get_opportunities_response.py index b0667d91a5..a134dbcc06 100644 --- a/src/apideck/model/get_opportunities_response.py +++ b/src/apideck/model/get_opportunities_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_opportunity_response.py b/src/apideck/model/get_opportunity_response.py index 976431aa86..e57a6cd356 100644 --- a/src/apideck/model/get_opportunity_response.py +++ b/src/apideck/model/get_opportunity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_order_response.py b/src/apideck/model/get_order_response.py index b74a13e368..c25fc748da 100644 --- a/src/apideck/model/get_order_response.py +++ b/src/apideck/model/get_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_order_type_response.py b/src/apideck/model/get_order_type_response.py index 567480f79d..92d43c00f1 100644 --- a/src/apideck/model/get_order_type_response.py +++ b/src/apideck/model/get_order_type_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_order_types_response.py b/src/apideck/model/get_order_types_response.py index 8ec8d14a76..d7b8612171 100644 --- a/src/apideck/model/get_order_types_response.py +++ b/src/apideck/model/get_order_types_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_orders_response.py b/src/apideck/model/get_orders_response.py index 9ea1ecbd15..b7460ee3af 100644 --- a/src/apideck/model/get_orders_response.py +++ b/src/apideck/model/get_orders_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_payment_response.py b/src/apideck/model/get_payment_response.py index 586071a1ad..3ff7c21a04 100644 --- a/src/apideck/model/get_payment_response.py +++ b/src/apideck/model/get_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_payments_response.py b/src/apideck/model/get_payments_response.py index 9806cc71dc..4c6e660df3 100644 --- a/src/apideck/model/get_payments_response.py +++ b/src/apideck/model/get_payments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_payroll_response.py b/src/apideck/model/get_payroll_response.py index 3c1b4ea706..81f7a8dda3 100644 --- a/src/apideck/model/get_payroll_response.py +++ b/src/apideck/model/get_payroll_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_payrolls_response.py b/src/apideck/model/get_payrolls_response.py index 530cb2e69a..48736a0867 100644 --- a/src/apideck/model/get_payrolls_response.py +++ b/src/apideck/model/get_payrolls_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_pipeline_response.py b/src/apideck/model/get_pipeline_response.py index 7946739650..5e73d9fd59 100644 --- a/src/apideck/model/get_pipeline_response.py +++ b/src/apideck/model/get_pipeline_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_pipelines_response.py b/src/apideck/model/get_pipelines_response.py index f2e02407c8..5664b5126a 100644 --- a/src/apideck/model/get_pipelines_response.py +++ b/src/apideck/model/get_pipelines_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_pos_payment_response.py b/src/apideck/model/get_pos_payment_response.py index f0deaf38fa..30f5bfb898 100644 --- a/src/apideck/model/get_pos_payment_response.py +++ b/src/apideck/model/get_pos_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_pos_payments_response.py b/src/apideck/model/get_pos_payments_response.py index 4cae7c40a7..4226c55de0 100644 --- a/src/apideck/model/get_pos_payments_response.py +++ b/src/apideck/model/get_pos_payments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_product_response.py b/src/apideck/model/get_product_response.py index d575a1ccce..639c482bc8 100644 --- a/src/apideck/model/get_product_response.py +++ b/src/apideck/model/get_product_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_products_response.py b/src/apideck/model/get_products_response.py index 26a4e39778..b3b17f783b 100644 --- a/src/apideck/model/get_products_response.py +++ b/src/apideck/model/get_products_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_profit_and_loss_response.py b/src/apideck/model/get_profit_and_loss_response.py index cddae7d543..c0bd9bafb5 100644 --- a/src/apideck/model/get_profit_and_loss_response.py +++ b/src/apideck/model/get_profit_and_loss_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_purchase_order_response.py b/src/apideck/model/get_purchase_order_response.py index f719f237b1..3a21ed66db 100644 --- a/src/apideck/model/get_purchase_order_response.py +++ b/src/apideck/model/get_purchase_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_purchase_orders_response.py b/src/apideck/model/get_purchase_orders_response.py index c1fd7024be..e68c998842 100644 --- a/src/apideck/model/get_purchase_orders_response.py +++ b/src/apideck/model/get_purchase_orders_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_resource_example_response.py b/src/apideck/model/get_resource_example_response.py index f8584a3fec..98e4a002d7 100644 --- a/src/apideck/model/get_resource_example_response.py +++ b/src/apideck/model/get_resource_example_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_resource_schema_response.py b/src/apideck/model/get_resource_schema_response.py index 0ce7e3d6ba..c3a94c5071 100644 --- a/src/apideck/model/get_resource_schema_response.py +++ b/src/apideck/model/get_resource_schema_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_shared_link_response.py b/src/apideck/model/get_shared_link_response.py index 159add1441..6968cf5d4f 100644 --- a/src/apideck/model/get_shared_link_response.py +++ b/src/apideck/model/get_shared_link_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_shared_links_response.py b/src/apideck/model/get_shared_links_response.py index 5e94bc7796..e82fe7615d 100644 --- a/src/apideck/model/get_shared_links_response.py +++ b/src/apideck/model/get_shared_links_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_store_response.py b/src/apideck/model/get_store_response.py index 8f54af6358..2e5a5bde4e 100644 --- a/src/apideck/model/get_store_response.py +++ b/src/apideck/model/get_store_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_stores_response.py b/src/apideck/model/get_stores_response.py index 24720432cf..ca7df9d71c 100644 --- a/src/apideck/model/get_stores_response.py +++ b/src/apideck/model/get_stores_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_subsidiaries_response.py b/src/apideck/model/get_subsidiaries_response.py index 96dc3ecca8..0a48883829 100644 --- a/src/apideck/model/get_subsidiaries_response.py +++ b/src/apideck/model/get_subsidiaries_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_subsidiary_response.py b/src/apideck/model/get_subsidiary_response.py index f0a8418726..242b598b0c 100644 --- a/src/apideck/model/get_subsidiary_response.py +++ b/src/apideck/model/get_subsidiary_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_supplier_response.py b/src/apideck/model/get_supplier_response.py index ea9e6f10b9..2cd81fe648 100644 --- a/src/apideck/model/get_supplier_response.py +++ b/src/apideck/model/get_supplier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_suppliers_response.py b/src/apideck/model/get_suppliers_response.py index 90360e3ee7..0a451c521b 100644 --- a/src/apideck/model/get_suppliers_response.py +++ b/src/apideck/model/get_suppliers_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_tax_rate_response.py b/src/apideck/model/get_tax_rate_response.py index c715b21d56..0623278552 100644 --- a/src/apideck/model/get_tax_rate_response.py +++ b/src/apideck/model/get_tax_rate_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_tax_rates_response.py b/src/apideck/model/get_tax_rates_response.py index 02dd4c0ed7..3e36682a8e 100644 --- a/src/apideck/model/get_tax_rates_response.py +++ b/src/apideck/model/get_tax_rates_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_tender_response.py b/src/apideck/model/get_tender_response.py index 63268af26f..81add65745 100644 --- a/src/apideck/model/get_tender_response.py +++ b/src/apideck/model/get_tender_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_tenders_response.py b/src/apideck/model/get_tenders_response.py index 9032b51b30..9d101958ad 100644 --- a/src/apideck/model/get_tenders_response.py +++ b/src/apideck/model/get_tenders_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_ticket_response.py b/src/apideck/model/get_ticket_response.py index 84768344bb..c5b79f1d4b 100644 --- a/src/apideck/model/get_ticket_response.py +++ b/src/apideck/model/get_ticket_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_tickets_response.py b/src/apideck/model/get_tickets_response.py index 7dbaf0f0d7..f426d7f677 100644 --- a/src/apideck/model/get_tickets_response.py +++ b/src/apideck/model/get_tickets_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_time_off_request_response.py b/src/apideck/model/get_time_off_request_response.py index a40e431286..3eba0ccee7 100644 --- a/src/apideck/model/get_time_off_request_response.py +++ b/src/apideck/model/get_time_off_request_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_time_off_requests_response.py b/src/apideck/model/get_time_off_requests_response.py index 949ab5dcbb..666e0fd091 100644 --- a/src/apideck/model/get_time_off_requests_response.py +++ b/src/apideck/model/get_time_off_requests_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_tracking_categories_response.py b/src/apideck/model/get_tracking_categories_response.py new file mode 100644 index 0000000000..6246a30dc6 --- /dev/null +++ b/src/apideck/model/get_tracking_categories_response.py @@ -0,0 +1,309 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from apideck.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from apideck.exceptions import ApiAttributeError + + +def lazy_import(): + from apideck.model.links import Links + from apideck.model.meta import Meta + from apideck.model.tracking_category import TrackingCategory + globals()['Links'] = Links + globals()['Meta'] = Meta + globals()['TrackingCategory'] = TrackingCategory + + +class GetTrackingCategoriesResponse(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'status_code': (int,), # noqa: E501 + 'status': (str,), # noqa: E501 + 'service': (str,), # noqa: E501 + 'resource': (str,), # noqa: E501 + 'operation': (str,), # noqa: E501 + 'data': ([TrackingCategory],), # noqa: E501 + 'meta': (Meta,), # noqa: E501 + 'links': (Links,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'status_code': 'status_code', # noqa: E501 + 'status': 'status', # noqa: E501 + 'service': 'service', # noqa: E501 + 'resource': 'resource', # noqa: E501 + 'operation': 'operation', # noqa: E501 + 'data': 'data', # noqa: E501 + 'meta': 'meta', # noqa: E501 + 'links': 'links', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, status_code, status, service, resource, operation, data, *args, **kwargs): # noqa: E501 + """GetTrackingCategoriesResponse - a model defined in OpenAPI + + Args: + status_code (int): HTTP Response Status Code + status (str): HTTP Response Status + service (str): Apideck ID of service provider + resource (str): Unified API resource name + operation (str): Operation performed + data ([TrackingCategory]): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + meta (Meta): [optional] # noqa: E501 + links (Links): [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status_code = status_code + self.status = status + self.service = service + self.resource = resource + self.operation = operation + self.data = data + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, status_code, status, service, resource, operation, data, *args, **kwargs): # noqa: E501 + """GetTrackingCategoriesResponse - a model defined in OpenAPI + + Args: + status_code (int): HTTP Response Status Code + status (str): HTTP Response Status + service (str): Apideck ID of service provider + resource (str): Unified API resource name + operation (str): Operation performed + data ([TrackingCategory]): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + meta (Meta): [optional] # noqa: E501 + links (Links): [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status_code = status_code + self.status = status + self.service = service + self.resource = resource + self.operation = operation + self.data = data + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/src/apideck/model/get_tracking_category_response.py b/src/apideck/model/get_tracking_category_response.py new file mode 100644 index 0000000000..dcb79b4476 --- /dev/null +++ b/src/apideck/model/get_tracking_category_response.py @@ -0,0 +1,297 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from apideck.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from apideck.exceptions import ApiAttributeError + + +def lazy_import(): + from apideck.model.tracking_category import TrackingCategory + globals()['TrackingCategory'] = TrackingCategory + + +class GetTrackingCategoryResponse(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'status_code': (int,), # noqa: E501 + 'status': (str,), # noqa: E501 + 'service': (str,), # noqa: E501 + 'resource': (str,), # noqa: E501 + 'operation': (str,), # noqa: E501 + 'data': (TrackingCategory,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'status_code': 'status_code', # noqa: E501 + 'status': 'status', # noqa: E501 + 'service': 'service', # noqa: E501 + 'resource': 'resource', # noqa: E501 + 'operation': 'operation', # noqa: E501 + 'data': 'data', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, status_code, status, service, resource, operation, data, *args, **kwargs): # noqa: E501 + """GetTrackingCategoryResponse - a model defined in OpenAPI + + Args: + status_code (int): HTTP Response Status Code + status (str): HTTP Response Status + service (str): Apideck ID of service provider + resource (str): Unified API resource name + operation (str): Operation performed + data (TrackingCategory): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status_code = status_code + self.status = status + self.service = service + self.resource = resource + self.operation = operation + self.data = data + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, status_code, status, service, resource, operation, data, *args, **kwargs): # noqa: E501 + """GetTrackingCategoryResponse - a model defined in OpenAPI + + Args: + status_code (int): HTTP Response Status Code + status (str): HTTP Response Status + service (str): Apideck ID of service provider + resource (str): Unified API resource name + operation (str): Operation performed + data (TrackingCategory): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status_code = status_code + self.status = status + self.service = service + self.resource = resource + self.operation = operation + self.data = data + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/src/apideck/model/get_upload_session_response.py b/src/apideck/model/get_upload_session_response.py index 1a91ad8696..2a91faad02 100644 --- a/src/apideck/model/get_upload_session_response.py +++ b/src/apideck/model/get_upload_session_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_user_response.py b/src/apideck/model/get_user_response.py index 765c9ce986..b23e59d8b6 100644 --- a/src/apideck/model/get_user_response.py +++ b/src/apideck/model/get_user_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_users_response.py b/src/apideck/model/get_users_response.py index 88b954666f..c876db0302 100644 --- a/src/apideck/model/get_users_response.py +++ b/src/apideck/model/get_users_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_webhook_event_logs_response.py b/src/apideck/model/get_webhook_event_logs_response.py index 6425ff2d51..3ab5aeded2 100644 --- a/src/apideck/model/get_webhook_event_logs_response.py +++ b/src/apideck/model/get_webhook_event_logs_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_webhook_response.py b/src/apideck/model/get_webhook_response.py index 46852f37f6..f870fc11b7 100644 --- a/src/apideck/model/get_webhook_response.py +++ b/src/apideck/model/get_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/get_webhooks_response.py b/src/apideck/model/get_webhooks_response.py index 9f57ed76e2..5ad13be76b 100644 --- a/src/apideck/model/get_webhooks_response.py +++ b/src/apideck/model/get_webhooks_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/hris_company.py b/src/apideck/model/hris_company.py index 10a2a08612..41aa42789e 100644 --- a/src/apideck/model/hris_company.py +++ b/src/apideck/model/hris_company.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/hris_event_type.py b/src/apideck/model/hris_event_type.py index 73117fe597..ae19ab3a8f 100644 --- a/src/apideck/model/hris_event_type.py +++ b/src/apideck/model/hris_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/hris_job.py b/src/apideck/model/hris_job.py index 0513d015d7..d838e9328e 100644 --- a/src/apideck/model/hris_job.py +++ b/src/apideck/model/hris_job.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/hris_job_location.py b/src/apideck/model/hris_job_location.py index b24d5769b1..fa0015afb3 100644 --- a/src/apideck/model/hris_job_location.py +++ b/src/apideck/model/hris_job_location.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/hris_jobs.py b/src/apideck/model/hris_jobs.py index 02ff717f69..a94c43a648 100644 --- a/src/apideck/model/hris_jobs.py +++ b/src/apideck/model/hris_jobs.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/idempotency_key.py b/src/apideck/model/idempotency_key.py index 5024d97ec9..278807b279 100644 --- a/src/apideck/model/idempotency_key.py +++ b/src/apideck/model/idempotency_key.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/integration_state.py b/src/apideck/model/integration_state.py index 5b3860a60c..04c6bbfc5e 100644 --- a/src/apideck/model/integration_state.py +++ b/src/apideck/model/integration_state.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/invoice.py b/src/apideck/model/invoice.py index 6925576701..f0083833c9 100644 --- a/src/apideck/model/invoice.py +++ b/src/apideck/model/invoice.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -34,19 +34,21 @@ def lazy_import(): from apideck.model.bank_account import BankAccount from apideck.model.currency import Currency from apideck.model.custom_field import CustomField + from apideck.model.deprecated_linked_tracking_category import DeprecatedLinkedTrackingCategory from apideck.model.invoice_line_item import InvoiceLineItem from apideck.model.linked_customer import LinkedCustomer from apideck.model.linked_ledger_account import LinkedLedgerAccount - from apideck.model.linked_tracking_category import LinkedTrackingCategory + from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['Address'] = Address globals()['BankAccount'] = BankAccount globals()['Currency'] = Currency globals()['CustomField'] = CustomField + globals()['DeprecatedLinkedTrackingCategory'] = DeprecatedLinkedTrackingCategory globals()['InvoiceLineItem'] = InvoiceLineItem globals()['LinkedCustomer'] = LinkedCustomer globals()['LinkedLedgerAccount'] = LinkedLedgerAccount - globals()['LinkedTrackingCategory'] = LinkedTrackingCategory + globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody @@ -141,7 +143,8 @@ def openapi_types(): 'balance': (float, none_type,), # noqa: E501 'deposit': (float, none_type,), # noqa: E501 'customer_memo': (str, none_type,), # noqa: E501 - 'tracking_category': (LinkedTrackingCategory,), # noqa: E501 + 'tracking_category': (DeprecatedLinkedTrackingCategory,), # noqa: E501 + 'tracking_categories': (LinkedTrackingCategories,), # noqa: E501 'line_items': ([InvoiceLineItem],), # noqa: E501 'billing_address': (Address,), # noqa: E501 'shipping_address': (Address,), # noqa: E501 @@ -195,6 +198,7 @@ def discriminator(): 'deposit': 'deposit', # noqa: E501 'customer_memo': 'customer_memo', # noqa: E501 'tracking_category': 'tracking_category', # noqa: E501 + 'tracking_categories': 'tracking_categories', # noqa: E501 'line_items': 'line_items', # noqa: E501 'billing_address': 'billing_address', # noqa: E501 'shipping_address': 'shipping_address', # noqa: E501 @@ -289,7 +293,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 balance (float, none_type): Balance of invoice due.. [optional] # noqa: E501 deposit (float, none_type): Amount of deposit made to this invoice.. [optional] # noqa: E501 customer_memo (str, none_type): Customer memo. [optional] # noqa: E501 - tracking_category (LinkedTrackingCategory): [optional] # noqa: E501 + tracking_category (DeprecatedLinkedTrackingCategory): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 line_items ([InvoiceLineItem]): [optional] # noqa: E501 billing_address (Address): [optional] # noqa: E501 shipping_address (Address): [optional] # noqa: E501 @@ -415,7 +420,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 balance (float, none_type): Balance of invoice due.. [optional] # noqa: E501 deposit (float, none_type): Amount of deposit made to this invoice.. [optional] # noqa: E501 customer_memo (str, none_type): Customer memo. [optional] # noqa: E501 - tracking_category (LinkedTrackingCategory): [optional] # noqa: E501 + tracking_category (DeprecatedLinkedTrackingCategory): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 line_items ([InvoiceLineItem]): [optional] # noqa: E501 billing_address (Address): [optional] # noqa: E501 shipping_address (Address): [optional] # noqa: E501 diff --git a/src/apideck/model/invoice_item.py b/src/apideck/model/invoice_item.py index 423d24e342..21c041c134 100644 --- a/src/apideck/model/invoice_item.py +++ b/src/apideck/model/invoice_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -30,13 +30,15 @@ def lazy_import(): + from apideck.model.deprecated_linked_tracking_category import DeprecatedLinkedTrackingCategory from apideck.model.invoice_item_sales_details import InvoiceItemSalesDetails from apideck.model.linked_ledger_account import LinkedLedgerAccount - from apideck.model.linked_tracking_category import LinkedTrackingCategory + from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody + globals()['DeprecatedLinkedTrackingCategory'] = DeprecatedLinkedTrackingCategory globals()['InvoiceItemSalesDetails'] = InvoiceItemSalesDetails globals()['LinkedLedgerAccount'] = LinkedLedgerAccount - globals()['LinkedTrackingCategory'] = LinkedTrackingCategory + globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody @@ -109,7 +111,8 @@ def openapi_types(): 'asset_account': (LinkedLedgerAccount,), # noqa: E501 'income_account': (LinkedLedgerAccount,), # noqa: E501 'expense_account': (LinkedLedgerAccount,), # noqa: E501 - 'tracking_category': (LinkedTrackingCategory,), # noqa: E501 + 'tracking_category': (DeprecatedLinkedTrackingCategory,), # noqa: E501 + 'tracking_categories': (LinkedTrackingCategories,), # noqa: E501 'active': (bool, none_type,), # noqa: E501 'custom_mappings': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 'row_version': (str, none_type,), # noqa: E501 @@ -144,6 +147,7 @@ def discriminator(): 'income_account': 'income_account', # noqa: E501 'expense_account': 'expense_account', # noqa: E501 'tracking_category': 'tracking_category', # noqa: E501 + 'tracking_categories': 'tracking_categories', # noqa: E501 'active': 'active', # noqa: E501 'custom_mappings': 'custom_mappings', # noqa: E501 'row_version': 'row_version', # noqa: E501 @@ -218,7 +222,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 asset_account (LinkedLedgerAccount): [optional] # noqa: E501 income_account (LinkedLedgerAccount): [optional] # noqa: E501 expense_account (LinkedLedgerAccount): [optional] # noqa: E501 - tracking_category (LinkedTrackingCategory): [optional] # noqa: E501 + tracking_category (DeprecatedLinkedTrackingCategory): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 active (bool, none_type): [optional] # noqa: E501 custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 @@ -325,7 +330,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 asset_account (LinkedLedgerAccount): [optional] # noqa: E501 income_account (LinkedLedgerAccount): [optional] # noqa: E501 expense_account (LinkedLedgerAccount): [optional] # noqa: E501 - tracking_category (LinkedTrackingCategory): [optional] # noqa: E501 + tracking_category (DeprecatedLinkedTrackingCategory): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 active (bool, none_type): [optional] # noqa: E501 custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 diff --git a/src/apideck/model/invoice_item_asset_account.py b/src/apideck/model/invoice_item_asset_account.py index b17d75cd51..f83b0e922f 100644 --- a/src/apideck/model/invoice_item_asset_account.py +++ b/src/apideck/model/invoice_item_asset_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/invoice_item_expense_account.py b/src/apideck/model/invoice_item_expense_account.py index 989dbdf0f1..34815ddb6f 100644 --- a/src/apideck/model/invoice_item_expense_account.py +++ b/src/apideck/model/invoice_item_expense_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/invoice_item_income_account.py b/src/apideck/model/invoice_item_income_account.py index 807e7b02bb..43e93e9650 100644 --- a/src/apideck/model/invoice_item_income_account.py +++ b/src/apideck/model/invoice_item_income_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/invoice_item_sales_details.py b/src/apideck/model/invoice_item_sales_details.py index b3a49242b0..e7e59db9af 100644 --- a/src/apideck/model/invoice_item_sales_details.py +++ b/src/apideck/model/invoice_item_sales_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/invoice_items_filter.py b/src/apideck/model/invoice_items_filter.py index 2631f5c401..dc80d0802e 100644 --- a/src/apideck/model/invoice_items_filter.py +++ b/src/apideck/model/invoice_items_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/invoice_line_item.py b/src/apideck/model/invoice_line_item.py index 24c6fb744b..399a9caa20 100644 --- a/src/apideck/model/invoice_line_item.py +++ b/src/apideck/model/invoice_line_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -34,10 +34,12 @@ def lazy_import(): from apideck.model.linked_invoice_item import LinkedInvoiceItem from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_tax_rate import LinkedTaxRate + from apideck.model.linked_tracking_categories import LinkedTrackingCategories globals()['CustomField'] = CustomField globals()['LinkedInvoiceItem'] = LinkedInvoiceItem globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedTaxRate'] = LinkedTaxRate + globals()['LinkedTrackingCategories'] = LinkedTrackingCategories class InvoiceLineItem(ModelNormal): @@ -111,6 +113,7 @@ def openapi_types(): 'department_id': (str, none_type,), # noqa: E501 'item': (LinkedInvoiceItem,), # noqa: E501 'tax_rate': (LinkedTaxRate,), # noqa: E501 + 'tracking_categories': (LinkedTrackingCategories,), # noqa: E501 'ledger_account': (LinkedLedgerAccount,), # noqa: E501 'custom_fields': ([CustomField],), # noqa: E501 'row_version': (str, none_type,), # noqa: E501 @@ -143,6 +146,7 @@ def discriminator(): 'department_id': 'department_id', # noqa: E501 'item': 'item', # noqa: E501 'tax_rate': 'tax_rate', # noqa: E501 + 'tracking_categories': 'tracking_categories', # noqa: E501 'ledger_account': 'ledger_account', # noqa: E501 'custom_fields': 'custom_fields', # noqa: E501 'row_version': 'row_version', # noqa: E501 @@ -214,6 +218,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 department_id (str, none_type): Department id. [optional] # noqa: E501 item (LinkedInvoiceItem): [optional] # noqa: E501 tax_rate (LinkedTaxRate): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 ledger_account (LinkedLedgerAccount): [optional] # noqa: E501 custom_fields ([CustomField]): [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 @@ -319,6 +324,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 department_id (str, none_type): Department id. [optional] # noqa: E501 item (LinkedInvoiceItem): [optional] # noqa: E501 tax_rate (LinkedTaxRate): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 ledger_account (LinkedLedgerAccount): [optional] # noqa: E501 custom_fields ([CustomField]): [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 diff --git a/src/apideck/model/invoice_response.py b/src/apideck/model/invoice_response.py index c66b91f67a..15378cc401 100644 --- a/src/apideck/model/invoice_response.py +++ b/src/apideck/model/invoice_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/invoices_filter.py b/src/apideck/model/invoices_filter.py index a61d73b51e..0ead89b4fe 100644 --- a/src/apideck/model/invoices_filter.py +++ b/src/apideck/model/invoices_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/invoices_sort.py b/src/apideck/model/invoices_sort.py index 86572cf31e..e25b30b2e9 100644 --- a/src/apideck/model/invoices_sort.py +++ b/src/apideck/model/invoices_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/issue_tracking_event_type.py b/src/apideck/model/issue_tracking_event_type.py index 63773644d9..dd03731d0c 100644 --- a/src/apideck/model/issue_tracking_event_type.py +++ b/src/apideck/model/issue_tracking_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/issues_filter.py b/src/apideck/model/issues_filter.py index 066c4cd5f8..c79a911765 100644 --- a/src/apideck/model/issues_filter.py +++ b/src/apideck/model/issues_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/item.py b/src/apideck/model/item.py index 6044c32eea..bca4a584e1 100644 --- a/src/apideck/model/item.py +++ b/src/apideck/model/item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/job.py b/src/apideck/model/job.py index 2c61820c69..0e29045fa7 100644 --- a/src/apideck/model/job.py +++ b/src/apideck/model/job.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/job_links.py b/src/apideck/model/job_links.py index 407aa697a4..3ac1bc5886 100644 --- a/src/apideck/model/job_links.py +++ b/src/apideck/model/job_links.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/job_salary.py b/src/apideck/model/job_salary.py index 4c1182cfaa..f20634beac 100644 --- a/src/apideck/model/job_salary.py +++ b/src/apideck/model/job_salary.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/job_status.py b/src/apideck/model/job_status.py index 4581fd3e99..5acca38dde 100644 --- a/src/apideck/model/job_status.py +++ b/src/apideck/model/job_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/journal_entries_filter.py b/src/apideck/model/journal_entries_filter.py index a188e0ac84..614505d83b 100644 --- a/src/apideck/model/journal_entries_filter.py +++ b/src/apideck/model/journal_entries_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/journal_entries_sort.py b/src/apideck/model/journal_entries_sort.py index 8e00acf5e7..2614691b71 100644 --- a/src/apideck/model/journal_entries_sort.py +++ b/src/apideck/model/journal_entries_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/journal_entry.py b/src/apideck/model/journal_entry.py index a2d8be6cfd..2374620363 100644 --- a/src/apideck/model/journal_entry.py +++ b/src/apideck/model/journal_entry.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -32,9 +32,11 @@ def lazy_import(): from apideck.model.currency import Currency from apideck.model.journal_entry_line_item import JournalEntryLineItem + from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['Currency'] = Currency globals()['JournalEntryLineItem'] = JournalEntryLineItem + globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody @@ -99,6 +101,7 @@ def openapi_types(): 'tax_type': (str, none_type,), # noqa: E501 'tax_code': (str, none_type,), # noqa: E501 'number': (str, none_type,), # noqa: E501 + 'tracking_categories': (LinkedTrackingCategories,), # noqa: E501 'custom_mappings': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 'updated_by': (str, none_type,), # noqa: E501 'created_by': (str, none_type,), # noqa: E501 @@ -126,6 +129,7 @@ def discriminator(): 'tax_type': 'tax_type', # noqa: E501 'tax_code': 'tax_code', # noqa: E501 'number': 'number', # noqa: E501 + 'tracking_categories': 'tracking_categories', # noqa: E501 'custom_mappings': 'custom_mappings', # noqa: E501 'updated_by': 'updated_by', # noqa: E501 'created_by': 'created_by', # noqa: E501 @@ -194,6 +198,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 tax_type (str, none_type): The specific category of tax associated with a transaction like sales or purchase. [optional] # noqa: E501 tax_code (str, none_type): Applicable tax id/code override if tax is not supplied on a line item basis.. [optional] # noqa: E501 number (str, none_type): Journal entry number.. [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501 updated_by (str, none_type): The user who last updated the object.. [optional] # noqa: E501 created_by (str, none_type): The user who created the object.. [optional] # noqa: E501 @@ -294,6 +299,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 tax_type (str, none_type): The specific category of tax associated with a transaction like sales or purchase. [optional] # noqa: E501 tax_code (str, none_type): Applicable tax id/code override if tax is not supplied on a line item basis.. [optional] # noqa: E501 number (str, none_type): Journal entry number.. [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501 updated_by (str, none_type): The user who last updated the object.. [optional] # noqa: E501 created_by (str, none_type): The user who created the object.. [optional] # noqa: E501 diff --git a/src/apideck/model/journal_entry_line_item.py b/src/apideck/model/journal_entry_line_item.py index 929982f787..c67e663b8a 100644 --- a/src/apideck/model/journal_entry_line_item.py +++ b/src/apideck/model/journal_entry_line_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -30,16 +30,18 @@ def lazy_import(): + from apideck.model.deprecated_linked_tracking_category import DeprecatedLinkedTrackingCategory from apideck.model.linked_customer import LinkedCustomer from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_supplier import LinkedSupplier from apideck.model.linked_tax_rate import LinkedTaxRate - from apideck.model.linked_tracking_category import LinkedTrackingCategory + from apideck.model.linked_tracking_categories import LinkedTrackingCategories + globals()['DeprecatedLinkedTrackingCategory'] = DeprecatedLinkedTrackingCategory globals()['LinkedCustomer'] = LinkedCustomer globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedSupplier'] = LinkedSupplier globals()['LinkedTaxRate'] = LinkedTaxRate - globals()['LinkedTrackingCategory'] = LinkedTrackingCategory + globals()['LinkedTrackingCategories'] = LinkedTrackingCategories class JournalEntryLineItem(ModelNormal): @@ -100,7 +102,8 @@ def openapi_types(): 'sub_total': (float, none_type,), # noqa: E501 'total_amount': (float, none_type,), # noqa: E501 'tax_rate': (LinkedTaxRate,), # noqa: E501 - 'tracking_category': (LinkedTrackingCategory,), # noqa: E501 + 'tracking_category': (DeprecatedLinkedTrackingCategory,), # noqa: E501 + 'tracking_categories': (LinkedTrackingCategories,), # noqa: E501 'customer': (LinkedCustomer,), # noqa: E501 'supplier': (LinkedSupplier,), # noqa: E501 'department_id': (str,), # noqa: E501 @@ -122,6 +125,7 @@ def discriminator(): 'total_amount': 'total_amount', # noqa: E501 'tax_rate': 'tax_rate', # noqa: E501 'tracking_category': 'tracking_category', # noqa: E501 + 'tracking_categories': 'tracking_categories', # noqa: E501 'customer': 'customer', # noqa: E501 'supplier': 'supplier', # noqa: E501 'department_id': 'department_id', # noqa: E501 @@ -182,7 +186,8 @@ def _from_openapi_data(cls, type, ledger_account, *args, **kwargs): # noqa: E50 sub_total (float, none_type): Sub-total amount, normally before tax.. [optional] # noqa: E501 total_amount (float, none_type): Debit entries are considered positive, and credit entries are considered negative.. [optional] # noqa: E501 tax_rate (LinkedTaxRate): [optional] # noqa: E501 - tracking_category (LinkedTrackingCategory): [optional] # noqa: E501 + tracking_category (DeprecatedLinkedTrackingCategory): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 customer (LinkedCustomer): [optional] # noqa: E501 supplier (LinkedSupplier): [optional] # noqa: E501 department_id (str): A unique identifier for an object.. [optional] # noqa: E501 @@ -280,7 +285,8 @@ def __init__(self, type, ledger_account, *args, **kwargs): # noqa: E501 sub_total (float, none_type): Sub-total amount, normally before tax.. [optional] # noqa: E501 total_amount (float, none_type): Debit entries are considered positive, and credit entries are considered negative.. [optional] # noqa: E501 tax_rate (LinkedTaxRate): [optional] # noqa: E501 - tracking_category (LinkedTrackingCategory): [optional] # noqa: E501 + tracking_category (DeprecatedLinkedTrackingCategory): [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 customer (LinkedCustomer): [optional] # noqa: E501 supplier (LinkedSupplier): [optional] # noqa: E501 department_id (str): A unique identifier for an object.. [optional] # noqa: E501 diff --git a/src/apideck/model/lead.py b/src/apideck/model/lead.py index a989a00e5e..0d6c0c7a18 100644 --- a/src/apideck/model/lead.py +++ b/src/apideck/model/lead.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/lead_event_type.py b/src/apideck/model/lead_event_type.py index fae0223305..bd3a469f99 100644 --- a/src/apideck/model/lead_event_type.py +++ b/src/apideck/model/lead_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/leads_filter.py b/src/apideck/model/leads_filter.py index 00b147ac0b..97f107c811 100644 --- a/src/apideck/model/leads_filter.py +++ b/src/apideck/model/leads_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/leads_sort.py b/src/apideck/model/leads_sort.py index 0bf53603f2..7faa6f00d2 100644 --- a/src/apideck/model/leads_sort.py +++ b/src/apideck/model/leads_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ledger_account.py b/src/apideck/model/ledger_account.py index 5f2e533788..7bb885151a 100644 --- a/src/apideck/model/ledger_account.py +++ b/src/apideck/model/ledger_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ledger_account_categories.py b/src/apideck/model/ledger_account_categories.py index 76409767c7..4cc9908804 100644 --- a/src/apideck/model/ledger_account_categories.py +++ b/src/apideck/model/ledger_account_categories.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ledger_account_parent_account.py b/src/apideck/model/ledger_account_parent_account.py index 7bc7952bf8..29db3e98d5 100644 --- a/src/apideck/model/ledger_account_parent_account.py +++ b/src/apideck/model/ledger_account_parent_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ledger_accounts.py b/src/apideck/model/ledger_accounts.py index 36b32cf302..ea0e7ef06e 100644 --- a/src/apideck/model/ledger_accounts.py +++ b/src/apideck/model/ledger_accounts.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ledger_accounts_filter.py b/src/apideck/model/ledger_accounts_filter.py index 8a8f3cf7a2..c0c783a7a6 100644 --- a/src/apideck/model/ledger_accounts_filter.py +++ b/src/apideck/model/ledger_accounts_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ledger_accounts_sort.py b/src/apideck/model/ledger_accounts_sort.py index 82203301bd..5cf528a1a9 100644 --- a/src/apideck/model/ledger_accounts_sort.py +++ b/src/apideck/model/ledger_accounts_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_connector_resource.py b/src/apideck/model/linked_connector_resource.py index bc2c1e5ae4..b6348cebe7 100644 --- a/src/apideck/model/linked_connector_resource.py +++ b/src/apideck/model/linked_connector_resource.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_customer.py b/src/apideck/model/linked_customer.py index 224c806bc5..0f9c36666e 100644 --- a/src/apideck/model/linked_customer.py +++ b/src/apideck/model/linked_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_ecommerce_customer.py b/src/apideck/model/linked_ecommerce_customer.py index e1fe103699..2900c585a7 100644 --- a/src/apideck/model/linked_ecommerce_customer.py +++ b/src/apideck/model/linked_ecommerce_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_ecommerce_order.py b/src/apideck/model/linked_ecommerce_order.py index 32f6edfb6a..64433a2d84 100644 --- a/src/apideck/model/linked_ecommerce_order.py +++ b/src/apideck/model/linked_ecommerce_order.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_folder.py b/src/apideck/model/linked_folder.py index 127aa6c3ab..cacd29c073 100644 --- a/src/apideck/model/linked_folder.py +++ b/src/apideck/model/linked_folder.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_invoice_item.py b/src/apideck/model/linked_invoice_item.py index d23d0b8e00..b484aa5da8 100644 --- a/src/apideck/model/linked_invoice_item.py +++ b/src/apideck/model/linked_invoice_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_ledger_account.py b/src/apideck/model/linked_ledger_account.py index 35898a701a..27e2b6aef9 100644 --- a/src/apideck/model/linked_ledger_account.py +++ b/src/apideck/model/linked_ledger_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_parent_customer.py b/src/apideck/model/linked_parent_customer.py index 74eb147690..64faa94a3f 100644 --- a/src/apideck/model/linked_parent_customer.py +++ b/src/apideck/model/linked_parent_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_supplier.py b/src/apideck/model/linked_supplier.py index 68dd4c3dca..7cd5fd407f 100644 --- a/src/apideck/model/linked_supplier.py +++ b/src/apideck/model/linked_supplier.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_tax_rate.py b/src/apideck/model/linked_tax_rate.py index 1154223b32..4a32deb8fb 100644 --- a/src/apideck/model/linked_tax_rate.py +++ b/src/apideck/model/linked_tax_rate.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/linked_tracking_categories.py b/src/apideck/model/linked_tracking_categories.py new file mode 100644 index 0000000000..37092929d0 --- /dev/null +++ b/src/apideck/model/linked_tracking_categories.py @@ -0,0 +1,283 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from apideck.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from apideck.exceptions import ApiAttributeError + + +def lazy_import(): + from apideck.model.linked_tracking_category import LinkedTrackingCategory + globals()['LinkedTrackingCategory'] = LinkedTrackingCategory + + +class LinkedTrackingCategories(ModelSimple): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + additional_properties_type = None + + _nullable = True + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'value': ([LinkedTrackingCategory], none_type,), + } + + @cached_property + def discriminator(): + return None + + + attribute_map = {} + + read_only_vars = set() + + _composed_schemas = None + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): + """LinkedTrackingCategories - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] ([LinkedTrackingCategory], none_type): A list of linked tracking categories.. # noqa: E501 + + Keyword Args: + value ([LinkedTrackingCategory], none_type): A list of linked tracking categories.. # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): + """LinkedTrackingCategories - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] ([LinkedTrackingCategory], none_type): A list of linked tracking categories.. # noqa: E501 + + Keyword Args: + value ([LinkedTrackingCategory], none_type): A list of linked tracking categories.. # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + return self diff --git a/src/apideck/model/linked_tracking_category.py b/src/apideck/model/linked_tracking_category.py index 34cc673b34..43f3cc3806 100644 --- a/src/apideck/model/linked_tracking_category.py +++ b/src/apideck/model/linked_tracking_category.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/links.py b/src/apideck/model/links.py index 7bb442dc26..f18e3e4821 100644 --- a/src/apideck/model/links.py +++ b/src/apideck/model/links.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/location.py b/src/apideck/model/location.py index f72ac7ddf3..57cff6902d 100644 --- a/src/apideck/model/location.py +++ b/src/apideck/model/location.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/log.py b/src/apideck/model/log.py index 026338fe44..86772ab3b7 100644 --- a/src/apideck/model/log.py +++ b/src/apideck/model/log.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/log_operation.py b/src/apideck/model/log_operation.py index 5385651a13..ff1fbbb2d5 100644 --- a/src/apideck/model/log_operation.py +++ b/src/apideck/model/log_operation.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/log_service.py b/src/apideck/model/log_service.py index 6339de0c0a..842d816eea 100644 --- a/src/apideck/model/log_service.py +++ b/src/apideck/model/log_service.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/logs_filter.py b/src/apideck/model/logs_filter.py index 02428d685c..11171ffd3a 100644 --- a/src/apideck/model/logs_filter.py +++ b/src/apideck/model/logs_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/merchant.py b/src/apideck/model/merchant.py index b5d41ab98c..80926438b3 100644 --- a/src/apideck/model/merchant.py +++ b/src/apideck/model/merchant.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/message.py b/src/apideck/model/message.py index e4d2bdabda..bb351a3f64 100644 --- a/src/apideck/model/message.py +++ b/src/apideck/model/message.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/meta.py b/src/apideck/model/meta.py index fca1480bb8..2de2c46405 100644 --- a/src/apideck/model/meta.py +++ b/src/apideck/model/meta.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/meta_cursors.py b/src/apideck/model/meta_cursors.py index a32cbcdae4..bc407b28a1 100644 --- a/src/apideck/model/meta_cursors.py +++ b/src/apideck/model/meta_cursors.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/modifier.py b/src/apideck/model/modifier.py index 691ce55222..ffad537769 100644 --- a/src/apideck/model/modifier.py +++ b/src/apideck/model/modifier.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/modifier_group.py b/src/apideck/model/modifier_group.py index afefd96a8b..16ed51d0ea 100644 --- a/src/apideck/model/modifier_group.py +++ b/src/apideck/model/modifier_group.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/modifier_group_filter.py b/src/apideck/model/modifier_group_filter.py index 2b59c07f90..5c36668e5d 100644 --- a/src/apideck/model/modifier_group_filter.py +++ b/src/apideck/model/modifier_group_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/not_found_response.py b/src/apideck/model/not_found_response.py index 7a1337e34b..f85986f798 100644 --- a/src/apideck/model/not_found_response.py +++ b/src/apideck/model/not_found_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/not_implemented_response.py b/src/apideck/model/not_implemented_response.py index 58eb7207a6..b71e573aa1 100644 --- a/src/apideck/model/not_implemented_response.py +++ b/src/apideck/model/not_implemented_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/note.py b/src/apideck/model/note.py index 953a4bff15..a8a686638a 100644 --- a/src/apideck/model/note.py +++ b/src/apideck/model/note.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/o_auth_grant_type.py b/src/apideck/model/o_auth_grant_type.py index 63d58ebbf0..d2d2b2df44 100644 --- a/src/apideck/model/o_auth_grant_type.py +++ b/src/apideck/model/o_auth_grant_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/offer.py b/src/apideck/model/offer.py index d02274b83c..f4222d691d 100644 --- a/src/apideck/model/offer.py +++ b/src/apideck/model/offer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/opportunities_filter.py b/src/apideck/model/opportunities_filter.py index 237cb8242f..831cdd973f 100644 --- a/src/apideck/model/opportunities_filter.py +++ b/src/apideck/model/opportunities_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/opportunities_sort.py b/src/apideck/model/opportunities_sort.py index bea2e80dd6..d37e43f335 100644 --- a/src/apideck/model/opportunities_sort.py +++ b/src/apideck/model/opportunities_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/opportunity.py b/src/apideck/model/opportunity.py index 1b6bd90778..c19e4feded 100644 --- a/src/apideck/model/opportunity.py +++ b/src/apideck/model/opportunity.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order.py b/src/apideck/model/order.py index fad8a06f1e..426e04d90a 100644 --- a/src/apideck/model/order.py +++ b/src/apideck/model/order.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_customers.py b/src/apideck/model/order_customers.py index 185e42a6c1..b08e42b6e5 100644 --- a/src/apideck/model/order_customers.py +++ b/src/apideck/model/order_customers.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_discounts.py b/src/apideck/model/order_discounts.py index 426f503418..0cbb2f1be1 100644 --- a/src/apideck/model/order_discounts.py +++ b/src/apideck/model/order_discounts.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_fulfillments.py b/src/apideck/model/order_fulfillments.py index bfc4e95d84..ac88c97192 100644 --- a/src/apideck/model/order_fulfillments.py +++ b/src/apideck/model/order_fulfillments.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_line_items.py b/src/apideck/model/order_line_items.py index da0deb2275..bd677c5292 100644 --- a/src/apideck/model/order_line_items.py +++ b/src/apideck/model/order_line_items.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_payments.py b/src/apideck/model/order_payments.py index e3190fd215..8c6a7a74ab 100644 --- a/src/apideck/model/order_payments.py +++ b/src/apideck/model/order_payments.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_pickup_details.py b/src/apideck/model/order_pickup_details.py index aeec586cb5..059f032722 100644 --- a/src/apideck/model/order_pickup_details.py +++ b/src/apideck/model/order_pickup_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_pickup_details_curbside_pickup_details.py b/src/apideck/model/order_pickup_details_curbside_pickup_details.py index 947387ec1e..6c70c745b0 100644 --- a/src/apideck/model/order_pickup_details_curbside_pickup_details.py +++ b/src/apideck/model/order_pickup_details_curbside_pickup_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_pickup_details_recipient.py b/src/apideck/model/order_pickup_details_recipient.py index 4410eaf104..dcaf65cd64 100644 --- a/src/apideck/model/order_pickup_details_recipient.py +++ b/src/apideck/model/order_pickup_details_recipient.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_refunds.py b/src/apideck/model/order_refunds.py index 2521911f17..d01cf175d6 100644 --- a/src/apideck/model/order_refunds.py +++ b/src/apideck/model/order_refunds.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_tenders.py b/src/apideck/model/order_tenders.py index 07693394d3..11b8a19e16 100644 --- a/src/apideck/model/order_tenders.py +++ b/src/apideck/model/order_tenders.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/order_type.py b/src/apideck/model/order_type.py index 8cd4b4d9e1..9fc1dc2ff0 100644 --- a/src/apideck/model/order_type.py +++ b/src/apideck/model/order_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/orders_sort.py b/src/apideck/model/orders_sort.py index e8629e9ec1..835500bc6d 100644 --- a/src/apideck/model/orders_sort.py +++ b/src/apideck/model/orders_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/owner.py b/src/apideck/model/owner.py index 0a4b7ed700..eb119048e8 100644 --- a/src/apideck/model/owner.py +++ b/src/apideck/model/owner.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/pagination_coverage.py b/src/apideck/model/pagination_coverage.py index 5c95994744..1cfeeb97d5 100644 --- a/src/apideck/model/pagination_coverage.py +++ b/src/apideck/model/pagination_coverage.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/pass_through_body.py b/src/apideck/model/pass_through_body.py index dee57fbb8a..8d93bc8165 100644 --- a/src/apideck/model/pass_through_body.py +++ b/src/apideck/model/pass_through_body.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/pass_through_query.py b/src/apideck/model/pass_through_query.py index 6256b33cfd..dec39158b8 100644 --- a/src/apideck/model/pass_through_query.py +++ b/src/apideck/model/pass_through_query.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/payment.py b/src/apideck/model/payment.py index c9d318579c..e4e3c1fc7b 100644 --- a/src/apideck/model/payment.py +++ b/src/apideck/model/payment.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -36,6 +36,7 @@ def lazy_import(): from apideck.model.linked_customer import LinkedCustomer from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_supplier import LinkedSupplier + from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['Allocation'] = Allocation globals()['Currency'] = Currency @@ -43,6 +44,7 @@ def lazy_import(): globals()['LinkedCustomer'] = LinkedCustomer globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedSupplier'] = LinkedSupplier + globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody @@ -130,6 +132,7 @@ def openapi_types(): 'allocations': ([Allocation],), # noqa: E501 'note': (str, none_type,), # noqa: E501 'number': (str, none_type,), # noqa: E501 + 'tracking_categories': (LinkedTrackingCategories,), # noqa: E501 'custom_fields': ([CustomField],), # noqa: E501 'row_version': (str, none_type,), # noqa: E501 'display_id': (str, none_type,), # noqa: E501 @@ -169,6 +172,7 @@ def discriminator(): 'allocations': 'allocations', # noqa: E501 'note': 'note', # noqa: E501 'number': 'number', # noqa: E501 + 'tracking_categories': 'tracking_categories', # noqa: E501 'custom_fields': 'custom_fields', # noqa: E501 'row_version': 'row_version', # noqa: E501 'display_id': 'display_id', # noqa: E501 @@ -252,6 +256,7 @@ def _from_openapi_data(cls, id, total_amount, transaction_date, *args, **kwargs) allocations ([Allocation]): [optional] # noqa: E501 note (str, none_type): Optional note to be associated with the payment.. [optional] # noqa: E501 number (str, none_type): Payment number.. [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 custom_fields ([CustomField]): [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 display_id (str, none_type): Payment id to be displayed.. [optional] # noqa: E501 @@ -367,6 +372,7 @@ def __init__(self, total_amount, transaction_date, *args, **kwargs): # noqa: E5 allocations ([Allocation]): [optional] # noqa: E501 note (str, none_type): Optional note to be associated with the payment.. [optional] # noqa: E501 number (str, none_type): Payment number.. [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 custom_fields ([CustomField]): [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 display_id (str, none_type): Payment id to be displayed.. [optional] # noqa: E501 diff --git a/src/apideck/model/payment_card.py b/src/apideck/model/payment_card.py index c3bf7d6cf2..798565c13a 100644 --- a/src/apideck/model/payment_card.py +++ b/src/apideck/model/payment_card.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/payment_frequency.py b/src/apideck/model/payment_frequency.py index b3c4cadd8e..02333a5466 100644 --- a/src/apideck/model/payment_frequency.py +++ b/src/apideck/model/payment_frequency.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/payment_required_response.py b/src/apideck/model/payment_required_response.py index ce951bfff8..f942e48596 100644 --- a/src/apideck/model/payment_required_response.py +++ b/src/apideck/model/payment_required_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/payment_unit.py b/src/apideck/model/payment_unit.py index dab51d6137..562dfdd062 100644 --- a/src/apideck/model/payment_unit.py +++ b/src/apideck/model/payment_unit.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/payments_filter.py b/src/apideck/model/payments_filter.py index 05a879cd00..dc8ce452a1 100644 --- a/src/apideck/model/payments_filter.py +++ b/src/apideck/model/payments_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/payments_sort.py b/src/apideck/model/payments_sort.py index a0261e2d95..1fd6a2740f 100644 --- a/src/apideck/model/payments_sort.py +++ b/src/apideck/model/payments_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/payroll.py b/src/apideck/model/payroll.py index 570b06acbf..6b8669203a 100644 --- a/src/apideck/model/payroll.py +++ b/src/apideck/model/payroll.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/payroll_totals.py b/src/apideck/model/payroll_totals.py index 2ae105e4de..1dd7350e0c 100644 --- a/src/apideck/model/payroll_totals.py +++ b/src/apideck/model/payroll_totals.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/payrolls_filter.py b/src/apideck/model/payrolls_filter.py index 8538ed28ce..7030377f39 100644 --- a/src/apideck/model/payrolls_filter.py +++ b/src/apideck/model/payrolls_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/person.py b/src/apideck/model/person.py index dfab393970..5b86f4283b 100644 --- a/src/apideck/model/person.py +++ b/src/apideck/model/person.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/phone_number.py b/src/apideck/model/phone_number.py index 2448d29bd7..80b56cd8e5 100644 --- a/src/apideck/model/phone_number.py +++ b/src/apideck/model/phone_number.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/pipeline.py b/src/apideck/model/pipeline.py index fc605c732f..40208e166a 100644 --- a/src/apideck/model/pipeline.py +++ b/src/apideck/model/pipeline.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/pipeline_stages.py b/src/apideck/model/pipeline_stages.py index de51873cf8..8769283857 100644 --- a/src/apideck/model/pipeline_stages.py +++ b/src/apideck/model/pipeline_stages.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/pos_bank_account.py b/src/apideck/model/pos_bank_account.py index 36bae5ea2f..2faf8bd6c1 100644 --- a/src/apideck/model/pos_bank_account.py +++ b/src/apideck/model/pos_bank_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/pos_bank_account_ach_details.py b/src/apideck/model/pos_bank_account_ach_details.py index 9b5d9729d1..23ae4497cc 100644 --- a/src/apideck/model/pos_bank_account_ach_details.py +++ b/src/apideck/model/pos_bank_account_ach_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/pos_payment.py b/src/apideck/model/pos_payment.py index 2538bb07bd..12e772c731 100644 --- a/src/apideck/model/pos_payment.py +++ b/src/apideck/model/pos_payment.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/pos_payment_card_details.py b/src/apideck/model/pos_payment_card_details.py index bd5eb1c50e..f799539806 100644 --- a/src/apideck/model/pos_payment_card_details.py +++ b/src/apideck/model/pos_payment_card_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/pos_payment_external_details.py b/src/apideck/model/pos_payment_external_details.py index b78e37e56a..7691e1254a 100644 --- a/src/apideck/model/pos_payment_external_details.py +++ b/src/apideck/model/pos_payment_external_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/price.py b/src/apideck/model/price.py index 997640d983..df6ce5a36f 100644 --- a/src/apideck/model/price.py +++ b/src/apideck/model/price.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/probation_period.py b/src/apideck/model/probation_period.py index 171ee0ede6..b1099fa100 100644 --- a/src/apideck/model/probation_period.py +++ b/src/apideck/model/probation_period.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/profit_and_loss.py b/src/apideck/model/profit_and_loss.py index 012881656b..1f610345ba 100644 --- a/src/apideck/model/profit_and_loss.py +++ b/src/apideck/model/profit_and_loss.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/profit_and_loss_expenses.py b/src/apideck/model/profit_and_loss_expenses.py index a09c8bf666..7e4b092e25 100644 --- a/src/apideck/model/profit_and_loss_expenses.py +++ b/src/apideck/model/profit_and_loss_expenses.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/profit_and_loss_filter.py b/src/apideck/model/profit_and_loss_filter.py index 2e0d3a7ef6..11ca23d435 100644 --- a/src/apideck/model/profit_and_loss_filter.py +++ b/src/apideck/model/profit_and_loss_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/profit_and_loss_gross_profit.py b/src/apideck/model/profit_and_loss_gross_profit.py index f4803115c1..b9bb767494 100644 --- a/src/apideck/model/profit_and_loss_gross_profit.py +++ b/src/apideck/model/profit_and_loss_gross_profit.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/profit_and_loss_income.py b/src/apideck/model/profit_and_loss_income.py index b965b60227..6424fa5f21 100644 --- a/src/apideck/model/profit_and_loss_income.py +++ b/src/apideck/model/profit_and_loss_income.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/profit_and_loss_net_income.py b/src/apideck/model/profit_and_loss_net_income.py index 35f30b9971..1ce51ec8e7 100644 --- a/src/apideck/model/profit_and_loss_net_income.py +++ b/src/apideck/model/profit_and_loss_net_income.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/profit_and_loss_net_operating_income.py b/src/apideck/model/profit_and_loss_net_operating_income.py index e73b126926..c232a01746 100644 --- a/src/apideck/model/profit_and_loss_net_operating_income.py +++ b/src/apideck/model/profit_and_loss_net_operating_income.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/profit_and_loss_record.py b/src/apideck/model/profit_and_loss_record.py index 4c175e2a7c..259c169cbc 100644 --- a/src/apideck/model/profit_and_loss_record.py +++ b/src/apideck/model/profit_and_loss_record.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/profit_and_loss_records.py b/src/apideck/model/profit_and_loss_records.py index 788ca14ff2..b891bffa74 100644 --- a/src/apideck/model/profit_and_loss_records.py +++ b/src/apideck/model/profit_and_loss_records.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/profit_and_loss_section.py b/src/apideck/model/profit_and_loss_section.py index 7847cc593f..237aef2949 100644 --- a/src/apideck/model/profit_and_loss_section.py +++ b/src/apideck/model/profit_and_loss_section.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/purchase_order.py b/src/apideck/model/purchase_order.py index 41fc302e06..cc2a828af3 100644 --- a/src/apideck/model/purchase_order.py +++ b/src/apideck/model/purchase_order.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -36,6 +36,7 @@ def lazy_import(): from apideck.model.invoice_line_item import InvoiceLineItem from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_supplier import LinkedSupplier + from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['Address'] = Address globals()['BankAccount'] = BankAccount @@ -43,6 +44,7 @@ def lazy_import(): globals()['InvoiceLineItem'] = InvoiceLineItem globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedSupplier'] = LinkedSupplier + globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody @@ -129,6 +131,7 @@ def openapi_types(): 'tax_code': (str, none_type,), # noqa: E501 'channel': (str, none_type,), # noqa: E501 'memo': (str, none_type,), # noqa: E501 + 'tracking_categories': (LinkedTrackingCategories,), # noqa: E501 'custom_mappings': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 'row_version': (str, none_type,), # noqa: E501 'updated_by': (str, none_type,), # noqa: E501 @@ -172,6 +175,7 @@ def discriminator(): 'tax_code': 'tax_code', # noqa: E501 'channel': 'channel', # noqa: E501 'memo': 'memo', # noqa: E501 + 'tracking_categories': 'tracking_categories', # noqa: E501 'custom_mappings': 'custom_mappings', # noqa: E501 'row_version': 'row_version', # noqa: E501 'updated_by': 'updated_by', # noqa: E501 @@ -257,6 +261,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 tax_code (str, none_type): Applicable tax id/code override if tax is not supplied on a line item basis.. [optional] # noqa: E501 channel (str, none_type): The channel through which the transaction is processed.. [optional] # noqa: E501 memo (str, none_type): Message for the supplier. This text appears on the Purchase Order.. [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 updated_by (str, none_type): The user who last updated the object.. [optional] # noqa: E501 @@ -373,6 +378,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 tax_code (str, none_type): Applicable tax id/code override if tax is not supplied on a line item basis.. [optional] # noqa: E501 channel (str, none_type): The channel through which the transaction is processed.. [optional] # noqa: E501 memo (str, none_type): Message for the supplier. This text appears on the Purchase Order.. [optional] # noqa: E501 + tracking_categories (LinkedTrackingCategories): [optional] # noqa: E501 custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501 row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 updated_by (str, none_type): The user who last updated the object.. [optional] # noqa: E501 diff --git a/src/apideck/model/purchase_orders_filter.py b/src/apideck/model/purchase_orders_filter.py index 0ce4ee2268..991d045748 100644 --- a/src/apideck/model/purchase_orders_filter.py +++ b/src/apideck/model/purchase_orders_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/purchase_orders_sort.py b/src/apideck/model/purchase_orders_sort.py index 838bfd8798..c17cd4e5f5 100644 --- a/src/apideck/model/purchase_orders_sort.py +++ b/src/apideck/model/purchase_orders_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/request_count_allocation.py b/src/apideck/model/request_count_allocation.py index b56a927af8..d414c9f7fc 100644 --- a/src/apideck/model/request_count_allocation.py +++ b/src/apideck/model/request_count_allocation.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/request_rate.py b/src/apideck/model/request_rate.py index acf862d226..49c446a3d8 100644 --- a/src/apideck/model/request_rate.py +++ b/src/apideck/model/request_rate.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/resolve_webhook_event_request.py b/src/apideck/model/resolve_webhook_event_request.py index 5b550b01ee..370e9a0cc5 100644 --- a/src/apideck/model/resolve_webhook_event_request.py +++ b/src/apideck/model/resolve_webhook_event_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/resolve_webhook_events_request.py b/src/apideck/model/resolve_webhook_events_request.py index 9db95ed49f..27ab90a091 100644 --- a/src/apideck/model/resolve_webhook_events_request.py +++ b/src/apideck/model/resolve_webhook_events_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/resolve_webhook_response.py b/src/apideck/model/resolve_webhook_response.py index de9d4e7a6a..ef8b92d9f9 100644 --- a/src/apideck/model/resolve_webhook_response.py +++ b/src/apideck/model/resolve_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/resource_example.py b/src/apideck/model/resource_example.py index a019f8e8ed..3b2a8d8696 100644 --- a/src/apideck/model/resource_example.py +++ b/src/apideck/model/resource_example.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/resource_status.py b/src/apideck/model/resource_status.py index 13297dcb42..5f8fdef480 100644 --- a/src/apideck/model/resource_status.py +++ b/src/apideck/model/resource_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/schedule.py b/src/apideck/model/schedule.py index f30067513c..398b30239c 100644 --- a/src/apideck/model/schedule.py +++ b/src/apideck/model/schedule.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/schedule_work_pattern.py b/src/apideck/model/schedule_work_pattern.py index 6f4966e07e..d9582029ee 100644 --- a/src/apideck/model/schedule_work_pattern.py +++ b/src/apideck/model/schedule_work_pattern.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/schedule_work_pattern_odd_weeks.py b/src/apideck/model/schedule_work_pattern_odd_weeks.py index dfdca2d363..b24ce49ffd 100644 --- a/src/apideck/model/schedule_work_pattern_odd_weeks.py +++ b/src/apideck/model/schedule_work_pattern_odd_weeks.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/schema_support.py b/src/apideck/model/schema_support.py index af91c76c7f..575ffaca17 100644 --- a/src/apideck/model/schema_support.py +++ b/src/apideck/model/schema_support.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/service_charge.py b/src/apideck/model/service_charge.py index 5ec60ff005..b3278dab9f 100644 --- a/src/apideck/model/service_charge.py +++ b/src/apideck/model/service_charge.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/service_charges.py b/src/apideck/model/service_charges.py index 6a739f63c6..f95beb163f 100644 --- a/src/apideck/model/service_charges.py +++ b/src/apideck/model/service_charges.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/session.py b/src/apideck/model/session.py index d739b7a19e..1ca7ccfc1d 100644 --- a/src/apideck/model/session.py +++ b/src/apideck/model/session.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/session_settings.py b/src/apideck/model/session_settings.py index bd50225e75..517231f51e 100644 --- a/src/apideck/model/session_settings.py +++ b/src/apideck/model/session_settings.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/session_theme.py b/src/apideck/model/session_theme.py index e0e5edc034..54d159c88e 100644 --- a/src/apideck/model/session_theme.py +++ b/src/apideck/model/session_theme.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/shared_link.py b/src/apideck/model/shared_link.py index 468307c933..00a99dbc23 100644 --- a/src/apideck/model/shared_link.py +++ b/src/apideck/model/shared_link.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/shared_link_target.py b/src/apideck/model/shared_link_target.py index 32c80874d9..2cd166706c 100644 --- a/src/apideck/model/shared_link_target.py +++ b/src/apideck/model/shared_link_target.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/simple_form_field_option.py b/src/apideck/model/simple_form_field_option.py index 48f6bdad8b..43d82deb90 100644 --- a/src/apideck/model/simple_form_field_option.py +++ b/src/apideck/model/simple_form_field_option.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/social_link.py b/src/apideck/model/social_link.py index fc6e14d407..95b52e81f3 100644 --- a/src/apideck/model/social_link.py +++ b/src/apideck/model/social_link.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/sort_direction.py b/src/apideck/model/sort_direction.py index 8394496ab3..283a80e7bf 100644 --- a/src/apideck/model/sort_direction.py +++ b/src/apideck/model/sort_direction.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/status.py b/src/apideck/model/status.py index 8b5f58aab5..d6944a5758 100644 --- a/src/apideck/model/status.py +++ b/src/apideck/model/status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/subsidiary.py b/src/apideck/model/subsidiary.py index 20a6ee5094..6c7e5f13bd 100644 --- a/src/apideck/model/subsidiary.py +++ b/src/apideck/model/subsidiary.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/subsidiary_reference.py b/src/apideck/model/subsidiary_reference.py index 86cdb455dc..edfbf4edb1 100644 --- a/src/apideck/model/subsidiary_reference.py +++ b/src/apideck/model/subsidiary_reference.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/supplier.py b/src/apideck/model/supplier.py index 045a48b7df..1c1443f872 100644 --- a/src/apideck/model/supplier.py +++ b/src/apideck/model/supplier.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/suppliers_filter.py b/src/apideck/model/suppliers_filter.py index 3787154b47..b068bf7b1e 100644 --- a/src/apideck/model/suppliers_filter.py +++ b/src/apideck/model/suppliers_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/suppliers_sort.py b/src/apideck/model/suppliers_sort.py index 8441346f72..7052ef3d28 100644 --- a/src/apideck/model/suppliers_sort.py +++ b/src/apideck/model/suppliers_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/supported_property.py b/src/apideck/model/supported_property.py index 5a0c8efc99..62b3e4b644 100644 --- a/src/apideck/model/supported_property.py +++ b/src/apideck/model/supported_property.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/tags.py b/src/apideck/model/tags.py index a57cbcc597..1e6a666a4e 100644 --- a/src/apideck/model/tags.py +++ b/src/apideck/model/tags.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/tax.py b/src/apideck/model/tax.py index 15bc3b608e..9fbd603630 100644 --- a/src/apideck/model/tax.py +++ b/src/apideck/model/tax.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/tax_rate.py b/src/apideck/model/tax_rate.py index d88fb2d4ed..df54a31889 100644 --- a/src/apideck/model/tax_rate.py +++ b/src/apideck/model/tax_rate.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/tax_rates_filter.py b/src/apideck/model/tax_rates_filter.py index be02126c6e..5f419b43e5 100644 --- a/src/apideck/model/tax_rates_filter.py +++ b/src/apideck/model/tax_rates_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/team.py b/src/apideck/model/team.py index 6a16a75a99..99d67e69e5 100644 --- a/src/apideck/model/team.py +++ b/src/apideck/model/team.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/tender.py b/src/apideck/model/tender.py index d240fd0f57..4c892e74eb 100644 --- a/src/apideck/model/tender.py +++ b/src/apideck/model/tender.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/ticket.py b/src/apideck/model/ticket.py index 3843768c76..92409ae384 100644 --- a/src/apideck/model/ticket.py +++ b/src/apideck/model/ticket.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/tickets_sort.py b/src/apideck/model/tickets_sort.py index 08381be65a..023b0d62bd 100644 --- a/src/apideck/model/tickets_sort.py +++ b/src/apideck/model/tickets_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/time_off_request.py b/src/apideck/model/time_off_request.py index 712e55bd24..4b4c8a8778 100644 --- a/src/apideck/model/time_off_request.py +++ b/src/apideck/model/time_off_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/time_off_request_notes.py b/src/apideck/model/time_off_request_notes.py index 516977c8f3..b66869fe91 100644 --- a/src/apideck/model/time_off_request_notes.py +++ b/src/apideck/model/time_off_request_notes.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/time_off_requests_filter.py b/src/apideck/model/time_off_requests_filter.py index 4eee2bb49a..7eadc1bb4b 100644 --- a/src/apideck/model/time_off_requests_filter.py +++ b/src/apideck/model/time_off_requests_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/too_many_requests_response.py b/src/apideck/model/too_many_requests_response.py index ae3b809371..482a0eceed 100644 --- a/src/apideck/model/too_many_requests_response.py +++ b/src/apideck/model/too_many_requests_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/too_many_requests_response_detail.py b/src/apideck/model/too_many_requests_response_detail.py index d0184693da..64f974c8ed 100644 --- a/src/apideck/model/too_many_requests_response_detail.py +++ b/src/apideck/model/too_many_requests_response_detail.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/tracking_category.py b/src/apideck/model/tracking_category.py new file mode 100644 index 0000000000..da9e15e27a --- /dev/null +++ b/src/apideck/model/tracking_category.py @@ -0,0 +1,304 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from apideck.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from apideck.exceptions import ApiAttributeError + + +def lazy_import(): + from apideck.model.pass_through_body import PassThroughBody + globals()['PassThroughBody'] = PassThroughBody + + +class TrackingCategory(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + ('status',): { + 'ACTIVE': "active", + 'INACTIVE': "inactive", + }, + } + + validations = { + } + + additional_properties_type = None + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'id': (str,), # noqa: E501 + 'parent_id': (str, none_type,), # noqa: E501 + 'name': (str,), # noqa: E501 + 'status': (str,), # noqa: E501 + 'custom_mappings': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501 + 'row_version': (str, none_type,), # noqa: E501 + 'updated_by': (str, none_type,), # noqa: E501 + 'created_by': (str, none_type,), # noqa: E501 + 'updated_at': (datetime, none_type,), # noqa: E501 + 'created_at': (datetime, none_type,), # noqa: E501 + 'pass_through': (PassThroughBody,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'id': 'id', # noqa: E501 + 'parent_id': 'parent_id', # noqa: E501 + 'name': 'name', # noqa: E501 + 'status': 'status', # noqa: E501 + 'custom_mappings': 'custom_mappings', # noqa: E501 + 'row_version': 'row_version', # noqa: E501 + 'updated_by': 'updated_by', # noqa: E501 + 'created_by': 'created_by', # noqa: E501 + 'updated_at': 'updated_at', # noqa: E501 + 'created_at': 'created_at', # noqa: E501 + 'pass_through': 'pass_through', # noqa: E501 + } + + read_only_vars = { + 'id', # noqa: E501 + 'custom_mappings', # noqa: E501 + 'updated_by', # noqa: E501 + 'created_by', # noqa: E501 + 'updated_at', # noqa: E501 + 'created_at', # noqa: E501 + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """TrackingCategory - a model defined in OpenAPI + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + id (str): A unique identifier for an object.. [optional] # noqa: E501 + parent_id (str, none_type): A unique identifier for an object.. [optional] # noqa: E501 + name (str): The name of the tracking category.. [optional] # noqa: E501 + status (str): Based on the status some functionality is enabled or disabled.. [optional] # noqa: E501 + custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501 + row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 + updated_by (str, none_type): The user who last updated the object.. [optional] # noqa: E501 + created_by (str, none_type): The user who created the object.. [optional] # noqa: E501 + updated_at (datetime, none_type): The date and time when the object was last updated.. [optional] # noqa: E501 + created_at (datetime, none_type): The date and time when the object was created.. [optional] # noqa: E501 + pass_through (PassThroughBody): [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): # noqa: E501 + """TrackingCategory - a model defined in OpenAPI + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + id (str): A unique identifier for an object.. [optional] # noqa: E501 + parent_id (str, none_type): A unique identifier for an object.. [optional] # noqa: E501 + name (str): The name of the tracking category.. [optional] # noqa: E501 + status (str): Based on the status some functionality is enabled or disabled.. [optional] # noqa: E501 + custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501 + row_version (str, none_type): A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.. [optional] # noqa: E501 + updated_by (str, none_type): The user who last updated the object.. [optional] # noqa: E501 + created_by (str, none_type): The user who created the object.. [optional] # noqa: E501 + updated_at (datetime, none_type): The date and time when the object was last updated.. [optional] # noqa: E501 + created_at (datetime, none_type): The date and time when the object was created.. [optional] # noqa: E501 + pass_through (PassThroughBody): [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/src/apideck/model/tracking_item.py b/src/apideck/model/tracking_item.py index bbf43d4dc3..12acc77af8 100644 --- a/src/apideck/model/tracking_item.py +++ b/src/apideck/model/tracking_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/unauthorized_response.py b/src/apideck/model/unauthorized_response.py index d47730e22e..5241b1f1c0 100644 --- a/src/apideck/model/unauthorized_response.py +++ b/src/apideck/model/unauthorized_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/unexpected_error_response.py b/src/apideck/model/unexpected_error_response.py index 28de67498b..6351c38fdb 100644 --- a/src/apideck/model/unexpected_error_response.py +++ b/src/apideck/model/unexpected_error_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/unified_api_id.py b/src/apideck/model/unified_api_id.py index 4aec89c7d0..6f4b297ad1 100644 --- a/src/apideck/model/unified_api_id.py +++ b/src/apideck/model/unified_api_id.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/unified_file.py b/src/apideck/model/unified_file.py index 8724e17c08..865db7b3b0 100644 --- a/src/apideck/model/unified_file.py +++ b/src/apideck/model/unified_file.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/unified_file_permissions.py b/src/apideck/model/unified_file_permissions.py index 98490b1cfd..78b23c4bf5 100644 --- a/src/apideck/model/unified_file_permissions.py +++ b/src/apideck/model/unified_file_permissions.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/unified_id.py b/src/apideck/model/unified_id.py index 6f5b088d63..95a3629732 100644 --- a/src/apideck/model/unified_id.py +++ b/src/apideck/model/unified_id.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/unprocessable_response.py b/src/apideck/model/unprocessable_response.py index 6f829e6eb3..0ddbfee2e5 100644 --- a/src/apideck/model/unprocessable_response.py +++ b/src/apideck/model/unprocessable_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_accounting_department_response.py b/src/apideck/model/update_accounting_department_response.py index bb0dead100..a40da41fbf 100644 --- a/src/apideck/model/update_accounting_department_response.py +++ b/src/apideck/model/update_accounting_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_accounting_location_response.py b/src/apideck/model/update_accounting_location_response.py index 753728eadd..77e321cc4d 100644 --- a/src/apideck/model/update_accounting_location_response.py +++ b/src/apideck/model/update_accounting_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_activity_response.py b/src/apideck/model/update_activity_response.py index 9477ce30a6..c09d79d65c 100644 --- a/src/apideck/model/update_activity_response.py +++ b/src/apideck/model/update_activity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_applicant_response.py b/src/apideck/model/update_applicant_response.py index 9eebfdd26e..66e58b9f56 100644 --- a/src/apideck/model/update_applicant_response.py +++ b/src/apideck/model/update_applicant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_application_response.py b/src/apideck/model/update_application_response.py index 78d753ff8d..835ed4ab21 100644 --- a/src/apideck/model/update_application_response.py +++ b/src/apideck/model/update_application_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_bill_response.py b/src/apideck/model/update_bill_response.py index 2ceb70ea89..771b1de910 100644 --- a/src/apideck/model/update_bill_response.py +++ b/src/apideck/model/update_bill_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_comment_response.py b/src/apideck/model/update_comment_response.py index cb1b0a90ce..50e2ba435b 100644 --- a/src/apideck/model/update_comment_response.py +++ b/src/apideck/model/update_comment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_company_response.py b/src/apideck/model/update_company_response.py index 5cd274f974..d902909718 100644 --- a/src/apideck/model/update_company_response.py +++ b/src/apideck/model/update_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_connection_response.py b/src/apideck/model/update_connection_response.py index 6bffcc4c8d..cc406f869f 100644 --- a/src/apideck/model/update_connection_response.py +++ b/src/apideck/model/update_connection_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_consumer_request.py b/src/apideck/model/update_consumer_request.py index ca4b14bd8f..044e71fac3 100644 --- a/src/apideck/model/update_consumer_request.py +++ b/src/apideck/model/update_consumer_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_consumer_response.py b/src/apideck/model/update_consumer_response.py index c235709a01..de6bd20c67 100644 --- a/src/apideck/model/update_consumer_response.py +++ b/src/apideck/model/update_consumer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_contact_response.py b/src/apideck/model/update_contact_response.py index 511faa8efa..9d72701537 100644 --- a/src/apideck/model/update_contact_response.py +++ b/src/apideck/model/update_contact_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_credit_note_response.py b/src/apideck/model/update_credit_note_response.py index f6f384b0b3..3a7a6f6f17 100644 --- a/src/apideck/model/update_credit_note_response.py +++ b/src/apideck/model/update_credit_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_custom_mapping_request.py b/src/apideck/model/update_custom_mapping_request.py index d93262c5c8..e8bf8a36cb 100644 --- a/src/apideck/model/update_custom_mapping_request.py +++ b/src/apideck/model/update_custom_mapping_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_custom_mapping_response.py b/src/apideck/model/update_custom_mapping_response.py index cba77cf24b..325c9ed13d 100644 --- a/src/apideck/model/update_custom_mapping_response.py +++ b/src/apideck/model/update_custom_mapping_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_customer_response.py b/src/apideck/model/update_customer_response.py index b4663f3809..3aeddf0bb2 100644 --- a/src/apideck/model/update_customer_response.py +++ b/src/apideck/model/update_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_department_response.py b/src/apideck/model/update_department_response.py index 9ef55b1336..fe8e57bb17 100644 --- a/src/apideck/model/update_department_response.py +++ b/src/apideck/model/update_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_drive_group_response.py b/src/apideck/model/update_drive_group_response.py index f202a1a1ec..dd18ef934c 100644 --- a/src/apideck/model/update_drive_group_response.py +++ b/src/apideck/model/update_drive_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_drive_response.py b/src/apideck/model/update_drive_response.py index cc4932dcb3..3d934b72d7 100644 --- a/src/apideck/model/update_drive_response.py +++ b/src/apideck/model/update_drive_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_ecommerce_customer_response.py b/src/apideck/model/update_ecommerce_customer_response.py index 63aad5bedf..5fbfa90434 100644 --- a/src/apideck/model/update_ecommerce_customer_response.py +++ b/src/apideck/model/update_ecommerce_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_ecommerce_order_response.py b/src/apideck/model/update_ecommerce_order_response.py index aff4149f87..5ca30ef9a8 100644 --- a/src/apideck/model/update_ecommerce_order_response.py +++ b/src/apideck/model/update_ecommerce_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_employee_response.py b/src/apideck/model/update_employee_response.py index 82a6cd9277..412b405b3b 100644 --- a/src/apideck/model/update_employee_response.py +++ b/src/apideck/model/update_employee_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_file_request.py b/src/apideck/model/update_file_request.py index 8c03f7ffa8..3f8950217a 100644 --- a/src/apideck/model/update_file_request.py +++ b/src/apideck/model/update_file_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_file_response.py b/src/apideck/model/update_file_response.py index 6cb47a6717..575f8c3b95 100644 --- a/src/apideck/model/update_file_response.py +++ b/src/apideck/model/update_file_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_folder_request.py b/src/apideck/model/update_folder_request.py index fb6fa548a2..bb70db79d9 100644 --- a/src/apideck/model/update_folder_request.py +++ b/src/apideck/model/update_folder_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_folder_response.py b/src/apideck/model/update_folder_response.py index 05297c3f4a..0c58da53b0 100644 --- a/src/apideck/model/update_folder_response.py +++ b/src/apideck/model/update_folder_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_hris_company_response.py b/src/apideck/model/update_hris_company_response.py index e33b39d3eb..d79adc3bd3 100644 --- a/src/apideck/model/update_hris_company_response.py +++ b/src/apideck/model/update_hris_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_invoice_items_response.py b/src/apideck/model/update_invoice_items_response.py index 3cd05db6d5..7de7460cd9 100644 --- a/src/apideck/model/update_invoice_items_response.py +++ b/src/apideck/model/update_invoice_items_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_invoice_response.py b/src/apideck/model/update_invoice_response.py index 1805ac2700..41dc3cb91f 100644 --- a/src/apideck/model/update_invoice_response.py +++ b/src/apideck/model/update_invoice_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_item_response.py b/src/apideck/model/update_item_response.py index 1763b1f52b..1e244979e0 100644 --- a/src/apideck/model/update_item_response.py +++ b/src/apideck/model/update_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_job_response.py b/src/apideck/model/update_job_response.py index 5b527eddcd..ab73bd8bb4 100644 --- a/src/apideck/model/update_job_response.py +++ b/src/apideck/model/update_job_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_journal_entry_response.py b/src/apideck/model/update_journal_entry_response.py index aae92dd99f..1b703aae60 100644 --- a/src/apideck/model/update_journal_entry_response.py +++ b/src/apideck/model/update_journal_entry_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_lead_response.py b/src/apideck/model/update_lead_response.py index 469b6df439..6073a8a313 100644 --- a/src/apideck/model/update_lead_response.py +++ b/src/apideck/model/update_lead_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_ledger_account_response.py b/src/apideck/model/update_ledger_account_response.py index 925303824c..fdff1058d5 100644 --- a/src/apideck/model/update_ledger_account_response.py +++ b/src/apideck/model/update_ledger_account_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_location_response.py b/src/apideck/model/update_location_response.py index 285d688286..d4ee2a71ce 100644 --- a/src/apideck/model/update_location_response.py +++ b/src/apideck/model/update_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_merchant_response.py b/src/apideck/model/update_merchant_response.py index a2feb6068c..4c44ee78d3 100644 --- a/src/apideck/model/update_merchant_response.py +++ b/src/apideck/model/update_merchant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_message_response.py b/src/apideck/model/update_message_response.py index 9916f5ba36..76ea1ac777 100644 --- a/src/apideck/model/update_message_response.py +++ b/src/apideck/model/update_message_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_modifier_group_response.py b/src/apideck/model/update_modifier_group_response.py index 57ad5260e9..484ac5047e 100644 --- a/src/apideck/model/update_modifier_group_response.py +++ b/src/apideck/model/update_modifier_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_modifier_response.py b/src/apideck/model/update_modifier_response.py index 55693c6f74..79b1c1ebc3 100644 --- a/src/apideck/model/update_modifier_response.py +++ b/src/apideck/model/update_modifier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_note_response.py b/src/apideck/model/update_note_response.py index b1aebaf839..66369cac8c 100644 --- a/src/apideck/model/update_note_response.py +++ b/src/apideck/model/update_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_opportunity_response.py b/src/apideck/model/update_opportunity_response.py index ace794993f..eb4f4d270d 100644 --- a/src/apideck/model/update_opportunity_response.py +++ b/src/apideck/model/update_opportunity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_order_response.py b/src/apideck/model/update_order_response.py index 04a5049813..c20d0c57f5 100644 --- a/src/apideck/model/update_order_response.py +++ b/src/apideck/model/update_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_order_type_response.py b/src/apideck/model/update_order_type_response.py index 26b54be141..8c4d449d8b 100644 --- a/src/apideck/model/update_order_type_response.py +++ b/src/apideck/model/update_order_type_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_payment_response.py b/src/apideck/model/update_payment_response.py index b3393731d2..2e5052e1c2 100644 --- a/src/apideck/model/update_payment_response.py +++ b/src/apideck/model/update_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_pipeline_response.py b/src/apideck/model/update_pipeline_response.py index 2838eeb0ed..d6bf33ae0d 100644 --- a/src/apideck/model/update_pipeline_response.py +++ b/src/apideck/model/update_pipeline_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_pos_payment_response.py b/src/apideck/model/update_pos_payment_response.py index b325b457a0..715454703f 100644 --- a/src/apideck/model/update_pos_payment_response.py +++ b/src/apideck/model/update_pos_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_product_response.py b/src/apideck/model/update_product_response.py index 1190766aea..f58a2fab37 100644 --- a/src/apideck/model/update_product_response.py +++ b/src/apideck/model/update_product_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_purchase_order_response.py b/src/apideck/model/update_purchase_order_response.py index f8bf5b19d2..3fe49f9dc0 100644 --- a/src/apideck/model/update_purchase_order_response.py +++ b/src/apideck/model/update_purchase_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_shared_link_response.py b/src/apideck/model/update_shared_link_response.py index a77dc4293e..d003b5c8eb 100644 --- a/src/apideck/model/update_shared_link_response.py +++ b/src/apideck/model/update_shared_link_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_subsidiary_response.py b/src/apideck/model/update_subsidiary_response.py index 04460d614a..7697c7244e 100644 --- a/src/apideck/model/update_subsidiary_response.py +++ b/src/apideck/model/update_subsidiary_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_supplier_response.py b/src/apideck/model/update_supplier_response.py index 6d0ab4e3cd..d72bece865 100644 --- a/src/apideck/model/update_supplier_response.py +++ b/src/apideck/model/update_supplier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_tax_rate_response.py b/src/apideck/model/update_tax_rate_response.py index 9018f84561..e241f5e10b 100644 --- a/src/apideck/model/update_tax_rate_response.py +++ b/src/apideck/model/update_tax_rate_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_tender_response.py b/src/apideck/model/update_tender_response.py index 2a93ddf6fd..a1427a0ed3 100644 --- a/src/apideck/model/update_tender_response.py +++ b/src/apideck/model/update_tender_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_ticket_response.py b/src/apideck/model/update_ticket_response.py index 597a787f33..3bc1c209fd 100644 --- a/src/apideck/model/update_ticket_response.py +++ b/src/apideck/model/update_ticket_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_time_off_request_response.py b/src/apideck/model/update_time_off_request_response.py index 65366a4a1d..f349f76d06 100644 --- a/src/apideck/model/update_time_off_request_response.py +++ b/src/apideck/model/update_time_off_request_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_tracking_category_response.py b/src/apideck/model/update_tracking_category_response.py new file mode 100644 index 0000000000..8c83720327 --- /dev/null +++ b/src/apideck/model/update_tracking_category_response.py @@ -0,0 +1,297 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from apideck.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from apideck.exceptions import ApiAttributeError + + +def lazy_import(): + from apideck.model.unified_id import UnifiedId + globals()['UnifiedId'] = UnifiedId + + +class UpdateTrackingCategoryResponse(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'status_code': (int,), # noqa: E501 + 'status': (str,), # noqa: E501 + 'service': (str,), # noqa: E501 + 'resource': (str,), # noqa: E501 + 'operation': (str,), # noqa: E501 + 'data': (UnifiedId,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'status_code': 'status_code', # noqa: E501 + 'status': 'status', # noqa: E501 + 'service': 'service', # noqa: E501 + 'resource': 'resource', # noqa: E501 + 'operation': 'operation', # noqa: E501 + 'data': 'data', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, status_code, status, service, resource, operation, data, *args, **kwargs): # noqa: E501 + """UpdateTrackingCategoryResponse - a model defined in OpenAPI + + Args: + status_code (int): HTTP Response Status Code + status (str): HTTP Response Status + service (str): Apideck ID of service provider + resource (str): Unified API resource name + operation (str): Operation performed + data (UnifiedId): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status_code = status_code + self.status = status + self.service = service + self.resource = resource + self.operation = operation + self.data = data + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, status_code, status, service, resource, operation, data, *args, **kwargs): # noqa: E501 + """UpdateTrackingCategoryResponse - a model defined in OpenAPI + + Args: + status_code (int): HTTP Response Status Code + status (str): HTTP Response Status + service (str): Apideck ID of service provider + resource (str): Unified API resource name + operation (str): Operation performed + data (UnifiedId): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status_code = status_code + self.status = status + self.service = service + self.resource = resource + self.operation = operation + self.data = data + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/src/apideck/model/update_upload_session_response.py b/src/apideck/model/update_upload_session_response.py index e6f6773c20..e70d4fe7ae 100644 --- a/src/apideck/model/update_upload_session_response.py +++ b/src/apideck/model/update_upload_session_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_user_response.py b/src/apideck/model/update_user_response.py index 07272a69f8..6017d2489c 100644 --- a/src/apideck/model/update_user_response.py +++ b/src/apideck/model/update_user_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_webhook_request.py b/src/apideck/model/update_webhook_request.py index 9bc0dcb96c..29ded2d5e2 100644 --- a/src/apideck/model/update_webhook_request.py +++ b/src/apideck/model/update_webhook_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/update_webhook_response.py b/src/apideck/model/update_webhook_response.py index 17a41e696e..da2d666f3f 100644 --- a/src/apideck/model/update_webhook_response.py +++ b/src/apideck/model/update_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/upload_session.py b/src/apideck/model/upload_session.py index e8689a6733..79500a1385 100644 --- a/src/apideck/model/upload_session.py +++ b/src/apideck/model/upload_session.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/url.py b/src/apideck/model/url.py index 45c85e5d4a..f51090200b 100644 --- a/src/apideck/model/url.py +++ b/src/apideck/model/url.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/user.py b/src/apideck/model/user.py index e8c3791ffd..880e2e9463 100644 --- a/src/apideck/model/user.py +++ b/src/apideck/model/user.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/validate_connection_state_response.py b/src/apideck/model/validate_connection_state_response.py index c5c6f7a344..76619eed5b 100644 --- a/src/apideck/model/validate_connection_state_response.py +++ b/src/apideck/model/validate_connection_state_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/validate_connection_state_response_data.py b/src/apideck/model/validate_connection_state_response_data.py index 377b2b4442..2fb2ee20c6 100644 --- a/src/apideck/model/validate_connection_state_response_data.py +++ b/src/apideck/model/validate_connection_state_response_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/vault_event_type.py b/src/apideck/model/vault_event_type.py index 7a733424db..db96b363cf 100644 --- a/src/apideck/model/vault_event_type.py +++ b/src/apideck/model/vault_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/virtual_webhooks.py b/src/apideck/model/virtual_webhooks.py index 0bf4530393..41e59df45a 100644 --- a/src/apideck/model/virtual_webhooks.py +++ b/src/apideck/model/virtual_webhooks.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/wallet_details.py b/src/apideck/model/wallet_details.py index 297ceca790..a7bc2a59c9 100644 --- a/src/apideck/model/wallet_details.py +++ b/src/apideck/model/wallet_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/webhook.py b/src/apideck/model/webhook.py index 983c9c83c7..a188392603 100644 --- a/src/apideck/model/webhook.py +++ b/src/apideck/model/webhook.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/webhook_event.py b/src/apideck/model/webhook_event.py index 36d9f1e2c5..b9de929e06 100644 --- a/src/apideck/model/webhook_event.py +++ b/src/apideck/model/webhook_event.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/webhook_event_log.py b/src/apideck/model/webhook_event_log.py index 4c5b751947..3bf069db99 100644 --- a/src/apideck/model/webhook_event_log.py +++ b/src/apideck/model/webhook_event_log.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/webhook_event_log_attempts.py b/src/apideck/model/webhook_event_log_attempts.py index f92a8a6d4c..4b310b6933 100644 --- a/src/apideck/model/webhook_event_log_attempts.py +++ b/src/apideck/model/webhook_event_log_attempts.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/webhook_event_log_service.py b/src/apideck/model/webhook_event_log_service.py index e3e82681fe..d8df199c49 100644 --- a/src/apideck/model/webhook_event_log_service.py +++ b/src/apideck/model/webhook_event_log_service.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/webhook_event_logs_filter.py b/src/apideck/model/webhook_event_logs_filter.py index ca113ff89e..c34a37384f 100644 --- a/src/apideck/model/webhook_event_logs_filter.py +++ b/src/apideck/model/webhook_event_logs_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/webhook_event_logs_filter_service.py b/src/apideck/model/webhook_event_logs_filter_service.py index 374fa4f809..42c35da555 100644 --- a/src/apideck/model/webhook_event_logs_filter_service.py +++ b/src/apideck/model/webhook_event_logs_filter_service.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/webhook_event_type.py b/src/apideck/model/webhook_event_type.py index 33aec31d18..c7446eb0b3 100644 --- a/src/apideck/model/webhook_event_type.py +++ b/src/apideck/model/webhook_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/webhook_subscription.py b/src/apideck/model/webhook_subscription.py index 4e06718267..9cd232f075 100644 --- a/src/apideck/model/webhook_subscription.py +++ b/src/apideck/model/webhook_subscription.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/webhook_support.py b/src/apideck/model/webhook_support.py index 1ab48591bc..e0e0afbd3a 100644 --- a/src/apideck/model/webhook_support.py +++ b/src/apideck/model/webhook_support.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model/website.py b/src/apideck/model/website.py index eed04dfa93..5200ef93f8 100644 --- a/src/apideck/model/website.py +++ b/src/apideck/model/website.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/model_utils.py b/src/apideck/model_utils.py index 2c15806205..e1e5f1a9f3 100644 --- a/src/apideck/model_utils.py +++ b/src/apideck/model_utils.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/apideck/models/__init__.py b/src/apideck/models/__init__.py index 5785678d03..9787934f6a 100644 --- a/src/apideck/models/__init__.py +++ b/src/apideck/models/__init__.py @@ -156,6 +156,7 @@ from apideck.model.create_tender_response import CreateTenderResponse from apideck.model.create_ticket_response import CreateTicketResponse from apideck.model.create_time_off_request_response import CreateTimeOffRequestResponse +from apideck.model.create_tracking_category_response import CreateTrackingCategoryResponse from apideck.model.create_upload_session_request import CreateUploadSessionRequest from apideck.model.create_upload_session_response import CreateUploadSessionResponse from apideck.model.create_user_response import CreateUserResponse @@ -223,11 +224,13 @@ from apideck.model.delete_tender_response import DeleteTenderResponse from apideck.model.delete_ticket_response import DeleteTicketResponse from apideck.model.delete_time_off_request_response import DeleteTimeOffRequestResponse +from apideck.model.delete_tracking_category_response import DeleteTrackingCategoryResponse from apideck.model.delete_upload_session_response import DeleteUploadSessionResponse from apideck.model.delete_user_response import DeleteUserResponse from apideck.model.delete_webhook_response import DeleteWebhookResponse from apideck.model.delivery_url import DeliveryUrl from apideck.model.department import Department +from apideck.model.deprecated_linked_tracking_category import DeprecatedLinkedTrackingCategory from apideck.model.drive import Drive from apideck.model.drive_group import DriveGroup from apideck.model.drive_groups_filter import DriveGroupsFilter @@ -412,6 +415,8 @@ from apideck.model.get_tickets_response import GetTicketsResponse from apideck.model.get_time_off_request_response import GetTimeOffRequestResponse from apideck.model.get_time_off_requests_response import GetTimeOffRequestsResponse +from apideck.model.get_tracking_categories_response import GetTrackingCategoriesResponse +from apideck.model.get_tracking_category_response import GetTrackingCategoryResponse from apideck.model.get_upload_session_response import GetUploadSessionResponse from apideck.model.get_user_response import GetUserResponse from apideck.model.get_users_response import GetUsersResponse @@ -467,6 +472,7 @@ from apideck.model.linked_parent_customer import LinkedParentCustomer from apideck.model.linked_supplier import LinkedSupplier from apideck.model.linked_tax_rate import LinkedTaxRate +from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.linked_tracking_category import LinkedTrackingCategory from apideck.model.links import Links from apideck.model.location import Location @@ -581,6 +587,7 @@ from apideck.model.time_off_requests_filter import TimeOffRequestsFilter from apideck.model.too_many_requests_response import TooManyRequestsResponse from apideck.model.too_many_requests_response_detail import TooManyRequestsResponseDetail +from apideck.model.tracking_category import TrackingCategory from apideck.model.tracking_item import TrackingItem from apideck.model.unauthorized_response import UnauthorizedResponse from apideck.model.unexpected_error_response import UnexpectedErrorResponse @@ -644,6 +651,7 @@ from apideck.model.update_tender_response import UpdateTenderResponse from apideck.model.update_ticket_response import UpdateTicketResponse from apideck.model.update_time_off_request_response import UpdateTimeOffRequestResponse +from apideck.model.update_tracking_category_response import UpdateTrackingCategoryResponse from apideck.model.update_upload_session_response import UpdateUploadSessionResponse from apideck.model.update_user_response import UpdateUserResponse from apideck.model.update_webhook_request import UpdateWebhookRequest diff --git a/src/apideck/rest.py b/src/apideck/rest.py index 3c22a52699..a1b098d89e 100644 --- a/src/apideck/rest.py +++ b/src/apideck/rest.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/setup.py b/src/setup.py index 48ba8ea0ac..70b060e9e7 100644 --- a/src/setup.py +++ b/src/setup.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -11,7 +11,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "apideck" -VERSION = "1.3.0" +VERSION = "1.4.0" # To install the library, run the following # # python setup.py install diff --git a/src/test/test_accounting_api.py b/src/test/test_accounting_api.py index 47b4ee9932..35f0c31d77 100644 --- a/src/test/test_accounting_api.py +++ b/src/test/test_accounting_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -562,6 +562,41 @@ def test_tax_rates_update(self): """ pass + def test_tracking_categories_add(self): + """Test case for tracking_categories_add + + Create Tracking Category # noqa: E501 + """ + pass + + def test_tracking_categories_all(self): + """Test case for tracking_categories_all + + List Tracking Categories # noqa: E501 + """ + pass + + def test_tracking_categories_delete(self): + """Test case for tracking_categories_delete + + Delete Tracking Category # noqa: E501 + """ + pass + + def test_tracking_categories_one(self): + """Test case for tracking_categories_one + + Get Tracking Category # noqa: E501 + """ + pass + + def test_tracking_categories_update(self): + """Test case for tracking_categories_update + + Update Tracking Category # noqa: E501 + """ + pass + if __name__ == '__main__': unittest.main() diff --git a/src/test/test_accounting_customer.py b/src/test/test_accounting_customer.py index ccfc510b9e..a9891ff7b2 100644 --- a/src/test/test_accounting_customer.py +++ b/src/test/test_accounting_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_accounting_department.py b/src/test/test_accounting_department.py index 93341f46b6..3803194b93 100644 --- a/src/test/test_accounting_department.py +++ b/src/test/test_accounting_department.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_accounting_departments_filter.py b/src/test/test_accounting_departments_filter.py index 8a34e76e23..90dea9eb93 100644 --- a/src/test/test_accounting_departments_filter.py +++ b/src/test/test_accounting_departments_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_accounting_event_type.py b/src/test/test_accounting_event_type.py index e4732ff7f5..df1921f0b1 100644 --- a/src/test/test_accounting_event_type.py +++ b/src/test/test_accounting_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_accounting_location.py b/src/test/test_accounting_location.py index f9207c4391..1227792ae8 100644 --- a/src/test/test_accounting_location.py +++ b/src/test/test_accounting_location.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_accounting_locations_filter.py b/src/test/test_accounting_locations_filter.py index a353045b77..66ebccdf9c 100644 --- a/src/test/test_accounting_locations_filter.py +++ b/src/test/test_accounting_locations_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_activities_filter.py b/src/test/test_activities_filter.py index 4e4febb72d..f4e50d28a3 100644 --- a/src/test/test_activities_filter.py +++ b/src/test/test_activities_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_activities_sort.py b/src/test/test_activities_sort.py index 12bf463780..f0634ce9ea 100644 --- a/src/test/test_activities_sort.py +++ b/src/test/test_activities_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_activity.py b/src/test/test_activity.py index e5bcd18e80..d36ff8d39c 100644 --- a/src/test/test_activity.py +++ b/src/test/test_activity.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_activity_attendee.py b/src/test/test_activity_attendee.py index b4881a3ec0..405f9d99a3 100644 --- a/src/test/test_activity_attendee.py +++ b/src/test/test_activity_attendee.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_address.py b/src/test/test_address.py index 5944865223..be1bfa8631 100644 --- a/src/test/test_address.py +++ b/src/test/test_address.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_allocation.py b/src/test/test_allocation.py index e309edece9..f81ac0347f 100644 --- a/src/test/test_allocation.py +++ b/src/test/test_allocation.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_api.py b/src/test/test_api.py index a523216049..62ecfdb309 100644 --- a/src/test/test_api.py +++ b/src/test/test_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_api_resource.py b/src/test/test_api_resource.py index a1b4c7cec1..e1803aaf03 100644 --- a/src/test/test_api_resource.py +++ b/src/test/test_api_resource.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_api_resource_coverage.py b/src/test/test_api_resource_coverage.py index c00628dab8..6c5f76e4ce 100644 --- a/src/test/test_api_resource_coverage.py +++ b/src/test/test_api_resource_coverage.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_api_resource_coverage_coverage.py b/src/test/test_api_resource_coverage_coverage.py index 855ac7f82c..3245ae6ad1 100644 --- a/src/test/test_api_resource_coverage_coverage.py +++ b/src/test/test_api_resource_coverage_coverage.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_api_resource_linked_resources.py b/src/test/test_api_resource_linked_resources.py index e1c40af97f..0605c80ac5 100644 --- a/src/test/test_api_resource_linked_resources.py +++ b/src/test/test_api_resource_linked_resources.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_api_resources.py b/src/test/test_api_resources.py index 254a6bf3cb..0ee5f0cdd8 100644 --- a/src/test/test_api_resources.py +++ b/src/test/test_api_resources.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_api_status.py b/src/test/test_api_status.py index 795799ee29..7c4de3ebef 100644 --- a/src/test/test_api_status.py +++ b/src/test/test_api_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_apis_filter.py b/src/test/test_apis_filter.py index 299fc90785..d57be649e0 100644 --- a/src/test/test_apis_filter.py +++ b/src/test/test_apis_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_applicant.py b/src/test/test_applicant.py index 74140d292a..4aec9d6336 100644 --- a/src/test/test_applicant.py +++ b/src/test/test_applicant.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_applicant_social_links.py b/src/test/test_applicant_social_links.py index 9727c48d31..5fed4e3d3c 100644 --- a/src/test/test_applicant_social_links.py +++ b/src/test/test_applicant_social_links.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_applicant_websites.py b/src/test/test_applicant_websites.py index 3a05301c02..3fa1ac3c6f 100644 --- a/src/test/test_applicant_websites.py +++ b/src/test/test_applicant_websites.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_applicants_filter.py b/src/test/test_applicants_filter.py index 40c76490a6..e8f5111ec0 100644 --- a/src/test/test_applicants_filter.py +++ b/src/test/test_applicants_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_application.py b/src/test/test_application.py index c8f87518dc..7aa6d496da 100644 --- a/src/test/test_application.py +++ b/src/test/test_application.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_application_stage.py b/src/test/test_application_stage.py index 7f93475185..752141d9a4 100644 --- a/src/test/test_application_stage.py +++ b/src/test/test_application_stage.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_assignee.py b/src/test/test_assignee.py index 240eeb2d99..5df810c633 100644 --- a/src/test/test_assignee.py +++ b/src/test/test_assignee.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ats_activity.py b/src/test/test_ats_activity.py index 740d99f75e..bdba7abe93 100644 --- a/src/test/test_ats_activity.py +++ b/src/test/test_ats_activity.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ats_api.py b/src/test/test_ats_api.py index c6caea842c..89520dd28a 100644 --- a/src/test/test_ats_api.py +++ b/src/test/test_ats_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ats_event_type.py b/src/test/test_ats_event_type.py index 623a1952fb..6e608d194a 100644 --- a/src/test/test_ats_event_type.py +++ b/src/test/test_ats_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_attachment.py b/src/test/test_attachment.py index 4c88d1dae0..66147c4c31 100644 --- a/src/test/test_attachment.py +++ b/src/test/test_attachment.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_attachment_reference.py b/src/test/test_attachment_reference.py index 0b34c2a289..bd6a1ffc9a 100644 --- a/src/test/test_attachment_reference.py +++ b/src/test/test_attachment_reference.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_attachment_reference_type.py b/src/test/test_attachment_reference_type.py index d90b0cb431..71751daa26 100644 --- a/src/test/test_attachment_reference_type.py +++ b/src/test/test_attachment_reference_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_auth_type.py b/src/test/test_auth_type.py index 67704674e0..7900332726 100644 --- a/src/test/test_auth_type.py +++ b/src/test/test_auth_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_bad_request_response.py b/src/test/test_bad_request_response.py index 750240a0af..e7c43ed089 100644 --- a/src/test/test_bad_request_response.py +++ b/src/test/test_bad_request_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_balance_sheet.py b/src/test/test_balance_sheet.py index ebd533587f..526707f9f8 100644 --- a/src/test/test_balance_sheet.py +++ b/src/test/test_balance_sheet.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_balance_sheet_account.py b/src/test/test_balance_sheet_account.py index 5756aa8d7e..f4ade9e008 100644 --- a/src/test/test_balance_sheet_account.py +++ b/src/test/test_balance_sheet_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_balance_sheet_account_record.py b/src/test/test_balance_sheet_account_record.py index feeabf4d00..71fa5e9ccc 100644 --- a/src/test/test_balance_sheet_account_record.py +++ b/src/test/test_balance_sheet_account_record.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_balance_sheet_accounts.py b/src/test/test_balance_sheet_accounts.py index ed6e49f72d..aac4e742e9 100644 --- a/src/test/test_balance_sheet_accounts.py +++ b/src/test/test_balance_sheet_accounts.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_balance_sheet_filter.py b/src/test/test_balance_sheet_filter.py index 48e31ca3b1..d648ba951b 100644 --- a/src/test/test_balance_sheet_filter.py +++ b/src/test/test_balance_sheet_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_balance_sheet_reports.py b/src/test/test_balance_sheet_reports.py index df0f19b61e..4b5d4d261a 100644 --- a/src/test/test_balance_sheet_reports.py +++ b/src/test/test_balance_sheet_reports.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_bank_account.py b/src/test/test_bank_account.py index 02285eb1fa..9db535d958 100644 --- a/src/test/test_bank_account.py +++ b/src/test/test_bank_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_benefit.py b/src/test/test_benefit.py index 2e3614f4a3..3a726b6a0c 100644 --- a/src/test/test_benefit.py +++ b/src/test/test_benefit.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_bill.py b/src/test/test_bill.py index a57ff2bc3e..9ab4a74c47 100644 --- a/src/test/test_bill.py +++ b/src/test/test_bill.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -17,12 +17,14 @@ from apideck.model.currency import Currency from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_supplier import LinkedSupplier +from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['BankAccount'] = BankAccount globals()['BillLineItem'] = BillLineItem globals()['Currency'] = Currency globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedSupplier'] = LinkedSupplier +globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody from apideck.model.bill import Bill diff --git a/src/test/test_bill_line_item.py b/src/test/test_bill_line_item.py index d79181caec..25de50dc95 100644 --- a/src/test/test_bill_line_item.py +++ b/src/test/test_bill_line_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -15,9 +15,11 @@ from apideck.model.linked_invoice_item import LinkedInvoiceItem from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_tax_rate import LinkedTaxRate +from apideck.model.linked_tracking_categories import LinkedTrackingCategories globals()['LinkedInvoiceItem'] = LinkedInvoiceItem globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedTaxRate'] = LinkedTaxRate +globals()['LinkedTrackingCategories'] = LinkedTrackingCategories from apideck.model.bill_line_item import BillLineItem diff --git a/src/test/test_bills_filter.py b/src/test/test_bills_filter.py index 6f7d64c301..313c4d491c 100644 --- a/src/test/test_bills_filter.py +++ b/src/test/test_bills_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_bills_sort.py b/src/test/test_bills_sort.py index eab9b5732c..28ab89bd5a 100644 --- a/src/test/test_bills_sort.py +++ b/src/test/test_bills_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_branch.py b/src/test/test_branch.py index 4981e132e7..60c384a164 100644 --- a/src/test/test_branch.py +++ b/src/test/test_branch.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_cash_details.py b/src/test/test_cash_details.py index cfffdc1578..7a8eda8d25 100644 --- a/src/test/test_cash_details.py +++ b/src/test/test_cash_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_collection.py b/src/test/test_collection.py index d0023747a2..4f6f082031 100644 --- a/src/test/test_collection.py +++ b/src/test/test_collection.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_collection_tag.py b/src/test/test_collection_tag.py index 57017c2f8c..9f9cdd504d 100644 --- a/src/test/test_collection_tag.py +++ b/src/test/test_collection_tag.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_collection_ticket_comment.py b/src/test/test_collection_ticket_comment.py index 58fa008ee2..8d04f9a744 100644 --- a/src/test/test_collection_ticket_comment.py +++ b/src/test/test_collection_ticket_comment.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_collection_user.py b/src/test/test_collection_user.py index e9f7eab954..c51ff2358f 100644 --- a/src/test/test_collection_user.py +++ b/src/test/test_collection_user.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_collections_sort.py b/src/test/test_collections_sort.py index 4c0d71a7d5..8cdfd8349f 100644 --- a/src/test/test_collections_sort.py +++ b/src/test/test_collections_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_comments_sort.py b/src/test/test_comments_sort.py index 696b4d1cf8..7b43f31407 100644 --- a/src/test/test_comments_sort.py +++ b/src/test/test_comments_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_companies_filter.py b/src/test/test_companies_filter.py index dafababb00..296efddc5b 100644 --- a/src/test/test_companies_filter.py +++ b/src/test/test_companies_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_companies_sort.py b/src/test/test_companies_sort.py index 3384b22fe7..7e3dc3bbc6 100644 --- a/src/test/test_companies_sort.py +++ b/src/test/test_companies_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_company.py b/src/test/test_company.py index ebe0de7d1b..896d597286 100644 --- a/src/test/test_company.py +++ b/src/test/test_company.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_company_info.py b/src/test/test_company_info.py index 24247ba8db..a0b97ea752 100644 --- a/src/test/test_company_info.py +++ b/src/test/test_company_info.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_company_row_type.py b/src/test/test_company_row_type.py index aacadafaaa..20bb8115b0 100644 --- a/src/test/test_company_row_type.py +++ b/src/test/test_company_row_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_compensation.py b/src/test/test_compensation.py index 2624973ed6..29bc4ae92b 100644 --- a/src/test/test_compensation.py +++ b/src/test/test_compensation.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connection.py b/src/test/test_connection.py index 36e0a30d35..971cdc550f 100644 --- a/src/test/test_connection.py +++ b/src/test/test_connection.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connection_configuration.py b/src/test/test_connection_configuration.py index da034130c0..92de2acbcb 100644 --- a/src/test/test_connection_configuration.py +++ b/src/test/test_connection_configuration.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connection_defaults.py b/src/test/test_connection_defaults.py index 00379cb3c0..1bacb1fd5f 100644 --- a/src/test/test_connection_defaults.py +++ b/src/test/test_connection_defaults.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connection_import_data.py b/src/test/test_connection_import_data.py index ecf4f0204f..238ab6ab08 100644 --- a/src/test/test_connection_import_data.py +++ b/src/test/test_connection_import_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connection_import_data_credentials.py b/src/test/test_connection_import_data_credentials.py index a0ce193da4..c19398fe59 100644 --- a/src/test/test_connection_import_data_credentials.py +++ b/src/test/test_connection_import_data_credentials.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connection_metadata.py b/src/test/test_connection_metadata.py index 60863fa6cf..17297d44f1 100644 --- a/src/test/test_connection_metadata.py +++ b/src/test/test_connection_metadata.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connection_state.py b/src/test/test_connection_state.py index 4b8af3a9ed..16e8248855 100644 --- a/src/test/test_connection_state.py +++ b/src/test/test_connection_state.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connection_webhook.py b/src/test/test_connection_webhook.py index 2e9704c87e..bbbeb0e829 100644 --- a/src/test/test_connection_webhook.py +++ b/src/test/test_connection_webhook.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector.py b/src/test/test_connector.py index 3f2e2160bf..b7281a40dc 100644 --- a/src/test/test_connector.py +++ b/src/test/test_connector.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector_api.py b/src/test/test_connector_api.py index d2cb062f90..5c4f047ade 100644 --- a/src/test/test_connector_api.py +++ b/src/test/test_connector_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector_doc.py b/src/test/test_connector_doc.py index 56b9e50e60..591536e05d 100644 --- a/src/test/test_connector_doc.py +++ b/src/test/test_connector_doc.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector_event.py b/src/test/test_connector_event.py index 93d6bfacc9..ad19484f20 100644 --- a/src/test/test_connector_event.py +++ b/src/test/test_connector_event.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector_oauth_scopes.py b/src/test/test_connector_oauth_scopes.py index 77dee147b5..04f6ae7736 100644 --- a/src/test/test_connector_oauth_scopes.py +++ b/src/test/test_connector_oauth_scopes.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector_oauth_scopes1.py b/src/test/test_connector_oauth_scopes1.py index 53474c0ecc..f704c006e0 100644 --- a/src/test/test_connector_oauth_scopes1.py +++ b/src/test/test_connector_oauth_scopes1.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector_resource.py b/src/test/test_connector_resource.py index eaec3bf71e..3099e7c1d6 100644 --- a/src/test/test_connector_resource.py +++ b/src/test/test_connector_resource.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector_setting.py b/src/test/test_connector_setting.py index 73c4e9df60..1ef115c1e4 100644 --- a/src/test/test_connector_setting.py +++ b/src/test/test_connector_setting.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector_status.py b/src/test/test_connector_status.py index 153541b33b..ca81f62404 100644 --- a/src/test/test_connector_status.py +++ b/src/test/test_connector_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector_tls_support.py b/src/test/test_connector_tls_support.py index 1f70edca60..3e04cdc677 100644 --- a/src/test/test_connector_tls_support.py +++ b/src/test/test_connector_tls_support.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connector_unified_apis.py b/src/test/test_connector_unified_apis.py index 1809afd613..3711eb47b8 100644 --- a/src/test/test_connector_unified_apis.py +++ b/src/test/test_connector_unified_apis.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_connectors_filter.py b/src/test/test_connectors_filter.py index 69cf03425e..ddef36295d 100644 --- a/src/test/test_connectors_filter.py +++ b/src/test/test_connectors_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_consumer.py b/src/test/test_consumer.py index 7faf561a55..d73098baf9 100644 --- a/src/test/test_consumer.py +++ b/src/test/test_consumer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_consumer_connection.py b/src/test/test_consumer_connection.py index 0db6ecc38b..68f0f3f253 100644 --- a/src/test/test_consumer_connection.py +++ b/src/test/test_consumer_connection.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_consumer_metadata.py b/src/test/test_consumer_metadata.py index e9d2a09a78..6f1430d0d8 100644 --- a/src/test/test_consumer_metadata.py +++ b/src/test/test_consumer_metadata.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_consumer_request_counts_in_date_range_response.py b/src/test/test_consumer_request_counts_in_date_range_response.py index 60b29219eb..412738fb85 100644 --- a/src/test/test_consumer_request_counts_in_date_range_response.py +++ b/src/test/test_consumer_request_counts_in_date_range_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_consumer_request_counts_in_date_range_response_data.py b/src/test/test_consumer_request_counts_in_date_range_response_data.py index 5d3321beb9..c29e4bd4d1 100644 --- a/src/test/test_consumer_request_counts_in_date_range_response_data.py +++ b/src/test/test_consumer_request_counts_in_date_range_response_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_contact.py b/src/test/test_contact.py index 0f9487e7b2..1c79250504 100644 --- a/src/test/test_contact.py +++ b/src/test/test_contact.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_contacts_filter.py b/src/test/test_contacts_filter.py index c28285cfa5..a8e1ae9882 100644 --- a/src/test/test_contacts_filter.py +++ b/src/test/test_contacts_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_contacts_sort.py b/src/test/test_contacts_sort.py index b1c6f0ccc0..f7bca3b7dc 100644 --- a/src/test/test_contacts_sort.py +++ b/src/test/test_contacts_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_copy_folder_request.py b/src/test/test_copy_folder_request.py index 2dcca0a71b..075fe7d147 100644 --- a/src/test/test_copy_folder_request.py +++ b/src/test/test_copy_folder_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_country.py b/src/test/test_country.py index 515ecf6771..7ffcfe0215 100644 --- a/src/test/test_country.py +++ b/src/test/test_country.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_accounting_department_response.py b/src/test/test_create_accounting_department_response.py index debf9c751e..99b1f3f44b 100644 --- a/src/test/test_create_accounting_department_response.py +++ b/src/test/test_create_accounting_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_accounting_location_response.py b/src/test/test_create_accounting_location_response.py index d71b11311e..72f032bad4 100644 --- a/src/test/test_create_accounting_location_response.py +++ b/src/test/test_create_accounting_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_activity_response.py b/src/test/test_create_activity_response.py index 9a347b5fbc..e12818b71a 100644 --- a/src/test/test_create_activity_response.py +++ b/src/test/test_create_activity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_applicant_response.py b/src/test/test_create_applicant_response.py index 3e254d1da7..b637e08f98 100644 --- a/src/test/test_create_applicant_response.py +++ b/src/test/test_create_applicant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_application_response.py b/src/test/test_create_application_response.py index 83f3f73fd5..678f2c56ab 100644 --- a/src/test/test_create_application_response.py +++ b/src/test/test_create_application_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_attachment_request.py b/src/test/test_create_attachment_request.py index eb2ebc6a54..5df1bb682c 100644 --- a/src/test/test_create_attachment_request.py +++ b/src/test/test_create_attachment_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_attachment_response.py b/src/test/test_create_attachment_response.py index b3555285c6..0713a4eb4c 100644 --- a/src/test/test_create_attachment_response.py +++ b/src/test/test_create_attachment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_bill_response.py b/src/test/test_create_bill_response.py index 7368e5a7c1..96addcdba2 100644 --- a/src/test/test_create_bill_response.py +++ b/src/test/test_create_bill_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_comment_response.py b/src/test/test_create_comment_response.py index 88ba592fe0..09cf52bf1a 100644 --- a/src/test/test_create_comment_response.py +++ b/src/test/test_create_comment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_company_response.py b/src/test/test_create_company_response.py index 0efb6b1e0a..8ff9a970af 100644 --- a/src/test/test_create_company_response.py +++ b/src/test/test_create_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_connection_response.py b/src/test/test_create_connection_response.py index eb69e18da1..529493fb8a 100644 --- a/src/test/test_create_connection_response.py +++ b/src/test/test_create_connection_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_consumer_response.py b/src/test/test_create_consumer_response.py index c75256a19a..010b6af60e 100644 --- a/src/test/test_create_consumer_response.py +++ b/src/test/test_create_consumer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_contact_response.py b/src/test/test_create_contact_response.py index 1af2c59763..6718a528b8 100644 --- a/src/test/test_create_contact_response.py +++ b/src/test/test_create_contact_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_credit_note_response.py b/src/test/test_create_credit_note_response.py index 43d5ec2c3b..6b99161393 100644 --- a/src/test/test_create_credit_note_response.py +++ b/src/test/test_create_credit_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_custom_mapping_request.py b/src/test/test_create_custom_mapping_request.py index f905028ca2..18b339c4b9 100644 --- a/src/test/test_create_custom_mapping_request.py +++ b/src/test/test_create_custom_mapping_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_custom_mapping_response.py b/src/test/test_create_custom_mapping_response.py index eff8d7de66..149d4ad55a 100644 --- a/src/test/test_create_custom_mapping_response.py +++ b/src/test/test_create_custom_mapping_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_customer_response.py b/src/test/test_create_customer_response.py index a355862b42..8e67e718b6 100644 --- a/src/test/test_create_customer_response.py +++ b/src/test/test_create_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_department_response.py b/src/test/test_create_department_response.py index 0c5583eb93..30d6e1a5fa 100644 --- a/src/test/test_create_department_response.py +++ b/src/test/test_create_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_drive_group_response.py b/src/test/test_create_drive_group_response.py index a224f06585..0ba47e28b1 100644 --- a/src/test/test_create_drive_group_response.py +++ b/src/test/test_create_drive_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_drive_response.py b/src/test/test_create_drive_response.py index 33e3588be4..36ed7e2214 100644 --- a/src/test/test_create_drive_response.py +++ b/src/test/test_create_drive_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_ecommerce_customer_response.py b/src/test/test_create_ecommerce_customer_response.py index 05e2d0fe23..19d404f713 100644 --- a/src/test/test_create_ecommerce_customer_response.py +++ b/src/test/test_create_ecommerce_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_ecommerce_order_response.py b/src/test/test_create_ecommerce_order_response.py index e20fa3ffd8..9d42a096af 100644 --- a/src/test/test_create_ecommerce_order_response.py +++ b/src/test/test_create_ecommerce_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_employee_response.py b/src/test/test_create_employee_response.py index 536b8e2a1f..12c7a7d716 100644 --- a/src/test/test_create_employee_response.py +++ b/src/test/test_create_employee_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_file_request.py b/src/test/test_create_file_request.py index b6f232a41f..e724d9c2bf 100644 --- a/src/test/test_create_file_request.py +++ b/src/test/test_create_file_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_file_response.py b/src/test/test_create_file_response.py index cb114ade4f..666ea30a5a 100644 --- a/src/test/test_create_file_response.py +++ b/src/test/test_create_file_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_folder_request.py b/src/test/test_create_folder_request.py index 57833f4a95..4660db6f80 100644 --- a/src/test/test_create_folder_request.py +++ b/src/test/test_create_folder_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_folder_response.py b/src/test/test_create_folder_response.py index 691cb6405f..406a7b179e 100644 --- a/src/test/test_create_folder_response.py +++ b/src/test/test_create_folder_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_hris_company_response.py b/src/test/test_create_hris_company_response.py index 9e00556ca0..5e8ab32713 100644 --- a/src/test/test_create_hris_company_response.py +++ b/src/test/test_create_hris_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_invoice_item_response.py b/src/test/test_create_invoice_item_response.py index 8d8ef19ea5..875513721b 100644 --- a/src/test/test_create_invoice_item_response.py +++ b/src/test/test_create_invoice_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_invoice_response.py b/src/test/test_create_invoice_response.py index 453b1bcdaf..ec24c17ada 100644 --- a/src/test/test_create_invoice_response.py +++ b/src/test/test_create_invoice_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_item_response.py b/src/test/test_create_item_response.py index ab0bcd55fd..f25ca5cca9 100644 --- a/src/test/test_create_item_response.py +++ b/src/test/test_create_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_job_response.py b/src/test/test_create_job_response.py index 18afbff2b8..2d67a96df8 100644 --- a/src/test/test_create_job_response.py +++ b/src/test/test_create_job_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_journal_entry_response.py b/src/test/test_create_journal_entry_response.py index 0e17c9e9ab..f92c9558e7 100644 --- a/src/test/test_create_journal_entry_response.py +++ b/src/test/test_create_journal_entry_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_lead_response.py b/src/test/test_create_lead_response.py index 8a5e21d31f..64398b9acf 100644 --- a/src/test/test_create_lead_response.py +++ b/src/test/test_create_lead_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_ledger_account_response.py b/src/test/test_create_ledger_account_response.py index ed4f66cd3f..3db9e028f3 100644 --- a/src/test/test_create_ledger_account_response.py +++ b/src/test/test_create_ledger_account_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_location_response.py b/src/test/test_create_location_response.py index 2a4043c726..61063f09dd 100644 --- a/src/test/test_create_location_response.py +++ b/src/test/test_create_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_merchant_response.py b/src/test/test_create_merchant_response.py index 91689d5173..b1be511870 100644 --- a/src/test/test_create_merchant_response.py +++ b/src/test/test_create_merchant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_message_response.py b/src/test/test_create_message_response.py index 200d2b00e9..88b65b56b6 100644 --- a/src/test/test_create_message_response.py +++ b/src/test/test_create_message_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_modifier_group_response.py b/src/test/test_create_modifier_group_response.py index e47e18b556..fe1fdcab85 100644 --- a/src/test/test_create_modifier_group_response.py +++ b/src/test/test_create_modifier_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_modifier_response.py b/src/test/test_create_modifier_response.py index 8d3ef4fe7c..e3895aa07c 100644 --- a/src/test/test_create_modifier_response.py +++ b/src/test/test_create_modifier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_note_response.py b/src/test/test_create_note_response.py index b499eb1427..874b294afc 100644 --- a/src/test/test_create_note_response.py +++ b/src/test/test_create_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_opportunity_response.py b/src/test/test_create_opportunity_response.py index a32265c17c..8f7942fc5c 100644 --- a/src/test/test_create_opportunity_response.py +++ b/src/test/test_create_opportunity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_order_response.py b/src/test/test_create_order_response.py index 1c9870fb47..13180f253b 100644 --- a/src/test/test_create_order_response.py +++ b/src/test/test_create_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_order_type_response.py b/src/test/test_create_order_type_response.py index 992b8c2e02..cfc159e1f4 100644 --- a/src/test/test_create_order_type_response.py +++ b/src/test/test_create_order_type_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_payment_response.py b/src/test/test_create_payment_response.py index 07f0979f3c..a4d48b3c3e 100644 --- a/src/test/test_create_payment_response.py +++ b/src/test/test_create_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_pipeline_response.py b/src/test/test_create_pipeline_response.py index fa4ad0858b..86820601d0 100644 --- a/src/test/test_create_pipeline_response.py +++ b/src/test/test_create_pipeline_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_pos_payment_response.py b/src/test/test_create_pos_payment_response.py index 35932fc4a9..6b4f7fdd4f 100644 --- a/src/test/test_create_pos_payment_response.py +++ b/src/test/test_create_pos_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_product_response.py b/src/test/test_create_product_response.py index 97e695ec63..b62d3be669 100644 --- a/src/test/test_create_product_response.py +++ b/src/test/test_create_product_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_purchase_order_response.py b/src/test/test_create_purchase_order_response.py index 9ae1339a37..c94d1ae554 100644 --- a/src/test/test_create_purchase_order_response.py +++ b/src/test/test_create_purchase_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_session_response.py b/src/test/test_create_session_response.py index 94bb6c8574..dc0e0acc1b 100644 --- a/src/test/test_create_session_response.py +++ b/src/test/test_create_session_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_session_response_data.py b/src/test/test_create_session_response_data.py index 56fd198412..a82c4e51ef 100644 --- a/src/test/test_create_session_response_data.py +++ b/src/test/test_create_session_response_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_shared_link_response.py b/src/test/test_create_shared_link_response.py index 60de1f5deb..6c70354129 100644 --- a/src/test/test_create_shared_link_response.py +++ b/src/test/test_create_shared_link_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_subsidiary_response.py b/src/test/test_create_subsidiary_response.py index 464a6be5de..9471f11cf0 100644 --- a/src/test/test_create_subsidiary_response.py +++ b/src/test/test_create_subsidiary_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_supplier_response.py b/src/test/test_create_supplier_response.py index e5aa7a729f..5b4a29eea6 100644 --- a/src/test/test_create_supplier_response.py +++ b/src/test/test_create_supplier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_tax_rate_response.py b/src/test/test_create_tax_rate_response.py index 8e75090638..87f61852a1 100644 --- a/src/test/test_create_tax_rate_response.py +++ b/src/test/test_create_tax_rate_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_tender_response.py b/src/test/test_create_tender_response.py index 636b912814..f7da855035 100644 --- a/src/test/test_create_tender_response.py +++ b/src/test/test_create_tender_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_ticket_response.py b/src/test/test_create_ticket_response.py index 20a511573d..46a01e83ed 100644 --- a/src/test/test_create_ticket_response.py +++ b/src/test/test_create_ticket_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_time_off_request_response.py b/src/test/test_create_time_off_request_response.py index 7fa8f6b7a3..6d1d6ae557 100644 --- a/src/test/test_create_time_off_request_response.py +++ b/src/test/test_create_time_off_request_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_tracking_category_response.py b/src/test/test_create_tracking_category_response.py new file mode 100644 index 0000000000..1c54085789 --- /dev/null +++ b/src/test/test_create_tracking_category_response.py @@ -0,0 +1,37 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import sys +import unittest + +import apideck +from apideck.model.unified_id import UnifiedId +globals()['UnifiedId'] = UnifiedId +from apideck.model.create_tracking_category_response import CreateTrackingCategoryResponse + + +class TestCreateTrackingCategoryResponse(unittest.TestCase): + """CreateTrackingCategoryResponse unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testCreateTrackingCategoryResponse(self): + """Test CreateTrackingCategoryResponse""" + # FIXME: construct object with mandatory attributes with example values + # model = CreateTrackingCategoryResponse() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/src/test/test_create_upload_session_request.py b/src/test/test_create_upload_session_request.py index 74831939b6..33ea9f71f5 100644 --- a/src/test/test_create_upload_session_request.py +++ b/src/test/test_create_upload_session_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_upload_session_response.py b/src/test/test_create_upload_session_response.py index 21f39454c7..01fd5b32d7 100644 --- a/src/test/test_create_upload_session_response.py +++ b/src/test/test_create_upload_session_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_user_response.py b/src/test/test_create_user_response.py index 035dce2104..8f6d73346a 100644 --- a/src/test/test_create_user_response.py +++ b/src/test/test_create_user_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_webhook_request.py b/src/test/test_create_webhook_request.py index 8e84345773..a638277f01 100644 --- a/src/test/test_create_webhook_request.py +++ b/src/test/test_create_webhook_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_create_webhook_response.py b/src/test/test_create_webhook_response.py index 681352348f..a145e60763 100644 --- a/src/test/test_create_webhook_response.py +++ b/src/test/test_create_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_credit_note.py b/src/test/test_credit_note.py index 59c7c97124..f54125b4ae 100644 --- a/src/test/test_credit_note.py +++ b/src/test/test_credit_note.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -19,6 +19,7 @@ from apideck.model.invoice_line_item import InvoiceLineItem from apideck.model.linked_customer import LinkedCustomer from apideck.model.linked_ledger_account import LinkedLedgerAccount +from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['Address'] = Address globals()['Allocation'] = Allocation @@ -27,6 +28,7 @@ globals()['InvoiceLineItem'] = InvoiceLineItem globals()['LinkedCustomer'] = LinkedCustomer globals()['LinkedLedgerAccount'] = LinkedLedgerAccount +globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody from apideck.model.credit_note import CreditNote diff --git a/src/test/test_credit_notes_filter.py b/src/test/test_credit_notes_filter.py index 76fe3cecdc..3f66eace61 100644 --- a/src/test/test_credit_notes_filter.py +++ b/src/test/test_credit_notes_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_credit_notes_sort.py b/src/test/test_credit_notes_sort.py index 8b0fe24d4e..713f5613c5 100644 --- a/src/test/test_credit_notes_sort.py +++ b/src/test/test_credit_notes_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_crm_api.py b/src/test/test_crm_api.py index 0172ccd077..c400a236f5 100644 --- a/src/test/test_crm_api.py +++ b/src/test/test_crm_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_crm_event_type.py b/src/test/test_crm_event_type.py index d1f6be94cf..49998ecca7 100644 --- a/src/test/test_crm_event_type.py +++ b/src/test/test_crm_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_currency.py b/src/test/test_currency.py index 272dacf0dd..b9be4bd38b 100644 --- a/src/test/test_currency.py +++ b/src/test/test_currency.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_custom_field.py b/src/test/test_custom_field.py index 23ad70a357..9da56e1ef7 100644 --- a/src/test/test_custom_field.py +++ b/src/test/test_custom_field.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_custom_field_finder.py b/src/test/test_custom_field_finder.py index d1c5326fdb..46c66c7fa0 100644 --- a/src/test/test_custom_field_finder.py +++ b/src/test/test_custom_field_finder.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_custom_mapping.py b/src/test/test_custom_mapping.py index f744624dbf..a26ef8ad87 100644 --- a/src/test/test_custom_mapping.py +++ b/src/test/test_custom_mapping.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_customer.py b/src/test/test_customer.py index dec3eb3795..1010629170 100644 --- a/src/test/test_customer.py +++ b/src/test/test_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_customers_filter.py b/src/test/test_customers_filter.py index 2e0e886871..5f14efb408 100644 --- a/src/test/test_customers_filter.py +++ b/src/test/test_customers_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_customers_sort.py b/src/test/test_customers_sort.py index f9a6261d44..4359d35014 100644 --- a/src/test/test_customers_sort.py +++ b/src/test/test_customers_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_deduction.py b/src/test/test_deduction.py index ee65c47007..1f19d36c14 100644 --- a/src/test/test_deduction.py +++ b/src/test/test_deduction.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_accounting_department_response.py b/src/test/test_delete_accounting_department_response.py index 67361aafe8..a7775a8cde 100644 --- a/src/test/test_delete_accounting_department_response.py +++ b/src/test/test_delete_accounting_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_accounting_location_response.py b/src/test/test_delete_accounting_location_response.py index 05664f8e2d..15e0e51289 100644 --- a/src/test/test_delete_accounting_location_response.py +++ b/src/test/test_delete_accounting_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_activity_response.py b/src/test/test_delete_activity_response.py index 8860af7d4c..c196b7ac3a 100644 --- a/src/test/test_delete_activity_response.py +++ b/src/test/test_delete_activity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_applicant_response.py b/src/test/test_delete_applicant_response.py index bc61a1be7f..53d9d5fdfa 100644 --- a/src/test/test_delete_applicant_response.py +++ b/src/test/test_delete_applicant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_application_response.py b/src/test/test_delete_application_response.py index a40fd005b2..f31fcb3cd0 100644 --- a/src/test/test_delete_application_response.py +++ b/src/test/test_delete_application_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_attachment_response.py b/src/test/test_delete_attachment_response.py index 8300fa1f8d..fdf0e9fb41 100644 --- a/src/test/test_delete_attachment_response.py +++ b/src/test/test_delete_attachment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_bill_response.py b/src/test/test_delete_bill_response.py index 75bf54436b..a7d77ea0c1 100644 --- a/src/test/test_delete_bill_response.py +++ b/src/test/test_delete_bill_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_comment_response.py b/src/test/test_delete_comment_response.py index f8ddf781a8..5bb28fe68f 100644 --- a/src/test/test_delete_comment_response.py +++ b/src/test/test_delete_comment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_company_response.py b/src/test/test_delete_company_response.py index 0361998afc..9d67cbb90e 100644 --- a/src/test/test_delete_company_response.py +++ b/src/test/test_delete_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_consumer_response.py b/src/test/test_delete_consumer_response.py index 4dc39fedd9..0eec1d1286 100644 --- a/src/test/test_delete_consumer_response.py +++ b/src/test/test_delete_consumer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_contact_response.py b/src/test/test_delete_contact_response.py index 573e8c838a..0dcd4bb877 100644 --- a/src/test/test_delete_contact_response.py +++ b/src/test/test_delete_contact_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_credit_note_response.py b/src/test/test_delete_credit_note_response.py index c874663ba4..6e82515e6b 100644 --- a/src/test/test_delete_credit_note_response.py +++ b/src/test/test_delete_credit_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_customer_response.py b/src/test/test_delete_customer_response.py index 5208300f01..e987f6a79a 100644 --- a/src/test/test_delete_customer_response.py +++ b/src/test/test_delete_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_department_response.py b/src/test/test_delete_department_response.py index da4ba9a28e..cf75cc12a7 100644 --- a/src/test/test_delete_department_response.py +++ b/src/test/test_delete_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_drive_group_response.py b/src/test/test_delete_drive_group_response.py index 3d8e12679b..eed80f4b56 100644 --- a/src/test/test_delete_drive_group_response.py +++ b/src/test/test_delete_drive_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_drive_response.py b/src/test/test_delete_drive_response.py index 11daa68ec4..960ab17865 100644 --- a/src/test/test_delete_drive_response.py +++ b/src/test/test_delete_drive_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_ecommerce_customer_response.py b/src/test/test_delete_ecommerce_customer_response.py index 0ad8bf1523..1217ee266b 100644 --- a/src/test/test_delete_ecommerce_customer_response.py +++ b/src/test/test_delete_ecommerce_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_ecommerce_order_response.py b/src/test/test_delete_ecommerce_order_response.py index 311e394f44..d2f451672d 100644 --- a/src/test/test_delete_ecommerce_order_response.py +++ b/src/test/test_delete_ecommerce_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_employee_response.py b/src/test/test_delete_employee_response.py index 93a1db829f..f5727e0766 100644 --- a/src/test/test_delete_employee_response.py +++ b/src/test/test_delete_employee_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_file_response.py b/src/test/test_delete_file_response.py index 1cb63b2305..015a36e8f8 100644 --- a/src/test/test_delete_file_response.py +++ b/src/test/test_delete_file_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_folder_response.py b/src/test/test_delete_folder_response.py index f021ccdbcf..7efed500cf 100644 --- a/src/test/test_delete_folder_response.py +++ b/src/test/test_delete_folder_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_hris_company_response.py b/src/test/test_delete_hris_company_response.py index 7fa4460dc4..12d111a1ad 100644 --- a/src/test/test_delete_hris_company_response.py +++ b/src/test/test_delete_hris_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_invoice_item_response.py b/src/test/test_delete_invoice_item_response.py index bfb2045f11..30012c27e5 100644 --- a/src/test/test_delete_invoice_item_response.py +++ b/src/test/test_delete_invoice_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_invoice_response.py b/src/test/test_delete_invoice_response.py index 12c3a12dc1..adaf3beac4 100644 --- a/src/test/test_delete_invoice_response.py +++ b/src/test/test_delete_invoice_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_item_response.py b/src/test/test_delete_item_response.py index f78afc4e3c..5446947215 100644 --- a/src/test/test_delete_item_response.py +++ b/src/test/test_delete_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_job_response.py b/src/test/test_delete_job_response.py index 32c9986ef0..8087ad4372 100644 --- a/src/test/test_delete_job_response.py +++ b/src/test/test_delete_job_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_journal_entry_response.py b/src/test/test_delete_journal_entry_response.py index 4f4441eb4b..9ff425ad39 100644 --- a/src/test/test_delete_journal_entry_response.py +++ b/src/test/test_delete_journal_entry_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_lead_response.py b/src/test/test_delete_lead_response.py index d4fc09edf9..c5c16ac23e 100644 --- a/src/test/test_delete_lead_response.py +++ b/src/test/test_delete_lead_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_ledger_account_response.py b/src/test/test_delete_ledger_account_response.py index a5dc95d44a..8b7fd7263a 100644 --- a/src/test/test_delete_ledger_account_response.py +++ b/src/test/test_delete_ledger_account_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_location_response.py b/src/test/test_delete_location_response.py index a2f583b6cc..8c4817183b 100644 --- a/src/test/test_delete_location_response.py +++ b/src/test/test_delete_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_merchant_response.py b/src/test/test_delete_merchant_response.py index d5b7212133..14f77810b0 100644 --- a/src/test/test_delete_merchant_response.py +++ b/src/test/test_delete_merchant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_message_response.py b/src/test/test_delete_message_response.py index 70b165acac..e6f0269edf 100644 --- a/src/test/test_delete_message_response.py +++ b/src/test/test_delete_message_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_modifier_group_response.py b/src/test/test_delete_modifier_group_response.py index 2b92332d8f..a5902fd2db 100644 --- a/src/test/test_delete_modifier_group_response.py +++ b/src/test/test_delete_modifier_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_modifier_response.py b/src/test/test_delete_modifier_response.py index 5db4fc1089..cc461ee658 100644 --- a/src/test/test_delete_modifier_response.py +++ b/src/test/test_delete_modifier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_note_response.py b/src/test/test_delete_note_response.py index f45814db94..f27482aff7 100644 --- a/src/test/test_delete_note_response.py +++ b/src/test/test_delete_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_opportunity_response.py b/src/test/test_delete_opportunity_response.py index b4b4d000ab..f6c315c789 100644 --- a/src/test/test_delete_opportunity_response.py +++ b/src/test/test_delete_opportunity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_order_response.py b/src/test/test_delete_order_response.py index 88b44a988c..919051e749 100644 --- a/src/test/test_delete_order_response.py +++ b/src/test/test_delete_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_order_type_response.py b/src/test/test_delete_order_type_response.py index 0680d91f38..ff91b3e3ee 100644 --- a/src/test/test_delete_order_type_response.py +++ b/src/test/test_delete_order_type_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_payment_response.py b/src/test/test_delete_payment_response.py index 6cddf1217b..b068981e7e 100644 --- a/src/test/test_delete_payment_response.py +++ b/src/test/test_delete_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_pipeline_response.py b/src/test/test_delete_pipeline_response.py index 32fd66ae6e..cf11f49210 100644 --- a/src/test/test_delete_pipeline_response.py +++ b/src/test/test_delete_pipeline_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_pos_payment_response.py b/src/test/test_delete_pos_payment_response.py index 1f35a03a51..3f7cb2a79c 100644 --- a/src/test/test_delete_pos_payment_response.py +++ b/src/test/test_delete_pos_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_product_response.py b/src/test/test_delete_product_response.py index f256ae6d16..e27969fc06 100644 --- a/src/test/test_delete_product_response.py +++ b/src/test/test_delete_product_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_purchase_order_response.py b/src/test/test_delete_purchase_order_response.py index 1a572c7d3a..e703a87427 100644 --- a/src/test/test_delete_purchase_order_response.py +++ b/src/test/test_delete_purchase_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_shared_link_response.py b/src/test/test_delete_shared_link_response.py index ec31758942..f2b7f9b5e5 100644 --- a/src/test/test_delete_shared_link_response.py +++ b/src/test/test_delete_shared_link_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_subsidiary_response.py b/src/test/test_delete_subsidiary_response.py index 9a789e70d6..dfc12a6b18 100644 --- a/src/test/test_delete_subsidiary_response.py +++ b/src/test/test_delete_subsidiary_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_supplier_response.py b/src/test/test_delete_supplier_response.py index 85c5576b72..f2d77a3659 100644 --- a/src/test/test_delete_supplier_response.py +++ b/src/test/test_delete_supplier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_tax_rate_response.py b/src/test/test_delete_tax_rate_response.py index b0cc03020a..9f9414cec6 100644 --- a/src/test/test_delete_tax_rate_response.py +++ b/src/test/test_delete_tax_rate_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_tender_response.py b/src/test/test_delete_tender_response.py index 8f7f6e835e..b7bb8a7bca 100644 --- a/src/test/test_delete_tender_response.py +++ b/src/test/test_delete_tender_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_ticket_response.py b/src/test/test_delete_ticket_response.py index 361df08e31..6c2526c8b3 100644 --- a/src/test/test_delete_ticket_response.py +++ b/src/test/test_delete_ticket_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_time_off_request_response.py b/src/test/test_delete_time_off_request_response.py index eb21dfec9d..db0a5eea2b 100644 --- a/src/test/test_delete_time_off_request_response.py +++ b/src/test/test_delete_time_off_request_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_tracking_category_response.py b/src/test/test_delete_tracking_category_response.py new file mode 100644 index 0000000000..7a76d08618 --- /dev/null +++ b/src/test/test_delete_tracking_category_response.py @@ -0,0 +1,37 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import sys +import unittest + +import apideck +from apideck.model.unified_id import UnifiedId +globals()['UnifiedId'] = UnifiedId +from apideck.model.delete_tracking_category_response import DeleteTrackingCategoryResponse + + +class TestDeleteTrackingCategoryResponse(unittest.TestCase): + """DeleteTrackingCategoryResponse unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testDeleteTrackingCategoryResponse(self): + """Test DeleteTrackingCategoryResponse""" + # FIXME: construct object with mandatory attributes with example values + # model = DeleteTrackingCategoryResponse() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/src/test/test_delete_upload_session_response.py b/src/test/test_delete_upload_session_response.py index 20df0ba2d6..f798a589aa 100644 --- a/src/test/test_delete_upload_session_response.py +++ b/src/test/test_delete_upload_session_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_user_response.py b/src/test/test_delete_user_response.py index c70ded64e2..54d001f909 100644 --- a/src/test/test_delete_user_response.py +++ b/src/test/test_delete_user_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delete_webhook_response.py b/src/test/test_delete_webhook_response.py index 9cafde5517..e37f5fc1ad 100644 --- a/src/test/test_delete_webhook_response.py +++ b/src/test/test_delete_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_delivery_url.py b/src/test/test_delivery_url.py index ebf80029e3..6a9a8db7b0 100644 --- a/src/test/test_delivery_url.py +++ b/src/test/test_delivery_url.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_department.py b/src/test/test_department.py index ad524e3d20..81d18f9d6e 100644 --- a/src/test/test_department.py +++ b/src/test/test_department.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_deprecated_linked_tracking_category.py b/src/test/test_deprecated_linked_tracking_category.py new file mode 100644 index 0000000000..f9ec579e52 --- /dev/null +++ b/src/test/test_deprecated_linked_tracking_category.py @@ -0,0 +1,35 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import sys +import unittest + +import apideck +from apideck.model.deprecated_linked_tracking_category import DeprecatedLinkedTrackingCategory + + +class TestDeprecatedLinkedTrackingCategory(unittest.TestCase): + """DeprecatedLinkedTrackingCategory unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testDeprecatedLinkedTrackingCategory(self): + """Test DeprecatedLinkedTrackingCategory""" + # FIXME: construct object with mandatory attributes with example values + # model = DeprecatedLinkedTrackingCategory() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/src/test/test_drive.py b/src/test/test_drive.py index bc356ec947..5478697847 100644 --- a/src/test/test_drive.py +++ b/src/test/test_drive.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_drive_group.py b/src/test/test_drive_group.py index c309758feb..1ffd52a0bc 100644 --- a/src/test/test_drive_group.py +++ b/src/test/test_drive_group.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_drive_groups_filter.py b/src/test/test_drive_groups_filter.py index 43bab49012..551de692eb 100644 --- a/src/test/test_drive_groups_filter.py +++ b/src/test/test_drive_groups_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_drives_filter.py b/src/test/test_drives_filter.py index 00a86629f2..fd9ac08a4c 100644 --- a/src/test/test_drives_filter.py +++ b/src/test/test_drives_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_address.py b/src/test/test_ecommerce_address.py index 06b287ff98..7ad2d82679 100644 --- a/src/test/test_ecommerce_address.py +++ b/src/test/test_ecommerce_address.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_api.py b/src/test/test_ecommerce_api.py index 546cc8742b..dccbc9bac9 100644 --- a/src/test/test_ecommerce_api.py +++ b/src/test/test_ecommerce_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_customer.py b/src/test/test_ecommerce_customer.py index 692591f90d..726ea197d5 100644 --- a/src/test/test_ecommerce_customer.py +++ b/src/test/test_ecommerce_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_customer_addresses.py b/src/test/test_ecommerce_customer_addresses.py index 79100a3233..9453d0b976 100644 --- a/src/test/test_ecommerce_customer_addresses.py +++ b/src/test/test_ecommerce_customer_addresses.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_customers_filter.py b/src/test/test_ecommerce_customers_filter.py index 82eefcb0e3..a2dad46730 100644 --- a/src/test/test_ecommerce_customers_filter.py +++ b/src/test/test_ecommerce_customers_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_discount.py b/src/test/test_ecommerce_discount.py index 65d3e0e668..4ac2d80b1a 100644 --- a/src/test/test_ecommerce_discount.py +++ b/src/test/test_ecommerce_discount.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_order.py b/src/test/test_ecommerce_order.py index b74860f214..27650af56b 100644 --- a/src/test/test_ecommerce_order.py +++ b/src/test/test_ecommerce_order.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_order_line_item.py b/src/test/test_ecommerce_order_line_item.py index 5c571addb6..7d2f8eafbf 100644 --- a/src/test/test_ecommerce_order_line_item.py +++ b/src/test/test_ecommerce_order_line_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_order_status.py b/src/test/test_ecommerce_order_status.py index 41801b4a0c..687bf9a8f2 100644 --- a/src/test/test_ecommerce_order_status.py +++ b/src/test/test_ecommerce_order_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_orders_filter.py b/src/test/test_ecommerce_orders_filter.py index 571d7acab2..f87a757269 100644 --- a/src/test/test_ecommerce_orders_filter.py +++ b/src/test/test_ecommerce_orders_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_product.py b/src/test/test_ecommerce_product.py index 20c8817ec7..f53e25adbc 100644 --- a/src/test/test_ecommerce_product.py +++ b/src/test/test_ecommerce_product.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_product_categories.py b/src/test/test_ecommerce_product_categories.py index 162102b07e..e4dabb7006 100644 --- a/src/test/test_ecommerce_product_categories.py +++ b/src/test/test_ecommerce_product_categories.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_product_images.py b/src/test/test_ecommerce_product_images.py index 8d6cfa234a..d6e8c51f86 100644 --- a/src/test/test_ecommerce_product_images.py +++ b/src/test/test_ecommerce_product_images.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_product_images1.py b/src/test/test_ecommerce_product_images1.py index 0649cdf88d..d6cc78630a 100644 --- a/src/test/test_ecommerce_product_images1.py +++ b/src/test/test_ecommerce_product_images1.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_product_options.py b/src/test/test_ecommerce_product_options.py index 8a1fa789e6..5794b0f562 100644 --- a/src/test/test_ecommerce_product_options.py +++ b/src/test/test_ecommerce_product_options.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_product_options1.py b/src/test/test_ecommerce_product_options1.py index 71df31c4ef..fe85a9c0a1 100644 --- a/src/test/test_ecommerce_product_options1.py +++ b/src/test/test_ecommerce_product_options1.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_product_variants.py b/src/test/test_ecommerce_product_variants.py index f70c0586a6..a4139f82a2 100644 --- a/src/test/test_ecommerce_product_variants.py +++ b/src/test/test_ecommerce_product_variants.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ecommerce_store.py b/src/test/test_ecommerce_store.py index d1c91db741..38de0cc0fd 100644 --- a/src/test/test_ecommerce_store.py +++ b/src/test/test_ecommerce_store.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_email.py b/src/test/test_email.py index 8161e6603d..b3a912c8b3 100644 --- a/src/test/test_email.py +++ b/src/test/test_email.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employee.py b/src/test/test_employee.py index dc4ad2bc21..2fc92dc874 100644 --- a/src/test/test_employee.py +++ b/src/test/test_employee.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employee_compensation.py b/src/test/test_employee_compensation.py index 20e32466e2..00654d8913 100644 --- a/src/test/test_employee_compensation.py +++ b/src/test/test_employee_compensation.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employee_employment_role.py b/src/test/test_employee_employment_role.py index c1cd5fbd58..d64a67eebb 100644 --- a/src/test/test_employee_employment_role.py +++ b/src/test/test_employee_employment_role.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employee_job.py b/src/test/test_employee_job.py index d5c127611f..4154ced8be 100644 --- a/src/test/test_employee_job.py +++ b/src/test/test_employee_job.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employee_list.py b/src/test/test_employee_list.py index 5285a4a9ba..34f8eb6921 100644 --- a/src/test/test_employee_list.py +++ b/src/test/test_employee_list.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employee_manager.py b/src/test/test_employee_manager.py index 5949659d67..133e30f3b9 100644 --- a/src/test/test_employee_manager.py +++ b/src/test/test_employee_manager.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employee_payroll.py b/src/test/test_employee_payroll.py index 03973d7849..6f42bc21dd 100644 --- a/src/test/test_employee_payroll.py +++ b/src/test/test_employee_payroll.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employee_schedules.py b/src/test/test_employee_schedules.py index 5fbc336289..1992045a72 100644 --- a/src/test/test_employee_schedules.py +++ b/src/test/test_employee_schedules.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employees_filter.py b/src/test/test_employees_filter.py index 4c0b0db295..fef270ea86 100644 --- a/src/test/test_employees_filter.py +++ b/src/test/test_employees_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employees_one_filter.py b/src/test/test_employees_one_filter.py index 450f784c6f..99cdc8163e 100644 --- a/src/test/test_employees_one_filter.py +++ b/src/test/test_employees_one_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employees_sort.py b/src/test/test_employees_sort.py index 8152fdb8c2..3346c68c53 100644 --- a/src/test/test_employees_sort.py +++ b/src/test/test_employees_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_employment_status.py b/src/test/test_employment_status.py index 74eb5008fa..a80c9ab49e 100644 --- a/src/test/test_employment_status.py +++ b/src/test/test_employment_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_error.py b/src/test/test_error.py index 50701e9169..130e870f5e 100644 --- a/src/test/test_error.py +++ b/src/test/test_error.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_execute_base_url.py b/src/test/test_execute_base_url.py index c644bf5ea2..6c1325801c 100644 --- a/src/test/test_execute_base_url.py +++ b/src/test/test_execute_base_url.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_execute_webhook_event_request.py b/src/test/test_execute_webhook_event_request.py index 133cab914b..9386a2d59d 100644 --- a/src/test/test_execute_webhook_event_request.py +++ b/src/test/test_execute_webhook_event_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_execute_webhook_events_request.py b/src/test/test_execute_webhook_events_request.py index 29d856b6dc..2e09623405 100644 --- a/src/test/test_execute_webhook_events_request.py +++ b/src/test/test_execute_webhook_events_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_execute_webhook_response.py b/src/test/test_execute_webhook_response.py index 58c377ffd6..5a38dd6ebb 100644 --- a/src/test/test_execute_webhook_response.py +++ b/src/test/test_execute_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_file_storage_api.py b/src/test/test_file_storage_api.py index 8e8251117f..b610a6d9f6 100644 --- a/src/test/test_file_storage_api.py +++ b/src/test/test_file_storage_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_file_storage_event_type.py b/src/test/test_file_storage_event_type.py index b3c6075199..2473245c9e 100644 --- a/src/test/test_file_storage_event_type.py +++ b/src/test/test_file_storage_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_file_type.py b/src/test/test_file_type.py index c9ce8bf912..9847c0ddd7 100644 --- a/src/test/test_file_type.py +++ b/src/test/test_file_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_files_filter.py b/src/test/test_files_filter.py index e02c3cb513..26b8fae8fc 100644 --- a/src/test/test_files_filter.py +++ b/src/test/test_files_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_files_search.py b/src/test/test_files_search.py index 3dd1ada896..461eeb4ffb 100644 --- a/src/test/test_files_search.py +++ b/src/test/test_files_search.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_files_sort.py b/src/test/test_files_sort.py index 086ba1ecff..4f067c84de 100644 --- a/src/test/test_files_sort.py +++ b/src/test/test_files_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_folder.py b/src/test/test_folder.py index ab5d55dc62..ddf9a7e505 100644 --- a/src/test/test_folder.py +++ b/src/test/test_folder.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_form_field.py b/src/test/test_form_field.py index 9cae09b713..e0254994c8 100644 --- a/src/test/test_form_field.py +++ b/src/test/test_form_field.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_form_field_option.py b/src/test/test_form_field_option.py index fd11150f32..da3cb75902 100644 --- a/src/test/test_form_field_option.py +++ b/src/test/test_form_field_option.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_form_field_option_group.py b/src/test/test_form_field_option_group.py index 61e15e646d..649067eabd 100644 --- a/src/test/test_form_field_option_group.py +++ b/src/test/test_form_field_option_group.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_gender.py b/src/test/test_gender.py index e77f307e9d..8a2c90aedb 100644 --- a/src/test/test_gender.py +++ b/src/test/test_gender.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_accounting_department_response.py b/src/test/test_get_accounting_department_response.py index 8d9f2ec692..c8141133a1 100644 --- a/src/test/test_get_accounting_department_response.py +++ b/src/test/test_get_accounting_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_accounting_departments_response.py b/src/test/test_get_accounting_departments_response.py index d2f8c8592f..80313b686e 100644 --- a/src/test/test_get_accounting_departments_response.py +++ b/src/test/test_get_accounting_departments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_accounting_location_response.py b/src/test/test_get_accounting_location_response.py index faa08981e8..b26e264d09 100644 --- a/src/test/test_get_accounting_location_response.py +++ b/src/test/test_get_accounting_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_accounting_locations_response.py b/src/test/test_get_accounting_locations_response.py index 7b3796ce4e..4f8fb437e6 100644 --- a/src/test/test_get_accounting_locations_response.py +++ b/src/test/test_get_accounting_locations_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_activities_response.py b/src/test/test_get_activities_response.py index 0eed4f4e2f..848d22601a 100644 --- a/src/test/test_get_activities_response.py +++ b/src/test/test_get_activities_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_activity_response.py b/src/test/test_get_activity_response.py index 4dde800312..9ec8d274b9 100644 --- a/src/test/test_get_activity_response.py +++ b/src/test/test_get_activity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_api_resource_coverage_response.py b/src/test/test_get_api_resource_coverage_response.py index 557345044e..0c5cc3f981 100644 --- a/src/test/test_get_api_resource_coverage_response.py +++ b/src/test/test_get_api_resource_coverage_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_api_resource_response.py b/src/test/test_get_api_resource_response.py index 0e95378381..faa979f2df 100644 --- a/src/test/test_get_api_resource_response.py +++ b/src/test/test_get_api_resource_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_api_response.py b/src/test/test_get_api_response.py index 8894423765..f2b6091c86 100644 --- a/src/test/test_get_api_response.py +++ b/src/test/test_get_api_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_apis_response.py b/src/test/test_get_apis_response.py index cb86014599..0bd7b5ac5e 100644 --- a/src/test/test_get_apis_response.py +++ b/src/test/test_get_apis_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_applicant_response.py b/src/test/test_get_applicant_response.py index 83f5ec13ae..031ab08c7a 100644 --- a/src/test/test_get_applicant_response.py +++ b/src/test/test_get_applicant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_applicants_response.py b/src/test/test_get_applicants_response.py index 99b2a1ca0d..a3deb61edb 100644 --- a/src/test/test_get_applicants_response.py +++ b/src/test/test_get_applicants_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_application_response.py b/src/test/test_get_application_response.py index 0224602910..9220e01da0 100644 --- a/src/test/test_get_application_response.py +++ b/src/test/test_get_application_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_applications_response.py b/src/test/test_get_applications_response.py index 6949acf607..e9acfa94d2 100644 --- a/src/test/test_get_applications_response.py +++ b/src/test/test_get_applications_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_attachment_response.py b/src/test/test_get_attachment_response.py index 08fe639966..0e3efd7aa6 100644 --- a/src/test/test_get_attachment_response.py +++ b/src/test/test_get_attachment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_attachments_response.py b/src/test/test_get_attachments_response.py index fd62fc0b69..e3f4597bab 100644 --- a/src/test/test_get_attachments_response.py +++ b/src/test/test_get_attachments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_balance_sheet_response.py b/src/test/test_get_balance_sheet_response.py index 8c92bdc9d5..a7fa3b058a 100644 --- a/src/test/test_get_balance_sheet_response.py +++ b/src/test/test_get_balance_sheet_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_bill_response.py b/src/test/test_get_bill_response.py index c409b91365..d57a34d299 100644 --- a/src/test/test_get_bill_response.py +++ b/src/test/test_get_bill_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_bills_response.py b/src/test/test_get_bills_response.py index 711d83805f..bae87b752e 100644 --- a/src/test/test_get_bills_response.py +++ b/src/test/test_get_bills_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_collection_response.py b/src/test/test_get_collection_response.py index b8cfc3483c..3778937175 100644 --- a/src/test/test_get_collection_response.py +++ b/src/test/test_get_collection_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_collection_tags_response.py b/src/test/test_get_collection_tags_response.py index bcd51eab72..fd7381fde4 100644 --- a/src/test/test_get_collection_tags_response.py +++ b/src/test/test_get_collection_tags_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_collection_user_response.py b/src/test/test_get_collection_user_response.py index fd6450c343..834d8f0b83 100644 --- a/src/test/test_get_collection_user_response.py +++ b/src/test/test_get_collection_user_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_collection_users_response.py b/src/test/test_get_collection_users_response.py index 7b619c2d0d..07101a8c87 100644 --- a/src/test/test_get_collection_users_response.py +++ b/src/test/test_get_collection_users_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_collections_response.py b/src/test/test_get_collections_response.py index fb27d20d3d..1479ee7731 100644 --- a/src/test/test_get_collections_response.py +++ b/src/test/test_get_collections_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_comment_response.py b/src/test/test_get_comment_response.py index c35e377605..9a419593d6 100644 --- a/src/test/test_get_comment_response.py +++ b/src/test/test_get_comment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_comments_response.py b/src/test/test_get_comments_response.py index 91671bb2a1..334b2a0266 100644 --- a/src/test/test_get_comments_response.py +++ b/src/test/test_get_comments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_companies_response.py b/src/test/test_get_companies_response.py index d03b29ba1d..7903cef8e5 100644 --- a/src/test/test_get_companies_response.py +++ b/src/test/test_get_companies_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_company_info_response.py b/src/test/test_get_company_info_response.py index d0c2d2ae08..168e80b1dc 100644 --- a/src/test/test_get_company_info_response.py +++ b/src/test/test_get_company_info_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_company_response.py b/src/test/test_get_company_response.py index 3deef39e81..80ec2f2911 100644 --- a/src/test/test_get_company_response.py +++ b/src/test/test_get_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_connection_response.py b/src/test/test_get_connection_response.py index c78ad2c3c0..4d2151672c 100644 --- a/src/test/test_get_connection_response.py +++ b/src/test/test_get_connection_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_connections_response.py b/src/test/test_get_connections_response.py index 2dc44a9b83..d13b8c748d 100644 --- a/src/test/test_get_connections_response.py +++ b/src/test/test_get_connections_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_connector_resource_example_response.py b/src/test/test_get_connector_resource_example_response.py index 231724f501..8e817c715c 100644 --- a/src/test/test_get_connector_resource_example_response.py +++ b/src/test/test_get_connector_resource_example_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_connector_resource_example_response_data.py b/src/test/test_get_connector_resource_example_response_data.py index 78b45b4117..b89c9913d4 100644 --- a/src/test/test_get_connector_resource_example_response_data.py +++ b/src/test/test_get_connector_resource_example_response_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_connector_resource_response.py b/src/test/test_get_connector_resource_response.py index b2782f37bd..06aba17ed8 100644 --- a/src/test/test_get_connector_resource_response.py +++ b/src/test/test_get_connector_resource_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_connector_resource_schema_response.py b/src/test/test_get_connector_resource_schema_response.py index f8b94b8ead..63f8fbcb41 100644 --- a/src/test/test_get_connector_resource_schema_response.py +++ b/src/test/test_get_connector_resource_schema_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_connector_response.py b/src/test/test_get_connector_response.py index 732cf792bd..7ab49d17a3 100644 --- a/src/test/test_get_connector_response.py +++ b/src/test/test_get_connector_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_connectors_response.py b/src/test/test_get_connectors_response.py index c501f3bc26..0fe77ab532 100644 --- a/src/test/test_get_connectors_response.py +++ b/src/test/test_get_connectors_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_consumer_response.py b/src/test/test_get_consumer_response.py index b6d531f178..9ed3ae3f84 100644 --- a/src/test/test_get_consumer_response.py +++ b/src/test/test_get_consumer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_consumers_response.py b/src/test/test_get_consumers_response.py index 4d80b99b55..a8d6157be1 100644 --- a/src/test/test_get_consumers_response.py +++ b/src/test/test_get_consumers_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_consumers_response_data.py b/src/test/test_get_consumers_response_data.py index ae6d5ecc5a..3f063b3d59 100644 --- a/src/test/test_get_consumers_response_data.py +++ b/src/test/test_get_consumers_response_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_contact_response.py b/src/test/test_get_contact_response.py index b991d07df5..ec7f272abc 100644 --- a/src/test/test_get_contact_response.py +++ b/src/test/test_get_contact_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_contacts_response.py b/src/test/test_get_contacts_response.py index 951ae7d9fe..94b38065ce 100644 --- a/src/test/test_get_contacts_response.py +++ b/src/test/test_get_contacts_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_credit_note_response.py b/src/test/test_get_credit_note_response.py index ca1182f7b3..2263c8583a 100644 --- a/src/test/test_get_credit_note_response.py +++ b/src/test/test_get_credit_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_credit_notes_response.py b/src/test/test_get_credit_notes_response.py index f64ba5ffe7..34088d8911 100644 --- a/src/test/test_get_credit_notes_response.py +++ b/src/test/test_get_credit_notes_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_custom_fields_response.py b/src/test/test_get_custom_fields_response.py index 40f5641b6a..98ba51b867 100644 --- a/src/test/test_get_custom_fields_response.py +++ b/src/test/test_get_custom_fields_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_custom_mapping_response.py b/src/test/test_get_custom_mapping_response.py index 30f8195eb5..60b6ef524b 100644 --- a/src/test/test_get_custom_mapping_response.py +++ b/src/test/test_get_custom_mapping_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_customer_response.py b/src/test/test_get_customer_response.py index 7fb2250f48..8dbf4ad5dd 100644 --- a/src/test/test_get_customer_response.py +++ b/src/test/test_get_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_customers_response.py b/src/test/test_get_customers_response.py index a0419fc351..42a8205f69 100644 --- a/src/test/test_get_customers_response.py +++ b/src/test/test_get_customers_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_department_response.py b/src/test/test_get_department_response.py index 2152c0fc90..2ed6221ce2 100644 --- a/src/test/test_get_department_response.py +++ b/src/test/test_get_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_departments_response.py b/src/test/test_get_departments_response.py index 1be6261cf7..08619eca66 100644 --- a/src/test/test_get_departments_response.py +++ b/src/test/test_get_departments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_drive_group_response.py b/src/test/test_get_drive_group_response.py index df03520dda..76ee0a9076 100644 --- a/src/test/test_get_drive_group_response.py +++ b/src/test/test_get_drive_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_drive_groups_response.py b/src/test/test_get_drive_groups_response.py index e8058a3b77..ac2a672c1f 100644 --- a/src/test/test_get_drive_groups_response.py +++ b/src/test/test_get_drive_groups_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_drive_response.py b/src/test/test_get_drive_response.py index 4b54ed7f7f..3d09767a36 100644 --- a/src/test/test_get_drive_response.py +++ b/src/test/test_get_drive_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_drives_response.py b/src/test/test_get_drives_response.py index e194117dc2..d483e7f7bf 100644 --- a/src/test/test_get_drives_response.py +++ b/src/test/test_get_drives_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_ecommerce_customer_response.py b/src/test/test_get_ecommerce_customer_response.py index 5ed391c9c0..759d115146 100644 --- a/src/test/test_get_ecommerce_customer_response.py +++ b/src/test/test_get_ecommerce_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_ecommerce_customers_response.py b/src/test/test_get_ecommerce_customers_response.py index 3f65794b62..1d1c01e54c 100644 --- a/src/test/test_get_ecommerce_customers_response.py +++ b/src/test/test_get_ecommerce_customers_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_ecommerce_order_response.py b/src/test/test_get_ecommerce_order_response.py index 1aea79a2c7..75ddaf0794 100644 --- a/src/test/test_get_ecommerce_order_response.py +++ b/src/test/test_get_ecommerce_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_ecommerce_orders_response.py b/src/test/test_get_ecommerce_orders_response.py index 6198b652e2..51dfacba2a 100644 --- a/src/test/test_get_ecommerce_orders_response.py +++ b/src/test/test_get_ecommerce_orders_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_employee_payroll_response.py b/src/test/test_get_employee_payroll_response.py index 2a7a1ffb6a..bba393af01 100644 --- a/src/test/test_get_employee_payroll_response.py +++ b/src/test/test_get_employee_payroll_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_employee_payrolls_response.py b/src/test/test_get_employee_payrolls_response.py index 40ce5f1569..922f5266ef 100644 --- a/src/test/test_get_employee_payrolls_response.py +++ b/src/test/test_get_employee_payrolls_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_employee_response.py b/src/test/test_get_employee_response.py index f511a9522e..a80626ab1c 100644 --- a/src/test/test_get_employee_response.py +++ b/src/test/test_get_employee_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_employee_schedules_response.py b/src/test/test_get_employee_schedules_response.py index 34b8c49a5d..09e87282fe 100644 --- a/src/test/test_get_employee_schedules_response.py +++ b/src/test/test_get_employee_schedules_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_employees_response.py b/src/test/test_get_employees_response.py index dc55fbd03b..f6bb16a3a1 100644 --- a/src/test/test_get_employees_response.py +++ b/src/test/test_get_employees_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_file_response.py b/src/test/test_get_file_response.py index 7907139143..0d6ab32215 100644 --- a/src/test/test_get_file_response.py +++ b/src/test/test_get_file_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_files_response.py b/src/test/test_get_files_response.py index fa5afa52f5..90c9155999 100644 --- a/src/test/test_get_files_response.py +++ b/src/test/test_get_files_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_folder_response.py b/src/test/test_get_folder_response.py index 8dcf136b3f..069cb3d163 100644 --- a/src/test/test_get_folder_response.py +++ b/src/test/test_get_folder_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_folders_response.py b/src/test/test_get_folders_response.py index cdd75425a5..f6be27937e 100644 --- a/src/test/test_get_folders_response.py +++ b/src/test/test_get_folders_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_hris_companies_response.py b/src/test/test_get_hris_companies_response.py index 09fed2a53b..cb6f6755c6 100644 --- a/src/test/test_get_hris_companies_response.py +++ b/src/test/test_get_hris_companies_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_hris_company_response.py b/src/test/test_get_hris_company_response.py index e7028037b7..c3aad73a00 100644 --- a/src/test/test_get_hris_company_response.py +++ b/src/test/test_get_hris_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_hris_job_response.py b/src/test/test_get_hris_job_response.py index 8b70b469ba..e540f575f4 100644 --- a/src/test/test_get_hris_job_response.py +++ b/src/test/test_get_hris_job_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_hris_jobs_response.py b/src/test/test_get_hris_jobs_response.py index c6c499e6ef..60dde2c049 100644 --- a/src/test/test_get_hris_jobs_response.py +++ b/src/test/test_get_hris_jobs_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_invoice_item_response.py b/src/test/test_get_invoice_item_response.py index 9bb11c1791..b81b24d37b 100644 --- a/src/test/test_get_invoice_item_response.py +++ b/src/test/test_get_invoice_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_invoice_items_response.py b/src/test/test_get_invoice_items_response.py index cc6bdc58cb..11cb183ca5 100644 --- a/src/test/test_get_invoice_items_response.py +++ b/src/test/test_get_invoice_items_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_invoice_response.py b/src/test/test_get_invoice_response.py index 4737bccd40..a5f0bd71ec 100644 --- a/src/test/test_get_invoice_response.py +++ b/src/test/test_get_invoice_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_invoices_response.py b/src/test/test_get_invoices_response.py index 4f995fe9bb..467b5507b0 100644 --- a/src/test/test_get_invoices_response.py +++ b/src/test/test_get_invoices_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_item_response.py b/src/test/test_get_item_response.py index fa76e84016..76218a12f8 100644 --- a/src/test/test_get_item_response.py +++ b/src/test/test_get_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_items_response.py b/src/test/test_get_items_response.py index ce7db413dd..794e1c283b 100644 --- a/src/test/test_get_items_response.py +++ b/src/test/test_get_items_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_job_response.py b/src/test/test_get_job_response.py index cdff76b22d..c867bb1a22 100644 --- a/src/test/test_get_job_response.py +++ b/src/test/test_get_job_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_jobs_response.py b/src/test/test_get_jobs_response.py index 12e9d948af..6d3247b595 100644 --- a/src/test/test_get_jobs_response.py +++ b/src/test/test_get_jobs_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_journal_entries_response.py b/src/test/test_get_journal_entries_response.py index 81e4c8fcd6..0796345cbd 100644 --- a/src/test/test_get_journal_entries_response.py +++ b/src/test/test_get_journal_entries_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_journal_entry_response.py b/src/test/test_get_journal_entry_response.py index 0b2728f42d..601c380176 100644 --- a/src/test/test_get_journal_entry_response.py +++ b/src/test/test_get_journal_entry_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_lead_response.py b/src/test/test_get_lead_response.py index d5b3a1456a..7db51f3917 100644 --- a/src/test/test_get_lead_response.py +++ b/src/test/test_get_lead_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_leads_response.py b/src/test/test_get_leads_response.py index 5df8cd8450..ccaa292fd5 100644 --- a/src/test/test_get_leads_response.py +++ b/src/test/test_get_leads_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_ledger_account_response.py b/src/test/test_get_ledger_account_response.py index 08506fb434..e9a14ab3bf 100644 --- a/src/test/test_get_ledger_account_response.py +++ b/src/test/test_get_ledger_account_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_ledger_accounts_response.py b/src/test/test_get_ledger_accounts_response.py index 31c099d695..eb1e8d1be3 100644 --- a/src/test/test_get_ledger_accounts_response.py +++ b/src/test/test_get_ledger_accounts_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_location_response.py b/src/test/test_get_location_response.py index 73990adaf6..be53ca3212 100644 --- a/src/test/test_get_location_response.py +++ b/src/test/test_get_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_locations_response.py b/src/test/test_get_locations_response.py index ee5ee6df3c..38867394e4 100644 --- a/src/test/test_get_locations_response.py +++ b/src/test/test_get_locations_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_logs_response.py b/src/test/test_get_logs_response.py index 59d8dd19ab..a1e5be9afc 100644 --- a/src/test/test_get_logs_response.py +++ b/src/test/test_get_logs_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_merchant_response.py b/src/test/test_get_merchant_response.py index e23735a41c..8932f986bb 100644 --- a/src/test/test_get_merchant_response.py +++ b/src/test/test_get_merchant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_merchants_response.py b/src/test/test_get_merchants_response.py index 8f64725fd5..2c0b97f476 100644 --- a/src/test/test_get_merchants_response.py +++ b/src/test/test_get_merchants_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_message_response.py b/src/test/test_get_message_response.py index 32db66e09c..8479d4380a 100644 --- a/src/test/test_get_message_response.py +++ b/src/test/test_get_message_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_messages_response.py b/src/test/test_get_messages_response.py index e3a4b1b9e8..34008bfd5c 100644 --- a/src/test/test_get_messages_response.py +++ b/src/test/test_get_messages_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_modifier_group_response.py b/src/test/test_get_modifier_group_response.py index 7d1f8c8540..8d7bc36818 100644 --- a/src/test/test_get_modifier_group_response.py +++ b/src/test/test_get_modifier_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_modifier_groups_response.py b/src/test/test_get_modifier_groups_response.py index 5e5e19f21f..d004b43e43 100644 --- a/src/test/test_get_modifier_groups_response.py +++ b/src/test/test_get_modifier_groups_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_modifier_response.py b/src/test/test_get_modifier_response.py index 8c60e76daa..7c539d651e 100644 --- a/src/test/test_get_modifier_response.py +++ b/src/test/test_get_modifier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_modifiers_response.py b/src/test/test_get_modifiers_response.py index 1d8fc78001..a90e9583fa 100644 --- a/src/test/test_get_modifiers_response.py +++ b/src/test/test_get_modifiers_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_note_response.py b/src/test/test_get_note_response.py index bffa6317a6..b9d7997b04 100644 --- a/src/test/test_get_note_response.py +++ b/src/test/test_get_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_notes_response.py b/src/test/test_get_notes_response.py index e84795ba23..95dfcb72c7 100644 --- a/src/test/test_get_notes_response.py +++ b/src/test/test_get_notes_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_opportunities_response.py b/src/test/test_get_opportunities_response.py index 602b1a7b79..17a27f19e0 100644 --- a/src/test/test_get_opportunities_response.py +++ b/src/test/test_get_opportunities_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_opportunity_response.py b/src/test/test_get_opportunity_response.py index 1947ad123b..6e6e9bfaed 100644 --- a/src/test/test_get_opportunity_response.py +++ b/src/test/test_get_opportunity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_order_response.py b/src/test/test_get_order_response.py index d4fbe75d52..487c32e3ed 100644 --- a/src/test/test_get_order_response.py +++ b/src/test/test_get_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_order_type_response.py b/src/test/test_get_order_type_response.py index 0c51152cd7..cd07352064 100644 --- a/src/test/test_get_order_type_response.py +++ b/src/test/test_get_order_type_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_order_types_response.py b/src/test/test_get_order_types_response.py index 6d4025eee7..eae6142177 100644 --- a/src/test/test_get_order_types_response.py +++ b/src/test/test_get_order_types_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_orders_response.py b/src/test/test_get_orders_response.py index e8e49c3d7e..ecd5567932 100644 --- a/src/test/test_get_orders_response.py +++ b/src/test/test_get_orders_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_payment_response.py b/src/test/test_get_payment_response.py index e71add9326..e12d29e7fc 100644 --- a/src/test/test_get_payment_response.py +++ b/src/test/test_get_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_payments_response.py b/src/test/test_get_payments_response.py index 600a323b50..80f81dc435 100644 --- a/src/test/test_get_payments_response.py +++ b/src/test/test_get_payments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_payroll_response.py b/src/test/test_get_payroll_response.py index 603510dd9f..d514ee46e3 100644 --- a/src/test/test_get_payroll_response.py +++ b/src/test/test_get_payroll_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_payrolls_response.py b/src/test/test_get_payrolls_response.py index cc1ae44aae..db53e0f3a5 100644 --- a/src/test/test_get_payrolls_response.py +++ b/src/test/test_get_payrolls_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_pipeline_response.py b/src/test/test_get_pipeline_response.py index bb231d2244..c3c42bbb0e 100644 --- a/src/test/test_get_pipeline_response.py +++ b/src/test/test_get_pipeline_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_pipelines_response.py b/src/test/test_get_pipelines_response.py index 7e62a7ca74..af623e1fa4 100644 --- a/src/test/test_get_pipelines_response.py +++ b/src/test/test_get_pipelines_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_pos_payment_response.py b/src/test/test_get_pos_payment_response.py index c77a7b1cfd..8ffce3878f 100644 --- a/src/test/test_get_pos_payment_response.py +++ b/src/test/test_get_pos_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_pos_payments_response.py b/src/test/test_get_pos_payments_response.py index e6395e075e..7067ac7a23 100644 --- a/src/test/test_get_pos_payments_response.py +++ b/src/test/test_get_pos_payments_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_product_response.py b/src/test/test_get_product_response.py index dad7854e3d..8882f0e088 100644 --- a/src/test/test_get_product_response.py +++ b/src/test/test_get_product_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_products_response.py b/src/test/test_get_products_response.py index 1559ad872d..a27672bc6c 100644 --- a/src/test/test_get_products_response.py +++ b/src/test/test_get_products_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_profit_and_loss_response.py b/src/test/test_get_profit_and_loss_response.py index ba8f241579..4776ea963b 100644 --- a/src/test/test_get_profit_and_loss_response.py +++ b/src/test/test_get_profit_and_loss_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_purchase_order_response.py b/src/test/test_get_purchase_order_response.py index 69993a1487..3962ff8662 100644 --- a/src/test/test_get_purchase_order_response.py +++ b/src/test/test_get_purchase_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_purchase_orders_response.py b/src/test/test_get_purchase_orders_response.py index 2d29871e81..382f4404a8 100644 --- a/src/test/test_get_purchase_orders_response.py +++ b/src/test/test_get_purchase_orders_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_resource_example_response.py b/src/test/test_get_resource_example_response.py index 416c7e09af..f341258cf8 100644 --- a/src/test/test_get_resource_example_response.py +++ b/src/test/test_get_resource_example_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_resource_schema_response.py b/src/test/test_get_resource_schema_response.py index 891aa181ca..51da5e6d53 100644 --- a/src/test/test_get_resource_schema_response.py +++ b/src/test/test_get_resource_schema_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_shared_link_response.py b/src/test/test_get_shared_link_response.py index 20bad5369c..83844a54f6 100644 --- a/src/test/test_get_shared_link_response.py +++ b/src/test/test_get_shared_link_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_shared_links_response.py b/src/test/test_get_shared_links_response.py index 0aaf71807f..261a76b1f5 100644 --- a/src/test/test_get_shared_links_response.py +++ b/src/test/test_get_shared_links_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_store_response.py b/src/test/test_get_store_response.py index 113f1f215a..37ccd03756 100644 --- a/src/test/test_get_store_response.py +++ b/src/test/test_get_store_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_stores_response.py b/src/test/test_get_stores_response.py index 0f35a4c9dc..1204eea7b3 100644 --- a/src/test/test_get_stores_response.py +++ b/src/test/test_get_stores_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_subsidiaries_response.py b/src/test/test_get_subsidiaries_response.py index f4bbcf0706..f2777a0640 100644 --- a/src/test/test_get_subsidiaries_response.py +++ b/src/test/test_get_subsidiaries_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_subsidiary_response.py b/src/test/test_get_subsidiary_response.py index ab6fe5baac..fc1bcd1676 100644 --- a/src/test/test_get_subsidiary_response.py +++ b/src/test/test_get_subsidiary_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_supplier_response.py b/src/test/test_get_supplier_response.py index ea6bf91d4a..2e8f52733f 100644 --- a/src/test/test_get_supplier_response.py +++ b/src/test/test_get_supplier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_suppliers_response.py b/src/test/test_get_suppliers_response.py index 24b27301f4..ff11d9d3ad 100644 --- a/src/test/test_get_suppliers_response.py +++ b/src/test/test_get_suppliers_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_tax_rate_response.py b/src/test/test_get_tax_rate_response.py index 56f229032b..656c5f6094 100644 --- a/src/test/test_get_tax_rate_response.py +++ b/src/test/test_get_tax_rate_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_tax_rates_response.py b/src/test/test_get_tax_rates_response.py index 07ef271679..eca7f28679 100644 --- a/src/test/test_get_tax_rates_response.py +++ b/src/test/test_get_tax_rates_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_tender_response.py b/src/test/test_get_tender_response.py index 07e5eb4082..66f3229e72 100644 --- a/src/test/test_get_tender_response.py +++ b/src/test/test_get_tender_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_tenders_response.py b/src/test/test_get_tenders_response.py index 826f4f6d91..c21623d889 100644 --- a/src/test/test_get_tenders_response.py +++ b/src/test/test_get_tenders_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_ticket_response.py b/src/test/test_get_ticket_response.py index 8fe0808122..b0edef6222 100644 --- a/src/test/test_get_ticket_response.py +++ b/src/test/test_get_ticket_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_tickets_response.py b/src/test/test_get_tickets_response.py index eead06fea2..1716eb52ec 100644 --- a/src/test/test_get_tickets_response.py +++ b/src/test/test_get_tickets_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_time_off_request_response.py b/src/test/test_get_time_off_request_response.py index 6fe67ce26f..62eb806a2f 100644 --- a/src/test/test_get_time_off_request_response.py +++ b/src/test/test_get_time_off_request_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_time_off_requests_response.py b/src/test/test_get_time_off_requests_response.py index b1cb366e9f..886f8994d8 100644 --- a/src/test/test_get_time_off_requests_response.py +++ b/src/test/test_get_time_off_requests_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_tracking_categories_response.py b/src/test/test_get_tracking_categories_response.py new file mode 100644 index 0000000000..38185b75c9 --- /dev/null +++ b/src/test/test_get_tracking_categories_response.py @@ -0,0 +1,41 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import sys +import unittest + +import apideck +from apideck.model.links import Links +from apideck.model.meta import Meta +from apideck.model.tracking_category import TrackingCategory +globals()['Links'] = Links +globals()['Meta'] = Meta +globals()['TrackingCategory'] = TrackingCategory +from apideck.model.get_tracking_categories_response import GetTrackingCategoriesResponse + + +class TestGetTrackingCategoriesResponse(unittest.TestCase): + """GetTrackingCategoriesResponse unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testGetTrackingCategoriesResponse(self): + """Test GetTrackingCategoriesResponse""" + # FIXME: construct object with mandatory attributes with example values + # model = GetTrackingCategoriesResponse() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/src/test/test_get_tracking_category_response.py b/src/test/test_get_tracking_category_response.py new file mode 100644 index 0000000000..b34e430f5a --- /dev/null +++ b/src/test/test_get_tracking_category_response.py @@ -0,0 +1,37 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import sys +import unittest + +import apideck +from apideck.model.tracking_category import TrackingCategory +globals()['TrackingCategory'] = TrackingCategory +from apideck.model.get_tracking_category_response import GetTrackingCategoryResponse + + +class TestGetTrackingCategoryResponse(unittest.TestCase): + """GetTrackingCategoryResponse unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testGetTrackingCategoryResponse(self): + """Test GetTrackingCategoryResponse""" + # FIXME: construct object with mandatory attributes with example values + # model = GetTrackingCategoryResponse() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/src/test/test_get_upload_session_response.py b/src/test/test_get_upload_session_response.py index d30d2fefcd..14cfe76eb3 100644 --- a/src/test/test_get_upload_session_response.py +++ b/src/test/test_get_upload_session_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_user_response.py b/src/test/test_get_user_response.py index d25edc6786..f5cae8abc6 100644 --- a/src/test/test_get_user_response.py +++ b/src/test/test_get_user_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_users_response.py b/src/test/test_get_users_response.py index dbc719c68d..6f607e61e6 100644 --- a/src/test/test_get_users_response.py +++ b/src/test/test_get_users_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_webhook_event_logs_response.py b/src/test/test_get_webhook_event_logs_response.py index fecf53aed2..01ddeefa24 100644 --- a/src/test/test_get_webhook_event_logs_response.py +++ b/src/test/test_get_webhook_event_logs_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_webhook_response.py b/src/test/test_get_webhook_response.py index 75947e1f94..6d2b5b066e 100644 --- a/src/test/test_get_webhook_response.py +++ b/src/test/test_get_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_get_webhooks_response.py b/src/test/test_get_webhooks_response.py index 350e2495ed..51b76f6cb4 100644 --- a/src/test/test_get_webhooks_response.py +++ b/src/test/test_get_webhooks_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_hris_api.py b/src/test/test_hris_api.py index 1f9556c4bc..0767c036e4 100644 --- a/src/test/test_hris_api.py +++ b/src/test/test_hris_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_hris_company.py b/src/test/test_hris_company.py index 6c347bff29..f1fe93f941 100644 --- a/src/test/test_hris_company.py +++ b/src/test/test_hris_company.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_hris_event_type.py b/src/test/test_hris_event_type.py index 229c6cf8d3..c17b68b6c0 100644 --- a/src/test/test_hris_event_type.py +++ b/src/test/test_hris_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_hris_job.py b/src/test/test_hris_job.py index de576bc5db..fee5762394 100644 --- a/src/test/test_hris_job.py +++ b/src/test/test_hris_job.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_hris_job_location.py b/src/test/test_hris_job_location.py index abe328ae91..ec1fb5214f 100644 --- a/src/test/test_hris_job_location.py +++ b/src/test/test_hris_job_location.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_hris_jobs.py b/src/test/test_hris_jobs.py index 0c802678ce..395d38d04f 100644 --- a/src/test/test_hris_jobs.py +++ b/src/test/test_hris_jobs.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_idempotency_key.py b/src/test/test_idempotency_key.py index c14c48acb1..dee40c4d40 100644 --- a/src/test/test_idempotency_key.py +++ b/src/test/test_idempotency_key.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_integration_state.py b/src/test/test_integration_state.py index db0beb7963..659b5d1226 100644 --- a/src/test/test_integration_state.py +++ b/src/test/test_integration_state.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_invoice.py b/src/test/test_invoice.py index ac3a79a1e8..a1e52258f6 100644 --- a/src/test/test_invoice.py +++ b/src/test/test_invoice.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -16,19 +16,21 @@ from apideck.model.bank_account import BankAccount from apideck.model.currency import Currency from apideck.model.custom_field import CustomField +from apideck.model.deprecated_linked_tracking_category import DeprecatedLinkedTrackingCategory from apideck.model.invoice_line_item import InvoiceLineItem from apideck.model.linked_customer import LinkedCustomer from apideck.model.linked_ledger_account import LinkedLedgerAccount -from apideck.model.linked_tracking_category import LinkedTrackingCategory +from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['Address'] = Address globals()['BankAccount'] = BankAccount globals()['Currency'] = Currency globals()['CustomField'] = CustomField +globals()['DeprecatedLinkedTrackingCategory'] = DeprecatedLinkedTrackingCategory globals()['InvoiceLineItem'] = InvoiceLineItem globals()['LinkedCustomer'] = LinkedCustomer globals()['LinkedLedgerAccount'] = LinkedLedgerAccount -globals()['LinkedTrackingCategory'] = LinkedTrackingCategory +globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody from apideck.model.invoice import Invoice diff --git a/src/test/test_invoice_item.py b/src/test/test_invoice_item.py index fb65818a6b..7411bc37dc 100644 --- a/src/test/test_invoice_item.py +++ b/src/test/test_invoice_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -12,13 +12,15 @@ import unittest import apideck +from apideck.model.deprecated_linked_tracking_category import DeprecatedLinkedTrackingCategory from apideck.model.invoice_item_sales_details import InvoiceItemSalesDetails from apideck.model.linked_ledger_account import LinkedLedgerAccount -from apideck.model.linked_tracking_category import LinkedTrackingCategory +from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody +globals()['DeprecatedLinkedTrackingCategory'] = DeprecatedLinkedTrackingCategory globals()['InvoiceItemSalesDetails'] = InvoiceItemSalesDetails globals()['LinkedLedgerAccount'] = LinkedLedgerAccount -globals()['LinkedTrackingCategory'] = LinkedTrackingCategory +globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody from apideck.model.invoice_item import InvoiceItem diff --git a/src/test/test_invoice_item_asset_account.py b/src/test/test_invoice_item_asset_account.py index 5c6de7e177..b7f454a943 100644 --- a/src/test/test_invoice_item_asset_account.py +++ b/src/test/test_invoice_item_asset_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_invoice_item_expense_account.py b/src/test/test_invoice_item_expense_account.py index c61620a082..464dfb793d 100644 --- a/src/test/test_invoice_item_expense_account.py +++ b/src/test/test_invoice_item_expense_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_invoice_item_income_account.py b/src/test/test_invoice_item_income_account.py index 12264dddc1..5d1bf1ad26 100644 --- a/src/test/test_invoice_item_income_account.py +++ b/src/test/test_invoice_item_income_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_invoice_item_sales_details.py b/src/test/test_invoice_item_sales_details.py index 85eeea77fa..ae4b8ffd2d 100644 --- a/src/test/test_invoice_item_sales_details.py +++ b/src/test/test_invoice_item_sales_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_invoice_items_filter.py b/src/test/test_invoice_items_filter.py index b9c75a95d3..999b8b2a99 100644 --- a/src/test/test_invoice_items_filter.py +++ b/src/test/test_invoice_items_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_invoice_line_item.py b/src/test/test_invoice_line_item.py index fd68078fe1..b6dc1c20e4 100644 --- a/src/test/test_invoice_line_item.py +++ b/src/test/test_invoice_line_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -16,10 +16,12 @@ from apideck.model.linked_invoice_item import LinkedInvoiceItem from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_tax_rate import LinkedTaxRate +from apideck.model.linked_tracking_categories import LinkedTrackingCategories globals()['CustomField'] = CustomField globals()['LinkedInvoiceItem'] = LinkedInvoiceItem globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedTaxRate'] = LinkedTaxRate +globals()['LinkedTrackingCategories'] = LinkedTrackingCategories from apideck.model.invoice_line_item import InvoiceLineItem diff --git a/src/test/test_invoice_response.py b/src/test/test_invoice_response.py index 74806bb840..b75935fd8c 100644 --- a/src/test/test_invoice_response.py +++ b/src/test/test_invoice_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_invoices_filter.py b/src/test/test_invoices_filter.py index 985c6e6cfb..f24adc2ded 100644 --- a/src/test/test_invoices_filter.py +++ b/src/test/test_invoices_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_invoices_sort.py b/src/test/test_invoices_sort.py index 38d7b45c5e..328cf991d2 100644 --- a/src/test/test_invoices_sort.py +++ b/src/test/test_invoices_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_issue_tracking_api.py b/src/test/test_issue_tracking_api.py index c79d7fdf2c..548eb21230 100644 --- a/src/test/test_issue_tracking_api.py +++ b/src/test/test_issue_tracking_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_issue_tracking_event_type.py b/src/test/test_issue_tracking_event_type.py index 61974d2df8..3f963ff192 100644 --- a/src/test/test_issue_tracking_event_type.py +++ b/src/test/test_issue_tracking_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_issues_filter.py b/src/test/test_issues_filter.py index 2dd7f1db35..e32fcc0bfb 100644 --- a/src/test/test_issues_filter.py +++ b/src/test/test_issues_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_item.py b/src/test/test_item.py index 9b3023758b..56962e6e5c 100644 --- a/src/test/test_item.py +++ b/src/test/test_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_job.py b/src/test/test_job.py index 16c7c298a2..9b9d7aa0f6 100644 --- a/src/test/test_job.py +++ b/src/test/test_job.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_job_links.py b/src/test/test_job_links.py index 8cab8bfd98..eb1c025fc5 100644 --- a/src/test/test_job_links.py +++ b/src/test/test_job_links.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_job_salary.py b/src/test/test_job_salary.py index f1e7547997..87dd05d34d 100644 --- a/src/test/test_job_salary.py +++ b/src/test/test_job_salary.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_job_status.py b/src/test/test_job_status.py index 6d642b0cfb..71d523bc63 100644 --- a/src/test/test_job_status.py +++ b/src/test/test_job_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_journal_entries_filter.py b/src/test/test_journal_entries_filter.py index 40156f5183..d778058d59 100644 --- a/src/test/test_journal_entries_filter.py +++ b/src/test/test_journal_entries_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_journal_entries_sort.py b/src/test/test_journal_entries_sort.py index fc2192a132..9bb7de30e1 100644 --- a/src/test/test_journal_entries_sort.py +++ b/src/test/test_journal_entries_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_journal_entry.py b/src/test/test_journal_entry.py index ea6f283a99..b36d959e3a 100644 --- a/src/test/test_journal_entry.py +++ b/src/test/test_journal_entry.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -14,9 +14,11 @@ import apideck from apideck.model.currency import Currency from apideck.model.journal_entry_line_item import JournalEntryLineItem +from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['Currency'] = Currency globals()['JournalEntryLineItem'] = JournalEntryLineItem +globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody from apideck.model.journal_entry import JournalEntry diff --git a/src/test/test_journal_entry_line_item.py b/src/test/test_journal_entry_line_item.py index e4b5eb6c9e..54ac38574b 100644 --- a/src/test/test_journal_entry_line_item.py +++ b/src/test/test_journal_entry_line_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -12,16 +12,18 @@ import unittest import apideck +from apideck.model.deprecated_linked_tracking_category import DeprecatedLinkedTrackingCategory from apideck.model.linked_customer import LinkedCustomer from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_supplier import LinkedSupplier from apideck.model.linked_tax_rate import LinkedTaxRate -from apideck.model.linked_tracking_category import LinkedTrackingCategory +from apideck.model.linked_tracking_categories import LinkedTrackingCategories +globals()['DeprecatedLinkedTrackingCategory'] = DeprecatedLinkedTrackingCategory globals()['LinkedCustomer'] = LinkedCustomer globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedSupplier'] = LinkedSupplier globals()['LinkedTaxRate'] = LinkedTaxRate -globals()['LinkedTrackingCategory'] = LinkedTrackingCategory +globals()['LinkedTrackingCategories'] = LinkedTrackingCategories from apideck.model.journal_entry_line_item import JournalEntryLineItem diff --git a/src/test/test_lead.py b/src/test/test_lead.py index 0b364375d6..9e41147d16 100644 --- a/src/test/test_lead.py +++ b/src/test/test_lead.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_lead_api.py b/src/test/test_lead_api.py index 2c4241f6c0..c2b5b13963 100644 --- a/src/test/test_lead_api.py +++ b/src/test/test_lead_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_lead_event_type.py b/src/test/test_lead_event_type.py index 541912ddfb..9d5ae90319 100644 --- a/src/test/test_lead_event_type.py +++ b/src/test/test_lead_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_leads_filter.py b/src/test/test_leads_filter.py index 9552866b76..d4afd22b62 100644 --- a/src/test/test_leads_filter.py +++ b/src/test/test_leads_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_leads_sort.py b/src/test/test_leads_sort.py index 2bb39196e1..58c6c4815a 100644 --- a/src/test/test_leads_sort.py +++ b/src/test/test_leads_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ledger_account.py b/src/test/test_ledger_account.py index 8b8ce9286a..2c32b712c6 100644 --- a/src/test/test_ledger_account.py +++ b/src/test/test_ledger_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ledger_account_categories.py b/src/test/test_ledger_account_categories.py index d33e47622e..9b4aaa559d 100644 --- a/src/test/test_ledger_account_categories.py +++ b/src/test/test_ledger_account_categories.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ledger_account_parent_account.py b/src/test/test_ledger_account_parent_account.py index 9b8079d83d..c115672256 100644 --- a/src/test/test_ledger_account_parent_account.py +++ b/src/test/test_ledger_account_parent_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ledger_accounts.py b/src/test/test_ledger_accounts.py index ce1fc73a28..769351e384 100644 --- a/src/test/test_ledger_accounts.py +++ b/src/test/test_ledger_accounts.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ledger_accounts_filter.py b/src/test/test_ledger_accounts_filter.py index b94adb875a..480e0922b8 100644 --- a/src/test/test_ledger_accounts_filter.py +++ b/src/test/test_ledger_accounts_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ledger_accounts_sort.py b/src/test/test_ledger_accounts_sort.py index 7b4920d5bd..28b27e4991 100644 --- a/src/test/test_ledger_accounts_sort.py +++ b/src/test/test_ledger_accounts_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_connector_resource.py b/src/test/test_linked_connector_resource.py index 46768033eb..be0dec9c88 100644 --- a/src/test/test_linked_connector_resource.py +++ b/src/test/test_linked_connector_resource.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_customer.py b/src/test/test_linked_customer.py index 7a77d95495..21c16f5060 100644 --- a/src/test/test_linked_customer.py +++ b/src/test/test_linked_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_ecommerce_customer.py b/src/test/test_linked_ecommerce_customer.py index d403c44041..1f2c95513a 100644 --- a/src/test/test_linked_ecommerce_customer.py +++ b/src/test/test_linked_ecommerce_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_ecommerce_order.py b/src/test/test_linked_ecommerce_order.py index ffc368f296..d6dcff5089 100644 --- a/src/test/test_linked_ecommerce_order.py +++ b/src/test/test_linked_ecommerce_order.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_folder.py b/src/test/test_linked_folder.py index 763acb36b3..734e313a7b 100644 --- a/src/test/test_linked_folder.py +++ b/src/test/test_linked_folder.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_invoice_item.py b/src/test/test_linked_invoice_item.py index 41428b50bb..39df45406d 100644 --- a/src/test/test_linked_invoice_item.py +++ b/src/test/test_linked_invoice_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_ledger_account.py b/src/test/test_linked_ledger_account.py index 467a1281da..af689a381f 100644 --- a/src/test/test_linked_ledger_account.py +++ b/src/test/test_linked_ledger_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_parent_customer.py b/src/test/test_linked_parent_customer.py index 72353f6ad7..9982d2d72e 100644 --- a/src/test/test_linked_parent_customer.py +++ b/src/test/test_linked_parent_customer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_supplier.py b/src/test/test_linked_supplier.py index 921e117f9a..13e108df39 100644 --- a/src/test/test_linked_supplier.py +++ b/src/test/test_linked_supplier.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_tax_rate.py b/src/test/test_linked_tax_rate.py index 6d2a8320a4..24912777bc 100644 --- a/src/test/test_linked_tax_rate.py +++ b/src/test/test_linked_tax_rate.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_linked_tracking_categories.py b/src/test/test_linked_tracking_categories.py new file mode 100644 index 0000000000..ee4f7903ff --- /dev/null +++ b/src/test/test_linked_tracking_categories.py @@ -0,0 +1,37 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import sys +import unittest + +import apideck +from apideck.model.linked_tracking_category import LinkedTrackingCategory +globals()['LinkedTrackingCategory'] = LinkedTrackingCategory +from apideck.model.linked_tracking_categories import LinkedTrackingCategories + + +class TestLinkedTrackingCategories(unittest.TestCase): + """LinkedTrackingCategories unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testLinkedTrackingCategories(self): + """Test LinkedTrackingCategories""" + # FIXME: construct object with mandatory attributes with example values + # model = LinkedTrackingCategories() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/src/test/test_linked_tracking_category.py b/src/test/test_linked_tracking_category.py index 88ea38e875..a2b127bd7c 100644 --- a/src/test/test_linked_tracking_category.py +++ b/src/test/test_linked_tracking_category.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_links.py b/src/test/test_links.py index 0f32d8f83a..20d7a9a5bc 100644 --- a/src/test/test_links.py +++ b/src/test/test_links.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_location.py b/src/test/test_location.py index 80090160fa..4c5b7bf35e 100644 --- a/src/test/test_location.py +++ b/src/test/test_location.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_log.py b/src/test/test_log.py index 35bc07156d..536966f132 100644 --- a/src/test/test_log.py +++ b/src/test/test_log.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_log_operation.py b/src/test/test_log_operation.py index c94729325c..1f49f0053d 100644 --- a/src/test/test_log_operation.py +++ b/src/test/test_log_operation.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_log_service.py b/src/test/test_log_service.py index 1542b7c9c1..0b5e80ac9d 100644 --- a/src/test/test_log_service.py +++ b/src/test/test_log_service.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_logs_filter.py b/src/test/test_logs_filter.py index 9ffa7f03ea..6c949321e2 100644 --- a/src/test/test_logs_filter.py +++ b/src/test/test_logs_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_merchant.py b/src/test/test_merchant.py index 7a1cd785d1..f15d254ce2 100644 --- a/src/test/test_merchant.py +++ b/src/test/test_merchant.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_message.py b/src/test/test_message.py index da2c370efc..3867bd1630 100644 --- a/src/test/test_message.py +++ b/src/test/test_message.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_meta.py b/src/test/test_meta.py index d13197fcfa..d61a6fb0bf 100644 --- a/src/test/test_meta.py +++ b/src/test/test_meta.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_meta_cursors.py b/src/test/test_meta_cursors.py index 19228108f6..4890943643 100644 --- a/src/test/test_meta_cursors.py +++ b/src/test/test_meta_cursors.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_modifier.py b/src/test/test_modifier.py index d864ce9ce5..bb394680fb 100644 --- a/src/test/test_modifier.py +++ b/src/test/test_modifier.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_modifier_group.py b/src/test/test_modifier_group.py index f92a3fb596..a1e31744d3 100644 --- a/src/test/test_modifier_group.py +++ b/src/test/test_modifier_group.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_modifier_group_filter.py b/src/test/test_modifier_group_filter.py index 7d527160e0..6123d33c04 100644 --- a/src/test/test_modifier_group_filter.py +++ b/src/test/test_modifier_group_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_not_found_response.py b/src/test/test_not_found_response.py index 3f6083a4fe..dfe52e6e12 100644 --- a/src/test/test_not_found_response.py +++ b/src/test/test_not_found_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_not_implemented_response.py b/src/test/test_not_implemented_response.py index cac6b36593..123fffe6f6 100644 --- a/src/test/test_not_implemented_response.py +++ b/src/test/test_not_implemented_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_note.py b/src/test/test_note.py index d6ec9844df..e1e1487c90 100644 --- a/src/test/test_note.py +++ b/src/test/test_note.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_o_auth_grant_type.py b/src/test/test_o_auth_grant_type.py index 4637c85b13..e9aa647da0 100644 --- a/src/test/test_o_auth_grant_type.py +++ b/src/test/test_o_auth_grant_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_offer.py b/src/test/test_offer.py index 13d5d78803..a03b4af4a4 100644 --- a/src/test/test_offer.py +++ b/src/test/test_offer.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_opportunities_filter.py b/src/test/test_opportunities_filter.py index ddc3caa543..4738e1dc42 100644 --- a/src/test/test_opportunities_filter.py +++ b/src/test/test_opportunities_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_opportunities_sort.py b/src/test/test_opportunities_sort.py index 2592e6abca..05bcd31563 100644 --- a/src/test/test_opportunities_sort.py +++ b/src/test/test_opportunities_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_opportunity.py b/src/test/test_opportunity.py index bbb7fba435..091501382a 100644 --- a/src/test/test_opportunity.py +++ b/src/test/test_opportunity.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order.py b/src/test/test_order.py index 2c235e4496..c245e6b70b 100644 --- a/src/test/test_order.py +++ b/src/test/test_order.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_customers.py b/src/test/test_order_customers.py index 9d9070d560..5fa7ba60ca 100644 --- a/src/test/test_order_customers.py +++ b/src/test/test_order_customers.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_discounts.py b/src/test/test_order_discounts.py index 3ee1fad4f2..4fa10ed9d8 100644 --- a/src/test/test_order_discounts.py +++ b/src/test/test_order_discounts.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_fulfillments.py b/src/test/test_order_fulfillments.py index 2b90c910c8..286768ce4b 100644 --- a/src/test/test_order_fulfillments.py +++ b/src/test/test_order_fulfillments.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_line_items.py b/src/test/test_order_line_items.py index de13b9c387..df36ad9ccf 100644 --- a/src/test/test_order_line_items.py +++ b/src/test/test_order_line_items.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_payments.py b/src/test/test_order_payments.py index 73328e47df..d51e108c89 100644 --- a/src/test/test_order_payments.py +++ b/src/test/test_order_payments.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_pickup_details.py b/src/test/test_order_pickup_details.py index 88fd77ed7f..8734a0bbe3 100644 --- a/src/test/test_order_pickup_details.py +++ b/src/test/test_order_pickup_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_pickup_details_curbside_pickup_details.py b/src/test/test_order_pickup_details_curbside_pickup_details.py index 223ff8efb6..7944be3944 100644 --- a/src/test/test_order_pickup_details_curbside_pickup_details.py +++ b/src/test/test_order_pickup_details_curbside_pickup_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_pickup_details_recipient.py b/src/test/test_order_pickup_details_recipient.py index eed4d0ca0a..6bc1b75316 100644 --- a/src/test/test_order_pickup_details_recipient.py +++ b/src/test/test_order_pickup_details_recipient.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_refunds.py b/src/test/test_order_refunds.py index 05eb2f8321..141ad1aa95 100644 --- a/src/test/test_order_refunds.py +++ b/src/test/test_order_refunds.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_tenders.py b/src/test/test_order_tenders.py index 464654a1db..3e3fcab099 100644 --- a/src/test/test_order_tenders.py +++ b/src/test/test_order_tenders.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_order_type.py b/src/test/test_order_type.py index 826ae86ed9..d03aa06838 100644 --- a/src/test/test_order_type.py +++ b/src/test/test_order_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_orders_sort.py b/src/test/test_orders_sort.py index 91aa6bd0af..3d4e233e56 100644 --- a/src/test/test_orders_sort.py +++ b/src/test/test_orders_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_owner.py b/src/test/test_owner.py index 3e200a4983..df05b99cf9 100644 --- a/src/test/test_owner.py +++ b/src/test/test_owner.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pagination_coverage.py b/src/test/test_pagination_coverage.py index f56134b6b4..09dd6c5829 100644 --- a/src/test/test_pagination_coverage.py +++ b/src/test/test_pagination_coverage.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pass_through_body.py b/src/test/test_pass_through_body.py index 27f6655c29..b6391133fb 100644 --- a/src/test/test_pass_through_body.py +++ b/src/test/test_pass_through_body.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pass_through_query.py b/src/test/test_pass_through_query.py index a9f4aec66c..8aaa159166 100644 --- a/src/test/test_pass_through_query.py +++ b/src/test/test_pass_through_query.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_payment.py b/src/test/test_payment.py index 5fc6e9484f..30124afcba 100644 --- a/src/test/test_payment.py +++ b/src/test/test_payment.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -18,6 +18,7 @@ from apideck.model.linked_customer import LinkedCustomer from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_supplier import LinkedSupplier +from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['Allocation'] = Allocation globals()['Currency'] = Currency @@ -25,6 +26,7 @@ globals()['LinkedCustomer'] = LinkedCustomer globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedSupplier'] = LinkedSupplier +globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody from apideck.model.payment import Payment diff --git a/src/test/test_payment_card.py b/src/test/test_payment_card.py index 54585107f8..1c55d31ab3 100644 --- a/src/test/test_payment_card.py +++ b/src/test/test_payment_card.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_payment_frequency.py b/src/test/test_payment_frequency.py index 42ef37a3d2..19bc3274d2 100644 --- a/src/test/test_payment_frequency.py +++ b/src/test/test_payment_frequency.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_payment_required_response.py b/src/test/test_payment_required_response.py index 2cf5255491..df7df7bf88 100644 --- a/src/test/test_payment_required_response.py +++ b/src/test/test_payment_required_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_payment_unit.py b/src/test/test_payment_unit.py index 35b35921fc..07273b899d 100644 --- a/src/test/test_payment_unit.py +++ b/src/test/test_payment_unit.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_payments_filter.py b/src/test/test_payments_filter.py index f41ed918be..d7786052a2 100644 --- a/src/test/test_payments_filter.py +++ b/src/test/test_payments_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_payments_sort.py b/src/test/test_payments_sort.py index 014cc0dee0..d35c1a58b1 100644 --- a/src/test/test_payments_sort.py +++ b/src/test/test_payments_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_payroll.py b/src/test/test_payroll.py index aa7301f376..67e471a295 100644 --- a/src/test/test_payroll.py +++ b/src/test/test_payroll.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_payroll_totals.py b/src/test/test_payroll_totals.py index 45d42e6a28..d4cca8bf8f 100644 --- a/src/test/test_payroll_totals.py +++ b/src/test/test_payroll_totals.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_payrolls_filter.py b/src/test/test_payrolls_filter.py index 7269a7ac15..26c7e552bf 100644 --- a/src/test/test_payrolls_filter.py +++ b/src/test/test_payrolls_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_person.py b/src/test/test_person.py index 1efb2431e5..60f560cee8 100644 --- a/src/test/test_person.py +++ b/src/test/test_person.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_phone_number.py b/src/test/test_phone_number.py index a9aa2ac160..c938b88471 100644 --- a/src/test/test_phone_number.py +++ b/src/test/test_phone_number.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pipeline.py b/src/test/test_pipeline.py index 89e7c9ef37..600b9a5605 100644 --- a/src/test/test_pipeline.py +++ b/src/test/test_pipeline.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pipeline_stages.py b/src/test/test_pipeline_stages.py index 919595fb01..ea2b1d3b27 100644 --- a/src/test/test_pipeline_stages.py +++ b/src/test/test_pipeline_stages.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pos_api.py b/src/test/test_pos_api.py index a206d7559e..6599d6a534 100644 --- a/src/test/test_pos_api.py +++ b/src/test/test_pos_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pos_bank_account.py b/src/test/test_pos_bank_account.py index 46442553a4..6e8edd63a4 100644 --- a/src/test/test_pos_bank_account.py +++ b/src/test/test_pos_bank_account.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pos_bank_account_ach_details.py b/src/test/test_pos_bank_account_ach_details.py index 43fadf0312..d2e1a34023 100644 --- a/src/test/test_pos_bank_account_ach_details.py +++ b/src/test/test_pos_bank_account_ach_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pos_payment.py b/src/test/test_pos_payment.py index c61c89b46d..bd418c09c2 100644 --- a/src/test/test_pos_payment.py +++ b/src/test/test_pos_payment.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pos_payment_card_details.py b/src/test/test_pos_payment_card_details.py index 1a0625c651..f4fdb37fd9 100644 --- a/src/test/test_pos_payment_card_details.py +++ b/src/test/test_pos_payment_card_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_pos_payment_external_details.py b/src/test/test_pos_payment_external_details.py index 2dadbca98c..8c14bcbbc8 100644 --- a/src/test/test_pos_payment_external_details.py +++ b/src/test/test_pos_payment_external_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_price.py b/src/test/test_price.py index 6f9ea5ee91..62e9678b93 100644 --- a/src/test/test_price.py +++ b/src/test/test_price.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_probation_period.py b/src/test/test_probation_period.py index 20e657501e..c8934ad0f7 100644 --- a/src/test/test_probation_period.py +++ b/src/test/test_probation_period.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_profit_and_loss.py b/src/test/test_profit_and_loss.py index 08a7e43591..b19d7804be 100644 --- a/src/test/test_profit_and_loss.py +++ b/src/test/test_profit_and_loss.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_profit_and_loss_expenses.py b/src/test/test_profit_and_loss_expenses.py index 1f1d6e2dde..c078d27073 100644 --- a/src/test/test_profit_and_loss_expenses.py +++ b/src/test/test_profit_and_loss_expenses.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_profit_and_loss_filter.py b/src/test/test_profit_and_loss_filter.py index 856df8e781..474d0c7c20 100644 --- a/src/test/test_profit_and_loss_filter.py +++ b/src/test/test_profit_and_loss_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_profit_and_loss_gross_profit.py b/src/test/test_profit_and_loss_gross_profit.py index 2d2f74bbee..f2a610d5ae 100644 --- a/src/test/test_profit_and_loss_gross_profit.py +++ b/src/test/test_profit_and_loss_gross_profit.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_profit_and_loss_income.py b/src/test/test_profit_and_loss_income.py index 215fe3a73b..239ecf26cd 100644 --- a/src/test/test_profit_and_loss_income.py +++ b/src/test/test_profit_and_loss_income.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_profit_and_loss_net_income.py b/src/test/test_profit_and_loss_net_income.py index 4c11fdd612..8acb6991b4 100644 --- a/src/test/test_profit_and_loss_net_income.py +++ b/src/test/test_profit_and_loss_net_income.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_profit_and_loss_net_operating_income.py b/src/test/test_profit_and_loss_net_operating_income.py index f41d962230..ddcf82eea4 100644 --- a/src/test/test_profit_and_loss_net_operating_income.py +++ b/src/test/test_profit_and_loss_net_operating_income.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_profit_and_loss_record.py b/src/test/test_profit_and_loss_record.py index 01959b81f9..0e18a491d1 100644 --- a/src/test/test_profit_and_loss_record.py +++ b/src/test/test_profit_and_loss_record.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_profit_and_loss_records.py b/src/test/test_profit_and_loss_records.py index 5de86416ea..ca8357deda 100644 --- a/src/test/test_profit_and_loss_records.py +++ b/src/test/test_profit_and_loss_records.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_profit_and_loss_section.py b/src/test/test_profit_and_loss_section.py index 405c7b84f5..92d9304494 100644 --- a/src/test/test_profit_and_loss_section.py +++ b/src/test/test_profit_and_loss_section.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_purchase_order.py b/src/test/test_purchase_order.py index 5de7d49a12..6129bbd335 100644 --- a/src/test/test_purchase_order.py +++ b/src/test/test_purchase_order.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ @@ -18,6 +18,7 @@ from apideck.model.invoice_line_item import InvoiceLineItem from apideck.model.linked_ledger_account import LinkedLedgerAccount from apideck.model.linked_supplier import LinkedSupplier +from apideck.model.linked_tracking_categories import LinkedTrackingCategories from apideck.model.pass_through_body import PassThroughBody globals()['Address'] = Address globals()['BankAccount'] = BankAccount @@ -25,6 +26,7 @@ globals()['InvoiceLineItem'] = InvoiceLineItem globals()['LinkedLedgerAccount'] = LinkedLedgerAccount globals()['LinkedSupplier'] = LinkedSupplier +globals()['LinkedTrackingCategories'] = LinkedTrackingCategories globals()['PassThroughBody'] = PassThroughBody from apideck.model.purchase_order import PurchaseOrder diff --git a/src/test/test_purchase_orders_filter.py b/src/test/test_purchase_orders_filter.py index 5f6581f271..d562a0b9d3 100644 --- a/src/test/test_purchase_orders_filter.py +++ b/src/test/test_purchase_orders_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_purchase_orders_sort.py b/src/test/test_purchase_orders_sort.py index 5df1e7632b..e53a041cd6 100644 --- a/src/test/test_purchase_orders_sort.py +++ b/src/test/test_purchase_orders_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_request_count_allocation.py b/src/test/test_request_count_allocation.py index 516c2231b9..78a6aa321a 100644 --- a/src/test/test_request_count_allocation.py +++ b/src/test/test_request_count_allocation.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_request_rate.py b/src/test/test_request_rate.py index 727a9aefbc..b8b85af5ea 100644 --- a/src/test/test_request_rate.py +++ b/src/test/test_request_rate.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_resolve_webhook_event_request.py b/src/test/test_resolve_webhook_event_request.py index 878b236347..792f8b73e4 100644 --- a/src/test/test_resolve_webhook_event_request.py +++ b/src/test/test_resolve_webhook_event_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_resolve_webhook_events_request.py b/src/test/test_resolve_webhook_events_request.py index 9959c374d5..e4b059b003 100644 --- a/src/test/test_resolve_webhook_events_request.py +++ b/src/test/test_resolve_webhook_events_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_resolve_webhook_response.py b/src/test/test_resolve_webhook_response.py index 1c5a6208f4..fa4091a6e9 100644 --- a/src/test/test_resolve_webhook_response.py +++ b/src/test/test_resolve_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_resource_example.py b/src/test/test_resource_example.py index c3540afb34..1641e421a8 100644 --- a/src/test/test_resource_example.py +++ b/src/test/test_resource_example.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_resource_status.py b/src/test/test_resource_status.py index 2aebbb54a3..569601830d 100644 --- a/src/test/test_resource_status.py +++ b/src/test/test_resource_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_schedule.py b/src/test/test_schedule.py index 64f7f7eeb3..b76f2169a1 100644 --- a/src/test/test_schedule.py +++ b/src/test/test_schedule.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_schedule_work_pattern.py b/src/test/test_schedule_work_pattern.py index 1a14c48605..8fb50f05f6 100644 --- a/src/test/test_schedule_work_pattern.py +++ b/src/test/test_schedule_work_pattern.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_schedule_work_pattern_odd_weeks.py b/src/test/test_schedule_work_pattern_odd_weeks.py index 60449fc6da..4b874be568 100644 --- a/src/test/test_schedule_work_pattern_odd_weeks.py +++ b/src/test/test_schedule_work_pattern_odd_weeks.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_schema_support.py b/src/test/test_schema_support.py index 4bff870521..2d167e8b38 100644 --- a/src/test/test_schema_support.py +++ b/src/test/test_schema_support.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_service_charge.py b/src/test/test_service_charge.py index 0919b1f2d2..a2fdcf2dee 100644 --- a/src/test/test_service_charge.py +++ b/src/test/test_service_charge.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_service_charges.py b/src/test/test_service_charges.py index b9eb92d28e..182cbb52cd 100644 --- a/src/test/test_service_charges.py +++ b/src/test/test_service_charges.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_session.py b/src/test/test_session.py index 83e74bf5d8..2df1003b99 100644 --- a/src/test/test_session.py +++ b/src/test/test_session.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_session_settings.py b/src/test/test_session_settings.py index 0b5193c6b3..85640fbb6d 100644 --- a/src/test/test_session_settings.py +++ b/src/test/test_session_settings.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_session_theme.py b/src/test/test_session_theme.py index 201a9a3506..8ecbd6c768 100644 --- a/src/test/test_session_theme.py +++ b/src/test/test_session_theme.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_shared_link.py b/src/test/test_shared_link.py index d711b12515..60e1a4f107 100644 --- a/src/test/test_shared_link.py +++ b/src/test/test_shared_link.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_shared_link_target.py b/src/test/test_shared_link_target.py index 52ffc597b9..e126c116b1 100644 --- a/src/test/test_shared_link_target.py +++ b/src/test/test_shared_link_target.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_simple_form_field_option.py b/src/test/test_simple_form_field_option.py index 9a9f323b0e..cd03bfa06b 100644 --- a/src/test/test_simple_form_field_option.py +++ b/src/test/test_simple_form_field_option.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_sms_api.py b/src/test/test_sms_api.py index 9131d996fb..657c03b20e 100644 --- a/src/test/test_sms_api.py +++ b/src/test/test_sms_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_social_link.py b/src/test/test_social_link.py index b61b9b717e..ac4e1ff12b 100644 --- a/src/test/test_social_link.py +++ b/src/test/test_social_link.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_sort_direction.py b/src/test/test_sort_direction.py index 2a3762d67f..4a4077b6a4 100644 --- a/src/test/test_sort_direction.py +++ b/src/test/test_sort_direction.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_status.py b/src/test/test_status.py index 6ceadd1e46..997fd418ce 100644 --- a/src/test/test_status.py +++ b/src/test/test_status.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_subsidiary.py b/src/test/test_subsidiary.py index 33405ae4c4..660c8ed376 100644 --- a/src/test/test_subsidiary.py +++ b/src/test/test_subsidiary.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_subsidiary_reference.py b/src/test/test_subsidiary_reference.py index 510c4ca1a8..99897e5671 100644 --- a/src/test/test_subsidiary_reference.py +++ b/src/test/test_subsidiary_reference.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_supplier.py b/src/test/test_supplier.py index a85e7377f3..2cd644a43e 100644 --- a/src/test/test_supplier.py +++ b/src/test/test_supplier.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_suppliers_filter.py b/src/test/test_suppliers_filter.py index 84f976fa0c..a2215cc6a7 100644 --- a/src/test/test_suppliers_filter.py +++ b/src/test/test_suppliers_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_suppliers_sort.py b/src/test/test_suppliers_sort.py index e75d38603a..34fd2f6735 100644 --- a/src/test/test_suppliers_sort.py +++ b/src/test/test_suppliers_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_supported_property.py b/src/test/test_supported_property.py index 6a6015fc95..0ed7ac232f 100644 --- a/src/test/test_supported_property.py +++ b/src/test/test_supported_property.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_tags.py b/src/test/test_tags.py index 8526f689a2..4305a799dd 100644 --- a/src/test/test_tags.py +++ b/src/test/test_tags.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_tax.py b/src/test/test_tax.py index cc081f55c1..5ca10b1624 100644 --- a/src/test/test_tax.py +++ b/src/test/test_tax.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_tax_rate.py b/src/test/test_tax_rate.py index ba75908f97..60d87f946e 100644 --- a/src/test/test_tax_rate.py +++ b/src/test/test_tax_rate.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_tax_rates_filter.py b/src/test/test_tax_rates_filter.py index a3c38e918d..5c6bb9d4d3 100644 --- a/src/test/test_tax_rates_filter.py +++ b/src/test/test_tax_rates_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_team.py b/src/test/test_team.py index f269694958..1e9909a3b4 100644 --- a/src/test/test_team.py +++ b/src/test/test_team.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_tender.py b/src/test/test_tender.py index 3d2d683c73..1082b18681 100644 --- a/src/test/test_tender.py +++ b/src/test/test_tender.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_ticket.py b/src/test/test_ticket.py index cbdd709691..11b435bca4 100644 --- a/src/test/test_ticket.py +++ b/src/test/test_ticket.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_tickets_sort.py b/src/test/test_tickets_sort.py index 2793d8b22e..f0aab5c9f0 100644 --- a/src/test/test_tickets_sort.py +++ b/src/test/test_tickets_sort.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_time_off_request.py b/src/test/test_time_off_request.py index 673d617c05..38376d6716 100644 --- a/src/test/test_time_off_request.py +++ b/src/test/test_time_off_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_time_off_request_notes.py b/src/test/test_time_off_request_notes.py index 7f5ef34432..d9cf1a5d37 100644 --- a/src/test/test_time_off_request_notes.py +++ b/src/test/test_time_off_request_notes.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_time_off_requests_filter.py b/src/test/test_time_off_requests_filter.py index c64a54a43a..6b13a855cc 100644 --- a/src/test/test_time_off_requests_filter.py +++ b/src/test/test_time_off_requests_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_too_many_requests_response.py b/src/test/test_too_many_requests_response.py index d347a1b6ba..20004d140b 100644 --- a/src/test/test_too_many_requests_response.py +++ b/src/test/test_too_many_requests_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_too_many_requests_response_detail.py b/src/test/test_too_many_requests_response_detail.py index f2a4d8381b..10bc319d4d 100644 --- a/src/test/test_too_many_requests_response_detail.py +++ b/src/test/test_too_many_requests_response_detail.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_tracking_category.py b/src/test/test_tracking_category.py new file mode 100644 index 0000000000..6ba6381859 --- /dev/null +++ b/src/test/test_tracking_category.py @@ -0,0 +1,37 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import sys +import unittest + +import apideck +from apideck.model.pass_through_body import PassThroughBody +globals()['PassThroughBody'] = PassThroughBody +from apideck.model.tracking_category import TrackingCategory + + +class TestTrackingCategory(unittest.TestCase): + """TrackingCategory unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testTrackingCategory(self): + """Test TrackingCategory""" + # FIXME: construct object with mandatory attributes with example values + # model = TrackingCategory() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/src/test/test_tracking_item.py b/src/test/test_tracking_item.py index 1c90a2bb48..598b1ef3bf 100644 --- a/src/test/test_tracking_item.py +++ b/src/test/test_tracking_item.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_unauthorized_response.py b/src/test/test_unauthorized_response.py index 4a890f6740..11f0b83ca2 100644 --- a/src/test/test_unauthorized_response.py +++ b/src/test/test_unauthorized_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_unexpected_error_response.py b/src/test/test_unexpected_error_response.py index 17cfbec677..bd92aef717 100644 --- a/src/test/test_unexpected_error_response.py +++ b/src/test/test_unexpected_error_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_unified_api_id.py b/src/test/test_unified_api_id.py index 80b62bdf16..e866f16e89 100644 --- a/src/test/test_unified_api_id.py +++ b/src/test/test_unified_api_id.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_unified_file.py b/src/test/test_unified_file.py index 48d21a58d6..a404f4edd7 100644 --- a/src/test/test_unified_file.py +++ b/src/test/test_unified_file.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_unified_file_permissions.py b/src/test/test_unified_file_permissions.py index bd4ab5ec44..f94943b76f 100644 --- a/src/test/test_unified_file_permissions.py +++ b/src/test/test_unified_file_permissions.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_unified_id.py b/src/test/test_unified_id.py index 73db51691d..1db547a6b5 100644 --- a/src/test/test_unified_id.py +++ b/src/test/test_unified_id.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_unprocessable_response.py b/src/test/test_unprocessable_response.py index d50589318a..db949062cc 100644 --- a/src/test/test_unprocessable_response.py +++ b/src/test/test_unprocessable_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_accounting_department_response.py b/src/test/test_update_accounting_department_response.py index b312d3209d..3ffb8c9ff8 100644 --- a/src/test/test_update_accounting_department_response.py +++ b/src/test/test_update_accounting_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_accounting_location_response.py b/src/test/test_update_accounting_location_response.py index 9586415862..fed801f7d7 100644 --- a/src/test/test_update_accounting_location_response.py +++ b/src/test/test_update_accounting_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_activity_response.py b/src/test/test_update_activity_response.py index 56477aa5dd..3be6f56b46 100644 --- a/src/test/test_update_activity_response.py +++ b/src/test/test_update_activity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_applicant_response.py b/src/test/test_update_applicant_response.py index 93e319c077..4a7227d708 100644 --- a/src/test/test_update_applicant_response.py +++ b/src/test/test_update_applicant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_application_response.py b/src/test/test_update_application_response.py index 9604fcceb1..813c5ec2d4 100644 --- a/src/test/test_update_application_response.py +++ b/src/test/test_update_application_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_bill_response.py b/src/test/test_update_bill_response.py index 7391299788..9b2272bc2d 100644 --- a/src/test/test_update_bill_response.py +++ b/src/test/test_update_bill_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_comment_response.py b/src/test/test_update_comment_response.py index 3418fc0842..e8c2b51e15 100644 --- a/src/test/test_update_comment_response.py +++ b/src/test/test_update_comment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_company_response.py b/src/test/test_update_company_response.py index 90c8f04699..8f777e4147 100644 --- a/src/test/test_update_company_response.py +++ b/src/test/test_update_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_connection_response.py b/src/test/test_update_connection_response.py index a07a3ecf7b..264b952e9a 100644 --- a/src/test/test_update_connection_response.py +++ b/src/test/test_update_connection_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_consumer_request.py b/src/test/test_update_consumer_request.py index 0beca88b50..2a2ab9eaf7 100644 --- a/src/test/test_update_consumer_request.py +++ b/src/test/test_update_consumer_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_consumer_response.py b/src/test/test_update_consumer_response.py index 2a079cbcb6..65e3601bb3 100644 --- a/src/test/test_update_consumer_response.py +++ b/src/test/test_update_consumer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_contact_response.py b/src/test/test_update_contact_response.py index f3f94e42dc..f0bf52c168 100644 --- a/src/test/test_update_contact_response.py +++ b/src/test/test_update_contact_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_credit_note_response.py b/src/test/test_update_credit_note_response.py index e4a42594b6..605f37c838 100644 --- a/src/test/test_update_credit_note_response.py +++ b/src/test/test_update_credit_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_custom_mapping_request.py b/src/test/test_update_custom_mapping_request.py index f862f417de..e7d372f265 100644 --- a/src/test/test_update_custom_mapping_request.py +++ b/src/test/test_update_custom_mapping_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_custom_mapping_response.py b/src/test/test_update_custom_mapping_response.py index 3f33b26d77..548bc5ccbc 100644 --- a/src/test/test_update_custom_mapping_response.py +++ b/src/test/test_update_custom_mapping_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_customer_response.py b/src/test/test_update_customer_response.py index f452f9352b..1cbbbcb7b0 100644 --- a/src/test/test_update_customer_response.py +++ b/src/test/test_update_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_department_response.py b/src/test/test_update_department_response.py index df87f06c58..db698a1206 100644 --- a/src/test/test_update_department_response.py +++ b/src/test/test_update_department_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_drive_group_response.py b/src/test/test_update_drive_group_response.py index 0b6775455c..02d3ffd3e2 100644 --- a/src/test/test_update_drive_group_response.py +++ b/src/test/test_update_drive_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_drive_response.py b/src/test/test_update_drive_response.py index b7f2e91899..ba64dbae32 100644 --- a/src/test/test_update_drive_response.py +++ b/src/test/test_update_drive_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_ecommerce_customer_response.py b/src/test/test_update_ecommerce_customer_response.py index 1d0f2e6e4c..b19bbea76a 100644 --- a/src/test/test_update_ecommerce_customer_response.py +++ b/src/test/test_update_ecommerce_customer_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_ecommerce_order_response.py b/src/test/test_update_ecommerce_order_response.py index 09b89d0f7a..2cb8f6612b 100644 --- a/src/test/test_update_ecommerce_order_response.py +++ b/src/test/test_update_ecommerce_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_employee_response.py b/src/test/test_update_employee_response.py index d0df458252..29df967f10 100644 --- a/src/test/test_update_employee_response.py +++ b/src/test/test_update_employee_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_file_request.py b/src/test/test_update_file_request.py index 82f67aa1b1..b5e6cc8602 100644 --- a/src/test/test_update_file_request.py +++ b/src/test/test_update_file_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_file_response.py b/src/test/test_update_file_response.py index 384c35f325..bc707f0eac 100644 --- a/src/test/test_update_file_response.py +++ b/src/test/test_update_file_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_folder_request.py b/src/test/test_update_folder_request.py index 66b9cc068f..2d0b5bd733 100644 --- a/src/test/test_update_folder_request.py +++ b/src/test/test_update_folder_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_folder_response.py b/src/test/test_update_folder_response.py index c8a2ad7c89..e8f3a1ee14 100644 --- a/src/test/test_update_folder_response.py +++ b/src/test/test_update_folder_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_hris_company_response.py b/src/test/test_update_hris_company_response.py index cdfda5446e..339ea1ecd9 100644 --- a/src/test/test_update_hris_company_response.py +++ b/src/test/test_update_hris_company_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_invoice_items_response.py b/src/test/test_update_invoice_items_response.py index a01103ba53..bea406a5fa 100644 --- a/src/test/test_update_invoice_items_response.py +++ b/src/test/test_update_invoice_items_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_invoice_response.py b/src/test/test_update_invoice_response.py index 9d9dedc1fc..00314adda7 100644 --- a/src/test/test_update_invoice_response.py +++ b/src/test/test_update_invoice_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_item_response.py b/src/test/test_update_item_response.py index d59d6b3674..4d1efc8c18 100644 --- a/src/test/test_update_item_response.py +++ b/src/test/test_update_item_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_job_response.py b/src/test/test_update_job_response.py index 4ca87f5142..f457258b83 100644 --- a/src/test/test_update_job_response.py +++ b/src/test/test_update_job_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_journal_entry_response.py b/src/test/test_update_journal_entry_response.py index d751a818a3..603f78c594 100644 --- a/src/test/test_update_journal_entry_response.py +++ b/src/test/test_update_journal_entry_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_lead_response.py b/src/test/test_update_lead_response.py index 97330ca58e..50c6d24db4 100644 --- a/src/test/test_update_lead_response.py +++ b/src/test/test_update_lead_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_ledger_account_response.py b/src/test/test_update_ledger_account_response.py index aced36153c..f7d8100c96 100644 --- a/src/test/test_update_ledger_account_response.py +++ b/src/test/test_update_ledger_account_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_location_response.py b/src/test/test_update_location_response.py index 29e699a815..320adf7d52 100644 --- a/src/test/test_update_location_response.py +++ b/src/test/test_update_location_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_merchant_response.py b/src/test/test_update_merchant_response.py index bc25c8ced9..90b47f649c 100644 --- a/src/test/test_update_merchant_response.py +++ b/src/test/test_update_merchant_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_message_response.py b/src/test/test_update_message_response.py index 81d02ea6d8..5417ef4b15 100644 --- a/src/test/test_update_message_response.py +++ b/src/test/test_update_message_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_modifier_group_response.py b/src/test/test_update_modifier_group_response.py index 5ee6dd9da4..0eb32dff43 100644 --- a/src/test/test_update_modifier_group_response.py +++ b/src/test/test_update_modifier_group_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_modifier_response.py b/src/test/test_update_modifier_response.py index b8692a599a..174bc5adcf 100644 --- a/src/test/test_update_modifier_response.py +++ b/src/test/test_update_modifier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_note_response.py b/src/test/test_update_note_response.py index ed3ca33a5f..7ed4dc700e 100644 --- a/src/test/test_update_note_response.py +++ b/src/test/test_update_note_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_opportunity_response.py b/src/test/test_update_opportunity_response.py index 0c2e1ed927..b9bb741b15 100644 --- a/src/test/test_update_opportunity_response.py +++ b/src/test/test_update_opportunity_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_order_response.py b/src/test/test_update_order_response.py index 801f55e2a3..abb17b5a37 100644 --- a/src/test/test_update_order_response.py +++ b/src/test/test_update_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_order_type_response.py b/src/test/test_update_order_type_response.py index 5f97c5d93b..098e7ab349 100644 --- a/src/test/test_update_order_type_response.py +++ b/src/test/test_update_order_type_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_payment_response.py b/src/test/test_update_payment_response.py index 85826b5781..f58abedd5e 100644 --- a/src/test/test_update_payment_response.py +++ b/src/test/test_update_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_pipeline_response.py b/src/test/test_update_pipeline_response.py index 74be9b3a77..7429c79ef5 100644 --- a/src/test/test_update_pipeline_response.py +++ b/src/test/test_update_pipeline_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_pos_payment_response.py b/src/test/test_update_pos_payment_response.py index 2ae2433419..940c46076f 100644 --- a/src/test/test_update_pos_payment_response.py +++ b/src/test/test_update_pos_payment_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_product_response.py b/src/test/test_update_product_response.py index 6793515df3..45af9390b9 100644 --- a/src/test/test_update_product_response.py +++ b/src/test/test_update_product_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_purchase_order_response.py b/src/test/test_update_purchase_order_response.py index 20500568de..fe29982e65 100644 --- a/src/test/test_update_purchase_order_response.py +++ b/src/test/test_update_purchase_order_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_shared_link_response.py b/src/test/test_update_shared_link_response.py index 70c4e4adf4..2aaef34c99 100644 --- a/src/test/test_update_shared_link_response.py +++ b/src/test/test_update_shared_link_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_subsidiary_response.py b/src/test/test_update_subsidiary_response.py index 3ed8411e3c..ff9b98e73d 100644 --- a/src/test/test_update_subsidiary_response.py +++ b/src/test/test_update_subsidiary_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_supplier_response.py b/src/test/test_update_supplier_response.py index a0de049c41..70a1592378 100644 --- a/src/test/test_update_supplier_response.py +++ b/src/test/test_update_supplier_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_tax_rate_response.py b/src/test/test_update_tax_rate_response.py index 6c34903ff0..2859c6d2c0 100644 --- a/src/test/test_update_tax_rate_response.py +++ b/src/test/test_update_tax_rate_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_tender_response.py b/src/test/test_update_tender_response.py index 541ed43a7b..f5d1de828a 100644 --- a/src/test/test_update_tender_response.py +++ b/src/test/test_update_tender_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_ticket_response.py b/src/test/test_update_ticket_response.py index ec5e3ca780..b0c09367eb 100644 --- a/src/test/test_update_ticket_response.py +++ b/src/test/test_update_ticket_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_time_off_request_response.py b/src/test/test_update_time_off_request_response.py index 1622d5dd62..e6dc949742 100644 --- a/src/test/test_update_time_off_request_response.py +++ b/src/test/test_update_time_off_request_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_tracking_category_response.py b/src/test/test_update_tracking_category_response.py new file mode 100644 index 0000000000..98a4214e46 --- /dev/null +++ b/src/test/test_update_tracking_category_response.py @@ -0,0 +1,37 @@ +""" + Apideck + + The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 + + The version of the OpenAPI document: 10.7.0 + Generated by: https://openapi-generator.tech +""" + + +import sys +import unittest + +import apideck +from apideck.model.unified_id import UnifiedId +globals()['UnifiedId'] = UnifiedId +from apideck.model.update_tracking_category_response import UpdateTrackingCategoryResponse + + +class TestUpdateTrackingCategoryResponse(unittest.TestCase): + """UpdateTrackingCategoryResponse unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testUpdateTrackingCategoryResponse(self): + """Test UpdateTrackingCategoryResponse""" + # FIXME: construct object with mandatory attributes with example values + # model = UpdateTrackingCategoryResponse() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/src/test/test_update_upload_session_response.py b/src/test/test_update_upload_session_response.py index 52417e4a44..ce0f5f3aa0 100644 --- a/src/test/test_update_upload_session_response.py +++ b/src/test/test_update_upload_session_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_user_response.py b/src/test/test_update_user_response.py index d5ce845584..18dde27ecb 100644 --- a/src/test/test_update_user_response.py +++ b/src/test/test_update_user_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_webhook_request.py b/src/test/test_update_webhook_request.py index 617639285a..9df404a204 100644 --- a/src/test/test_update_webhook_request.py +++ b/src/test/test_update_webhook_request.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_update_webhook_response.py b/src/test/test_update_webhook_response.py index febb0a2098..bb686d8119 100644 --- a/src/test/test_update_webhook_response.py +++ b/src/test/test_update_webhook_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_upload_session.py b/src/test/test_upload_session.py index 9b9df6bc26..ffb7ee0f93 100644 --- a/src/test/test_upload_session.py +++ b/src/test/test_upload_session.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_url.py b/src/test/test_url.py index 838985339c..92204d8870 100644 --- a/src/test/test_url.py +++ b/src/test/test_url.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_user.py b/src/test/test_user.py index eb8c2800cf..3c0fcdeb4c 100644 --- a/src/test/test_user.py +++ b/src/test/test_user.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_validate_connection_state_response.py b/src/test/test_validate_connection_state_response.py index 6468be7462..b3ef3af91a 100644 --- a/src/test/test_validate_connection_state_response.py +++ b/src/test/test_validate_connection_state_response.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_validate_connection_state_response_data.py b/src/test/test_validate_connection_state_response_data.py index b95ab3fbca..5a5360a6cf 100644 --- a/src/test/test_validate_connection_state_response_data.py +++ b/src/test/test_validate_connection_state_response_data.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_vault_api.py b/src/test/test_vault_api.py index a3dbdc602c..a0e31e4a99 100644 --- a/src/test/test_vault_api.py +++ b/src/test/test_vault_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_vault_event_type.py b/src/test/test_vault_event_type.py index 46ab2d67ec..0165653b5e 100644 --- a/src/test/test_vault_event_type.py +++ b/src/test/test_vault_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_virtual_webhooks.py b/src/test/test_virtual_webhooks.py index 4c751674dd..c3938c0219 100644 --- a/src/test/test_virtual_webhooks.py +++ b/src/test/test_virtual_webhooks.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_wallet_details.py b/src/test/test_wallet_details.py index 081f2916c0..0bf295035e 100644 --- a/src/test/test_wallet_details.py +++ b/src/test/test_wallet_details.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook.py b/src/test/test_webhook.py index 09360a0f22..60b676d2bf 100644 --- a/src/test/test_webhook.py +++ b/src/test/test_webhook.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook_api.py b/src/test/test_webhook_api.py index 1cb8d39214..430831a165 100644 --- a/src/test/test_webhook_api.py +++ b/src/test/test_webhook_api.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook_event.py b/src/test/test_webhook_event.py index 2f6ec5451a..19aefefadc 100644 --- a/src/test/test_webhook_event.py +++ b/src/test/test_webhook_event.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook_event_log.py b/src/test/test_webhook_event_log.py index e5253e6dea..b37c1c391c 100644 --- a/src/test/test_webhook_event_log.py +++ b/src/test/test_webhook_event_log.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook_event_log_attempts.py b/src/test/test_webhook_event_log_attempts.py index 53d576c3bb..9ed14f7927 100644 --- a/src/test/test_webhook_event_log_attempts.py +++ b/src/test/test_webhook_event_log_attempts.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook_event_log_service.py b/src/test/test_webhook_event_log_service.py index 152f6cf1cc..7d5a378aa4 100644 --- a/src/test/test_webhook_event_log_service.py +++ b/src/test/test_webhook_event_log_service.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook_event_logs_filter.py b/src/test/test_webhook_event_logs_filter.py index 52089e7773..7ce86e03e0 100644 --- a/src/test/test_webhook_event_logs_filter.py +++ b/src/test/test_webhook_event_logs_filter.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook_event_logs_filter_service.py b/src/test/test_webhook_event_logs_filter_service.py index 65f1271bf3..eb51d30678 100644 --- a/src/test/test_webhook_event_logs_filter_service.py +++ b/src/test/test_webhook_event_logs_filter_service.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook_event_type.py b/src/test/test_webhook_event_type.py index c20bbdd198..e8b0e33d67 100644 --- a/src/test/test_webhook_event_type.py +++ b/src/test/test_webhook_event_type.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook_subscription.py b/src/test/test_webhook_subscription.py index 521644c902..f15358fdf2 100644 --- a/src/test/test_webhook_subscription.py +++ b/src/test/test_webhook_subscription.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_webhook_support.py b/src/test/test_webhook_support.py index 43e80ae94b..8660da9c60 100644 --- a/src/test/test_webhook_support.py +++ b/src/test/test_webhook_support.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """ diff --git a/src/test/test_website.py b/src/test/test_website.py index fd9c88171f..9ab9bc4806 100644 --- a/src/test/test_website.py +++ b/src/test/test_website.py @@ -3,7 +3,7 @@ The Apideck OpenAPI Spec: SDK Optimized # noqa: E501 - The version of the OpenAPI document: 10.6.3 + The version of the OpenAPI document: 10.7.0 Generated by: https://openapi-generator.tech """