@saritasa/crm-delmar-core-sdk 0.0.120 → 0.0.122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/api.d.ts +4 -1
- package/api/branches-api.service.d.ts +1 -1
- package/api/branches-api.serviceInterface.d.ts +1 -1
- package/api/clients-api.service.d.ts +105 -0
- package/api/clients-api.serviceInterface.d.ts +226 -0
- package/api/projects-api.service.d.ts +45 -1
- package/api/projects-api.serviceInterface.d.ts +50 -0
- package/esm2022/api/api.mjs +5 -1
- package/esm2022/api/branches-api.service.mjs +1 -1
- package/esm2022/api/branches-api.serviceInterface.mjs +1 -1
- package/esm2022/api/clients-api.service.mjs +1011 -0
- package/esm2022/api/clients-api.serviceInterface.mjs +2 -0
- package/esm2022/api/projects-api.service.mjs +239 -1
- package/esm2022/api/projects-api.serviceInterface.mjs +1 -1
- package/esm2022/model/billing-method-enum.dto.mjs +20 -0
- package/esm2022/model/client-month-stats.dto.mjs +2 -0
- package/esm2022/model/client-stats.dto.mjs +2 -0
- package/esm2022/model/client-status-enum.dto.mjs +19 -0
- package/esm2022/model/client.dto.mjs +2 -0
- package/esm2022/model/clients-list-account-manager-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-account-manager-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-address1-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-address1-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-address2-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-address2-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-address1-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-address1-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-address2-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-address2-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-city-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-city-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-country-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-country-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-method-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-method-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-notes-contains-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-notes-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-notes-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-state-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-state-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-zip-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-billing-zip-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-city-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-city-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-contract-until-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-contract-until-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-country-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-country-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/clients-list-error.dto.mjs +2 -0
- package/esm2022/model/clients-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-list-notes-contains-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-notes-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-notes-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-payment-recipient-name-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-payment-recipient-name-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-qb-client-id-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-qb-client-id-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-state-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-state-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-status-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-status-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-time-limit-per-month-gte-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-list-time-limit-per-month-lte-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-list-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-validation-error.dto.mjs +2 -0
- package/esm2022/model/clients-list-website-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-website-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-zip-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-zip-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-zoho-account-id-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-list-zoho-account-id-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/clients-with-month-stats-retrieve-account-manager-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-account-manager-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-address1-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-address1-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-address2-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-address2-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-address1-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-address1-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-address2-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-address2-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-city-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-city-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-country-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-country-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-method-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-method-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-notes-contains-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-notes-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-notes-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-state-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-state-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-zip-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-billing-zip-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-city-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-city-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-contract-until-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-contract-until-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-country-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-country-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/clients-with-month-stats-retrieve-error.dto.mjs +2 -0
- package/esm2022/model/clients-with-month-stats-retrieve-id-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-with-month-stats-retrieve-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-with-month-stats-retrieve-notes-contains-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-notes-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-notes-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-payment-recipient-name-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-payment-recipient-name-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-qb-client-id-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-qb-client-id-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-state-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-state-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-status-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-status-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-time-limit-per-month-gte-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-with-month-stats-retrieve-time-limit-per-month-lte-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-with-month-stats-retrieve-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-validation-error.dto.mjs +2 -0
- package/esm2022/model/clients-with-month-stats-retrieve-website-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-website-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-zip-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-zip-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-zoho-account-id-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-month-stats-retrieve-zoho-account-id-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-account-manager-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-account-manager-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-address1-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-address1-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-address2-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-address2-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-address1-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-address1-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-address2-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-address2-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-city-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-city-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-country-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-country-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-method-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-method-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-notes-contains-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-notes-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-notes-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-state-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-state-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-zip-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-billing-zip-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-city-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-city-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-contract-until-gte-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-contract-until-lte-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-country-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-country-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-created-by-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-created-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/clients-with-stats-retrieve-error.dto.mjs +2 -0
- package/esm2022/model/clients-with-stats-retrieve-id-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-with-stats-retrieve-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-with-stats-retrieve-notes-contains-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-notes-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-notes-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-payment-recipient-name-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-payment-recipient-name-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-qb-client-id-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-qb-client-id-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-state-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-state-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-status-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-status-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-time-limit-per-month-gte-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-with-stats-retrieve-time-limit-per-month-lte-error-component.dto.mjs +19 -0
- package/esm2022/model/clients-with-stats-retrieve-updated-by-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-updated-by-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-validation-error.dto.mjs +2 -0
- package/esm2022/model/clients-with-stats-retrieve-website-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-website-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-zip-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-zip-in-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-zoho-account-id-error-component.dto.mjs +18 -0
- package/esm2022/model/clients-with-stats-retrieve-zoho-account-id-in-error-component.dto.mjs +18 -0
- package/esm2022/model/models.mjs +207 -1
- package/esm2022/model/paginated-client-list.dto.mjs +2 -0
- package/esm2022/model/paginated-project-serializer-with-month-stats-list.dto.mjs +2 -0
- package/esm2022/model/paginated-project-serializer-with-stats-list.dto.mjs +2 -0
- package/esm2022/model/project-serializer-with-month-stats.dto.mjs +2 -0
- package/esm2022/model/project-serializer-with-stats.dto.mjs +2 -0
- package/esm2022/model/projects-with-month-stats-list-client-contact-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-month-stats-list-client-contact-in-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-month-stats-list-client-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-month-stats-list-client-in-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-month-stats-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/projects-with-month-stats-list-error.dto.mjs +2 -0
- package/esm2022/model/projects-with-month-stats-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/projects-with-month-stats-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/projects-with-month-stats-list-project-managers-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/projects-with-month-stats-list-status-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-month-stats-list-status-in-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-month-stats-list-validation-error.dto.mjs +2 -0
- package/esm2022/model/projects-with-stats-list-client-contact-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-stats-list-client-contact-in-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-stats-list-client-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-stats-list-client-in-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-stats-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/projects-with-stats-list-error.dto.mjs +2 -0
- package/esm2022/model/projects-with-stats-list-id-error-component.dto.mjs +19 -0
- package/esm2022/model/projects-with-stats-list-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/projects-with-stats-list-project-managers-id-in-error-component.dto.mjs +19 -0
- package/esm2022/model/projects-with-stats-list-status-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-stats-list-status-in-error-component.dto.mjs +18 -0
- package/esm2022/model/projects-with-stats-list-validation-error.dto.mjs +2 -0
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +5913 -1375
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/billing-method-enum.dto.d.ts +18 -0
- package/model/client-month-stats.dto.d.ts +66 -0
- package/model/client-stats.dto.d.ts +68 -0
- package/model/client-status-enum.dto.d.ts +17 -0
- package/model/client.dto.d.ts +58 -0
- package/model/clients-list-account-manager-error-component.dto.d.ts +26 -0
- package/model/clients-list-account-manager-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-address1-error-component.dto.d.ts +26 -0
- package/model/clients-list-address1-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-address2-error-component.dto.d.ts +26 -0
- package/model/clients-list-address2-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-address1-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-address1-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-address2-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-address2-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-city-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-city-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-country-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-country-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-method-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-method-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-notes-contains-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-notes-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-notes-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-state-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-state-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-zip-error-component.dto.d.ts +26 -0
- package/model/clients-list-billing-zip-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-city-error-component.dto.d.ts +26 -0
- package/model/clients-list-city-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-contract-until-gte-error-component.dto.d.ts +26 -0
- package/model/clients-list-contract-until-lte-error-component.dto.d.ts +26 -0
- package/model/clients-list-country-error-component.dto.d.ts +26 -0
- package/model/clients-list-country-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-created-by-error-component.dto.d.ts +26 -0
- package/model/clients-list-created-by-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-error-response400.dto.d.ts +16 -0
- package/model/clients-list-error.dto.d.ts +68 -0
- package/model/clients-list-id-error-component.dto.d.ts +27 -0
- package/model/clients-list-id-in-error-component.dto.d.ts +27 -0
- package/model/clients-list-notes-contains-error-component.dto.d.ts +26 -0
- package/model/clients-list-notes-error-component.dto.d.ts +26 -0
- package/model/clients-list-notes-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-payment-recipient-name-error-component.dto.d.ts +26 -0
- package/model/clients-list-payment-recipient-name-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-qb-client-id-error-component.dto.d.ts +26 -0
- package/model/clients-list-qb-client-id-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-state-error-component.dto.d.ts +26 -0
- package/model/clients-list-state-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-status-error-component.dto.d.ts +26 -0
- package/model/clients-list-status-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-time-limit-per-month-gte-error-component.dto.d.ts +27 -0
- package/model/clients-list-time-limit-per-month-lte-error-component.dto.d.ts +27 -0
- package/model/clients-list-updated-by-error-component.dto.d.ts +26 -0
- package/model/clients-list-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-validation-error.dto.d.ts +15 -0
- package/model/clients-list-website-error-component.dto.d.ts +26 -0
- package/model/clients-list-website-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-zip-error-component.dto.d.ts +26 -0
- package/model/clients-list-zip-in-error-component.dto.d.ts +26 -0
- package/model/clients-list-zoho-account-id-error-component.dto.d.ts +26 -0
- package/model/clients-list-zoho-account-id-in-error-component.dto.d.ts +26 -0
- package/model/clients-retrieve-error-response400.dto.d.ts +15 -0
- package/model/clients-with-month-stats-retrieve-account-manager-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-account-manager-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-address1-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-address1-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-address2-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-address2-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-address1-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-address1-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-address2-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-address2-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-city-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-city-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-country-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-country-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-method-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-method-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-notes-contains-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-notes-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-notes-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-state-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-state-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-zip-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-billing-zip-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-city-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-city-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-contract-until-gte-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-contract-until-lte-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-country-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-country-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-created-by-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-created-by-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-error-response400.dto.d.ts +16 -0
- package/model/clients-with-month-stats-retrieve-error.dto.d.ts +68 -0
- package/model/clients-with-month-stats-retrieve-id-error-component.dto.d.ts +27 -0
- package/model/clients-with-month-stats-retrieve-id-in-error-component.dto.d.ts +27 -0
- package/model/clients-with-month-stats-retrieve-notes-contains-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-notes-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-notes-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-payment-recipient-name-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-payment-recipient-name-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-qb-client-id-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-qb-client-id-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-state-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-state-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-status-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-status-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-time-limit-per-month-gte-error-component.dto.d.ts +27 -0
- package/model/clients-with-month-stats-retrieve-time-limit-per-month-lte-error-component.dto.d.ts +27 -0
- package/model/clients-with-month-stats-retrieve-updated-by-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-validation-error.dto.d.ts +15 -0
- package/model/clients-with-month-stats-retrieve-website-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-website-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-zip-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-zip-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-zoho-account-id-error-component.dto.d.ts +26 -0
- package/model/clients-with-month-stats-retrieve-zoho-account-id-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-account-manager-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-account-manager-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-address1-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-address1-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-address2-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-address2-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-address1-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-address1-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-address2-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-address2-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-city-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-city-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-country-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-country-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-method-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-method-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-notes-contains-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-notes-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-notes-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-state-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-state-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-zip-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-billing-zip-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-city-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-city-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-contract-until-gte-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-contract-until-lte-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-country-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-country-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-created-by-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-created-by-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-error-response400.dto.d.ts +16 -0
- package/model/clients-with-stats-retrieve-error.dto.d.ts +68 -0
- package/model/clients-with-stats-retrieve-id-error-component.dto.d.ts +27 -0
- package/model/clients-with-stats-retrieve-id-in-error-component.dto.d.ts +27 -0
- package/model/clients-with-stats-retrieve-notes-contains-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-notes-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-notes-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-payment-recipient-name-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-payment-recipient-name-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-qb-client-id-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-qb-client-id-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-state-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-state-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-status-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-status-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-time-limit-per-month-gte-error-component.dto.d.ts +27 -0
- package/model/clients-with-stats-retrieve-time-limit-per-month-lte-error-component.dto.d.ts +27 -0
- package/model/clients-with-stats-retrieve-updated-by-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-updated-by-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-validation-error.dto.d.ts +15 -0
- package/model/clients-with-stats-retrieve-website-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-website-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-zip-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-zip-in-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-zoho-account-id-error-component.dto.d.ts +26 -0
- package/model/clients-with-stats-retrieve-zoho-account-id-in-error-component.dto.d.ts +26 -0
- package/model/models.d.ts +206 -0
- package/model/paginated-client-list.dto.d.ts +16 -0
- package/model/paginated-project-serializer-with-month-stats-list.dto.d.ts +16 -0
- package/model/paginated-project-serializer-with-stats-list.dto.d.ts +16 -0
- package/model/project-serializer-with-month-stats.dto.d.ts +76 -0
- package/model/project-serializer-with-stats.dto.d.ts +76 -0
- package/model/projects-with-month-stats-list-client-contact-error-component.dto.d.ts +26 -0
- package/model/projects-with-month-stats-list-client-contact-in-error-component.dto.d.ts +26 -0
- package/model/projects-with-month-stats-list-client-error-component.dto.d.ts +26 -0
- package/model/projects-with-month-stats-list-client-in-error-component.dto.d.ts +26 -0
- package/model/projects-with-month-stats-list-error-response400.dto.d.ts +16 -0
- package/model/projects-with-month-stats-list-error.dto.d.ts +23 -0
- package/model/projects-with-month-stats-list-id-error-component.dto.d.ts +27 -0
- package/model/projects-with-month-stats-list-id-in-error-component.dto.d.ts +27 -0
- package/model/projects-with-month-stats-list-project-managers-id-in-error-component.dto.d.ts +27 -0
- package/model/projects-with-month-stats-list-status-error-component.dto.d.ts +26 -0
- package/model/projects-with-month-stats-list-status-in-error-component.dto.d.ts +26 -0
- package/model/projects-with-month-stats-list-validation-error.dto.d.ts +15 -0
- package/model/projects-with-stats-list-client-contact-error-component.dto.d.ts +26 -0
- package/model/projects-with-stats-list-client-contact-in-error-component.dto.d.ts +26 -0
- package/model/projects-with-stats-list-client-error-component.dto.d.ts +26 -0
- package/model/projects-with-stats-list-client-in-error-component.dto.d.ts +26 -0
- package/model/projects-with-stats-list-error-response400.dto.d.ts +16 -0
- package/model/projects-with-stats-list-error.dto.d.ts +23 -0
- package/model/projects-with-stats-list-id-error-component.dto.d.ts +27 -0
- package/model/projects-with-stats-list-id-in-error-component.dto.d.ts +27 -0
- package/model/projects-with-stats-list-project-managers-id-in-error-component.dto.d.ts +27 -0
- package/model/projects-with-stats-list-status-error-component.dto.d.ts +26 -0
- package/model/projects-with-stats-list-status-in-error-component.dto.d.ts +26 -0
- package/model/projects-with-stats-list-validation-error.dto.d.ts +15 -0
- package/package.json +2 -2
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveBillingStateErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billing_state` - billing_state
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveBillingStateErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveBillingStateErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveBillingStateErrorComponentDtoAttrEnum {
|
|
22
|
+
BillingState = "billing_state"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveBillingStateErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveBillingStateInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billing_state__in` - billing_state__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveBillingStateInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveBillingStateInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveBillingStateInErrorComponentDtoAttrEnum {
|
|
22
|
+
BillingStateIn = "billing_state__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveBillingStateInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveBillingZipErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billing_zip` - billing_zip
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveBillingZipErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveBillingZipErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveBillingZipErrorComponentDtoAttrEnum {
|
|
22
|
+
BillingZip = "billing_zip"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveBillingZipErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveBillingZipInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billing_zip__in` - billing_zip__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveBillingZipInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveBillingZipInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveBillingZipInErrorComponentDtoAttrEnum {
|
|
22
|
+
BillingZipIn = "billing_zip__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveBillingZipInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveCityErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `city` - city
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveCityErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveCityErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveCityErrorComponentDtoAttrEnum {
|
|
22
|
+
City = "city"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveCityErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveCityInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `city__in` - city__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveCityInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveCityInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveCityInErrorComponentDtoAttrEnum {
|
|
22
|
+
CityIn = "city__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveCityInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveContractUntilGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `contract_until__gte` - contract_until__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveContractUntilGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveContractUntilGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveContractUntilGteErrorComponentDtoAttrEnum {
|
|
22
|
+
ContractUntilGte = "contract_until__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveContractUntilGteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveContractUntilLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `contract_until__lte` - contract_until__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveContractUntilLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveContractUntilLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveContractUntilLteErrorComponentDtoAttrEnum {
|
|
22
|
+
ContractUntilLte = "contract_until__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveContractUntilLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveCountryErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `country` - country
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveCountryErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveCountryErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveCountryErrorComponentDtoAttrEnum {
|
|
22
|
+
Country = "country"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveCountryErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveCountryInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `country__in` - country__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveCountryInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveCountryInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveCountryInErrorComponentDtoAttrEnum {
|
|
22
|
+
CountryIn = "country__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveCountryInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveCreatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by` - created_by
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveCreatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveCreatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveCreatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedBy = "created_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveCreatedByErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveCreatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `created_by__in` - created_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveCreatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveCreatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveCreatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
CreatedByIn = "created_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveCreatedByInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
import { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
import { ClientsWithStatsRetrieveValidationErrorDto } from "./clients-with-stats-retrieve-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ClientsWithStatsRetrieveErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ClientsWithStatsRetrieveErrorResponse400Dto = ClientsWithStatsRetrieveValidationErrorDto | ParseErrorResponseDto;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
import { ClientsWithStatsRetrievePaymentRecipientNameInErrorComponentDto } from "./clients-with-stats-retrieve-payment-recipient-name-in-error-component.dto";
|
|
11
|
+
import { ClientsWithStatsRetrieveBillingNotesContainsErrorComponentDto } from "./clients-with-stats-retrieve-billing-notes-contains-error-component.dto";
|
|
12
|
+
import { ClientsWithStatsRetrieveCityInErrorComponentDto } from "./clients-with-stats-retrieve-city-in-error-component.dto";
|
|
13
|
+
import { ClientsWithStatsRetrieveCountryInErrorComponentDto } from "./clients-with-stats-retrieve-country-in-error-component.dto";
|
|
14
|
+
import { ClientsWithStatsRetrieveCreatedByErrorComponentDto } from "./clients-with-stats-retrieve-created-by-error-component.dto";
|
|
15
|
+
import { ClientsWithStatsRetrieveZohoAccountIdErrorComponentDto } from "./clients-with-stats-retrieve-zoho-account-id-error-component.dto";
|
|
16
|
+
import { ClientsWithStatsRetrieveAddress1ErrorComponentDto } from "./clients-with-stats-retrieve-address1-error-component.dto";
|
|
17
|
+
import { ClientsWithStatsRetrieveIdErrorComponentDto } from "./clients-with-stats-retrieve-id-error-component.dto";
|
|
18
|
+
import { ClientsWithStatsRetrieveBillingMethodErrorComponentDto } from "./clients-with-stats-retrieve-billing-method-error-component.dto";
|
|
19
|
+
import { ClientsWithStatsRetrieveBillingCountryErrorComponentDto } from "./clients-with-stats-retrieve-billing-country-error-component.dto";
|
|
20
|
+
import { ClientsWithStatsRetrieveZipErrorComponentDto } from "./clients-with-stats-retrieve-zip-error-component.dto";
|
|
21
|
+
import { ClientsWithStatsRetrieveContractUntilGteErrorComponentDto } from "./clients-with-stats-retrieve-contract-until-gte-error-component.dto";
|
|
22
|
+
import { ClientsWithStatsRetrieveUpdatedByErrorComponentDto } from "./clients-with-stats-retrieve-updated-by-error-component.dto";
|
|
23
|
+
import { ClientsWithStatsRetrieveIdInErrorComponentDto } from "./clients-with-stats-retrieve-id-in-error-component.dto";
|
|
24
|
+
import { ClientsWithStatsRetrieveAccountManagerInErrorComponentDto } from "./clients-with-stats-retrieve-account-manager-in-error-component.dto";
|
|
25
|
+
import { ClientsWithStatsRetrieveBillingAddress2InErrorComponentDto } from "./clients-with-stats-retrieve-billing-address2-in-error-component.dto";
|
|
26
|
+
import { ClientsWithStatsRetrieveCountryErrorComponentDto } from "./clients-with-stats-retrieve-country-error-component.dto";
|
|
27
|
+
import { ClientsWithStatsRetrieveWebsiteInErrorComponentDto } from "./clients-with-stats-retrieve-website-in-error-component.dto";
|
|
28
|
+
import { ClientsWithStatsRetrieveBillingAddress1InErrorComponentDto } from "./clients-with-stats-retrieve-billing-address1-in-error-component.dto";
|
|
29
|
+
import { ClientsWithStatsRetrieveStatusInErrorComponentDto } from "./clients-with-stats-retrieve-status-in-error-component.dto";
|
|
30
|
+
import { ClientsWithStatsRetrieveQbClientIdErrorComponentDto } from "./clients-with-stats-retrieve-qb-client-id-error-component.dto";
|
|
31
|
+
import { ClientsWithStatsRetrieveAddress2ErrorComponentDto } from "./clients-with-stats-retrieve-address2-error-component.dto";
|
|
32
|
+
import { ClientsWithStatsRetrieveBillingCityErrorComponentDto } from "./clients-with-stats-retrieve-billing-city-error-component.dto";
|
|
33
|
+
import { ClientsWithStatsRetrieveBillingCityInErrorComponentDto } from "./clients-with-stats-retrieve-billing-city-in-error-component.dto";
|
|
34
|
+
import { ClientsWithStatsRetrieveBillingAddress2ErrorComponentDto } from "./clients-with-stats-retrieve-billing-address2-error-component.dto";
|
|
35
|
+
import { ClientsWithStatsRetrieveZohoAccountIdInErrorComponentDto } from "./clients-with-stats-retrieve-zoho-account-id-in-error-component.dto";
|
|
36
|
+
import { ClientsWithStatsRetrieveBillingStateErrorComponentDto } from "./clients-with-stats-retrieve-billing-state-error-component.dto";
|
|
37
|
+
import { ClientsWithStatsRetrieveCityErrorComponentDto } from "./clients-with-stats-retrieve-city-error-component.dto";
|
|
38
|
+
import { ClientsWithStatsRetrieveBillingZipInErrorComponentDto } from "./clients-with-stats-retrieve-billing-zip-in-error-component.dto";
|
|
39
|
+
import { ClientsWithStatsRetrieveCreatedByInErrorComponentDto } from "./clients-with-stats-retrieve-created-by-in-error-component.dto";
|
|
40
|
+
import { ClientsWithStatsRetrieveBillingNotesInErrorComponentDto } from "./clients-with-stats-retrieve-billing-notes-in-error-component.dto";
|
|
41
|
+
import { ClientsWithStatsRetrieveBillingStateInErrorComponentDto } from "./clients-with-stats-retrieve-billing-state-in-error-component.dto";
|
|
42
|
+
import { ClientsWithStatsRetrievePaymentRecipientNameErrorComponentDto } from "./clients-with-stats-retrieve-payment-recipient-name-error-component.dto";
|
|
43
|
+
import { ClientsWithStatsRetrieveNotesContainsErrorComponentDto } from "./clients-with-stats-retrieve-notes-contains-error-component.dto";
|
|
44
|
+
import { ClientsWithStatsRetrieveNotesErrorComponentDto } from "./clients-with-stats-retrieve-notes-error-component.dto";
|
|
45
|
+
import { ClientsWithStatsRetrieveStateInErrorComponentDto } from "./clients-with-stats-retrieve-state-in-error-component.dto";
|
|
46
|
+
import { ClientsWithStatsRetrieveContractUntilLteErrorComponentDto } from "./clients-with-stats-retrieve-contract-until-lte-error-component.dto";
|
|
47
|
+
import { ClientsWithStatsRetrieveZipInErrorComponentDto } from "./clients-with-stats-retrieve-zip-in-error-component.dto";
|
|
48
|
+
import { ClientsWithStatsRetrieveAccountManagerErrorComponentDto } from "./clients-with-stats-retrieve-account-manager-error-component.dto";
|
|
49
|
+
import { ClientsWithStatsRetrieveQbClientIdInErrorComponentDto } from "./clients-with-stats-retrieve-qb-client-id-in-error-component.dto";
|
|
50
|
+
import { ClientsWithStatsRetrieveAddress2InErrorComponentDto } from "./clients-with-stats-retrieve-address2-in-error-component.dto";
|
|
51
|
+
import { ClientsWithStatsRetrieveAddress1InErrorComponentDto } from "./clients-with-stats-retrieve-address1-in-error-component.dto";
|
|
52
|
+
import { ClientsWithStatsRetrieveTimeLimitPerMonthLteErrorComponentDto } from "./clients-with-stats-retrieve-time-limit-per-month-lte-error-component.dto";
|
|
53
|
+
import { ClientsWithStatsRetrieveBillingCountryInErrorComponentDto } from "./clients-with-stats-retrieve-billing-country-in-error-component.dto";
|
|
54
|
+
import { ClientsWithStatsRetrieveBillingZipErrorComponentDto } from "./clients-with-stats-retrieve-billing-zip-error-component.dto";
|
|
55
|
+
import { ClientsWithStatsRetrieveUpdatedByInErrorComponentDto } from "./clients-with-stats-retrieve-updated-by-in-error-component.dto";
|
|
56
|
+
import { ClientsWithStatsRetrieveBillingAddress1ErrorComponentDto } from "./clients-with-stats-retrieve-billing-address1-error-component.dto";
|
|
57
|
+
import { ClientsWithStatsRetrieveNotesInErrorComponentDto } from "./clients-with-stats-retrieve-notes-in-error-component.dto";
|
|
58
|
+
import { ClientsWithStatsRetrieveBillingMethodInErrorComponentDto } from "./clients-with-stats-retrieve-billing-method-in-error-component.dto";
|
|
59
|
+
import { ClientsWithStatsRetrieveStateErrorComponentDto } from "./clients-with-stats-retrieve-state-error-component.dto";
|
|
60
|
+
import { ClientsWithStatsRetrieveStatusErrorComponentDto } from "./clients-with-stats-retrieve-status-error-component.dto";
|
|
61
|
+
import { ClientsWithStatsRetrieveTimeLimitPerMonthGteErrorComponentDto } from "./clients-with-stats-retrieve-time-limit-per-month-gte-error-component.dto";
|
|
62
|
+
import { ClientsWithStatsRetrieveWebsiteErrorComponentDto } from "./clients-with-stats-retrieve-website-error-component.dto";
|
|
63
|
+
import { ClientsWithStatsRetrieveBillingNotesErrorComponentDto } from "./clients-with-stats-retrieve-billing-notes-error-component.dto";
|
|
64
|
+
/**
|
|
65
|
+
* @type ClientsWithStatsRetrieveErrorDto
|
|
66
|
+
* @export
|
|
67
|
+
*/
|
|
68
|
+
export type ClientsWithStatsRetrieveErrorDto = ClientsWithStatsRetrieveAccountManagerErrorComponentDto | ClientsWithStatsRetrieveAccountManagerInErrorComponentDto | ClientsWithStatsRetrieveAddress1ErrorComponentDto | ClientsWithStatsRetrieveAddress1InErrorComponentDto | ClientsWithStatsRetrieveAddress2ErrorComponentDto | ClientsWithStatsRetrieveAddress2InErrorComponentDto | ClientsWithStatsRetrieveBillingAddress1ErrorComponentDto | ClientsWithStatsRetrieveBillingAddress1InErrorComponentDto | ClientsWithStatsRetrieveBillingAddress2ErrorComponentDto | ClientsWithStatsRetrieveBillingAddress2InErrorComponentDto | ClientsWithStatsRetrieveBillingCityErrorComponentDto | ClientsWithStatsRetrieveBillingCityInErrorComponentDto | ClientsWithStatsRetrieveBillingCountryErrorComponentDto | ClientsWithStatsRetrieveBillingCountryInErrorComponentDto | ClientsWithStatsRetrieveBillingMethodErrorComponentDto | ClientsWithStatsRetrieveBillingMethodInErrorComponentDto | ClientsWithStatsRetrieveBillingNotesContainsErrorComponentDto | ClientsWithStatsRetrieveBillingNotesErrorComponentDto | ClientsWithStatsRetrieveBillingNotesInErrorComponentDto | ClientsWithStatsRetrieveBillingStateErrorComponentDto | ClientsWithStatsRetrieveBillingStateInErrorComponentDto | ClientsWithStatsRetrieveBillingZipErrorComponentDto | ClientsWithStatsRetrieveBillingZipInErrorComponentDto | ClientsWithStatsRetrieveCityErrorComponentDto | ClientsWithStatsRetrieveCityInErrorComponentDto | ClientsWithStatsRetrieveContractUntilGteErrorComponentDto | ClientsWithStatsRetrieveContractUntilLteErrorComponentDto | ClientsWithStatsRetrieveCountryErrorComponentDto | ClientsWithStatsRetrieveCountryInErrorComponentDto | ClientsWithStatsRetrieveCreatedByErrorComponentDto | ClientsWithStatsRetrieveCreatedByInErrorComponentDto | ClientsWithStatsRetrieveIdErrorComponentDto | ClientsWithStatsRetrieveIdInErrorComponentDto | ClientsWithStatsRetrieveNotesContainsErrorComponentDto | ClientsWithStatsRetrieveNotesErrorComponentDto | ClientsWithStatsRetrieveNotesInErrorComponentDto | ClientsWithStatsRetrievePaymentRecipientNameErrorComponentDto | ClientsWithStatsRetrievePaymentRecipientNameInErrorComponentDto | ClientsWithStatsRetrieveQbClientIdErrorComponentDto | ClientsWithStatsRetrieveQbClientIdInErrorComponentDto | ClientsWithStatsRetrieveStateErrorComponentDto | ClientsWithStatsRetrieveStateInErrorComponentDto | ClientsWithStatsRetrieveStatusErrorComponentDto | ClientsWithStatsRetrieveStatusInErrorComponentDto | ClientsWithStatsRetrieveTimeLimitPerMonthGteErrorComponentDto | ClientsWithStatsRetrieveTimeLimitPerMonthLteErrorComponentDto | ClientsWithStatsRetrieveUpdatedByErrorComponentDto | ClientsWithStatsRetrieveUpdatedByInErrorComponentDto | ClientsWithStatsRetrieveWebsiteErrorComponentDto | ClientsWithStatsRetrieveWebsiteInErrorComponentDto | ClientsWithStatsRetrieveZipErrorComponentDto | ClientsWithStatsRetrieveZipInErrorComponentDto | ClientsWithStatsRetrieveZohoAccountIdErrorComponentDto | ClientsWithStatsRetrieveZohoAccountIdInErrorComponentDto;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id` - id
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveIdErrorComponentDtoAttrEnum {
|
|
22
|
+
Id = "id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveIdErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id__in` - id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
IdIn = "id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveNotesContainsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `notes__contains` - notes__contains
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveNotesContainsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveNotesContainsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveNotesContainsErrorComponentDtoAttrEnum {
|
|
22
|
+
NotesContains = "notes__contains"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveNotesContainsErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveNotesErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `notes` - notes
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveNotesErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveNotesErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveNotesErrorComponentDtoAttrEnum {
|
|
22
|
+
Notes = "notes"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveNotesErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveNotesInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `notes__in` - notes__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveNotesInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveNotesInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveNotesInErrorComponentDtoAttrEnum {
|
|
22
|
+
NotesIn = "notes__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveNotesInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrievePaymentRecipientNameErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `payment_recipient_name` - payment_recipient_name
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrievePaymentRecipientNameErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrievePaymentRecipientNameErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrievePaymentRecipientNameErrorComponentDtoAttrEnum {
|
|
22
|
+
PaymentRecipientName = "payment_recipient_name"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrievePaymentRecipientNameErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrievePaymentRecipientNameInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `payment_recipient_name__in` - payment_recipient_name__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrievePaymentRecipientNameInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrievePaymentRecipientNameInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrievePaymentRecipientNameInErrorComponentDtoAttrEnum {
|
|
22
|
+
PaymentRecipientNameIn = "payment_recipient_name__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrievePaymentRecipientNameInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientsWithStatsRetrieveQbClientIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `qb_client_id` - qb_client_id
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithStatsRetrieveQbClientIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithStatsRetrieveQbClientIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithStatsRetrieveQbClientIdErrorComponentDtoAttrEnum {
|
|
22
|
+
QbClientId = "qb_client_id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithStatsRetrieveQbClientIdErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|