@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 ClientsSearchListCityInErrorComponentDto {
11
+ /**
12
+ * * `city__in` - city__in
13
+ */
14
+ attr: ClientsSearchListCityInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListCityInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListCityInErrorComponentDtoAttrEnum {
22
+ CityIn = "city__in"
23
+ }
24
+ export declare enum ClientsSearchListCityInErrorComponentDtoCodeEnum {
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 ClientsSearchListContractUntilGteErrorComponentDto {
11
+ /**
12
+ * * `contract_until__gte` - contract_until__gte
13
+ */
14
+ attr: ClientsSearchListContractUntilGteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: ClientsSearchListContractUntilGteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListContractUntilGteErrorComponentDtoAttrEnum {
22
+ ContractUntilGte = "contract_until__gte"
23
+ }
24
+ export declare enum ClientsSearchListContractUntilGteErrorComponentDtoCodeEnum {
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 ClientsSearchListContractUntilLteErrorComponentDto {
11
+ /**
12
+ * * `contract_until__lte` - contract_until__lte
13
+ */
14
+ attr: ClientsSearchListContractUntilLteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: ClientsSearchListContractUntilLteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListContractUntilLteErrorComponentDtoAttrEnum {
22
+ ContractUntilLte = "contract_until__lte"
23
+ }
24
+ export declare enum ClientsSearchListContractUntilLteErrorComponentDtoCodeEnum {
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 ClientsSearchListCountryErrorComponentDto {
11
+ /**
12
+ * * `country` - country
13
+ */
14
+ attr: ClientsSearchListCountryErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListCountryErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListCountryErrorComponentDtoAttrEnum {
22
+ Country = "country"
23
+ }
24
+ export declare enum ClientsSearchListCountryErrorComponentDtoCodeEnum {
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 ClientsSearchListCountryInErrorComponentDto {
11
+ /**
12
+ * * `country__in` - country__in
13
+ */
14
+ attr: ClientsSearchListCountryInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListCountryInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListCountryInErrorComponentDtoAttrEnum {
22
+ CountryIn = "country__in"
23
+ }
24
+ export declare enum ClientsSearchListCountryInErrorComponentDtoCodeEnum {
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 ClientsSearchListCreatedByErrorComponentDto {
11
+ /**
12
+ * * `created_by` - created_by
13
+ */
14
+ attr: ClientsSearchListCreatedByErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ClientsSearchListCreatedByErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListCreatedByErrorComponentDtoAttrEnum {
22
+ CreatedBy = "created_by"
23
+ }
24
+ export declare enum ClientsSearchListCreatedByErrorComponentDtoCodeEnum {
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 ClientsSearchListCreatedByInErrorComponentDto {
11
+ /**
12
+ * * `created_by__in` - created_by__in
13
+ */
14
+ attr: ClientsSearchListCreatedByInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ClientsSearchListCreatedByInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListCreatedByInErrorComponentDtoAttrEnum {
22
+ CreatedByIn = "created_by__in"
23
+ }
24
+ export declare enum ClientsSearchListCreatedByInErrorComponentDtoCodeEnum {
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 ClientsSearchListCreatedDateGteErrorComponentDto {
11
+ /**
12
+ * * `created__date__gte` - created__date__gte
13
+ */
14
+ attr: ClientsSearchListCreatedDateGteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: ClientsSearchListCreatedDateGteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListCreatedDateGteErrorComponentDtoAttrEnum {
22
+ CreatedDateGte = "created__date__gte"
23
+ }
24
+ export declare enum ClientsSearchListCreatedDateGteErrorComponentDtoCodeEnum {
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 ClientsSearchListCreatedDateLteErrorComponentDto {
11
+ /**
12
+ * * `created__date__lte` - created__date__lte
13
+ */
14
+ attr: ClientsSearchListCreatedDateLteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: ClientsSearchListCreatedDateLteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListCreatedDateLteErrorComponentDtoAttrEnum {
22
+ CreatedDateLte = "created__date__lte"
23
+ }
24
+ export declare enum ClientsSearchListCreatedDateLteErrorComponentDtoCodeEnum {
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 ClientsSearchListCreatedGteErrorComponentDto {
11
+ /**
12
+ * * `created__gte` - created__gte
13
+ */
14
+ attr: ClientsSearchListCreatedGteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: ClientsSearchListCreatedGteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListCreatedGteErrorComponentDtoAttrEnum {
22
+ CreatedGte = "created__gte"
23
+ }
24
+ export declare enum ClientsSearchListCreatedGteErrorComponentDtoCodeEnum {
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 ClientsSearchListCreatedLteErrorComponentDto {
11
+ /**
12
+ * * `created__lte` - created__lte
13
+ */
14
+ attr: ClientsSearchListCreatedLteErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid
17
+ */
18
+ code: ClientsSearchListCreatedLteErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListCreatedLteErrorComponentDtoAttrEnum {
22
+ CreatedLte = "created__lte"
23
+ }
24
+ export declare enum ClientsSearchListCreatedLteErrorComponentDtoCodeEnum {
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 { ClientsSearchListValidationErrorDto } from "./clients-search-list-validation-error.dto";
11
+ import { ParseErrorResponseDto } from "./parse-error-response.dto";
12
+ /**
13
+ * @type ClientsSearchListErrorResponse400Dto
14
+ * @export
15
+ */
16
+ export type ClientsSearchListErrorResponse400Dto = ClientsSearchListValidationErrorDto | ParseErrorResponseDto;
@@ -0,0 +1,72 @@
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 { ClientsSearchListCityInErrorComponentDto } from "./clients-search-list-city-in-error-component.dto";
11
+ import { ClientsSearchListAccountManagerErrorComponentDto } from "./clients-search-list-account-manager-error-component.dto";
12
+ import { ClientsSearchListBillingAddress2InErrorComponentDto } from "./clients-search-list-billing-address2-in-error-component.dto";
13
+ import { ClientsSearchListBillingStateErrorComponentDto } from "./clients-search-list-billing-state-error-component.dto";
14
+ import { ClientsSearchListCreatedDateGteErrorComponentDto } from "./clients-search-list-created-date-gte-error-component.dto";
15
+ import { ClientsSearchListStateErrorComponentDto } from "./clients-search-list-state-error-component.dto";
16
+ import { ClientsSearchListBillingCityErrorComponentDto } from "./clients-search-list-billing-city-error-component.dto";
17
+ import { ClientsSearchListBillingCityInErrorComponentDto } from "./clients-search-list-billing-city-in-error-component.dto";
18
+ import { ClientsSearchListBillingStateInErrorComponentDto } from "./clients-search-list-billing-state-in-error-component.dto";
19
+ import { ClientsSearchListTimeLimitPerMonthGteErrorComponentDto } from "./clients-search-list-time-limit-per-month-gte-error-component.dto";
20
+ import { ClientsSearchListCountryErrorComponentDto } from "./clients-search-list-country-error-component.dto";
21
+ import { ClientsSearchListCreatedLteErrorComponentDto } from "./clients-search-list-created-lte-error-component.dto";
22
+ import { ClientsSearchListCityErrorComponentDto } from "./clients-search-list-city-error-component.dto";
23
+ import { ClientsSearchListNotesContainsErrorComponentDto } from "./clients-search-list-notes-contains-error-component.dto";
24
+ import { ClientsSearchListPaymentRecipientNameErrorComponentDto } from "./clients-search-list-payment-recipient-name-error-component.dto";
25
+ import { ClientsSearchListBillingNotesErrorComponentDto } from "./clients-search-list-billing-notes-error-component.dto";
26
+ import { ClientsSearchListNotesErrorComponentDto } from "./clients-search-list-notes-error-component.dto";
27
+ import { ClientsSearchListBillingCountryErrorComponentDto } from "./clients-search-list-billing-country-error-component.dto";
28
+ import { ClientsSearchListBillingAddress2ErrorComponentDto } from "./clients-search-list-billing-address2-error-component.dto";
29
+ import { ClientsSearchListAddress2InErrorComponentDto } from "./clients-search-list-address2-in-error-component.dto";
30
+ import { ClientsSearchListAddress1InErrorComponentDto } from "./clients-search-list-address1-in-error-component.dto";
31
+ import { ClientsSearchListAddress1ErrorComponentDto } from "./clients-search-list-address1-error-component.dto";
32
+ import { ClientsSearchListBillingZipErrorComponentDto } from "./clients-search-list-billing-zip-error-component.dto";
33
+ import { ClientsSearchListBillingZipInErrorComponentDto } from "./clients-search-list-billing-zip-in-error-component.dto";
34
+ import { ClientsSearchListCreatedByInErrorComponentDto } from "./clients-search-list-created-by-in-error-component.dto";
35
+ import { ClientsSearchListZipInErrorComponentDto } from "./clients-search-list-zip-in-error-component.dto";
36
+ import { ClientsSearchListAccountManagerInErrorComponentDto } from "./clients-search-list-account-manager-in-error-component.dto";
37
+ import { ClientsSearchListWebsiteInErrorComponentDto } from "./clients-search-list-website-in-error-component.dto";
38
+ import { ClientsSearchListCreatedGteErrorComponentDto } from "./clients-search-list-created-gte-error-component.dto";
39
+ import { ClientsSearchListIdInErrorComponentDto } from "./clients-search-list-id-in-error-component.dto";
40
+ import { ClientsSearchListCreatedDateLteErrorComponentDto } from "./clients-search-list-created-date-lte-error-component.dto";
41
+ import { ClientsSearchListUpdatedByInErrorComponentDto } from "./clients-search-list-updated-by-in-error-component.dto";
42
+ import { ClientsSearchListStateInErrorComponentDto } from "./clients-search-list-state-in-error-component.dto";
43
+ import { ClientsSearchListTimeLimitPerMonthLteErrorComponentDto } from "./clients-search-list-time-limit-per-month-lte-error-component.dto";
44
+ import { ClientsSearchListAddress2ErrorComponentDto } from "./clients-search-list-address2-error-component.dto";
45
+ import { ClientsSearchListBillingAddress1InErrorComponentDto } from "./clients-search-list-billing-address1-in-error-component.dto";
46
+ import { ClientsSearchListUpdatedByErrorComponentDto } from "./clients-search-list-updated-by-error-component.dto";
47
+ import { ClientsSearchListNotesInErrorComponentDto } from "./clients-search-list-notes-in-error-component.dto";
48
+ import { ClientsSearchListWebsiteErrorComponentDto } from "./clients-search-list-website-error-component.dto";
49
+ import { ClientsSearchListContractUntilLteErrorComponentDto } from "./clients-search-list-contract-until-lte-error-component.dto";
50
+ import { ClientsSearchListPaymentRecipientNameInErrorComponentDto } from "./clients-search-list-payment-recipient-name-in-error-component.dto";
51
+ import { ClientsSearchListZohoAccountIdInErrorComponentDto } from "./clients-search-list-zoho-account-id-in-error-component.dto";
52
+ import { ClientsSearchListCreatedByErrorComponentDto } from "./clients-search-list-created-by-error-component.dto";
53
+ import { ClientsSearchListCountryInErrorComponentDto } from "./clients-search-list-country-in-error-component.dto";
54
+ import { ClientsSearchListZipErrorComponentDto } from "./clients-search-list-zip-error-component.dto";
55
+ import { ClientsSearchListStatusInErrorComponentDto } from "./clients-search-list-status-in-error-component.dto";
56
+ import { ClientsSearchListBillingAddress1ErrorComponentDto } from "./clients-search-list-billing-address1-error-component.dto";
57
+ import { ClientsSearchListBillingNotesContainsErrorComponentDto } from "./clients-search-list-billing-notes-contains-error-component.dto";
58
+ import { ClientsSearchListBillingMethodInErrorComponentDto } from "./clients-search-list-billing-method-in-error-component.dto";
59
+ import { ClientsSearchListIdErrorComponentDto } from "./clients-search-list-id-error-component.dto";
60
+ import { ClientsSearchListContractUntilGteErrorComponentDto } from "./clients-search-list-contract-until-gte-error-component.dto";
61
+ import { ClientsSearchListQbClientIdErrorComponentDto } from "./clients-search-list-qb-client-id-error-component.dto";
62
+ import { ClientsSearchListQbClientIdInErrorComponentDto } from "./clients-search-list-qb-client-id-in-error-component.dto";
63
+ import { ClientsSearchListZohoAccountIdErrorComponentDto } from "./clients-search-list-zoho-account-id-error-component.dto";
64
+ import { ClientsSearchListStatusErrorComponentDto } from "./clients-search-list-status-error-component.dto";
65
+ import { ClientsSearchListBillingCountryInErrorComponentDto } from "./clients-search-list-billing-country-in-error-component.dto";
66
+ import { ClientsSearchListBillingMethodErrorComponentDto } from "./clients-search-list-billing-method-error-component.dto";
67
+ import { ClientsSearchListBillingNotesInErrorComponentDto } from "./clients-search-list-billing-notes-in-error-component.dto";
68
+ /**
69
+ * @type ClientsSearchListErrorDto
70
+ * @export
71
+ */
72
+ export type ClientsSearchListErrorDto = ClientsSearchListAccountManagerErrorComponentDto | ClientsSearchListAccountManagerInErrorComponentDto | ClientsSearchListAddress1ErrorComponentDto | ClientsSearchListAddress1InErrorComponentDto | ClientsSearchListAddress2ErrorComponentDto | ClientsSearchListAddress2InErrorComponentDto | ClientsSearchListBillingAddress1ErrorComponentDto | ClientsSearchListBillingAddress1InErrorComponentDto | ClientsSearchListBillingAddress2ErrorComponentDto | ClientsSearchListBillingAddress2InErrorComponentDto | ClientsSearchListBillingCityErrorComponentDto | ClientsSearchListBillingCityInErrorComponentDto | ClientsSearchListBillingCountryErrorComponentDto | ClientsSearchListBillingCountryInErrorComponentDto | ClientsSearchListBillingMethodErrorComponentDto | ClientsSearchListBillingMethodInErrorComponentDto | ClientsSearchListBillingNotesContainsErrorComponentDto | ClientsSearchListBillingNotesErrorComponentDto | ClientsSearchListBillingNotesInErrorComponentDto | ClientsSearchListBillingStateErrorComponentDto | ClientsSearchListBillingStateInErrorComponentDto | ClientsSearchListBillingZipErrorComponentDto | ClientsSearchListBillingZipInErrorComponentDto | ClientsSearchListCityErrorComponentDto | ClientsSearchListCityInErrorComponentDto | ClientsSearchListContractUntilGteErrorComponentDto | ClientsSearchListContractUntilLteErrorComponentDto | ClientsSearchListCountryErrorComponentDto | ClientsSearchListCountryInErrorComponentDto | ClientsSearchListCreatedByErrorComponentDto | ClientsSearchListCreatedByInErrorComponentDto | ClientsSearchListCreatedDateGteErrorComponentDto | ClientsSearchListCreatedDateLteErrorComponentDto | ClientsSearchListCreatedGteErrorComponentDto | ClientsSearchListCreatedLteErrorComponentDto | ClientsSearchListIdErrorComponentDto | ClientsSearchListIdInErrorComponentDto | ClientsSearchListNotesContainsErrorComponentDto | ClientsSearchListNotesErrorComponentDto | ClientsSearchListNotesInErrorComponentDto | ClientsSearchListPaymentRecipientNameErrorComponentDto | ClientsSearchListPaymentRecipientNameInErrorComponentDto | ClientsSearchListQbClientIdErrorComponentDto | ClientsSearchListQbClientIdInErrorComponentDto | ClientsSearchListStateErrorComponentDto | ClientsSearchListStateInErrorComponentDto | ClientsSearchListStatusErrorComponentDto | ClientsSearchListStatusInErrorComponentDto | ClientsSearchListTimeLimitPerMonthGteErrorComponentDto | ClientsSearchListTimeLimitPerMonthLteErrorComponentDto | ClientsSearchListUpdatedByErrorComponentDto | ClientsSearchListUpdatedByInErrorComponentDto | ClientsSearchListWebsiteErrorComponentDto | ClientsSearchListWebsiteInErrorComponentDto | ClientsSearchListZipErrorComponentDto | ClientsSearchListZipInErrorComponentDto | ClientsSearchListZohoAccountIdErrorComponentDto | ClientsSearchListZohoAccountIdInErrorComponentDto;
@@ -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 ClientsSearchListIdErrorComponentDto {
11
+ /**
12
+ * * `id` - id
13
+ */
14
+ attr: ClientsSearchListIdErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: ClientsSearchListIdErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListIdErrorComponentDtoAttrEnum {
22
+ Id = "id"
23
+ }
24
+ export declare enum ClientsSearchListIdErrorComponentDtoCodeEnum {
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 ClientsSearchListIdInErrorComponentDto {
11
+ /**
12
+ * * `id__in` - id__in
13
+ */
14
+ attr: ClientsSearchListIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `max_value` - max_value
17
+ */
18
+ code: ClientsSearchListIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListIdInErrorComponentDtoAttrEnum {
22
+ IdIn = "id__in"
23
+ }
24
+ export declare enum ClientsSearchListIdInErrorComponentDtoCodeEnum {
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 ClientsSearchListNotesContainsErrorComponentDto {
11
+ /**
12
+ * * `notes__contains` - notes__contains
13
+ */
14
+ attr: ClientsSearchListNotesContainsErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListNotesContainsErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListNotesContainsErrorComponentDtoAttrEnum {
22
+ NotesContains = "notes__contains"
23
+ }
24
+ export declare enum ClientsSearchListNotesContainsErrorComponentDtoCodeEnum {
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 ClientsSearchListNotesErrorComponentDto {
11
+ /**
12
+ * * `notes` - notes
13
+ */
14
+ attr: ClientsSearchListNotesErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListNotesErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListNotesErrorComponentDtoAttrEnum {
22
+ Notes = "notes"
23
+ }
24
+ export declare enum ClientsSearchListNotesErrorComponentDtoCodeEnum {
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 ClientsSearchListNotesInErrorComponentDto {
11
+ /**
12
+ * * `notes__in` - notes__in
13
+ */
14
+ attr: ClientsSearchListNotesInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListNotesInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListNotesInErrorComponentDtoAttrEnum {
22
+ NotesIn = "notes__in"
23
+ }
24
+ export declare enum ClientsSearchListNotesInErrorComponentDtoCodeEnum {
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 ClientsSearchListPaymentRecipientNameErrorComponentDto {
11
+ /**
12
+ * * `payment_recipient_name` - payment_recipient_name
13
+ */
14
+ attr: ClientsSearchListPaymentRecipientNameErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListPaymentRecipientNameErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListPaymentRecipientNameErrorComponentDtoAttrEnum {
22
+ PaymentRecipientName = "payment_recipient_name"
23
+ }
24
+ export declare enum ClientsSearchListPaymentRecipientNameErrorComponentDtoCodeEnum {
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 ClientsSearchListPaymentRecipientNameInErrorComponentDto {
11
+ /**
12
+ * * `payment_recipient_name__in` - payment_recipient_name__in
13
+ */
14
+ attr: ClientsSearchListPaymentRecipientNameInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListPaymentRecipientNameInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListPaymentRecipientNameInErrorComponentDtoAttrEnum {
22
+ PaymentRecipientNameIn = "payment_recipient_name__in"
23
+ }
24
+ export declare enum ClientsSearchListPaymentRecipientNameInErrorComponentDtoCodeEnum {
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 ClientsSearchListQbClientIdErrorComponentDto {
11
+ /**
12
+ * * `qb_client_id` - qb_client_id
13
+ */
14
+ attr: ClientsSearchListQbClientIdErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListQbClientIdErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListQbClientIdErrorComponentDtoAttrEnum {
22
+ QbClientId = "qb_client_id"
23
+ }
24
+ export declare enum ClientsSearchListQbClientIdErrorComponentDtoCodeEnum {
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 ClientsSearchListQbClientIdInErrorComponentDto {
11
+ /**
12
+ * * `qb_client_id__in` - qb_client_id__in
13
+ */
14
+ attr: ClientsSearchListQbClientIdInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListQbClientIdInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListQbClientIdInErrorComponentDtoAttrEnum {
22
+ QbClientIdIn = "qb_client_id__in"
23
+ }
24
+ export declare enum ClientsSearchListQbClientIdInErrorComponentDtoCodeEnum {
25
+ NullCharactersNotAllowed = "null_characters_not_allowed"
26
+ }