@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
package/model/models.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./billable-chart.dto";
|
|
2
2
|
export * from "./billing-frequency-enum.dto";
|
|
3
|
+
export * from "./billing-method-enum.dto";
|
|
3
4
|
export * from "./billing-type-enum.dto";
|
|
4
5
|
export * from "./branch-change-state-request.dto";
|
|
5
6
|
export * from "./branch.dto";
|
|
@@ -88,7 +89,183 @@ export * from "./branches-users-stats-list-id-error-component.dto";
|
|
|
88
89
|
export * from "./branches-users-stats-list-id-in-error-component.dto";
|
|
89
90
|
export * from "./branches-users-stats-list-users-search-error-component.dto";
|
|
90
91
|
export * from "./branches-users-stats-list-validation-error.dto";
|
|
92
|
+
export * from "./client.dto";
|
|
91
93
|
export * from "./client-error-enum.dto";
|
|
94
|
+
export * from "./client-month-stats.dto";
|
|
95
|
+
export * from "./client-stats.dto";
|
|
96
|
+
export * from "./client-status-enum.dto";
|
|
97
|
+
export * from "./clients-list-account-manager-error-component.dto";
|
|
98
|
+
export * from "./clients-list-account-manager-in-error-component.dto";
|
|
99
|
+
export * from "./clients-list-address1-error-component.dto";
|
|
100
|
+
export * from "./clients-list-address1-in-error-component.dto";
|
|
101
|
+
export * from "./clients-list-address2-error-component.dto";
|
|
102
|
+
export * from "./clients-list-address2-in-error-component.dto";
|
|
103
|
+
export * from "./clients-list-billing-address1-error-component.dto";
|
|
104
|
+
export * from "./clients-list-billing-address1-in-error-component.dto";
|
|
105
|
+
export * from "./clients-list-billing-address2-error-component.dto";
|
|
106
|
+
export * from "./clients-list-billing-address2-in-error-component.dto";
|
|
107
|
+
export * from "./clients-list-billing-city-error-component.dto";
|
|
108
|
+
export * from "./clients-list-billing-city-in-error-component.dto";
|
|
109
|
+
export * from "./clients-list-billing-country-error-component.dto";
|
|
110
|
+
export * from "./clients-list-billing-country-in-error-component.dto";
|
|
111
|
+
export * from "./clients-list-billing-method-error-component.dto";
|
|
112
|
+
export * from "./clients-list-billing-method-in-error-component.dto";
|
|
113
|
+
export * from "./clients-list-billing-notes-contains-error-component.dto";
|
|
114
|
+
export * from "./clients-list-billing-notes-error-component.dto";
|
|
115
|
+
export * from "./clients-list-billing-notes-in-error-component.dto";
|
|
116
|
+
export * from "./clients-list-billing-state-error-component.dto";
|
|
117
|
+
export * from "./clients-list-billing-state-in-error-component.dto";
|
|
118
|
+
export * from "./clients-list-billing-zip-error-component.dto";
|
|
119
|
+
export * from "./clients-list-billing-zip-in-error-component.dto";
|
|
120
|
+
export * from "./clients-list-city-error-component.dto";
|
|
121
|
+
export * from "./clients-list-city-in-error-component.dto";
|
|
122
|
+
export * from "./clients-list-contract-until-gte-error-component.dto";
|
|
123
|
+
export * from "./clients-list-contract-until-lte-error-component.dto";
|
|
124
|
+
export * from "./clients-list-country-error-component.dto";
|
|
125
|
+
export * from "./clients-list-country-in-error-component.dto";
|
|
126
|
+
export * from "./clients-list-created-by-error-component.dto";
|
|
127
|
+
export * from "./clients-list-created-by-in-error-component.dto";
|
|
128
|
+
export * from "./clients-list-error.dto";
|
|
129
|
+
export * from "./clients-list-error-response400.dto";
|
|
130
|
+
export * from "./clients-list-id-error-component.dto";
|
|
131
|
+
export * from "./clients-list-id-in-error-component.dto";
|
|
132
|
+
export * from "./clients-list-notes-contains-error-component.dto";
|
|
133
|
+
export * from "./clients-list-notes-error-component.dto";
|
|
134
|
+
export * from "./clients-list-notes-in-error-component.dto";
|
|
135
|
+
export * from "./clients-list-payment-recipient-name-error-component.dto";
|
|
136
|
+
export * from "./clients-list-payment-recipient-name-in-error-component.dto";
|
|
137
|
+
export * from "./clients-list-qb-client-id-error-component.dto";
|
|
138
|
+
export * from "./clients-list-qb-client-id-in-error-component.dto";
|
|
139
|
+
export * from "./clients-list-state-error-component.dto";
|
|
140
|
+
export * from "./clients-list-state-in-error-component.dto";
|
|
141
|
+
export * from "./clients-list-status-error-component.dto";
|
|
142
|
+
export * from "./clients-list-status-in-error-component.dto";
|
|
143
|
+
export * from "./clients-list-time-limit-per-month-gte-error-component.dto";
|
|
144
|
+
export * from "./clients-list-time-limit-per-month-lte-error-component.dto";
|
|
145
|
+
export * from "./clients-list-updated-by-error-component.dto";
|
|
146
|
+
export * from "./clients-list-updated-by-in-error-component.dto";
|
|
147
|
+
export * from "./clients-list-validation-error.dto";
|
|
148
|
+
export * from "./clients-list-website-error-component.dto";
|
|
149
|
+
export * from "./clients-list-website-in-error-component.dto";
|
|
150
|
+
export * from "./clients-list-zip-error-component.dto";
|
|
151
|
+
export * from "./clients-list-zip-in-error-component.dto";
|
|
152
|
+
export * from "./clients-list-zoho-account-id-error-component.dto";
|
|
153
|
+
export * from "./clients-list-zoho-account-id-in-error-component.dto";
|
|
154
|
+
export * from "./clients-retrieve-error-response400.dto";
|
|
155
|
+
export * from "./clients-with-month-stats-retrieve-account-manager-error-component.dto";
|
|
156
|
+
export * from "./clients-with-month-stats-retrieve-account-manager-in-error-component.dto";
|
|
157
|
+
export * from "./clients-with-month-stats-retrieve-address1-error-component.dto";
|
|
158
|
+
export * from "./clients-with-month-stats-retrieve-address1-in-error-component.dto";
|
|
159
|
+
export * from "./clients-with-month-stats-retrieve-address2-error-component.dto";
|
|
160
|
+
export * from "./clients-with-month-stats-retrieve-address2-in-error-component.dto";
|
|
161
|
+
export * from "./clients-with-month-stats-retrieve-billing-address1-error-component.dto";
|
|
162
|
+
export * from "./clients-with-month-stats-retrieve-billing-address1-in-error-component.dto";
|
|
163
|
+
export * from "./clients-with-month-stats-retrieve-billing-address2-error-component.dto";
|
|
164
|
+
export * from "./clients-with-month-stats-retrieve-billing-address2-in-error-component.dto";
|
|
165
|
+
export * from "./clients-with-month-stats-retrieve-billing-city-error-component.dto";
|
|
166
|
+
export * from "./clients-with-month-stats-retrieve-billing-city-in-error-component.dto";
|
|
167
|
+
export * from "./clients-with-month-stats-retrieve-billing-country-error-component.dto";
|
|
168
|
+
export * from "./clients-with-month-stats-retrieve-billing-country-in-error-component.dto";
|
|
169
|
+
export * from "./clients-with-month-stats-retrieve-billing-method-error-component.dto";
|
|
170
|
+
export * from "./clients-with-month-stats-retrieve-billing-method-in-error-component.dto";
|
|
171
|
+
export * from "./clients-with-month-stats-retrieve-billing-notes-contains-error-component.dto";
|
|
172
|
+
export * from "./clients-with-month-stats-retrieve-billing-notes-error-component.dto";
|
|
173
|
+
export * from "./clients-with-month-stats-retrieve-billing-notes-in-error-component.dto";
|
|
174
|
+
export * from "./clients-with-month-stats-retrieve-billing-state-error-component.dto";
|
|
175
|
+
export * from "./clients-with-month-stats-retrieve-billing-state-in-error-component.dto";
|
|
176
|
+
export * from "./clients-with-month-stats-retrieve-billing-zip-error-component.dto";
|
|
177
|
+
export * from "./clients-with-month-stats-retrieve-billing-zip-in-error-component.dto";
|
|
178
|
+
export * from "./clients-with-month-stats-retrieve-city-error-component.dto";
|
|
179
|
+
export * from "./clients-with-month-stats-retrieve-city-in-error-component.dto";
|
|
180
|
+
export * from "./clients-with-month-stats-retrieve-contract-until-gte-error-component.dto";
|
|
181
|
+
export * from "./clients-with-month-stats-retrieve-contract-until-lte-error-component.dto";
|
|
182
|
+
export * from "./clients-with-month-stats-retrieve-country-error-component.dto";
|
|
183
|
+
export * from "./clients-with-month-stats-retrieve-country-in-error-component.dto";
|
|
184
|
+
export * from "./clients-with-month-stats-retrieve-created-by-error-component.dto";
|
|
185
|
+
export * from "./clients-with-month-stats-retrieve-created-by-in-error-component.dto";
|
|
186
|
+
export * from "./clients-with-month-stats-retrieve-error.dto";
|
|
187
|
+
export * from "./clients-with-month-stats-retrieve-error-response400.dto";
|
|
188
|
+
export * from "./clients-with-month-stats-retrieve-id-error-component.dto";
|
|
189
|
+
export * from "./clients-with-month-stats-retrieve-id-in-error-component.dto";
|
|
190
|
+
export * from "./clients-with-month-stats-retrieve-notes-contains-error-component.dto";
|
|
191
|
+
export * from "./clients-with-month-stats-retrieve-notes-error-component.dto";
|
|
192
|
+
export * from "./clients-with-month-stats-retrieve-notes-in-error-component.dto";
|
|
193
|
+
export * from "./clients-with-month-stats-retrieve-payment-recipient-name-error-component.dto";
|
|
194
|
+
export * from "./clients-with-month-stats-retrieve-payment-recipient-name-in-error-component.dto";
|
|
195
|
+
export * from "./clients-with-month-stats-retrieve-qb-client-id-error-component.dto";
|
|
196
|
+
export * from "./clients-with-month-stats-retrieve-qb-client-id-in-error-component.dto";
|
|
197
|
+
export * from "./clients-with-month-stats-retrieve-state-error-component.dto";
|
|
198
|
+
export * from "./clients-with-month-stats-retrieve-state-in-error-component.dto";
|
|
199
|
+
export * from "./clients-with-month-stats-retrieve-status-error-component.dto";
|
|
200
|
+
export * from "./clients-with-month-stats-retrieve-status-in-error-component.dto";
|
|
201
|
+
export * from "./clients-with-month-stats-retrieve-time-limit-per-month-gte-error-component.dto";
|
|
202
|
+
export * from "./clients-with-month-stats-retrieve-time-limit-per-month-lte-error-component.dto";
|
|
203
|
+
export * from "./clients-with-month-stats-retrieve-updated-by-error-component.dto";
|
|
204
|
+
export * from "./clients-with-month-stats-retrieve-updated-by-in-error-component.dto";
|
|
205
|
+
export * from "./clients-with-month-stats-retrieve-validation-error.dto";
|
|
206
|
+
export * from "./clients-with-month-stats-retrieve-website-error-component.dto";
|
|
207
|
+
export * from "./clients-with-month-stats-retrieve-website-in-error-component.dto";
|
|
208
|
+
export * from "./clients-with-month-stats-retrieve-zip-error-component.dto";
|
|
209
|
+
export * from "./clients-with-month-stats-retrieve-zip-in-error-component.dto";
|
|
210
|
+
export * from "./clients-with-month-stats-retrieve-zoho-account-id-error-component.dto";
|
|
211
|
+
export * from "./clients-with-month-stats-retrieve-zoho-account-id-in-error-component.dto";
|
|
212
|
+
export * from "./clients-with-stats-retrieve-account-manager-error-component.dto";
|
|
213
|
+
export * from "./clients-with-stats-retrieve-account-manager-in-error-component.dto";
|
|
214
|
+
export * from "./clients-with-stats-retrieve-address1-error-component.dto";
|
|
215
|
+
export * from "./clients-with-stats-retrieve-address1-in-error-component.dto";
|
|
216
|
+
export * from "./clients-with-stats-retrieve-address2-error-component.dto";
|
|
217
|
+
export * from "./clients-with-stats-retrieve-address2-in-error-component.dto";
|
|
218
|
+
export * from "./clients-with-stats-retrieve-billing-address1-error-component.dto";
|
|
219
|
+
export * from "./clients-with-stats-retrieve-billing-address1-in-error-component.dto";
|
|
220
|
+
export * from "./clients-with-stats-retrieve-billing-address2-error-component.dto";
|
|
221
|
+
export * from "./clients-with-stats-retrieve-billing-address2-in-error-component.dto";
|
|
222
|
+
export * from "./clients-with-stats-retrieve-billing-city-error-component.dto";
|
|
223
|
+
export * from "./clients-with-stats-retrieve-billing-city-in-error-component.dto";
|
|
224
|
+
export * from "./clients-with-stats-retrieve-billing-country-error-component.dto";
|
|
225
|
+
export * from "./clients-with-stats-retrieve-billing-country-in-error-component.dto";
|
|
226
|
+
export * from "./clients-with-stats-retrieve-billing-method-error-component.dto";
|
|
227
|
+
export * from "./clients-with-stats-retrieve-billing-method-in-error-component.dto";
|
|
228
|
+
export * from "./clients-with-stats-retrieve-billing-notes-contains-error-component.dto";
|
|
229
|
+
export * from "./clients-with-stats-retrieve-billing-notes-error-component.dto";
|
|
230
|
+
export * from "./clients-with-stats-retrieve-billing-notes-in-error-component.dto";
|
|
231
|
+
export * from "./clients-with-stats-retrieve-billing-state-error-component.dto";
|
|
232
|
+
export * from "./clients-with-stats-retrieve-billing-state-in-error-component.dto";
|
|
233
|
+
export * from "./clients-with-stats-retrieve-billing-zip-error-component.dto";
|
|
234
|
+
export * from "./clients-with-stats-retrieve-billing-zip-in-error-component.dto";
|
|
235
|
+
export * from "./clients-with-stats-retrieve-city-error-component.dto";
|
|
236
|
+
export * from "./clients-with-stats-retrieve-city-in-error-component.dto";
|
|
237
|
+
export * from "./clients-with-stats-retrieve-contract-until-gte-error-component.dto";
|
|
238
|
+
export * from "./clients-with-stats-retrieve-contract-until-lte-error-component.dto";
|
|
239
|
+
export * from "./clients-with-stats-retrieve-country-error-component.dto";
|
|
240
|
+
export * from "./clients-with-stats-retrieve-country-in-error-component.dto";
|
|
241
|
+
export * from "./clients-with-stats-retrieve-created-by-error-component.dto";
|
|
242
|
+
export * from "./clients-with-stats-retrieve-created-by-in-error-component.dto";
|
|
243
|
+
export * from "./clients-with-stats-retrieve-error.dto";
|
|
244
|
+
export * from "./clients-with-stats-retrieve-error-response400.dto";
|
|
245
|
+
export * from "./clients-with-stats-retrieve-id-error-component.dto";
|
|
246
|
+
export * from "./clients-with-stats-retrieve-id-in-error-component.dto";
|
|
247
|
+
export * from "./clients-with-stats-retrieve-notes-contains-error-component.dto";
|
|
248
|
+
export * from "./clients-with-stats-retrieve-notes-error-component.dto";
|
|
249
|
+
export * from "./clients-with-stats-retrieve-notes-in-error-component.dto";
|
|
250
|
+
export * from "./clients-with-stats-retrieve-payment-recipient-name-error-component.dto";
|
|
251
|
+
export * from "./clients-with-stats-retrieve-payment-recipient-name-in-error-component.dto";
|
|
252
|
+
export * from "./clients-with-stats-retrieve-qb-client-id-error-component.dto";
|
|
253
|
+
export * from "./clients-with-stats-retrieve-qb-client-id-in-error-component.dto";
|
|
254
|
+
export * from "./clients-with-stats-retrieve-state-error-component.dto";
|
|
255
|
+
export * from "./clients-with-stats-retrieve-state-in-error-component.dto";
|
|
256
|
+
export * from "./clients-with-stats-retrieve-status-error-component.dto";
|
|
257
|
+
export * from "./clients-with-stats-retrieve-status-in-error-component.dto";
|
|
258
|
+
export * from "./clients-with-stats-retrieve-time-limit-per-month-gte-error-component.dto";
|
|
259
|
+
export * from "./clients-with-stats-retrieve-time-limit-per-month-lte-error-component.dto";
|
|
260
|
+
export * from "./clients-with-stats-retrieve-updated-by-error-component.dto";
|
|
261
|
+
export * from "./clients-with-stats-retrieve-updated-by-in-error-component.dto";
|
|
262
|
+
export * from "./clients-with-stats-retrieve-validation-error.dto";
|
|
263
|
+
export * from "./clients-with-stats-retrieve-website-error-component.dto";
|
|
264
|
+
export * from "./clients-with-stats-retrieve-website-in-error-component.dto";
|
|
265
|
+
export * from "./clients-with-stats-retrieve-zip-error-component.dto";
|
|
266
|
+
export * from "./clients-with-stats-retrieve-zip-in-error-component.dto";
|
|
267
|
+
export * from "./clients-with-stats-retrieve-zoho-account-id-error-component.dto";
|
|
268
|
+
export * from "./clients-with-stats-retrieve-zoho-account-id-in-error-component.dto";
|
|
92
269
|
export * from "./config-enum.dto";
|
|
93
270
|
export * from "./create-jira-project.dto";
|
|
94
271
|
export * from "./create-jira-project-request.dto";
|
|
@@ -337,6 +514,7 @@ export * from "./open-id-redirect.dto";
|
|
|
337
514
|
export * from "./paginated-branch-list.dto";
|
|
338
515
|
export * from "./paginated-branch-period-list.dto";
|
|
339
516
|
export * from "./paginated-branch-user-stats-list.dto";
|
|
517
|
+
export * from "./paginated-client-list.dto";
|
|
340
518
|
export * from "./paginated-department-list.dto";
|
|
341
519
|
export * from "./paginated-dismissal-reason-list.dto";
|
|
342
520
|
export * from "./paginated-export-job-list.dto";
|
|
@@ -345,6 +523,8 @@ export * from "./paginated-job-list.dto";
|
|
|
345
523
|
export * from "./paginated-location-list.dto";
|
|
346
524
|
export * from "./paginated-notification-list.dto";
|
|
347
525
|
export * from "./paginated-project-list.dto";
|
|
526
|
+
export * from "./paginated-project-serializer-with-month-stats-list.dto";
|
|
527
|
+
export * from "./paginated-project-serializer-with-stats-list.dto";
|
|
348
528
|
export * from "./paginated-role-list.dto";
|
|
349
529
|
export * from "./paginated-simple-project-priority-list.dto";
|
|
350
530
|
export * from "./paginated-simple-vendor-list.dto";
|
|
@@ -407,6 +587,8 @@ export * from "./project-priorities-list-name-error-component.dto";
|
|
|
407
587
|
export * from "./project-priorities-list-name-in-error-component.dto";
|
|
408
588
|
export * from "./project-priorities-list-validation-error.dto";
|
|
409
589
|
export * from "./project-priorities-retrieve-error-response400.dto";
|
|
590
|
+
export * from "./project-serializer-with-month-stats.dto";
|
|
591
|
+
export * from "./project-serializer-with-stats.dto";
|
|
410
592
|
export * from "./project-status-enum.dto";
|
|
411
593
|
export * from "./projects-list-client-contact-error-component.dto";
|
|
412
594
|
export * from "./projects-list-client-contact-in-error-component.dto";
|
|
@@ -421,6 +603,30 @@ export * from "./projects-list-status-error-component.dto";
|
|
|
421
603
|
export * from "./projects-list-status-in-error-component.dto";
|
|
422
604
|
export * from "./projects-list-validation-error.dto";
|
|
423
605
|
export * from "./projects-retrieve-error-response400.dto";
|
|
606
|
+
export * from "./projects-with-month-stats-list-client-contact-error-component.dto";
|
|
607
|
+
export * from "./projects-with-month-stats-list-client-contact-in-error-component.dto";
|
|
608
|
+
export * from "./projects-with-month-stats-list-client-error-component.dto";
|
|
609
|
+
export * from "./projects-with-month-stats-list-client-in-error-component.dto";
|
|
610
|
+
export * from "./projects-with-month-stats-list-error.dto";
|
|
611
|
+
export * from "./projects-with-month-stats-list-error-response400.dto";
|
|
612
|
+
export * from "./projects-with-month-stats-list-id-error-component.dto";
|
|
613
|
+
export * from "./projects-with-month-stats-list-id-in-error-component.dto";
|
|
614
|
+
export * from "./projects-with-month-stats-list-project-managers-id-in-error-component.dto";
|
|
615
|
+
export * from "./projects-with-month-stats-list-status-error-component.dto";
|
|
616
|
+
export * from "./projects-with-month-stats-list-status-in-error-component.dto";
|
|
617
|
+
export * from "./projects-with-month-stats-list-validation-error.dto";
|
|
618
|
+
export * from "./projects-with-stats-list-client-contact-error-component.dto";
|
|
619
|
+
export * from "./projects-with-stats-list-client-contact-in-error-component.dto";
|
|
620
|
+
export * from "./projects-with-stats-list-client-error-component.dto";
|
|
621
|
+
export * from "./projects-with-stats-list-client-in-error-component.dto";
|
|
622
|
+
export * from "./projects-with-stats-list-error.dto";
|
|
623
|
+
export * from "./projects-with-stats-list-error-response400.dto";
|
|
624
|
+
export * from "./projects-with-stats-list-id-error-component.dto";
|
|
625
|
+
export * from "./projects-with-stats-list-id-in-error-component.dto";
|
|
626
|
+
export * from "./projects-with-stats-list-project-managers-id-in-error-component.dto";
|
|
627
|
+
export * from "./projects-with-stats-list-status-error-component.dto";
|
|
628
|
+
export * from "./projects-with-stats-list-status-in-error-component.dto";
|
|
629
|
+
export * from "./projects-with-stats-list-validation-error.dto";
|
|
424
630
|
export * from "./role.dto";
|
|
425
631
|
export * from "./role-edit-permission.dto";
|
|
426
632
|
export * from "./role-edit-permission-request.dto";
|
|
@@ -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 { ClientDto } from "./client.dto";
|
|
11
|
+
export interface PaginatedClientListDto {
|
|
12
|
+
count: number;
|
|
13
|
+
results: Array<ClientDto>;
|
|
14
|
+
next?: string | null;
|
|
15
|
+
previous?: string | null;
|
|
16
|
+
}
|
|
@@ -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 { ProjectSerializerWithMonthStatsDto } from "./project-serializer-with-month-stats.dto";
|
|
11
|
+
export interface PaginatedProjectSerializerWithMonthStatsListDto {
|
|
12
|
+
count: number;
|
|
13
|
+
results: Array<ProjectSerializerWithMonthStatsDto>;
|
|
14
|
+
next?: string | null;
|
|
15
|
+
previous?: string | null;
|
|
16
|
+
}
|
|
@@ -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 { ProjectSerializerWithStatsDto } from "./project-serializer-with-stats.dto";
|
|
11
|
+
export interface PaginatedProjectSerializerWithStatsListDto {
|
|
12
|
+
count: number;
|
|
13
|
+
results: Array<ProjectSerializerWithStatsDto>;
|
|
14
|
+
next?: string | null;
|
|
15
|
+
previous?: string | null;
|
|
16
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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 { SimpleJiraProjectDto } from "./simple-jira-project.dto";
|
|
11
|
+
import { SimpleUserDto } from "./simple-user.dto";
|
|
12
|
+
import { BillingFrequencyEnumDto } from "./billing-frequency-enum.dto";
|
|
13
|
+
import { SimpleProjectPriorityDto } from "./simple-project-priority.dto";
|
|
14
|
+
import { BillingTypeEnumDto } from "./billing-type-enum.dto";
|
|
15
|
+
import { SimpleClientDto } from "./simple-client.dto";
|
|
16
|
+
import { SimpleClientContactDto } from "./simple-client-contact.dto";
|
|
17
|
+
import { ProjectStatusEnumDto } from "./project-status-enum.dto";
|
|
18
|
+
/**
|
|
19
|
+
* Serializer for Project model with month stats.
|
|
20
|
+
*/
|
|
21
|
+
export interface ProjectSerializerWithMonthStatsDto {
|
|
22
|
+
readonly id: number;
|
|
23
|
+
readonly created: string;
|
|
24
|
+
readonly modified: string;
|
|
25
|
+
name: string;
|
|
26
|
+
status: ProjectStatusEnumDto;
|
|
27
|
+
billing_type: BillingTypeEnumDto;
|
|
28
|
+
billing_frequency: BillingFrequencyEnumDto;
|
|
29
|
+
is_utilized: boolean;
|
|
30
|
+
is_billable: boolean;
|
|
31
|
+
readonly tech_manager_data: SimpleUserDto;
|
|
32
|
+
readonly qa_manager_data: SimpleUserDto;
|
|
33
|
+
time_limit_per_month: number;
|
|
34
|
+
time_limit: number;
|
|
35
|
+
/**
|
|
36
|
+
* This is the code used by DevOps team to format project infrastructure. For example, <code>-dev.saritasa.rocks for dev DNS.
|
|
37
|
+
*/
|
|
38
|
+
environment_code: string;
|
|
39
|
+
nickname: string;
|
|
40
|
+
readonly created_by: number | null;
|
|
41
|
+
readonly created_by_data: SimpleUserDto;
|
|
42
|
+
readonly updated_by: number | null;
|
|
43
|
+
readonly updated_by_data: SimpleUserDto;
|
|
44
|
+
client: number;
|
|
45
|
+
readonly client_data: SimpleClientDto;
|
|
46
|
+
readonly client_contact_data: SimpleClientContactDto;
|
|
47
|
+
readonly priority_data: SimpleProjectPriorityDto;
|
|
48
|
+
readonly project_managers: Array<number>;
|
|
49
|
+
readonly project_managers_data: Array<SimpleUserDto>;
|
|
50
|
+
jira_links: Array<number>;
|
|
51
|
+
readonly jira_links_data: Array<SimpleJiraProjectDto>;
|
|
52
|
+
readonly billable_day_jobs_duration: number;
|
|
53
|
+
readonly unbillable_day_jobs_duration: number;
|
|
54
|
+
readonly billable_week_jobs_duration: number;
|
|
55
|
+
readonly unbillable_week_jobs_duration: number;
|
|
56
|
+
readonly billable_month_jobs_duration: number;
|
|
57
|
+
readonly unbillable_month_jobs_duration: number;
|
|
58
|
+
readonly billable_month_avg_day_jobs_duration: number;
|
|
59
|
+
readonly unbillable_month_avg_day_jobs_duration: number;
|
|
60
|
+
tech_manager?: number | null;
|
|
61
|
+
qa_manager?: number | null;
|
|
62
|
+
start_date?: string | null;
|
|
63
|
+
development_start_date?: string | null;
|
|
64
|
+
is_development_started?: boolean;
|
|
65
|
+
proposed_end_date?: string | null;
|
|
66
|
+
actual_end_date?: string | null;
|
|
67
|
+
notes?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Project ID in Zoho CRM
|
|
70
|
+
*/
|
|
71
|
+
zoho_id?: string;
|
|
72
|
+
dev_site?: string;
|
|
73
|
+
actual_site?: string;
|
|
74
|
+
client_contact?: number | null;
|
|
75
|
+
priority?: number | null;
|
|
76
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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 { SimpleJiraProjectDto } from "./simple-jira-project.dto";
|
|
11
|
+
import { SimpleUserDto } from "./simple-user.dto";
|
|
12
|
+
import { BillingFrequencyEnumDto } from "./billing-frequency-enum.dto";
|
|
13
|
+
import { SimpleProjectPriorityDto } from "./simple-project-priority.dto";
|
|
14
|
+
import { BillingTypeEnumDto } from "./billing-type-enum.dto";
|
|
15
|
+
import { SimpleClientDto } from "./simple-client.dto";
|
|
16
|
+
import { SimpleClientContactDto } from "./simple-client-contact.dto";
|
|
17
|
+
import { ProjectStatusEnumDto } from "./project-status-enum.dto";
|
|
18
|
+
/**
|
|
19
|
+
* Serializer for Project model with stats.
|
|
20
|
+
*/
|
|
21
|
+
export interface ProjectSerializerWithStatsDto {
|
|
22
|
+
readonly id: number;
|
|
23
|
+
readonly created: string;
|
|
24
|
+
readonly modified: string;
|
|
25
|
+
name: string;
|
|
26
|
+
status: ProjectStatusEnumDto;
|
|
27
|
+
billing_type: BillingTypeEnumDto;
|
|
28
|
+
billing_frequency: BillingFrequencyEnumDto;
|
|
29
|
+
is_utilized: boolean;
|
|
30
|
+
is_billable: boolean;
|
|
31
|
+
readonly tech_manager_data: SimpleUserDto;
|
|
32
|
+
readonly qa_manager_data: SimpleUserDto;
|
|
33
|
+
time_limit_per_month: number;
|
|
34
|
+
time_limit: number;
|
|
35
|
+
/**
|
|
36
|
+
* This is the code used by DevOps team to format project infrastructure. For example, <code>-dev.saritasa.rocks for dev DNS.
|
|
37
|
+
*/
|
|
38
|
+
environment_code: string;
|
|
39
|
+
nickname: string;
|
|
40
|
+
readonly created_by: number | null;
|
|
41
|
+
readonly created_by_data: SimpleUserDto;
|
|
42
|
+
readonly updated_by: number | null;
|
|
43
|
+
readonly updated_by_data: SimpleUserDto;
|
|
44
|
+
client: number;
|
|
45
|
+
readonly client_data: SimpleClientDto;
|
|
46
|
+
readonly client_contact_data: SimpleClientContactDto;
|
|
47
|
+
readonly priority_data: SimpleProjectPriorityDto;
|
|
48
|
+
readonly project_managers: Array<number>;
|
|
49
|
+
readonly project_managers_data: Array<SimpleUserDto>;
|
|
50
|
+
jira_links: Array<number>;
|
|
51
|
+
readonly jira_links_data: Array<SimpleJiraProjectDto>;
|
|
52
|
+
readonly billable_tasks_count: number;
|
|
53
|
+
readonly unbillable_tasks_count: number;
|
|
54
|
+
readonly billable_jobs_count: number;
|
|
55
|
+
readonly unbillable_jobs_count: number;
|
|
56
|
+
readonly billable_duration: number;
|
|
57
|
+
readonly unbillable_duration: number;
|
|
58
|
+
readonly billable_avg_day_jobs_duration: number;
|
|
59
|
+
readonly unbillable_avg_day_jobs_duration: number;
|
|
60
|
+
tech_manager?: number | null;
|
|
61
|
+
qa_manager?: number | null;
|
|
62
|
+
start_date?: string | null;
|
|
63
|
+
development_start_date?: string | null;
|
|
64
|
+
is_development_started?: boolean;
|
|
65
|
+
proposed_end_date?: string | null;
|
|
66
|
+
actual_end_date?: string | null;
|
|
67
|
+
notes?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Project ID in Zoho CRM
|
|
70
|
+
*/
|
|
71
|
+
zoho_id?: string;
|
|
72
|
+
dev_site?: string;
|
|
73
|
+
actual_site?: string;
|
|
74
|
+
client_contact?: number | null;
|
|
75
|
+
priority?: number | null;
|
|
76
|
+
}
|
|
@@ -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 ProjectsWithMonthStatsListClientContactErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `client_contact` - client_contact
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsWithMonthStatsListClientContactErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsWithMonthStatsListClientContactErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsWithMonthStatsListClientContactErrorComponentDtoAttrEnum {
|
|
22
|
+
ClientContact = "client_contact"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsWithMonthStatsListClientContactErrorComponentDtoCodeEnum {
|
|
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 ProjectsWithMonthStatsListClientContactInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `client_contact__in` - client_contact__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsWithMonthStatsListClientContactInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsWithMonthStatsListClientContactInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsWithMonthStatsListClientContactInErrorComponentDtoAttrEnum {
|
|
22
|
+
ClientContactIn = "client_contact__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsWithMonthStatsListClientContactInErrorComponentDtoCodeEnum {
|
|
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 ProjectsWithMonthStatsListClientErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `client` - client
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsWithMonthStatsListClientErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsWithMonthStatsListClientErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsWithMonthStatsListClientErrorComponentDtoAttrEnum {
|
|
22
|
+
Client = "client"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsWithMonthStatsListClientErrorComponentDtoCodeEnum {
|
|
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 ProjectsWithMonthStatsListClientInErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `client__in` - client__in
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsWithMonthStatsListClientInErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsWithMonthStatsListClientInErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsWithMonthStatsListClientInErrorComponentDtoAttrEnum {
|
|
22
|
+
ClientIn = "client__in"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsWithMonthStatsListClientInErrorComponentDtoCodeEnum {
|
|
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 { ProjectsWithMonthStatsListValidationErrorDto } from "./projects-with-month-stats-list-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ProjectsWithMonthStatsListErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ProjectsWithMonthStatsListErrorResponse400Dto = ParseErrorResponseDto | ProjectsWithMonthStatsListValidationErrorDto;
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { ProjectsWithMonthStatsListClientInErrorComponentDto } from "./projects-with-month-stats-list-client-in-error-component.dto";
|
|
11
|
+
import { ProjectsWithMonthStatsListStatusInErrorComponentDto } from "./projects-with-month-stats-list-status-in-error-component.dto";
|
|
12
|
+
import { ProjectsWithMonthStatsListClientContactErrorComponentDto } from "./projects-with-month-stats-list-client-contact-error-component.dto";
|
|
13
|
+
import { ProjectsWithMonthStatsListProjectManagersIdInErrorComponentDto } from "./projects-with-month-stats-list-project-managers-id-in-error-component.dto";
|
|
14
|
+
import { ProjectsWithMonthStatsListIdInErrorComponentDto } from "./projects-with-month-stats-list-id-in-error-component.dto";
|
|
15
|
+
import { ProjectsWithMonthStatsListIdErrorComponentDto } from "./projects-with-month-stats-list-id-error-component.dto";
|
|
16
|
+
import { ProjectsWithMonthStatsListClientContactInErrorComponentDto } from "./projects-with-month-stats-list-client-contact-in-error-component.dto";
|
|
17
|
+
import { ProjectsWithMonthStatsListStatusErrorComponentDto } from "./projects-with-month-stats-list-status-error-component.dto";
|
|
18
|
+
import { ProjectsWithMonthStatsListClientErrorComponentDto } from "./projects-with-month-stats-list-client-error-component.dto";
|
|
19
|
+
/**
|
|
20
|
+
* @type ProjectsWithMonthStatsListErrorDto
|
|
21
|
+
* @export
|
|
22
|
+
*/
|
|
23
|
+
export type ProjectsWithMonthStatsListErrorDto = ProjectsWithMonthStatsListClientContactErrorComponentDto | ProjectsWithMonthStatsListClientContactInErrorComponentDto | ProjectsWithMonthStatsListClientErrorComponentDto | ProjectsWithMonthStatsListClientInErrorComponentDto | ProjectsWithMonthStatsListIdErrorComponentDto | ProjectsWithMonthStatsListIdInErrorComponentDto | ProjectsWithMonthStatsListProjectManagersIdInErrorComponentDto | ProjectsWithMonthStatsListStatusErrorComponentDto | ProjectsWithMonthStatsListStatusInErrorComponentDto;
|
|
@@ -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 ProjectsWithMonthStatsListIdErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `id` - id
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsWithMonthStatsListIdErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `max_value` - max_value
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsWithMonthStatsListIdErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsWithMonthStatsListIdErrorComponentDtoAttrEnum {
|
|
22
|
+
Id = "id"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsWithMonthStatsListIdErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
MaxValue = "max_value"
|
|
27
|
+
}
|