@saritasa/crm-delmar-core-sdk 0.1.50 → 0.1.52

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 (102) hide show
  1. package/README.md +2 -2
  2. package/api/clients-api.service.d.ts +1 -67
  3. package/api/clients-api.serviceInterface.d.ts +0 -92
  4. package/api/projects-api.service.d.ts +1 -67
  5. package/api/projects-api.serviceInterface.d.ts +0 -49
  6. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +223 -1948
  7. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  8. package/model/client-duration-data.dto.d.ts +3 -3
  9. package/model/client-margin-report.dto.d.ts +3 -3
  10. package/model/client-statistics-request.dto.d.ts +38 -0
  11. package/model/client-statistics.dto.d.ts +41 -0
  12. package/model/client.dto.d.ts +2 -0
  13. package/model/models.d.ts +4 -83
  14. package/model/project-margin-report.dto.d.ts +3 -3
  15. package/model/project-statistics-request.dto.d.ts +38 -0
  16. package/model/project-statistics.dto.d.ts +41 -0
  17. package/model/project-status-report.dto.d.ts +3 -3
  18. package/model/project.dto.d.ts +2 -0
  19. package/package.json +2 -2
  20. package/model/client-serializer-with-month-stats.dto.d.ts +0 -25
  21. package/model/client-serializer-with-stats.dto.d.ts +0 -69
  22. package/model/clients-with-stats-list-account-manager-error-component.dto.d.ts +0 -26
  23. package/model/clients-with-stats-list-account-manager-in-error-component.dto.d.ts +0 -26
  24. package/model/clients-with-stats-list-address1-error-component.dto.d.ts +0 -26
  25. package/model/clients-with-stats-list-address1-in-error-component.dto.d.ts +0 -26
  26. package/model/clients-with-stats-list-address2-error-component.dto.d.ts +0 -26
  27. package/model/clients-with-stats-list-address2-in-error-component.dto.d.ts +0 -26
  28. package/model/clients-with-stats-list-billing-address1-error-component.dto.d.ts +0 -26
  29. package/model/clients-with-stats-list-billing-address1-in-error-component.dto.d.ts +0 -26
  30. package/model/clients-with-stats-list-billing-address2-error-component.dto.d.ts +0 -26
  31. package/model/clients-with-stats-list-billing-address2-in-error-component.dto.d.ts +0 -26
  32. package/model/clients-with-stats-list-billing-city-error-component.dto.d.ts +0 -26
  33. package/model/clients-with-stats-list-billing-city-in-error-component.dto.d.ts +0 -26
  34. package/model/clients-with-stats-list-billing-country-error-component.dto.d.ts +0 -26
  35. package/model/clients-with-stats-list-billing-country-in-error-component.dto.d.ts +0 -26
  36. package/model/clients-with-stats-list-billing-method-error-component.dto.d.ts +0 -26
  37. package/model/clients-with-stats-list-billing-method-in-error-component.dto.d.ts +0 -26
  38. package/model/clients-with-stats-list-billing-notes-contains-error-component.dto.d.ts +0 -26
  39. package/model/clients-with-stats-list-billing-notes-error-component.dto.d.ts +0 -26
  40. package/model/clients-with-stats-list-billing-notes-in-error-component.dto.d.ts +0 -26
  41. package/model/clients-with-stats-list-billing-state-error-component.dto.d.ts +0 -26
  42. package/model/clients-with-stats-list-billing-state-in-error-component.dto.d.ts +0 -26
  43. package/model/clients-with-stats-list-billing-zip-error-component.dto.d.ts +0 -26
  44. package/model/clients-with-stats-list-billing-zip-in-error-component.dto.d.ts +0 -26
  45. package/model/clients-with-stats-list-city-error-component.dto.d.ts +0 -26
  46. package/model/clients-with-stats-list-city-in-error-component.dto.d.ts +0 -26
  47. package/model/clients-with-stats-list-contract-until-gte-error-component.dto.d.ts +0 -26
  48. package/model/clients-with-stats-list-contract-until-lte-error-component.dto.d.ts +0 -26
  49. package/model/clients-with-stats-list-country-error-component.dto.d.ts +0 -26
  50. package/model/clients-with-stats-list-country-in-error-component.dto.d.ts +0 -26
  51. package/model/clients-with-stats-list-created-by-error-component.dto.d.ts +0 -26
  52. package/model/clients-with-stats-list-created-by-in-error-component.dto.d.ts +0 -26
  53. package/model/clients-with-stats-list-created-date-gte-error-component.dto.d.ts +0 -26
  54. package/model/clients-with-stats-list-created-date-lte-error-component.dto.d.ts +0 -26
  55. package/model/clients-with-stats-list-created-gte-error-component.dto.d.ts +0 -26
  56. package/model/clients-with-stats-list-created-lte-error-component.dto.d.ts +0 -26
  57. package/model/clients-with-stats-list-error-response400.dto.d.ts +0 -16
  58. package/model/clients-with-stats-list-error.dto.d.ts +0 -72
  59. package/model/clients-with-stats-list-id-error-component.dto.d.ts +0 -27
  60. package/model/clients-with-stats-list-id-in-error-component.dto.d.ts +0 -27
  61. package/model/clients-with-stats-list-notes-contains-error-component.dto.d.ts +0 -26
  62. package/model/clients-with-stats-list-notes-error-component.dto.d.ts +0 -26
  63. package/model/clients-with-stats-list-notes-in-error-component.dto.d.ts +0 -26
  64. package/model/clients-with-stats-list-payment-recipient-name-error-component.dto.d.ts +0 -26
  65. package/model/clients-with-stats-list-payment-recipient-name-in-error-component.dto.d.ts +0 -26
  66. package/model/clients-with-stats-list-qb-client-id-error-component.dto.d.ts +0 -26
  67. package/model/clients-with-stats-list-qb-client-id-in-error-component.dto.d.ts +0 -26
  68. package/model/clients-with-stats-list-state-error-component.dto.d.ts +0 -26
  69. package/model/clients-with-stats-list-state-in-error-component.dto.d.ts +0 -26
  70. package/model/clients-with-stats-list-status-error-component.dto.d.ts +0 -26
  71. package/model/clients-with-stats-list-status-in-error-component.dto.d.ts +0 -26
  72. package/model/clients-with-stats-list-time-limit-per-month-gte-error-component.dto.d.ts +0 -27
  73. package/model/clients-with-stats-list-time-limit-per-month-lte-error-component.dto.d.ts +0 -27
  74. package/model/clients-with-stats-list-updated-by-error-component.dto.d.ts +0 -26
  75. package/model/clients-with-stats-list-updated-by-in-error-component.dto.d.ts +0 -26
  76. package/model/clients-with-stats-list-validation-error.dto.d.ts +0 -15
  77. package/model/clients-with-stats-list-website-error-component.dto.d.ts +0 -26
  78. package/model/clients-with-stats-list-website-in-error-component.dto.d.ts +0 -26
  79. package/model/clients-with-stats-list-zip-error-component.dto.d.ts +0 -26
  80. package/model/clients-with-stats-list-zip-in-error-component.dto.d.ts +0 -26
  81. package/model/clients-with-stats-list-zoho-account-id-error-component.dto.d.ts +0 -26
  82. package/model/clients-with-stats-list-zoho-account-id-in-error-component.dto.d.ts +0 -26
  83. package/model/paginated-client-serializer-with-stats-list.dto.d.ts +0 -16
  84. package/model/paginated-project-serializer-with-stats-list.dto.d.ts +0 -16
  85. package/model/project-serializer-with-month-stats.dto.d.ts +0 -25
  86. package/model/project-serializer-with-stats.dto.d.ts +0 -80
  87. package/model/projects-with-stats-list-client-contact-error-component.dto.d.ts +0 -26
  88. package/model/projects-with-stats-list-client-contact-in-error-component.dto.d.ts +0 -26
  89. package/model/projects-with-stats-list-client-error-component.dto.d.ts +0 -26
  90. package/model/projects-with-stats-list-client-in-error-component.dto.d.ts +0 -26
  91. package/model/projects-with-stats-list-created-date-gte-error-component.dto.d.ts +0 -26
  92. package/model/projects-with-stats-list-created-date-lte-error-component.dto.d.ts +0 -26
  93. package/model/projects-with-stats-list-created-gte-error-component.dto.d.ts +0 -26
  94. package/model/projects-with-stats-list-created-lte-error-component.dto.d.ts +0 -26
  95. package/model/projects-with-stats-list-error-response400.dto.d.ts +0 -16
  96. package/model/projects-with-stats-list-error.dto.d.ts +0 -27
  97. package/model/projects-with-stats-list-id-error-component.dto.d.ts +0 -27
  98. package/model/projects-with-stats-list-id-in-error-component.dto.d.ts +0 -27
  99. package/model/projects-with-stats-list-project-managers-id-in-error-component.dto.d.ts +0 -27
  100. package/model/projects-with-stats-list-status-error-component.dto.d.ts +0 -26
  101. package/model/projects-with-stats-list-status-in-error-component.dto.d.ts +0 -26
  102. package/model/projects-with-stats-list-validation-error.dto.d.ts +0 -15

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.