@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 ClientsSearchListAccountManagerErrorComponentDto {
11
+ /**
12
+ * * `account_manager` - account_manager
13
+ */
14
+ attr: ClientsSearchListAccountManagerErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ClientsSearchListAccountManagerErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListAccountManagerErrorComponentDtoAttrEnum {
22
+ AccountManager = "account_manager"
23
+ }
24
+ export declare enum ClientsSearchListAccountManagerErrorComponentDtoCodeEnum {
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 ClientsSearchListAccountManagerInErrorComponentDto {
11
+ /**
12
+ * * `account_manager__in` - account_manager__in
13
+ */
14
+ attr: ClientsSearchListAccountManagerInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ClientsSearchListAccountManagerInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListAccountManagerInErrorComponentDtoAttrEnum {
22
+ AccountManagerIn = "account_manager__in"
23
+ }
24
+ export declare enum ClientsSearchListAccountManagerInErrorComponentDtoCodeEnum {
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 ClientsSearchListAddress1ErrorComponentDto {
11
+ /**
12
+ * * `address1` - address1
13
+ */
14
+ attr: ClientsSearchListAddress1ErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListAddress1ErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListAddress1ErrorComponentDtoAttrEnum {
22
+ Address1 = "address1"
23
+ }
24
+ export declare enum ClientsSearchListAddress1ErrorComponentDtoCodeEnum {
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 ClientsSearchListAddress1InErrorComponentDto {
11
+ /**
12
+ * * `address1__in` - address1__in
13
+ */
14
+ attr: ClientsSearchListAddress1InErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListAddress1InErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListAddress1InErrorComponentDtoAttrEnum {
22
+ Address1In = "address1__in"
23
+ }
24
+ export declare enum ClientsSearchListAddress1InErrorComponentDtoCodeEnum {
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 ClientsSearchListAddress2ErrorComponentDto {
11
+ /**
12
+ * * `address2` - address2
13
+ */
14
+ attr: ClientsSearchListAddress2ErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListAddress2ErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListAddress2ErrorComponentDtoAttrEnum {
22
+ Address2 = "address2"
23
+ }
24
+ export declare enum ClientsSearchListAddress2ErrorComponentDtoCodeEnum {
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 ClientsSearchListAddress2InErrorComponentDto {
11
+ /**
12
+ * * `address2__in` - address2__in
13
+ */
14
+ attr: ClientsSearchListAddress2InErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListAddress2InErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListAddress2InErrorComponentDtoAttrEnum {
22
+ Address2In = "address2__in"
23
+ }
24
+ export declare enum ClientsSearchListAddress2InErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingAddress1ErrorComponentDto {
11
+ /**
12
+ * * `billing_address1` - billing_address1
13
+ */
14
+ attr: ClientsSearchListBillingAddress1ErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingAddress1ErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingAddress1ErrorComponentDtoAttrEnum {
22
+ BillingAddress1 = "billing_address1"
23
+ }
24
+ export declare enum ClientsSearchListBillingAddress1ErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingAddress1InErrorComponentDto {
11
+ /**
12
+ * * `billing_address1__in` - billing_address1__in
13
+ */
14
+ attr: ClientsSearchListBillingAddress1InErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingAddress1InErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingAddress1InErrorComponentDtoAttrEnum {
22
+ BillingAddress1In = "billing_address1__in"
23
+ }
24
+ export declare enum ClientsSearchListBillingAddress1InErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingAddress2ErrorComponentDto {
11
+ /**
12
+ * * `billing_address2` - billing_address2
13
+ */
14
+ attr: ClientsSearchListBillingAddress2ErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingAddress2ErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingAddress2ErrorComponentDtoAttrEnum {
22
+ BillingAddress2 = "billing_address2"
23
+ }
24
+ export declare enum ClientsSearchListBillingAddress2ErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingAddress2InErrorComponentDto {
11
+ /**
12
+ * * `billing_address2__in` - billing_address2__in
13
+ */
14
+ attr: ClientsSearchListBillingAddress2InErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingAddress2InErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingAddress2InErrorComponentDtoAttrEnum {
22
+ BillingAddress2In = "billing_address2__in"
23
+ }
24
+ export declare enum ClientsSearchListBillingAddress2InErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingCityErrorComponentDto {
11
+ /**
12
+ * * `billing_city` - billing_city
13
+ */
14
+ attr: ClientsSearchListBillingCityErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingCityErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingCityErrorComponentDtoAttrEnum {
22
+ BillingCity = "billing_city"
23
+ }
24
+ export declare enum ClientsSearchListBillingCityErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingCityInErrorComponentDto {
11
+ /**
12
+ * * `billing_city__in` - billing_city__in
13
+ */
14
+ attr: ClientsSearchListBillingCityInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingCityInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingCityInErrorComponentDtoAttrEnum {
22
+ BillingCityIn = "billing_city__in"
23
+ }
24
+ export declare enum ClientsSearchListBillingCityInErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingCountryErrorComponentDto {
11
+ /**
12
+ * * `billing_country` - billing_country
13
+ */
14
+ attr: ClientsSearchListBillingCountryErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingCountryErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingCountryErrorComponentDtoAttrEnum {
22
+ BillingCountry = "billing_country"
23
+ }
24
+ export declare enum ClientsSearchListBillingCountryErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingCountryInErrorComponentDto {
11
+ /**
12
+ * * `billing_country__in` - billing_country__in
13
+ */
14
+ attr: ClientsSearchListBillingCountryInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingCountryInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingCountryInErrorComponentDtoAttrEnum {
22
+ BillingCountryIn = "billing_country__in"
23
+ }
24
+ export declare enum ClientsSearchListBillingCountryInErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingMethodErrorComponentDto {
11
+ /**
12
+ * * `billing_method` - billing_method
13
+ */
14
+ attr: ClientsSearchListBillingMethodErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid_choice` - invalid_choice
17
+ */
18
+ code: ClientsSearchListBillingMethodErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingMethodErrorComponentDtoAttrEnum {
22
+ BillingMethod = "billing_method"
23
+ }
24
+ export declare enum ClientsSearchListBillingMethodErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingMethodInErrorComponentDto {
11
+ /**
12
+ * * `billing_method__in` - billing_method__in
13
+ */
14
+ attr: ClientsSearchListBillingMethodInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingMethodInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingMethodInErrorComponentDtoAttrEnum {
22
+ BillingMethodIn = "billing_method__in"
23
+ }
24
+ export declare enum ClientsSearchListBillingMethodInErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingNotesContainsErrorComponentDto {
11
+ /**
12
+ * * `billing_notes__contains` - billing_notes__contains
13
+ */
14
+ attr: ClientsSearchListBillingNotesContainsErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingNotesContainsErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingNotesContainsErrorComponentDtoAttrEnum {
22
+ BillingNotesContains = "billing_notes__contains"
23
+ }
24
+ export declare enum ClientsSearchListBillingNotesContainsErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingNotesErrorComponentDto {
11
+ /**
12
+ * * `billing_notes` - billing_notes
13
+ */
14
+ attr: ClientsSearchListBillingNotesErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingNotesErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingNotesErrorComponentDtoAttrEnum {
22
+ BillingNotes = "billing_notes"
23
+ }
24
+ export declare enum ClientsSearchListBillingNotesErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingNotesInErrorComponentDto {
11
+ /**
12
+ * * `billing_notes__in` - billing_notes__in
13
+ */
14
+ attr: ClientsSearchListBillingNotesInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingNotesInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingNotesInErrorComponentDtoAttrEnum {
22
+ BillingNotesIn = "billing_notes__in"
23
+ }
24
+ export declare enum ClientsSearchListBillingNotesInErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingStateErrorComponentDto {
11
+ /**
12
+ * * `billing_state` - billing_state
13
+ */
14
+ attr: ClientsSearchListBillingStateErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingStateErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingStateErrorComponentDtoAttrEnum {
22
+ BillingState = "billing_state"
23
+ }
24
+ export declare enum ClientsSearchListBillingStateErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingStateInErrorComponentDto {
11
+ /**
12
+ * * `billing_state__in` - billing_state__in
13
+ */
14
+ attr: ClientsSearchListBillingStateInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingStateInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingStateInErrorComponentDtoAttrEnum {
22
+ BillingStateIn = "billing_state__in"
23
+ }
24
+ export declare enum ClientsSearchListBillingStateInErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingZipErrorComponentDto {
11
+ /**
12
+ * * `billing_zip` - billing_zip
13
+ */
14
+ attr: ClientsSearchListBillingZipErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingZipErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingZipErrorComponentDtoAttrEnum {
22
+ BillingZip = "billing_zip"
23
+ }
24
+ export declare enum ClientsSearchListBillingZipErrorComponentDtoCodeEnum {
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 ClientsSearchListBillingZipInErrorComponentDto {
11
+ /**
12
+ * * `billing_zip__in` - billing_zip__in
13
+ */
14
+ attr: ClientsSearchListBillingZipInErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListBillingZipInErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListBillingZipInErrorComponentDtoAttrEnum {
22
+ BillingZipIn = "billing_zip__in"
23
+ }
24
+ export declare enum ClientsSearchListBillingZipInErrorComponentDtoCodeEnum {
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 ClientsSearchListCityErrorComponentDto {
11
+ /**
12
+ * * `city` - city
13
+ */
14
+ attr: ClientsSearchListCityErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `null_characters_not_allowed` - null_characters_not_allowed
17
+ */
18
+ code: ClientsSearchListCityErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ClientsSearchListCityErrorComponentDtoAttrEnum {
22
+ City = "city"
23
+ }
24
+ export declare enum ClientsSearchListCityErrorComponentDtoCodeEnum {
25
+ NullCharactersNotAllowed = "null_characters_not_allowed"
26
+ }