@saritasa/crm-delmar-core-sdk 0.0.289 → 0.0.291

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 (94) hide show
  1. package/README.md +2 -2
  2. package/api/clients-api.service.d.ts +23 -1
  3. package/api/clients-api.serviceInterface.d.ts +72 -0
  4. package/api/projects-api.service.d.ts +23 -1
  5. package/api/projects-api.serviceInterface.d.ts +33 -0
  6. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +1670 -1
  7. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  8. package/model/clients-search-list-account-manager-error-component.dto.d.ts +26 -0
  9. package/model/clients-search-list-account-manager-in-error-component.dto.d.ts +26 -0
  10. package/model/clients-search-list-address1-error-component.dto.d.ts +26 -0
  11. package/model/clients-search-list-address1-in-error-component.dto.d.ts +26 -0
  12. package/model/clients-search-list-address2-error-component.dto.d.ts +26 -0
  13. package/model/clients-search-list-address2-in-error-component.dto.d.ts +26 -0
  14. package/model/clients-search-list-billing-address1-error-component.dto.d.ts +26 -0
  15. package/model/clients-search-list-billing-address1-in-error-component.dto.d.ts +26 -0
  16. package/model/clients-search-list-billing-address2-error-component.dto.d.ts +26 -0
  17. package/model/clients-search-list-billing-address2-in-error-component.dto.d.ts +26 -0
  18. package/model/clients-search-list-billing-city-error-component.dto.d.ts +26 -0
  19. package/model/clients-search-list-billing-city-in-error-component.dto.d.ts +26 -0
  20. package/model/clients-search-list-billing-country-error-component.dto.d.ts +26 -0
  21. package/model/clients-search-list-billing-country-in-error-component.dto.d.ts +26 -0
  22. package/model/clients-search-list-billing-method-error-component.dto.d.ts +26 -0
  23. package/model/clients-search-list-billing-method-in-error-component.dto.d.ts +26 -0
  24. package/model/clients-search-list-billing-notes-contains-error-component.dto.d.ts +26 -0
  25. package/model/clients-search-list-billing-notes-error-component.dto.d.ts +26 -0
  26. package/model/clients-search-list-billing-notes-in-error-component.dto.d.ts +26 -0
  27. package/model/clients-search-list-billing-state-error-component.dto.d.ts +26 -0
  28. package/model/clients-search-list-billing-state-in-error-component.dto.d.ts +26 -0
  29. package/model/clients-search-list-billing-zip-error-component.dto.d.ts +26 -0
  30. package/model/clients-search-list-billing-zip-in-error-component.dto.d.ts +26 -0
  31. package/model/clients-search-list-city-error-component.dto.d.ts +26 -0
  32. package/model/clients-search-list-city-in-error-component.dto.d.ts +26 -0
  33. package/model/clients-search-list-contract-until-gte-error-component.dto.d.ts +26 -0
  34. package/model/clients-search-list-contract-until-lte-error-component.dto.d.ts +26 -0
  35. package/model/clients-search-list-country-error-component.dto.d.ts +26 -0
  36. package/model/clients-search-list-country-in-error-component.dto.d.ts +26 -0
  37. package/model/clients-search-list-created-by-error-component.dto.d.ts +26 -0
  38. package/model/clients-search-list-created-by-in-error-component.dto.d.ts +26 -0
  39. package/model/clients-search-list-created-date-gte-error-component.dto.d.ts +26 -0
  40. package/model/clients-search-list-created-date-lte-error-component.dto.d.ts +26 -0
  41. package/model/clients-search-list-created-gte-error-component.dto.d.ts +26 -0
  42. package/model/clients-search-list-created-lte-error-component.dto.d.ts +26 -0
  43. package/model/clients-search-list-error-response400.dto.d.ts +16 -0
  44. package/model/clients-search-list-error.dto.d.ts +72 -0
  45. package/model/clients-search-list-id-error-component.dto.d.ts +27 -0
  46. package/model/clients-search-list-id-in-error-component.dto.d.ts +27 -0
  47. package/model/clients-search-list-notes-contains-error-component.dto.d.ts +26 -0
  48. package/model/clients-search-list-notes-error-component.dto.d.ts +26 -0
  49. package/model/clients-search-list-notes-in-error-component.dto.d.ts +26 -0
  50. package/model/clients-search-list-payment-recipient-name-error-component.dto.d.ts +26 -0
  51. package/model/clients-search-list-payment-recipient-name-in-error-component.dto.d.ts +26 -0
  52. package/model/clients-search-list-qb-client-id-error-component.dto.d.ts +26 -0
  53. package/model/clients-search-list-qb-client-id-in-error-component.dto.d.ts +26 -0
  54. package/model/clients-search-list-state-error-component.dto.d.ts +26 -0
  55. package/model/clients-search-list-state-in-error-component.dto.d.ts +26 -0
  56. package/model/clients-search-list-status-error-component.dto.d.ts +26 -0
  57. package/model/clients-search-list-status-in-error-component.dto.d.ts +26 -0
  58. package/model/clients-search-list-time-limit-per-month-gte-error-component.dto.d.ts +27 -0
  59. package/model/clients-search-list-time-limit-per-month-lte-error-component.dto.d.ts +27 -0
  60. package/model/clients-search-list-updated-by-error-component.dto.d.ts +26 -0
  61. package/model/clients-search-list-updated-by-in-error-component.dto.d.ts +26 -0
  62. package/model/clients-search-list-validation-error.dto.d.ts +15 -0
  63. package/model/clients-search-list-website-error-component.dto.d.ts +26 -0
  64. package/model/clients-search-list-website-in-error-component.dto.d.ts +26 -0
  65. package/model/clients-search-list-zip-error-component.dto.d.ts +26 -0
  66. package/model/clients-search-list-zip-in-error-component.dto.d.ts +26 -0
  67. package/model/clients-search-list-zoho-account-id-error-component.dto.d.ts +26 -0
  68. package/model/clients-search-list-zoho-account-id-in-error-component.dto.d.ts +26 -0
  69. package/model/models.d.ts +85 -0
  70. package/model/paginated-project-status-report-list.dto.d.ts +16 -0
  71. package/model/paginated-simple-client-list.dto.d.ts +16 -0
  72. package/model/project-status-report.dto.d.ts +69 -0
  73. package/model/projects-status-report-list-billing-type-error-component.dto.d.ts +26 -0
  74. package/model/projects-status-report-list-billing-type-in-error-component.dto.d.ts +26 -0
  75. package/model/projects-status-report-list-client-account-manager-error-component.dto.d.ts +26 -0
  76. package/model/projects-status-report-list-client-account-manager-in-error-component.dto.d.ts +26 -0
  77. package/model/projects-status-report-list-client-contact-error-component.dto.d.ts +26 -0
  78. package/model/projects-status-report-list-client-contact-in-error-component.dto.d.ts +26 -0
  79. package/model/projects-status-report-list-client-error-component.dto.d.ts +26 -0
  80. package/model/projects-status-report-list-client-in-error-component.dto.d.ts +26 -0
  81. package/model/projects-status-report-list-created-date-gte-error-component.dto.d.ts +26 -0
  82. package/model/projects-status-report-list-created-date-lte-error-component.dto.d.ts +26 -0
  83. package/model/projects-status-report-list-created-gte-error-component.dto.d.ts +26 -0
  84. package/model/projects-status-report-list-created-lte-error-component.dto.d.ts +26 -0
  85. package/model/projects-status-report-list-error-response400.dto.d.ts +16 -0
  86. package/model/projects-status-report-list-error.dto.d.ts +31 -0
  87. package/model/projects-status-report-list-id-error-component.dto.d.ts +27 -0
  88. package/model/projects-status-report-list-id-in-error-component.dto.d.ts +27 -0
  89. package/model/projects-status-report-list-project-managers-id-in-error-component.dto.d.ts +27 -0
  90. package/model/projects-status-report-list-status-error-component.dto.d.ts +26 -0
  91. package/model/projects-status-report-list-status-in-error-component.dto.d.ts +26 -0
  92. package/model/projects-status-report-list-validation-error.dto.d.ts +15 -0
  93. package/model/simple-client-status-report.dto.d.ts +21 -0
  94. 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 ProjectsStatusReportListBillingTypeInErrorComponentDto {
11
+ /**
12
+ * * `billing_type__in` - billing_type__in
13
+ */
14
+ attr: ProjectsStatusReportListBillingTypeInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ProjectsStatusReportListBillingTypeInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListBillingTypeInErrorComponentDtoAttrEnum {
22
+ BillingTypeIn = "billing_type__in"
23
+ }
24
+ export declare enum ProjectsStatusReportListBillingTypeInErrorComponentDtoCodeEnum {
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 ProjectsStatusReportListClientAccountManagerErrorComponentDto {
11
+ /**
12
+ * * `client__account_manager` - client__account_manager
13
+ */
14
+ attr: ProjectsStatusReportListClientAccountManagerErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsStatusReportListClientAccountManagerErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListClientAccountManagerErrorComponentDtoAttrEnum {
22
+ ClientAccountManager = "client__account_manager"
23
+ }
24
+ export declare enum ProjectsStatusReportListClientAccountManagerErrorComponentDtoCodeEnum {
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 ProjectsStatusReportListClientAccountManagerInErrorComponentDto {
11
+ /**
12
+ * * `client__account_manager__in` - client__account_manager__in
13
+ */
14
+ attr: ProjectsStatusReportListClientAccountManagerInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsStatusReportListClientAccountManagerInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListClientAccountManagerInErrorComponentDtoAttrEnum {
22
+ ClientAccountManagerIn = "client__account_manager__in"
23
+ }
24
+ export declare enum ProjectsStatusReportListClientAccountManagerInErrorComponentDtoCodeEnum {
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 ProjectsStatusReportListClientContactErrorComponentDto {
11
+ /**
12
+ * * `client_contact` - client_contact
13
+ */
14
+ attr: ProjectsStatusReportListClientContactErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsStatusReportListClientContactErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListClientContactErrorComponentDtoAttrEnum {
22
+ ClientContact = "client_contact"
23
+ }
24
+ export declare enum ProjectsStatusReportListClientContactErrorComponentDtoCodeEnum {
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 ProjectsStatusReportListClientContactInErrorComponentDto {
11
+ /**
12
+ * * `client_contact__in` - client_contact__in
13
+ */
14
+ attr: ProjectsStatusReportListClientContactInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsStatusReportListClientContactInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListClientContactInErrorComponentDtoAttrEnum {
22
+ ClientContactIn = "client_contact__in"
23
+ }
24
+ export declare enum ProjectsStatusReportListClientContactInErrorComponentDtoCodeEnum {
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 ProjectsStatusReportListClientErrorComponentDto {
11
+ /**
12
+ * * `client` - client
13
+ */
14
+ attr: ProjectsStatusReportListClientErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsStatusReportListClientErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListClientErrorComponentDtoAttrEnum {
22
+ Client = "client"
23
+ }
24
+ export declare enum ProjectsStatusReportListClientErrorComponentDtoCodeEnum {
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 ProjectsStatusReportListClientInErrorComponentDto {
11
+ /**
12
+ * * `client__in` - client__in
13
+ */
14
+ attr: ProjectsStatusReportListClientInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsStatusReportListClientInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListClientInErrorComponentDtoAttrEnum {
22
+ ClientIn = "client__in"
23
+ }
24
+ export declare enum ProjectsStatusReportListClientInErrorComponentDtoCodeEnum {
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 ProjectsStatusReportListCreatedDateGteErrorComponentDto {
11
+ /**
12
+ * * `created__date__gte` - created__date__gte
13
+ */
14
+ attr: ProjectsStatusReportListCreatedDateGteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: ProjectsStatusReportListCreatedDateGteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListCreatedDateGteErrorComponentDtoAttrEnum {
22
+ CreatedDateGte = "created__date__gte"
23
+ }
24
+ export declare enum ProjectsStatusReportListCreatedDateGteErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid"
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface ProjectsStatusReportListCreatedDateLteErrorComponentDto {
11
+ /**
12
+ * * `created__date__lte` - created__date__lte
13
+ */
14
+ attr: ProjectsStatusReportListCreatedDateLteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: ProjectsStatusReportListCreatedDateLteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListCreatedDateLteErrorComponentDtoAttrEnum {
22
+ CreatedDateLte = "created__date__lte"
23
+ }
24
+ export declare enum ProjectsStatusReportListCreatedDateLteErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid"
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface ProjectsStatusReportListCreatedGteErrorComponentDto {
11
+ /**
12
+ * * `created__gte` - created__gte
13
+ */
14
+ attr: ProjectsStatusReportListCreatedGteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: ProjectsStatusReportListCreatedGteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListCreatedGteErrorComponentDtoAttrEnum {
22
+ CreatedGte = "created__gte"
23
+ }
24
+ export declare enum ProjectsStatusReportListCreatedGteErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid"
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface ProjectsStatusReportListCreatedLteErrorComponentDto {
11
+ /**
12
+ * * `created__lte` - created__lte
13
+ */
14
+ attr: ProjectsStatusReportListCreatedLteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: ProjectsStatusReportListCreatedLteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListCreatedLteErrorComponentDtoAttrEnum {
22
+ CreatedLte = "created__lte"
23
+ }
24
+ export declare enum ProjectsStatusReportListCreatedLteErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid"
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 { ProjectsStatusReportListValidationErrorDto } from "./projects-status-report-list-validation-error.dto";
12
+ /**
13
+ * @type ProjectsStatusReportListErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type ProjectsStatusReportListErrorResponse400Dto = ParseErrorResponseDto | ProjectsStatusReportListValidationErrorDto;
@@ -0,0 +1,31 @@
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 { ProjectsStatusReportListClientAccountManagerInErrorComponentDto } from "./projects-status-report-list-client-account-manager-in-error-component.dto";
11
+ import { ProjectsStatusReportListClientContactErrorComponentDto } from "./projects-status-report-list-client-contact-error-component.dto";
12
+ import { ProjectsStatusReportListStatusInErrorComponentDto } from "./projects-status-report-list-status-in-error-component.dto";
13
+ import { ProjectsStatusReportListCreatedDateLteErrorComponentDto } from "./projects-status-report-list-created-date-lte-error-component.dto";
14
+ import { ProjectsStatusReportListCreatedGteErrorComponentDto } from "./projects-status-report-list-created-gte-error-component.dto";
15
+ import { ProjectsStatusReportListBillingTypeInErrorComponentDto } from "./projects-status-report-list-billing-type-in-error-component.dto";
16
+ import { ProjectsStatusReportListIdInErrorComponentDto } from "./projects-status-report-list-id-in-error-component.dto";
17
+ import { ProjectsStatusReportListBillingTypeErrorComponentDto } from "./projects-status-report-list-billing-type-error-component.dto";
18
+ import { ProjectsStatusReportListCreatedDateGteErrorComponentDto } from "./projects-status-report-list-created-date-gte-error-component.dto";
19
+ import { ProjectsStatusReportListClientInErrorComponentDto } from "./projects-status-report-list-client-in-error-component.dto";
20
+ import { ProjectsStatusReportListCreatedLteErrorComponentDto } from "./projects-status-report-list-created-lte-error-component.dto";
21
+ import { ProjectsStatusReportListIdErrorComponentDto } from "./projects-status-report-list-id-error-component.dto";
22
+ import { ProjectsStatusReportListProjectManagersIdInErrorComponentDto } from "./projects-status-report-list-project-managers-id-in-error-component.dto";
23
+ import { ProjectsStatusReportListStatusErrorComponentDto } from "./projects-status-report-list-status-error-component.dto";
24
+ import { ProjectsStatusReportListClientContactInErrorComponentDto } from "./projects-status-report-list-client-contact-in-error-component.dto";
25
+ import { ProjectsStatusReportListClientAccountManagerErrorComponentDto } from "./projects-status-report-list-client-account-manager-error-component.dto";
26
+ import { ProjectsStatusReportListClientErrorComponentDto } from "./projects-status-report-list-client-error-component.dto";
27
+ /**
28
+ * @type ProjectsStatusReportListErrorDto
29
+ * @export
30
+ */
31
+ export type ProjectsStatusReportListErrorDto = ProjectsStatusReportListBillingTypeErrorComponentDto | ProjectsStatusReportListBillingTypeInErrorComponentDto | ProjectsStatusReportListClientAccountManagerErrorComponentDto | ProjectsStatusReportListClientAccountManagerInErrorComponentDto | ProjectsStatusReportListClientContactErrorComponentDto | ProjectsStatusReportListClientContactInErrorComponentDto | ProjectsStatusReportListClientErrorComponentDto | ProjectsStatusReportListClientInErrorComponentDto | ProjectsStatusReportListCreatedDateGteErrorComponentDto | ProjectsStatusReportListCreatedDateLteErrorComponentDto | ProjectsStatusReportListCreatedGteErrorComponentDto | ProjectsStatusReportListCreatedLteErrorComponentDto | ProjectsStatusReportListIdErrorComponentDto | ProjectsStatusReportListIdInErrorComponentDto | ProjectsStatusReportListProjectManagersIdInErrorComponentDto | ProjectsStatusReportListStatusErrorComponentDto | ProjectsStatusReportListStatusInErrorComponentDto;
@@ -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 ProjectsStatusReportListIdErrorComponentDto {
11
+ /**
12
+ * * `id` - id
13
+ */
14
+ attr: ProjectsStatusReportListIdErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: ProjectsStatusReportListIdErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListIdErrorComponentDtoAttrEnum {
22
+ Id = "id"
23
+ }
24
+ export declare enum ProjectsStatusReportListIdErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxValue = "max_value"
27
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface ProjectsStatusReportListIdInErrorComponentDto {
11
+ /**
12
+ * * `id__in` - id__in
13
+ */
14
+ attr: ProjectsStatusReportListIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: ProjectsStatusReportListIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListIdInErrorComponentDtoAttrEnum {
22
+ IdIn = "id__in"
23
+ }
24
+ export declare enum ProjectsStatusReportListIdInErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxValue = "max_value"
27
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface ProjectsStatusReportListProjectManagersIdInErrorComponentDto {
11
+ /**
12
+ * * `project_managers__id__in` - project_managers__id__in
13
+ */
14
+ attr: ProjectsStatusReportListProjectManagersIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: ProjectsStatusReportListProjectManagersIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListProjectManagersIdInErrorComponentDtoAttrEnum {
22
+ ProjectManagersIdIn = "project_managers__id__in"
23
+ }
24
+ export declare enum ProjectsStatusReportListProjectManagersIdInErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ MaxValue = "max_value"
27
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export interface ProjectsStatusReportListStatusErrorComponentDto {
11
+ /**
12
+ * * `status` - status
13
+ */
14
+ attr: ProjectsStatusReportListStatusErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ProjectsStatusReportListStatusErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListStatusErrorComponentDtoAttrEnum {
22
+ Status = "status"
23
+ }
24
+ export declare enum ProjectsStatusReportListStatusErrorComponentDtoCodeEnum {
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 ProjectsStatusReportListStatusInErrorComponentDto {
11
+ /**
12
+ * * `status__in` - status__in
13
+ */
14
+ attr: ProjectsStatusReportListStatusInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ProjectsStatusReportListStatusInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListStatusInErrorComponentDtoAttrEnum {
22
+ StatusIn = "status__in"
23
+ }
24
+ export declare enum ProjectsStatusReportListStatusInErrorComponentDtoCodeEnum {
25
+ NullCharactersNotAllowed = "null_characters_not_allowed"
26
+ }
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ import { ProjectsStatusReportListErrorDto } from "./projects-status-report-list-error.dto";
11
+ import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
12
+ export interface ProjectsStatusReportListValidationErrorDto {
13
+ type: ValidationErrorEnumDto;
14
+ errors: Array<ProjectsStatusReportListErrorDto>;
15
+ }
@@ -0,0 +1,21 @@
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 { SimpleUserDto } from "./simple-user.dto";
11
+ /**
12
+ * Serializer for Client model. Contains necessary information for status report API.
13
+ */
14
+ export interface SimpleClientStatusReportDto {
15
+ readonly id: number;
16
+ readonly created: string;
17
+ readonly modified: string;
18
+ name: string;
19
+ account_manager: number;
20
+ readonly account_manager_data: SimpleUserDto;
21
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.0.289",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.149)",
3
+ "version": "0.0.291",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.151)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",