@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.
Files changed (432) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +4 -1
  3. package/api/branches-api.service.d.ts +1 -1
  4. package/api/branches-api.serviceInterface.d.ts +1 -1
  5. package/api/clients-api.service.d.ts +105 -0
  6. package/api/clients-api.serviceInterface.d.ts +226 -0
  7. package/api/projects-api.service.d.ts +45 -1
  8. package/api/projects-api.serviceInterface.d.ts +50 -0
  9. package/esm2022/api/api.mjs +5 -1
  10. package/esm2022/api/branches-api.service.mjs +1 -1
  11. package/esm2022/api/branches-api.serviceInterface.mjs +1 -1
  12. package/esm2022/api/clients-api.service.mjs +1011 -0
  13. package/esm2022/api/clients-api.serviceInterface.mjs +2 -0
  14. package/esm2022/api/projects-api.service.mjs +239 -1
  15. package/esm2022/api/projects-api.serviceInterface.mjs +1 -1
  16. package/esm2022/model/billing-method-enum.dto.mjs +20 -0
  17. package/esm2022/model/client-month-stats.dto.mjs +2 -0
  18. package/esm2022/model/client-stats.dto.mjs +2 -0
  19. package/esm2022/model/client-status-enum.dto.mjs +19 -0
  20. package/esm2022/model/client.dto.mjs +2 -0
  21. package/esm2022/model/clients-list-account-manager-error-component.dto.mjs +18 -0
  22. package/esm2022/model/clients-list-account-manager-in-error-component.dto.mjs +18 -0
  23. package/esm2022/model/clients-list-address1-error-component.dto.mjs +18 -0
  24. package/esm2022/model/clients-list-address1-in-error-component.dto.mjs +18 -0
  25. package/esm2022/model/clients-list-address2-error-component.dto.mjs +18 -0
  26. package/esm2022/model/clients-list-address2-in-error-component.dto.mjs +18 -0
  27. package/esm2022/model/clients-list-billing-address1-error-component.dto.mjs +18 -0
  28. package/esm2022/model/clients-list-billing-address1-in-error-component.dto.mjs +18 -0
  29. package/esm2022/model/clients-list-billing-address2-error-component.dto.mjs +18 -0
  30. package/esm2022/model/clients-list-billing-address2-in-error-component.dto.mjs +18 -0
  31. package/esm2022/model/clients-list-billing-city-error-component.dto.mjs +18 -0
  32. package/esm2022/model/clients-list-billing-city-in-error-component.dto.mjs +18 -0
  33. package/esm2022/model/clients-list-billing-country-error-component.dto.mjs +18 -0
  34. package/esm2022/model/clients-list-billing-country-in-error-component.dto.mjs +18 -0
  35. package/esm2022/model/clients-list-billing-method-error-component.dto.mjs +18 -0
  36. package/esm2022/model/clients-list-billing-method-in-error-component.dto.mjs +18 -0
  37. package/esm2022/model/clients-list-billing-notes-contains-error-component.dto.mjs +18 -0
  38. package/esm2022/model/clients-list-billing-notes-error-component.dto.mjs +18 -0
  39. package/esm2022/model/clients-list-billing-notes-in-error-component.dto.mjs +18 -0
  40. package/esm2022/model/clients-list-billing-state-error-component.dto.mjs +18 -0
  41. package/esm2022/model/clients-list-billing-state-in-error-component.dto.mjs +18 -0
  42. package/esm2022/model/clients-list-billing-zip-error-component.dto.mjs +18 -0
  43. package/esm2022/model/clients-list-billing-zip-in-error-component.dto.mjs +18 -0
  44. package/esm2022/model/clients-list-city-error-component.dto.mjs +18 -0
  45. package/esm2022/model/clients-list-city-in-error-component.dto.mjs +18 -0
  46. package/esm2022/model/clients-list-contract-until-gte-error-component.dto.mjs +18 -0
  47. package/esm2022/model/clients-list-contract-until-lte-error-component.dto.mjs +18 -0
  48. package/esm2022/model/clients-list-country-error-component.dto.mjs +18 -0
  49. package/esm2022/model/clients-list-country-in-error-component.dto.mjs +18 -0
  50. package/esm2022/model/clients-list-created-by-error-component.dto.mjs +18 -0
  51. package/esm2022/model/clients-list-created-by-in-error-component.dto.mjs +18 -0
  52. package/esm2022/model/clients-list-error-response400.dto.mjs +2 -0
  53. package/esm2022/model/clients-list-error.dto.mjs +2 -0
  54. package/esm2022/model/clients-list-id-error-component.dto.mjs +19 -0
  55. package/esm2022/model/clients-list-id-in-error-component.dto.mjs +19 -0
  56. package/esm2022/model/clients-list-notes-contains-error-component.dto.mjs +18 -0
  57. package/esm2022/model/clients-list-notes-error-component.dto.mjs +18 -0
  58. package/esm2022/model/clients-list-notes-in-error-component.dto.mjs +18 -0
  59. package/esm2022/model/clients-list-payment-recipient-name-error-component.dto.mjs +18 -0
  60. package/esm2022/model/clients-list-payment-recipient-name-in-error-component.dto.mjs +18 -0
  61. package/esm2022/model/clients-list-qb-client-id-error-component.dto.mjs +18 -0
  62. package/esm2022/model/clients-list-qb-client-id-in-error-component.dto.mjs +18 -0
  63. package/esm2022/model/clients-list-state-error-component.dto.mjs +18 -0
  64. package/esm2022/model/clients-list-state-in-error-component.dto.mjs +18 -0
  65. package/esm2022/model/clients-list-status-error-component.dto.mjs +18 -0
  66. package/esm2022/model/clients-list-status-in-error-component.dto.mjs +18 -0
  67. package/esm2022/model/clients-list-time-limit-per-month-gte-error-component.dto.mjs +19 -0
  68. package/esm2022/model/clients-list-time-limit-per-month-lte-error-component.dto.mjs +19 -0
  69. package/esm2022/model/clients-list-updated-by-error-component.dto.mjs +18 -0
  70. package/esm2022/model/clients-list-updated-by-in-error-component.dto.mjs +18 -0
  71. package/esm2022/model/clients-list-validation-error.dto.mjs +2 -0
  72. package/esm2022/model/clients-list-website-error-component.dto.mjs +18 -0
  73. package/esm2022/model/clients-list-website-in-error-component.dto.mjs +18 -0
  74. package/esm2022/model/clients-list-zip-error-component.dto.mjs +18 -0
  75. package/esm2022/model/clients-list-zip-in-error-component.dto.mjs +18 -0
  76. package/esm2022/model/clients-list-zoho-account-id-error-component.dto.mjs +18 -0
  77. package/esm2022/model/clients-list-zoho-account-id-in-error-component.dto.mjs +18 -0
  78. package/esm2022/model/clients-retrieve-error-response400.dto.mjs +2 -0
  79. package/esm2022/model/clients-with-month-stats-retrieve-account-manager-error-component.dto.mjs +18 -0
  80. package/esm2022/model/clients-with-month-stats-retrieve-account-manager-in-error-component.dto.mjs +18 -0
  81. package/esm2022/model/clients-with-month-stats-retrieve-address1-error-component.dto.mjs +18 -0
  82. package/esm2022/model/clients-with-month-stats-retrieve-address1-in-error-component.dto.mjs +18 -0
  83. package/esm2022/model/clients-with-month-stats-retrieve-address2-error-component.dto.mjs +18 -0
  84. package/esm2022/model/clients-with-month-stats-retrieve-address2-in-error-component.dto.mjs +18 -0
  85. package/esm2022/model/clients-with-month-stats-retrieve-billing-address1-error-component.dto.mjs +18 -0
  86. package/esm2022/model/clients-with-month-stats-retrieve-billing-address1-in-error-component.dto.mjs +18 -0
  87. package/esm2022/model/clients-with-month-stats-retrieve-billing-address2-error-component.dto.mjs +18 -0
  88. package/esm2022/model/clients-with-month-stats-retrieve-billing-address2-in-error-component.dto.mjs +18 -0
  89. package/esm2022/model/clients-with-month-stats-retrieve-billing-city-error-component.dto.mjs +18 -0
  90. package/esm2022/model/clients-with-month-stats-retrieve-billing-city-in-error-component.dto.mjs +18 -0
  91. package/esm2022/model/clients-with-month-stats-retrieve-billing-country-error-component.dto.mjs +18 -0
  92. package/esm2022/model/clients-with-month-stats-retrieve-billing-country-in-error-component.dto.mjs +18 -0
  93. package/esm2022/model/clients-with-month-stats-retrieve-billing-method-error-component.dto.mjs +18 -0
  94. package/esm2022/model/clients-with-month-stats-retrieve-billing-method-in-error-component.dto.mjs +18 -0
  95. package/esm2022/model/clients-with-month-stats-retrieve-billing-notes-contains-error-component.dto.mjs +18 -0
  96. package/esm2022/model/clients-with-month-stats-retrieve-billing-notes-error-component.dto.mjs +18 -0
  97. package/esm2022/model/clients-with-month-stats-retrieve-billing-notes-in-error-component.dto.mjs +18 -0
  98. package/esm2022/model/clients-with-month-stats-retrieve-billing-state-error-component.dto.mjs +18 -0
  99. package/esm2022/model/clients-with-month-stats-retrieve-billing-state-in-error-component.dto.mjs +18 -0
  100. package/esm2022/model/clients-with-month-stats-retrieve-billing-zip-error-component.dto.mjs +18 -0
  101. package/esm2022/model/clients-with-month-stats-retrieve-billing-zip-in-error-component.dto.mjs +18 -0
  102. package/esm2022/model/clients-with-month-stats-retrieve-city-error-component.dto.mjs +18 -0
  103. package/esm2022/model/clients-with-month-stats-retrieve-city-in-error-component.dto.mjs +18 -0
  104. package/esm2022/model/clients-with-month-stats-retrieve-contract-until-gte-error-component.dto.mjs +18 -0
  105. package/esm2022/model/clients-with-month-stats-retrieve-contract-until-lte-error-component.dto.mjs +18 -0
  106. package/esm2022/model/clients-with-month-stats-retrieve-country-error-component.dto.mjs +18 -0
  107. package/esm2022/model/clients-with-month-stats-retrieve-country-in-error-component.dto.mjs +18 -0
  108. package/esm2022/model/clients-with-month-stats-retrieve-created-by-error-component.dto.mjs +18 -0
  109. package/esm2022/model/clients-with-month-stats-retrieve-created-by-in-error-component.dto.mjs +18 -0
  110. package/esm2022/model/clients-with-month-stats-retrieve-error-response400.dto.mjs +2 -0
  111. package/esm2022/model/clients-with-month-stats-retrieve-error.dto.mjs +2 -0
  112. package/esm2022/model/clients-with-month-stats-retrieve-id-error-component.dto.mjs +19 -0
  113. package/esm2022/model/clients-with-month-stats-retrieve-id-in-error-component.dto.mjs +19 -0
  114. package/esm2022/model/clients-with-month-stats-retrieve-notes-contains-error-component.dto.mjs +18 -0
  115. package/esm2022/model/clients-with-month-stats-retrieve-notes-error-component.dto.mjs +18 -0
  116. package/esm2022/model/clients-with-month-stats-retrieve-notes-in-error-component.dto.mjs +18 -0
  117. package/esm2022/model/clients-with-month-stats-retrieve-payment-recipient-name-error-component.dto.mjs +18 -0
  118. package/esm2022/model/clients-with-month-stats-retrieve-payment-recipient-name-in-error-component.dto.mjs +18 -0
  119. package/esm2022/model/clients-with-month-stats-retrieve-qb-client-id-error-component.dto.mjs +18 -0
  120. package/esm2022/model/clients-with-month-stats-retrieve-qb-client-id-in-error-component.dto.mjs +18 -0
  121. package/esm2022/model/clients-with-month-stats-retrieve-state-error-component.dto.mjs +18 -0
  122. package/esm2022/model/clients-with-month-stats-retrieve-state-in-error-component.dto.mjs +18 -0
  123. package/esm2022/model/clients-with-month-stats-retrieve-status-error-component.dto.mjs +18 -0
  124. package/esm2022/model/clients-with-month-stats-retrieve-status-in-error-component.dto.mjs +18 -0
  125. package/esm2022/model/clients-with-month-stats-retrieve-time-limit-per-month-gte-error-component.dto.mjs +19 -0
  126. package/esm2022/model/clients-with-month-stats-retrieve-time-limit-per-month-lte-error-component.dto.mjs +19 -0
  127. package/esm2022/model/clients-with-month-stats-retrieve-updated-by-error-component.dto.mjs +18 -0
  128. package/esm2022/model/clients-with-month-stats-retrieve-updated-by-in-error-component.dto.mjs +18 -0
  129. package/esm2022/model/clients-with-month-stats-retrieve-validation-error.dto.mjs +2 -0
  130. package/esm2022/model/clients-with-month-stats-retrieve-website-error-component.dto.mjs +18 -0
  131. package/esm2022/model/clients-with-month-stats-retrieve-website-in-error-component.dto.mjs +18 -0
  132. package/esm2022/model/clients-with-month-stats-retrieve-zip-error-component.dto.mjs +18 -0
  133. package/esm2022/model/clients-with-month-stats-retrieve-zip-in-error-component.dto.mjs +18 -0
  134. package/esm2022/model/clients-with-month-stats-retrieve-zoho-account-id-error-component.dto.mjs +18 -0
  135. package/esm2022/model/clients-with-month-stats-retrieve-zoho-account-id-in-error-component.dto.mjs +18 -0
  136. package/esm2022/model/clients-with-stats-retrieve-account-manager-error-component.dto.mjs +18 -0
  137. package/esm2022/model/clients-with-stats-retrieve-account-manager-in-error-component.dto.mjs +18 -0
  138. package/esm2022/model/clients-with-stats-retrieve-address1-error-component.dto.mjs +18 -0
  139. package/esm2022/model/clients-with-stats-retrieve-address1-in-error-component.dto.mjs +18 -0
  140. package/esm2022/model/clients-with-stats-retrieve-address2-error-component.dto.mjs +18 -0
  141. package/esm2022/model/clients-with-stats-retrieve-address2-in-error-component.dto.mjs +18 -0
  142. package/esm2022/model/clients-with-stats-retrieve-billing-address1-error-component.dto.mjs +18 -0
  143. package/esm2022/model/clients-with-stats-retrieve-billing-address1-in-error-component.dto.mjs +18 -0
  144. package/esm2022/model/clients-with-stats-retrieve-billing-address2-error-component.dto.mjs +18 -0
  145. package/esm2022/model/clients-with-stats-retrieve-billing-address2-in-error-component.dto.mjs +18 -0
  146. package/esm2022/model/clients-with-stats-retrieve-billing-city-error-component.dto.mjs +18 -0
  147. package/esm2022/model/clients-with-stats-retrieve-billing-city-in-error-component.dto.mjs +18 -0
  148. package/esm2022/model/clients-with-stats-retrieve-billing-country-error-component.dto.mjs +18 -0
  149. package/esm2022/model/clients-with-stats-retrieve-billing-country-in-error-component.dto.mjs +18 -0
  150. package/esm2022/model/clients-with-stats-retrieve-billing-method-error-component.dto.mjs +18 -0
  151. package/esm2022/model/clients-with-stats-retrieve-billing-method-in-error-component.dto.mjs +18 -0
  152. package/esm2022/model/clients-with-stats-retrieve-billing-notes-contains-error-component.dto.mjs +18 -0
  153. package/esm2022/model/clients-with-stats-retrieve-billing-notes-error-component.dto.mjs +18 -0
  154. package/esm2022/model/clients-with-stats-retrieve-billing-notes-in-error-component.dto.mjs +18 -0
  155. package/esm2022/model/clients-with-stats-retrieve-billing-state-error-component.dto.mjs +18 -0
  156. package/esm2022/model/clients-with-stats-retrieve-billing-state-in-error-component.dto.mjs +18 -0
  157. package/esm2022/model/clients-with-stats-retrieve-billing-zip-error-component.dto.mjs +18 -0
  158. package/esm2022/model/clients-with-stats-retrieve-billing-zip-in-error-component.dto.mjs +18 -0
  159. package/esm2022/model/clients-with-stats-retrieve-city-error-component.dto.mjs +18 -0
  160. package/esm2022/model/clients-with-stats-retrieve-city-in-error-component.dto.mjs +18 -0
  161. package/esm2022/model/clients-with-stats-retrieve-contract-until-gte-error-component.dto.mjs +18 -0
  162. package/esm2022/model/clients-with-stats-retrieve-contract-until-lte-error-component.dto.mjs +18 -0
  163. package/esm2022/model/clients-with-stats-retrieve-country-error-component.dto.mjs +18 -0
  164. package/esm2022/model/clients-with-stats-retrieve-country-in-error-component.dto.mjs +18 -0
  165. package/esm2022/model/clients-with-stats-retrieve-created-by-error-component.dto.mjs +18 -0
  166. package/esm2022/model/clients-with-stats-retrieve-created-by-in-error-component.dto.mjs +18 -0
  167. package/esm2022/model/clients-with-stats-retrieve-error-response400.dto.mjs +2 -0
  168. package/esm2022/model/clients-with-stats-retrieve-error.dto.mjs +2 -0
  169. package/esm2022/model/clients-with-stats-retrieve-id-error-component.dto.mjs +19 -0
  170. package/esm2022/model/clients-with-stats-retrieve-id-in-error-component.dto.mjs +19 -0
  171. package/esm2022/model/clients-with-stats-retrieve-notes-contains-error-component.dto.mjs +18 -0
  172. package/esm2022/model/clients-with-stats-retrieve-notes-error-component.dto.mjs +18 -0
  173. package/esm2022/model/clients-with-stats-retrieve-notes-in-error-component.dto.mjs +18 -0
  174. package/esm2022/model/clients-with-stats-retrieve-payment-recipient-name-error-component.dto.mjs +18 -0
  175. package/esm2022/model/clients-with-stats-retrieve-payment-recipient-name-in-error-component.dto.mjs +18 -0
  176. package/esm2022/model/clients-with-stats-retrieve-qb-client-id-error-component.dto.mjs +18 -0
  177. package/esm2022/model/clients-with-stats-retrieve-qb-client-id-in-error-component.dto.mjs +18 -0
  178. package/esm2022/model/clients-with-stats-retrieve-state-error-component.dto.mjs +18 -0
  179. package/esm2022/model/clients-with-stats-retrieve-state-in-error-component.dto.mjs +18 -0
  180. package/esm2022/model/clients-with-stats-retrieve-status-error-component.dto.mjs +18 -0
  181. package/esm2022/model/clients-with-stats-retrieve-status-in-error-component.dto.mjs +18 -0
  182. package/esm2022/model/clients-with-stats-retrieve-time-limit-per-month-gte-error-component.dto.mjs +19 -0
  183. package/esm2022/model/clients-with-stats-retrieve-time-limit-per-month-lte-error-component.dto.mjs +19 -0
  184. package/esm2022/model/clients-with-stats-retrieve-updated-by-error-component.dto.mjs +18 -0
  185. package/esm2022/model/clients-with-stats-retrieve-updated-by-in-error-component.dto.mjs +18 -0
  186. package/esm2022/model/clients-with-stats-retrieve-validation-error.dto.mjs +2 -0
  187. package/esm2022/model/clients-with-stats-retrieve-website-error-component.dto.mjs +18 -0
  188. package/esm2022/model/clients-with-stats-retrieve-website-in-error-component.dto.mjs +18 -0
  189. package/esm2022/model/clients-with-stats-retrieve-zip-error-component.dto.mjs +18 -0
  190. package/esm2022/model/clients-with-stats-retrieve-zip-in-error-component.dto.mjs +18 -0
  191. package/esm2022/model/clients-with-stats-retrieve-zoho-account-id-error-component.dto.mjs +18 -0
  192. package/esm2022/model/clients-with-stats-retrieve-zoho-account-id-in-error-component.dto.mjs +18 -0
  193. package/esm2022/model/models.mjs +207 -1
  194. package/esm2022/model/paginated-client-list.dto.mjs +2 -0
  195. package/esm2022/model/paginated-project-serializer-with-month-stats-list.dto.mjs +2 -0
  196. package/esm2022/model/paginated-project-serializer-with-stats-list.dto.mjs +2 -0
  197. package/esm2022/model/project-serializer-with-month-stats.dto.mjs +2 -0
  198. package/esm2022/model/project-serializer-with-stats.dto.mjs +2 -0
  199. package/esm2022/model/projects-with-month-stats-list-client-contact-error-component.dto.mjs +18 -0
  200. package/esm2022/model/projects-with-month-stats-list-client-contact-in-error-component.dto.mjs +18 -0
  201. package/esm2022/model/projects-with-month-stats-list-client-error-component.dto.mjs +18 -0
  202. package/esm2022/model/projects-with-month-stats-list-client-in-error-component.dto.mjs +18 -0
  203. package/esm2022/model/projects-with-month-stats-list-error-response400.dto.mjs +2 -0
  204. package/esm2022/model/projects-with-month-stats-list-error.dto.mjs +2 -0
  205. package/esm2022/model/projects-with-month-stats-list-id-error-component.dto.mjs +19 -0
  206. package/esm2022/model/projects-with-month-stats-list-id-in-error-component.dto.mjs +19 -0
  207. package/esm2022/model/projects-with-month-stats-list-project-managers-id-in-error-component.dto.mjs +19 -0
  208. package/esm2022/model/projects-with-month-stats-list-status-error-component.dto.mjs +18 -0
  209. package/esm2022/model/projects-with-month-stats-list-status-in-error-component.dto.mjs +18 -0
  210. package/esm2022/model/projects-with-month-stats-list-validation-error.dto.mjs +2 -0
  211. package/esm2022/model/projects-with-stats-list-client-contact-error-component.dto.mjs +18 -0
  212. package/esm2022/model/projects-with-stats-list-client-contact-in-error-component.dto.mjs +18 -0
  213. package/esm2022/model/projects-with-stats-list-client-error-component.dto.mjs +18 -0
  214. package/esm2022/model/projects-with-stats-list-client-in-error-component.dto.mjs +18 -0
  215. package/esm2022/model/projects-with-stats-list-error-response400.dto.mjs +2 -0
  216. package/esm2022/model/projects-with-stats-list-error.dto.mjs +2 -0
  217. package/esm2022/model/projects-with-stats-list-id-error-component.dto.mjs +19 -0
  218. package/esm2022/model/projects-with-stats-list-id-in-error-component.dto.mjs +19 -0
  219. package/esm2022/model/projects-with-stats-list-project-managers-id-in-error-component.dto.mjs +19 -0
  220. package/esm2022/model/projects-with-stats-list-status-error-component.dto.mjs +18 -0
  221. package/esm2022/model/projects-with-stats-list-status-in-error-component.dto.mjs +18 -0
  222. package/esm2022/model/projects-with-stats-list-validation-error.dto.mjs +2 -0
  223. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +5913 -1375
  224. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  225. package/model/billing-method-enum.dto.d.ts +18 -0
  226. package/model/client-month-stats.dto.d.ts +66 -0
  227. package/model/client-stats.dto.d.ts +68 -0
  228. package/model/client-status-enum.dto.d.ts +17 -0
  229. package/model/client.dto.d.ts +58 -0
  230. package/model/clients-list-account-manager-error-component.dto.d.ts +26 -0
  231. package/model/clients-list-account-manager-in-error-component.dto.d.ts +26 -0
  232. package/model/clients-list-address1-error-component.dto.d.ts +26 -0
  233. package/model/clients-list-address1-in-error-component.dto.d.ts +26 -0
  234. package/model/clients-list-address2-error-component.dto.d.ts +26 -0
  235. package/model/clients-list-address2-in-error-component.dto.d.ts +26 -0
  236. package/model/clients-list-billing-address1-error-component.dto.d.ts +26 -0
  237. package/model/clients-list-billing-address1-in-error-component.dto.d.ts +26 -0
  238. package/model/clients-list-billing-address2-error-component.dto.d.ts +26 -0
  239. package/model/clients-list-billing-address2-in-error-component.dto.d.ts +26 -0
  240. package/model/clients-list-billing-city-error-component.dto.d.ts +26 -0
  241. package/model/clients-list-billing-city-in-error-component.dto.d.ts +26 -0
  242. package/model/clients-list-billing-country-error-component.dto.d.ts +26 -0
  243. package/model/clients-list-billing-country-in-error-component.dto.d.ts +26 -0
  244. package/model/clients-list-billing-method-error-component.dto.d.ts +26 -0
  245. package/model/clients-list-billing-method-in-error-component.dto.d.ts +26 -0
  246. package/model/clients-list-billing-notes-contains-error-component.dto.d.ts +26 -0
  247. package/model/clients-list-billing-notes-error-component.dto.d.ts +26 -0
  248. package/model/clients-list-billing-notes-in-error-component.dto.d.ts +26 -0
  249. package/model/clients-list-billing-state-error-component.dto.d.ts +26 -0
  250. package/model/clients-list-billing-state-in-error-component.dto.d.ts +26 -0
  251. package/model/clients-list-billing-zip-error-component.dto.d.ts +26 -0
  252. package/model/clients-list-billing-zip-in-error-component.dto.d.ts +26 -0
  253. package/model/clients-list-city-error-component.dto.d.ts +26 -0
  254. package/model/clients-list-city-in-error-component.dto.d.ts +26 -0
  255. package/model/clients-list-contract-until-gte-error-component.dto.d.ts +26 -0
  256. package/model/clients-list-contract-until-lte-error-component.dto.d.ts +26 -0
  257. package/model/clients-list-country-error-component.dto.d.ts +26 -0
  258. package/model/clients-list-country-in-error-component.dto.d.ts +26 -0
  259. package/model/clients-list-created-by-error-component.dto.d.ts +26 -0
  260. package/model/clients-list-created-by-in-error-component.dto.d.ts +26 -0
  261. package/model/clients-list-error-response400.dto.d.ts +16 -0
  262. package/model/clients-list-error.dto.d.ts +68 -0
  263. package/model/clients-list-id-error-component.dto.d.ts +27 -0
  264. package/model/clients-list-id-in-error-component.dto.d.ts +27 -0
  265. package/model/clients-list-notes-contains-error-component.dto.d.ts +26 -0
  266. package/model/clients-list-notes-error-component.dto.d.ts +26 -0
  267. package/model/clients-list-notes-in-error-component.dto.d.ts +26 -0
  268. package/model/clients-list-payment-recipient-name-error-component.dto.d.ts +26 -0
  269. package/model/clients-list-payment-recipient-name-in-error-component.dto.d.ts +26 -0
  270. package/model/clients-list-qb-client-id-error-component.dto.d.ts +26 -0
  271. package/model/clients-list-qb-client-id-in-error-component.dto.d.ts +26 -0
  272. package/model/clients-list-state-error-component.dto.d.ts +26 -0
  273. package/model/clients-list-state-in-error-component.dto.d.ts +26 -0
  274. package/model/clients-list-status-error-component.dto.d.ts +26 -0
  275. package/model/clients-list-status-in-error-component.dto.d.ts +26 -0
  276. package/model/clients-list-time-limit-per-month-gte-error-component.dto.d.ts +27 -0
  277. package/model/clients-list-time-limit-per-month-lte-error-component.dto.d.ts +27 -0
  278. package/model/clients-list-updated-by-error-component.dto.d.ts +26 -0
  279. package/model/clients-list-updated-by-in-error-component.dto.d.ts +26 -0
  280. package/model/clients-list-validation-error.dto.d.ts +15 -0
  281. package/model/clients-list-website-error-component.dto.d.ts +26 -0
  282. package/model/clients-list-website-in-error-component.dto.d.ts +26 -0
  283. package/model/clients-list-zip-error-component.dto.d.ts +26 -0
  284. package/model/clients-list-zip-in-error-component.dto.d.ts +26 -0
  285. package/model/clients-list-zoho-account-id-error-component.dto.d.ts +26 -0
  286. package/model/clients-list-zoho-account-id-in-error-component.dto.d.ts +26 -0
  287. package/model/clients-retrieve-error-response400.dto.d.ts +15 -0
  288. package/model/clients-with-month-stats-retrieve-account-manager-error-component.dto.d.ts +26 -0
  289. package/model/clients-with-month-stats-retrieve-account-manager-in-error-component.dto.d.ts +26 -0
  290. package/model/clients-with-month-stats-retrieve-address1-error-component.dto.d.ts +26 -0
  291. package/model/clients-with-month-stats-retrieve-address1-in-error-component.dto.d.ts +26 -0
  292. package/model/clients-with-month-stats-retrieve-address2-error-component.dto.d.ts +26 -0
  293. package/model/clients-with-month-stats-retrieve-address2-in-error-component.dto.d.ts +26 -0
  294. package/model/clients-with-month-stats-retrieve-billing-address1-error-component.dto.d.ts +26 -0
  295. package/model/clients-with-month-stats-retrieve-billing-address1-in-error-component.dto.d.ts +26 -0
  296. package/model/clients-with-month-stats-retrieve-billing-address2-error-component.dto.d.ts +26 -0
  297. package/model/clients-with-month-stats-retrieve-billing-address2-in-error-component.dto.d.ts +26 -0
  298. package/model/clients-with-month-stats-retrieve-billing-city-error-component.dto.d.ts +26 -0
  299. package/model/clients-with-month-stats-retrieve-billing-city-in-error-component.dto.d.ts +26 -0
  300. package/model/clients-with-month-stats-retrieve-billing-country-error-component.dto.d.ts +26 -0
  301. package/model/clients-with-month-stats-retrieve-billing-country-in-error-component.dto.d.ts +26 -0
  302. package/model/clients-with-month-stats-retrieve-billing-method-error-component.dto.d.ts +26 -0
  303. package/model/clients-with-month-stats-retrieve-billing-method-in-error-component.dto.d.ts +26 -0
  304. package/model/clients-with-month-stats-retrieve-billing-notes-contains-error-component.dto.d.ts +26 -0
  305. package/model/clients-with-month-stats-retrieve-billing-notes-error-component.dto.d.ts +26 -0
  306. package/model/clients-with-month-stats-retrieve-billing-notes-in-error-component.dto.d.ts +26 -0
  307. package/model/clients-with-month-stats-retrieve-billing-state-error-component.dto.d.ts +26 -0
  308. package/model/clients-with-month-stats-retrieve-billing-state-in-error-component.dto.d.ts +26 -0
  309. package/model/clients-with-month-stats-retrieve-billing-zip-error-component.dto.d.ts +26 -0
  310. package/model/clients-with-month-stats-retrieve-billing-zip-in-error-component.dto.d.ts +26 -0
  311. package/model/clients-with-month-stats-retrieve-city-error-component.dto.d.ts +26 -0
  312. package/model/clients-with-month-stats-retrieve-city-in-error-component.dto.d.ts +26 -0
  313. package/model/clients-with-month-stats-retrieve-contract-until-gte-error-component.dto.d.ts +26 -0
  314. package/model/clients-with-month-stats-retrieve-contract-until-lte-error-component.dto.d.ts +26 -0
  315. package/model/clients-with-month-stats-retrieve-country-error-component.dto.d.ts +26 -0
  316. package/model/clients-with-month-stats-retrieve-country-in-error-component.dto.d.ts +26 -0
  317. package/model/clients-with-month-stats-retrieve-created-by-error-component.dto.d.ts +26 -0
  318. package/model/clients-with-month-stats-retrieve-created-by-in-error-component.dto.d.ts +26 -0
  319. package/model/clients-with-month-stats-retrieve-error-response400.dto.d.ts +16 -0
  320. package/model/clients-with-month-stats-retrieve-error.dto.d.ts +68 -0
  321. package/model/clients-with-month-stats-retrieve-id-error-component.dto.d.ts +27 -0
  322. package/model/clients-with-month-stats-retrieve-id-in-error-component.dto.d.ts +27 -0
  323. package/model/clients-with-month-stats-retrieve-notes-contains-error-component.dto.d.ts +26 -0
  324. package/model/clients-with-month-stats-retrieve-notes-error-component.dto.d.ts +26 -0
  325. package/model/clients-with-month-stats-retrieve-notes-in-error-component.dto.d.ts +26 -0
  326. package/model/clients-with-month-stats-retrieve-payment-recipient-name-error-component.dto.d.ts +26 -0
  327. package/model/clients-with-month-stats-retrieve-payment-recipient-name-in-error-component.dto.d.ts +26 -0
  328. package/model/clients-with-month-stats-retrieve-qb-client-id-error-component.dto.d.ts +26 -0
  329. package/model/clients-with-month-stats-retrieve-qb-client-id-in-error-component.dto.d.ts +26 -0
  330. package/model/clients-with-month-stats-retrieve-state-error-component.dto.d.ts +26 -0
  331. package/model/clients-with-month-stats-retrieve-state-in-error-component.dto.d.ts +26 -0
  332. package/model/clients-with-month-stats-retrieve-status-error-component.dto.d.ts +26 -0
  333. package/model/clients-with-month-stats-retrieve-status-in-error-component.dto.d.ts +26 -0
  334. package/model/clients-with-month-stats-retrieve-time-limit-per-month-gte-error-component.dto.d.ts +27 -0
  335. package/model/clients-with-month-stats-retrieve-time-limit-per-month-lte-error-component.dto.d.ts +27 -0
  336. package/model/clients-with-month-stats-retrieve-updated-by-error-component.dto.d.ts +26 -0
  337. package/model/clients-with-month-stats-retrieve-updated-by-in-error-component.dto.d.ts +26 -0
  338. package/model/clients-with-month-stats-retrieve-validation-error.dto.d.ts +15 -0
  339. package/model/clients-with-month-stats-retrieve-website-error-component.dto.d.ts +26 -0
  340. package/model/clients-with-month-stats-retrieve-website-in-error-component.dto.d.ts +26 -0
  341. package/model/clients-with-month-stats-retrieve-zip-error-component.dto.d.ts +26 -0
  342. package/model/clients-with-month-stats-retrieve-zip-in-error-component.dto.d.ts +26 -0
  343. package/model/clients-with-month-stats-retrieve-zoho-account-id-error-component.dto.d.ts +26 -0
  344. package/model/clients-with-month-stats-retrieve-zoho-account-id-in-error-component.dto.d.ts +26 -0
  345. package/model/clients-with-stats-retrieve-account-manager-error-component.dto.d.ts +26 -0
  346. package/model/clients-with-stats-retrieve-account-manager-in-error-component.dto.d.ts +26 -0
  347. package/model/clients-with-stats-retrieve-address1-error-component.dto.d.ts +26 -0
  348. package/model/clients-with-stats-retrieve-address1-in-error-component.dto.d.ts +26 -0
  349. package/model/clients-with-stats-retrieve-address2-error-component.dto.d.ts +26 -0
  350. package/model/clients-with-stats-retrieve-address2-in-error-component.dto.d.ts +26 -0
  351. package/model/clients-with-stats-retrieve-billing-address1-error-component.dto.d.ts +26 -0
  352. package/model/clients-with-stats-retrieve-billing-address1-in-error-component.dto.d.ts +26 -0
  353. package/model/clients-with-stats-retrieve-billing-address2-error-component.dto.d.ts +26 -0
  354. package/model/clients-with-stats-retrieve-billing-address2-in-error-component.dto.d.ts +26 -0
  355. package/model/clients-with-stats-retrieve-billing-city-error-component.dto.d.ts +26 -0
  356. package/model/clients-with-stats-retrieve-billing-city-in-error-component.dto.d.ts +26 -0
  357. package/model/clients-with-stats-retrieve-billing-country-error-component.dto.d.ts +26 -0
  358. package/model/clients-with-stats-retrieve-billing-country-in-error-component.dto.d.ts +26 -0
  359. package/model/clients-with-stats-retrieve-billing-method-error-component.dto.d.ts +26 -0
  360. package/model/clients-with-stats-retrieve-billing-method-in-error-component.dto.d.ts +26 -0
  361. package/model/clients-with-stats-retrieve-billing-notes-contains-error-component.dto.d.ts +26 -0
  362. package/model/clients-with-stats-retrieve-billing-notes-error-component.dto.d.ts +26 -0
  363. package/model/clients-with-stats-retrieve-billing-notes-in-error-component.dto.d.ts +26 -0
  364. package/model/clients-with-stats-retrieve-billing-state-error-component.dto.d.ts +26 -0
  365. package/model/clients-with-stats-retrieve-billing-state-in-error-component.dto.d.ts +26 -0
  366. package/model/clients-with-stats-retrieve-billing-zip-error-component.dto.d.ts +26 -0
  367. package/model/clients-with-stats-retrieve-billing-zip-in-error-component.dto.d.ts +26 -0
  368. package/model/clients-with-stats-retrieve-city-error-component.dto.d.ts +26 -0
  369. package/model/clients-with-stats-retrieve-city-in-error-component.dto.d.ts +26 -0
  370. package/model/clients-with-stats-retrieve-contract-until-gte-error-component.dto.d.ts +26 -0
  371. package/model/clients-with-stats-retrieve-contract-until-lte-error-component.dto.d.ts +26 -0
  372. package/model/clients-with-stats-retrieve-country-error-component.dto.d.ts +26 -0
  373. package/model/clients-with-stats-retrieve-country-in-error-component.dto.d.ts +26 -0
  374. package/model/clients-with-stats-retrieve-created-by-error-component.dto.d.ts +26 -0
  375. package/model/clients-with-stats-retrieve-created-by-in-error-component.dto.d.ts +26 -0
  376. package/model/clients-with-stats-retrieve-error-response400.dto.d.ts +16 -0
  377. package/model/clients-with-stats-retrieve-error.dto.d.ts +68 -0
  378. package/model/clients-with-stats-retrieve-id-error-component.dto.d.ts +27 -0
  379. package/model/clients-with-stats-retrieve-id-in-error-component.dto.d.ts +27 -0
  380. package/model/clients-with-stats-retrieve-notes-contains-error-component.dto.d.ts +26 -0
  381. package/model/clients-with-stats-retrieve-notes-error-component.dto.d.ts +26 -0
  382. package/model/clients-with-stats-retrieve-notes-in-error-component.dto.d.ts +26 -0
  383. package/model/clients-with-stats-retrieve-payment-recipient-name-error-component.dto.d.ts +26 -0
  384. package/model/clients-with-stats-retrieve-payment-recipient-name-in-error-component.dto.d.ts +26 -0
  385. package/model/clients-with-stats-retrieve-qb-client-id-error-component.dto.d.ts +26 -0
  386. package/model/clients-with-stats-retrieve-qb-client-id-in-error-component.dto.d.ts +26 -0
  387. package/model/clients-with-stats-retrieve-state-error-component.dto.d.ts +26 -0
  388. package/model/clients-with-stats-retrieve-state-in-error-component.dto.d.ts +26 -0
  389. package/model/clients-with-stats-retrieve-status-error-component.dto.d.ts +26 -0
  390. package/model/clients-with-stats-retrieve-status-in-error-component.dto.d.ts +26 -0
  391. package/model/clients-with-stats-retrieve-time-limit-per-month-gte-error-component.dto.d.ts +27 -0
  392. package/model/clients-with-stats-retrieve-time-limit-per-month-lte-error-component.dto.d.ts +27 -0
  393. package/model/clients-with-stats-retrieve-updated-by-error-component.dto.d.ts +26 -0
  394. package/model/clients-with-stats-retrieve-updated-by-in-error-component.dto.d.ts +26 -0
  395. package/model/clients-with-stats-retrieve-validation-error.dto.d.ts +15 -0
  396. package/model/clients-with-stats-retrieve-website-error-component.dto.d.ts +26 -0
  397. package/model/clients-with-stats-retrieve-website-in-error-component.dto.d.ts +26 -0
  398. package/model/clients-with-stats-retrieve-zip-error-component.dto.d.ts +26 -0
  399. package/model/clients-with-stats-retrieve-zip-in-error-component.dto.d.ts +26 -0
  400. package/model/clients-with-stats-retrieve-zoho-account-id-error-component.dto.d.ts +26 -0
  401. package/model/clients-with-stats-retrieve-zoho-account-id-in-error-component.dto.d.ts +26 -0
  402. package/model/models.d.ts +206 -0
  403. package/model/paginated-client-list.dto.d.ts +16 -0
  404. package/model/paginated-project-serializer-with-month-stats-list.dto.d.ts +16 -0
  405. package/model/paginated-project-serializer-with-stats-list.dto.d.ts +16 -0
  406. package/model/project-serializer-with-month-stats.dto.d.ts +76 -0
  407. package/model/project-serializer-with-stats.dto.d.ts +76 -0
  408. package/model/projects-with-month-stats-list-client-contact-error-component.dto.d.ts +26 -0
  409. package/model/projects-with-month-stats-list-client-contact-in-error-component.dto.d.ts +26 -0
  410. package/model/projects-with-month-stats-list-client-error-component.dto.d.ts +26 -0
  411. package/model/projects-with-month-stats-list-client-in-error-component.dto.d.ts +26 -0
  412. package/model/projects-with-month-stats-list-error-response400.dto.d.ts +16 -0
  413. package/model/projects-with-month-stats-list-error.dto.d.ts +23 -0
  414. package/model/projects-with-month-stats-list-id-error-component.dto.d.ts +27 -0
  415. package/model/projects-with-month-stats-list-id-in-error-component.dto.d.ts +27 -0
  416. package/model/projects-with-month-stats-list-project-managers-id-in-error-component.dto.d.ts +27 -0
  417. package/model/projects-with-month-stats-list-status-error-component.dto.d.ts +26 -0
  418. package/model/projects-with-month-stats-list-status-in-error-component.dto.d.ts +26 -0
  419. package/model/projects-with-month-stats-list-validation-error.dto.d.ts +15 -0
  420. package/model/projects-with-stats-list-client-contact-error-component.dto.d.ts +26 -0
  421. package/model/projects-with-stats-list-client-contact-in-error-component.dto.d.ts +26 -0
  422. package/model/projects-with-stats-list-client-error-component.dto.d.ts +26 -0
  423. package/model/projects-with-stats-list-client-in-error-component.dto.d.ts +26 -0
  424. package/model/projects-with-stats-list-error-response400.dto.d.ts +16 -0
  425. package/model/projects-with-stats-list-error.dto.d.ts +23 -0
  426. package/model/projects-with-stats-list-id-error-component.dto.d.ts +27 -0
  427. package/model/projects-with-stats-list-id-in-error-component.dto.d.ts +27 -0
  428. package/model/projects-with-stats-list-project-managers-id-in-error-component.dto.d.ts +27 -0
  429. package/model/projects-with-stats-list-status-error-component.dto.d.ts +26 -0
  430. package/model/projects-with-stats-list-status-in-error-component.dto.d.ts +26 -0
  431. package/model/projects-with-stats-list-validation-error.dto.d.ts +15 -0
  432. 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 ClientsWithStatsRetrieveQbClientIdInErrorComponentDto {
11
+ /**
12
+ * * `qb_client_id__in` - qb_client_id__in
13
+ */
14
+ attr: ClientsWithStatsRetrieveQbClientIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsWithStatsRetrieveQbClientIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveQbClientIdInErrorComponentDtoAttrEnum {
22
+ QbClientIdIn = "qb_client_id__in"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveQbClientIdInErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveStateErrorComponentDto {
11
+ /**
12
+ * * `state` - state
13
+ */
14
+ attr: ClientsWithStatsRetrieveStateErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsWithStatsRetrieveStateErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveStateErrorComponentDtoAttrEnum {
22
+ State = "state"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveStateErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveStateInErrorComponentDto {
11
+ /**
12
+ * * `state__in` - state__in
13
+ */
14
+ attr: ClientsWithStatsRetrieveStateInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsWithStatsRetrieveStateInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveStateInErrorComponentDtoAttrEnum {
22
+ StateIn = "state__in"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveStateInErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveStatusErrorComponentDto {
11
+ /**
12
+ * * `status` - status
13
+ */
14
+ attr: ClientsWithStatsRetrieveStatusErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ClientsWithStatsRetrieveStatusErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveStatusErrorComponentDtoAttrEnum {
22
+ Status = "status"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveStatusErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveStatusInErrorComponentDto {
11
+ /**
12
+ * * `status__in` - status__in
13
+ */
14
+ attr: ClientsWithStatsRetrieveStatusInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsWithStatsRetrieveStatusInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveStatusInErrorComponentDtoAttrEnum {
22
+ StatusIn = "status__in"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveStatusInErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveTimeLimitPerMonthGteErrorComponentDto {
11
+ /**
12
+ * * `time_limit_per_month__gte` - time_limit_per_month__gte
13
+ */
14
+ attr: ClientsWithStatsRetrieveTimeLimitPerMonthGteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `overflow` - overflow
17
+ */
18
+ code: ClientsWithStatsRetrieveTimeLimitPerMonthGteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveTimeLimitPerMonthGteErrorComponentDtoAttrEnum {
22
+ TimeLimitPerMonthGte = "time_limit_per_month__gte"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveTimeLimitPerMonthGteErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveTimeLimitPerMonthLteErrorComponentDto {
11
+ /**
12
+ * * `time_limit_per_month__lte` - time_limit_per_month__lte
13
+ */
14
+ attr: ClientsWithStatsRetrieveTimeLimitPerMonthLteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `overflow` - overflow
17
+ */
18
+ code: ClientsWithStatsRetrieveTimeLimitPerMonthLteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveTimeLimitPerMonthLteErrorComponentDtoAttrEnum {
22
+ TimeLimitPerMonthLte = "time_limit_per_month__lte"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveTimeLimitPerMonthLteErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveUpdatedByErrorComponentDto {
11
+ /**
12
+ * * `updated_by` - updated_by
13
+ */
14
+ attr: ClientsWithStatsRetrieveUpdatedByErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ClientsWithStatsRetrieveUpdatedByErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveUpdatedByErrorComponentDtoAttrEnum {
22
+ UpdatedBy = "updated_by"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveUpdatedByErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveUpdatedByInErrorComponentDto {
11
+ /**
12
+ * * `updated_by__in` - updated_by__in
13
+ */
14
+ attr: ClientsWithStatsRetrieveUpdatedByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ClientsWithStatsRetrieveUpdatedByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveUpdatedByInErrorComponentDtoAttrEnum {
22
+ UpdatedByIn = "updated_by__in"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveUpdatedByInErrorComponentDtoCodeEnum {
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 { ValidationErrorEnumDto } from "./validation-error-enum.dto";
11
+ import { ClientsWithStatsRetrieveErrorDto } from "./clients-with-stats-retrieve-error.dto";
12
+ export interface ClientsWithStatsRetrieveValidationErrorDto {
13
+ type: ValidationErrorEnumDto;
14
+ errors: Array<ClientsWithStatsRetrieveErrorDto>;
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 ClientsWithStatsRetrieveWebsiteErrorComponentDto {
11
+ /**
12
+ * * `website` - website
13
+ */
14
+ attr: ClientsWithStatsRetrieveWebsiteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsWithStatsRetrieveWebsiteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveWebsiteErrorComponentDtoAttrEnum {
22
+ Website = "website"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveWebsiteErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveWebsiteInErrorComponentDto {
11
+ /**
12
+ * * `website__in` - website__in
13
+ */
14
+ attr: ClientsWithStatsRetrieveWebsiteInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsWithStatsRetrieveWebsiteInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveWebsiteInErrorComponentDtoAttrEnum {
22
+ WebsiteIn = "website__in"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveWebsiteInErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveZipErrorComponentDto {
11
+ /**
12
+ * * `zip` - zip
13
+ */
14
+ attr: ClientsWithStatsRetrieveZipErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsWithStatsRetrieveZipErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveZipErrorComponentDtoAttrEnum {
22
+ Zip = "zip"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveZipErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveZipInErrorComponentDto {
11
+ /**
12
+ * * `zip__in` - zip__in
13
+ */
14
+ attr: ClientsWithStatsRetrieveZipInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsWithStatsRetrieveZipInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveZipInErrorComponentDtoAttrEnum {
22
+ ZipIn = "zip__in"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveZipInErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveZohoAccountIdErrorComponentDto {
11
+ /**
12
+ * * `zoho_account_id` - zoho_account_id
13
+ */
14
+ attr: ClientsWithStatsRetrieveZohoAccountIdErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsWithStatsRetrieveZohoAccountIdErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveZohoAccountIdErrorComponentDtoAttrEnum {
22
+ ZohoAccountId = "zoho_account_id"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveZohoAccountIdErrorComponentDtoCodeEnum {
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 ClientsWithStatsRetrieveZohoAccountIdInErrorComponentDto {
11
+ /**
12
+ * * `zoho_account_id__in` - zoho_account_id__in
13
+ */
14
+ attr: ClientsWithStatsRetrieveZohoAccountIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsWithStatsRetrieveZohoAccountIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsWithStatsRetrieveZohoAccountIdInErrorComponentDtoAttrEnum {
22
+ ZohoAccountIdIn = "zoho_account_id__in"
23
+ }
24
+ export declare enum ClientsWithStatsRetrieveZohoAccountIdInErrorComponentDtoCodeEnum {
25
+ NullCharactersNotAllowed = "null_characters_not_allowed"
26
+ }