@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 ClientsListPaymentRecipientNameInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `payment_recipient_name__in` - payment_recipient_name__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListPaymentRecipientNameInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListPaymentRecipientNameInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListPaymentRecipientNameInErrorComponentDtoAttrEnum {
|
|
22
|
+
PaymentRecipientNameIn = "payment_recipient_name__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListPaymentRecipientNameInErrorComponentDtoCodeEnum {
|
|
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 ClientsListQbClientIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `qb_client_id` - qb_client_id
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListQbClientIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListQbClientIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListQbClientIdErrorComponentDtoAttrEnum {
|
|
22
|
+
QbClientId = "qb_client_id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListQbClientIdErrorComponentDtoCodeEnum {
|
|
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 ClientsListQbClientIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `qb_client_id__in` - qb_client_id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListQbClientIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListQbClientIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListQbClientIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
QbClientIdIn = "qb_client_id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListQbClientIdInErrorComponentDtoCodeEnum {
|
|
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 ClientsListStateErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `state` - state
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListStateErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListStateErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListStateErrorComponentDtoAttrEnum {
|
|
22
|
+
State = "state"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListStateErrorComponentDtoCodeEnum {
|
|
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 ClientsListStateInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `state__in` - state__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListStateInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListStateInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListStateInErrorComponentDtoAttrEnum {
|
|
22
|
+
StateIn = "state__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListStateInErrorComponentDtoCodeEnum {
|
|
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 ClientsListStatusErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `status` - status
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListStatusErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListStatusErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListStatusErrorComponentDtoAttrEnum {
|
|
22
|
+
Status = "status"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListStatusErrorComponentDtoCodeEnum {
|
|
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 ClientsListStatusInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `status__in` - status__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListStatusInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListStatusInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListStatusInErrorComponentDtoAttrEnum {
|
|
22
|
+
StatusIn = "status__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListStatusInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -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 ClientsListTimeLimitPerMonthGteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `time_limit_per_month__gte` - time_limit_per_month__gte
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListTimeLimitPerMonthGteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `overflow` - overflow
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListTimeLimitPerMonthGteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListTimeLimitPerMonthGteErrorComponentDtoAttrEnum {
|
|
22
|
+
TimeLimitPerMonthGte = "time_limit_per_month__gte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListTimeLimitPerMonthGteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
Overflow = "overflow"
|
|
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 ClientsListTimeLimitPerMonthLteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `time_limit_per_month__lte` - time_limit_per_month__lte
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListTimeLimitPerMonthLteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `overflow` - overflow
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListTimeLimitPerMonthLteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListTimeLimitPerMonthLteErrorComponentDtoAttrEnum {
|
|
22
|
+
TimeLimitPerMonthLte = "time_limit_per_month__lte"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListTimeLimitPerMonthLteErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
Overflow = "overflow"
|
|
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 ClientsListUpdatedByErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `updated_by` - updated_by
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListUpdatedByErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListUpdatedByErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListUpdatedByErrorComponentDtoAttrEnum {
|
|
22
|
+
UpdatedBy = "updated_by"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListUpdatedByErrorComponentDtoCodeEnum {
|
|
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 ClientsListUpdatedByInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `updated_by__in` - updated_by__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListUpdatedByInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListUpdatedByInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListUpdatedByInErrorComponentDtoAttrEnum {
|
|
22
|
+
UpdatedByIn = "updated_by__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListUpdatedByInErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice"
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 { ClientsListErrorDto } from "./clients-list-error.dto";
|
|
11
|
+
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
12
|
+
export interface ClientsListValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ClientsListErrorDto>;
|
|
15
|
+
}
|
|
@@ -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 ClientsListWebsiteErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `website` - website
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListWebsiteErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListWebsiteErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListWebsiteErrorComponentDtoAttrEnum {
|
|
22
|
+
Website = "website"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListWebsiteErrorComponentDtoCodeEnum {
|
|
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 ClientsListWebsiteInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `website__in` - website__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListWebsiteInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListWebsiteInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListWebsiteInErrorComponentDtoAttrEnum {
|
|
22
|
+
WebsiteIn = "website__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListWebsiteInErrorComponentDtoCodeEnum {
|
|
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 ClientsListZipErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `zip` - zip
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListZipErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListZipErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListZipErrorComponentDtoAttrEnum {
|
|
22
|
+
Zip = "zip"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListZipErrorComponentDtoCodeEnum {
|
|
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 ClientsListZipInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `zip__in` - zip__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListZipInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListZipInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListZipInErrorComponentDtoAttrEnum {
|
|
22
|
+
ZipIn = "zip__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListZipInErrorComponentDtoCodeEnum {
|
|
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 ClientsListZohoAccountIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `zoho_account_id` - zoho_account_id
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListZohoAccountIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListZohoAccountIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListZohoAccountIdErrorComponentDtoAttrEnum {
|
|
22
|
+
ZohoAccountId = "zoho_account_id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListZohoAccountIdErrorComponentDtoCodeEnum {
|
|
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 ClientsListZohoAccountIdInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `zoho_account_id__in` - zoho_account_id__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsListZohoAccountIdInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsListZohoAccountIdInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsListZohoAccountIdInErrorComponentDtoAttrEnum {
|
|
22
|
+
ZohoAccountIdIn = "zoho_account_id__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsListZohoAccountIdInErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
/**
|
|
12
|
+
* @type ClientsRetrieveErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ClientsRetrieveErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -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 ClientsWithMonthStatsRetrieveAccountManagerErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `account_manager` - account_manager
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithMonthStatsRetrieveAccountManagerErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithMonthStatsRetrieveAccountManagerErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithMonthStatsRetrieveAccountManagerErrorComponentDtoAttrEnum {
|
|
22
|
+
AccountManager = "account_manager"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithMonthStatsRetrieveAccountManagerErrorComponentDtoCodeEnum {
|
|
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 ClientsWithMonthStatsRetrieveAccountManagerInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `account_manager__in` - account_manager__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithMonthStatsRetrieveAccountManagerInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithMonthStatsRetrieveAccountManagerInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithMonthStatsRetrieveAccountManagerInErrorComponentDtoAttrEnum {
|
|
22
|
+
AccountManagerIn = "account_manager__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithMonthStatsRetrieveAccountManagerInErrorComponentDtoCodeEnum {
|
|
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 ClientsWithMonthStatsRetrieveAddress1ErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `address1` - address1
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithMonthStatsRetrieveAddress1ErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithMonthStatsRetrieveAddress1ErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithMonthStatsRetrieveAddress1ErrorComponentDtoAttrEnum {
|
|
22
|
+
Address1 = "address1"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithMonthStatsRetrieveAddress1ErrorComponentDtoCodeEnum {
|
|
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 ClientsWithMonthStatsRetrieveAddress1InErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `address1__in` - address1__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithMonthStatsRetrieveAddress1InErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithMonthStatsRetrieveAddress1InErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithMonthStatsRetrieveAddress1InErrorComponentDtoAttrEnum {
|
|
22
|
+
Address1In = "address1__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithMonthStatsRetrieveAddress1InErrorComponentDtoCodeEnum {
|
|
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 ClientsWithMonthStatsRetrieveAddress2ErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `address2` - address2
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithMonthStatsRetrieveAddress2ErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithMonthStatsRetrieveAddress2ErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithMonthStatsRetrieveAddress2ErrorComponentDtoAttrEnum {
|
|
22
|
+
Address2 = "address2"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithMonthStatsRetrieveAddress2ErrorComponentDtoCodeEnum {
|
|
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 ClientsWithMonthStatsRetrieveAddress2InErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `address2__in` - address2__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ClientsWithMonthStatsRetrieveAddress2InErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `null_characters_not_allowed` - null_characters_not_allowed
|
|
17
|
+
*/
|
|
18
|
+
code: ClientsWithMonthStatsRetrieveAddress2InErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ClientsWithMonthStatsRetrieveAddress2InErrorComponentDtoAttrEnum {
|
|
22
|
+
Address2In = "address2__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ClientsWithMonthStatsRetrieveAddress2InErrorComponentDtoCodeEnum {
|
|
25
|
+
NullCharactersNotAllowed = "null_characters_not_allowed"
|
|
26
|
+
}
|