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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/README.md +2 -2
  2. package/api/clients-api.service.d.ts +1 -67
  3. package/api/clients-api.serviceInterface.d.ts +0 -92
  4. package/api/projects-api.service.d.ts +1 -67
  5. package/api/projects-api.serviceInterface.d.ts +0 -49
  6. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +223 -1948
  7. package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
  8. package/model/client-duration-data.dto.d.ts +3 -3
  9. package/model/client-margin-report.dto.d.ts +3 -3
  10. package/model/client-statistics-request.dto.d.ts +38 -0
  11. package/model/client-statistics.dto.d.ts +41 -0
  12. package/model/client.dto.d.ts +2 -0
  13. package/model/models.d.ts +4 -83
  14. package/model/project-margin-report.dto.d.ts +3 -3
  15. package/model/project-statistics-request.dto.d.ts +38 -0
  16. package/model/project-statistics.dto.d.ts +41 -0
  17. package/model/project-status-report.dto.d.ts +5 -3
  18. package/model/project.dto.d.ts +2 -0
  19. package/package.json +2 -2
  20. package/model/client-serializer-with-month-stats.dto.d.ts +0 -25
  21. package/model/client-serializer-with-stats.dto.d.ts +0 -69
  22. package/model/clients-with-stats-list-account-manager-error-component.dto.d.ts +0 -26
  23. package/model/clients-with-stats-list-account-manager-in-error-component.dto.d.ts +0 -26
  24. package/model/clients-with-stats-list-address1-error-component.dto.d.ts +0 -26
  25. package/model/clients-with-stats-list-address1-in-error-component.dto.d.ts +0 -26
  26. package/model/clients-with-stats-list-address2-error-component.dto.d.ts +0 -26
  27. package/model/clients-with-stats-list-address2-in-error-component.dto.d.ts +0 -26
  28. package/model/clients-with-stats-list-billing-address1-error-component.dto.d.ts +0 -26
  29. package/model/clients-with-stats-list-billing-address1-in-error-component.dto.d.ts +0 -26
  30. package/model/clients-with-stats-list-billing-address2-error-component.dto.d.ts +0 -26
  31. package/model/clients-with-stats-list-billing-address2-in-error-component.dto.d.ts +0 -26
  32. package/model/clients-with-stats-list-billing-city-error-component.dto.d.ts +0 -26
  33. package/model/clients-with-stats-list-billing-city-in-error-component.dto.d.ts +0 -26
  34. package/model/clients-with-stats-list-billing-country-error-component.dto.d.ts +0 -26
  35. package/model/clients-with-stats-list-billing-country-in-error-component.dto.d.ts +0 -26
  36. package/model/clients-with-stats-list-billing-method-error-component.dto.d.ts +0 -26
  37. package/model/clients-with-stats-list-billing-method-in-error-component.dto.d.ts +0 -26
  38. package/model/clients-with-stats-list-billing-notes-contains-error-component.dto.d.ts +0 -26
  39. package/model/clients-with-stats-list-billing-notes-error-component.dto.d.ts +0 -26
  40. package/model/clients-with-stats-list-billing-notes-in-error-component.dto.d.ts +0 -26
  41. package/model/clients-with-stats-list-billing-state-error-component.dto.d.ts +0 -26
  42. package/model/clients-with-stats-list-billing-state-in-error-component.dto.d.ts +0 -26
  43. package/model/clients-with-stats-list-billing-zip-error-component.dto.d.ts +0 -26
  44. package/model/clients-with-stats-list-billing-zip-in-error-component.dto.d.ts +0 -26
  45. package/model/clients-with-stats-list-city-error-component.dto.d.ts +0 -26
  46. package/model/clients-with-stats-list-city-in-error-component.dto.d.ts +0 -26
  47. package/model/clients-with-stats-list-contract-until-gte-error-component.dto.d.ts +0 -26
  48. package/model/clients-with-stats-list-contract-until-lte-error-component.dto.d.ts +0 -26
  49. package/model/clients-with-stats-list-country-error-component.dto.d.ts +0 -26
  50. package/model/clients-with-stats-list-country-in-error-component.dto.d.ts +0 -26
  51. package/model/clients-with-stats-list-created-by-error-component.dto.d.ts +0 -26
  52. package/model/clients-with-stats-list-created-by-in-error-component.dto.d.ts +0 -26
  53. package/model/clients-with-stats-list-created-date-gte-error-component.dto.d.ts +0 -26
  54. package/model/clients-with-stats-list-created-date-lte-error-component.dto.d.ts +0 -26
  55. package/model/clients-with-stats-list-created-gte-error-component.dto.d.ts +0 -26
  56. package/model/clients-with-stats-list-created-lte-error-component.dto.d.ts +0 -26
  57. package/model/clients-with-stats-list-error-response400.dto.d.ts +0 -16
  58. package/model/clients-with-stats-list-error.dto.d.ts +0 -72
  59. package/model/clients-with-stats-list-id-error-component.dto.d.ts +0 -27
  60. package/model/clients-with-stats-list-id-in-error-component.dto.d.ts +0 -27
  61. package/model/clients-with-stats-list-notes-contains-error-component.dto.d.ts +0 -26
  62. package/model/clients-with-stats-list-notes-error-component.dto.d.ts +0 -26
  63. package/model/clients-with-stats-list-notes-in-error-component.dto.d.ts +0 -26
  64. package/model/clients-with-stats-list-payment-recipient-name-error-component.dto.d.ts +0 -26
  65. package/model/clients-with-stats-list-payment-recipient-name-in-error-component.dto.d.ts +0 -26
  66. package/model/clients-with-stats-list-qb-client-id-error-component.dto.d.ts +0 -26
  67. package/model/clients-with-stats-list-qb-client-id-in-error-component.dto.d.ts +0 -26
  68. package/model/clients-with-stats-list-state-error-component.dto.d.ts +0 -26
  69. package/model/clients-with-stats-list-state-in-error-component.dto.d.ts +0 -26
  70. package/model/clients-with-stats-list-status-error-component.dto.d.ts +0 -26
  71. package/model/clients-with-stats-list-status-in-error-component.dto.d.ts +0 -26
  72. package/model/clients-with-stats-list-time-limit-per-month-gte-error-component.dto.d.ts +0 -27
  73. package/model/clients-with-stats-list-time-limit-per-month-lte-error-component.dto.d.ts +0 -27
  74. package/model/clients-with-stats-list-updated-by-error-component.dto.d.ts +0 -26
  75. package/model/clients-with-stats-list-updated-by-in-error-component.dto.d.ts +0 -26
  76. package/model/clients-with-stats-list-validation-error.dto.d.ts +0 -15
  77. package/model/clients-with-stats-list-website-error-component.dto.d.ts +0 -26
  78. package/model/clients-with-stats-list-website-in-error-component.dto.d.ts +0 -26
  79. package/model/clients-with-stats-list-zip-error-component.dto.d.ts +0 -26
  80. package/model/clients-with-stats-list-zip-in-error-component.dto.d.ts +0 -26
  81. package/model/clients-with-stats-list-zoho-account-id-error-component.dto.d.ts +0 -26
  82. package/model/clients-with-stats-list-zoho-account-id-in-error-component.dto.d.ts +0 -26
  83. package/model/paginated-client-serializer-with-stats-list.dto.d.ts +0 -16
  84. package/model/paginated-project-serializer-with-stats-list.dto.d.ts +0 -16
  85. package/model/project-serializer-with-month-stats.dto.d.ts +0 -25
  86. package/model/project-serializer-with-stats.dto.d.ts +0 -80
  87. package/model/projects-with-stats-list-client-contact-error-component.dto.d.ts +0 -26
  88. package/model/projects-with-stats-list-client-contact-in-error-component.dto.d.ts +0 -26
  89. package/model/projects-with-stats-list-client-error-component.dto.d.ts +0 -26
  90. package/model/projects-with-stats-list-client-in-error-component.dto.d.ts +0 -26
  91. package/model/projects-with-stats-list-created-date-gte-error-component.dto.d.ts +0 -26
  92. package/model/projects-with-stats-list-created-date-lte-error-component.dto.d.ts +0 -26
  93. package/model/projects-with-stats-list-created-gte-error-component.dto.d.ts +0 -26
  94. package/model/projects-with-stats-list-created-lte-error-component.dto.d.ts +0 -26
  95. package/model/projects-with-stats-list-error-response400.dto.d.ts +0 -16
  96. package/model/projects-with-stats-list-error.dto.d.ts +0 -27
  97. package/model/projects-with-stats-list-id-error-component.dto.d.ts +0 -27
  98. package/model/projects-with-stats-list-id-in-error-component.dto.d.ts +0 -27
  99. package/model/projects-with-stats-list-project-managers-id-in-error-component.dto.d.ts +0 -27
  100. package/model/projects-with-stats-list-status-error-component.dto.d.ts +0 -26
  101. package/model/projects-with-stats-list-status-in-error-component.dto.d.ts +0 -26
  102. package/model/projects-with-stats-list-validation-error.dto.d.ts +0 -15
@@ -1,26 +0,0 @@
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 ClientsWithStatsListAddress2InErrorComponentDto {
11
- /**
12
- * * `address2__in` - address2__in
13
- */
14
- attr: ClientsWithStatsListAddress2InErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListAddress2InErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListAddress2InErrorComponentDtoAttrEnum {
22
- Address2In = "address2__in"
23
- }
24
- export declare enum ClientsWithStatsListAddress2InErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingAddress1ErrorComponentDto {
11
- /**
12
- * * `billing_address1` - billing_address1
13
- */
14
- attr: ClientsWithStatsListBillingAddress1ErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingAddress1ErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingAddress1ErrorComponentDtoAttrEnum {
22
- BillingAddress1 = "billing_address1"
23
- }
24
- export declare enum ClientsWithStatsListBillingAddress1ErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingAddress1InErrorComponentDto {
11
- /**
12
- * * `billing_address1__in` - billing_address1__in
13
- */
14
- attr: ClientsWithStatsListBillingAddress1InErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingAddress1InErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingAddress1InErrorComponentDtoAttrEnum {
22
- BillingAddress1In = "billing_address1__in"
23
- }
24
- export declare enum ClientsWithStatsListBillingAddress1InErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingAddress2ErrorComponentDto {
11
- /**
12
- * * `billing_address2` - billing_address2
13
- */
14
- attr: ClientsWithStatsListBillingAddress2ErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingAddress2ErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingAddress2ErrorComponentDtoAttrEnum {
22
- BillingAddress2 = "billing_address2"
23
- }
24
- export declare enum ClientsWithStatsListBillingAddress2ErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingAddress2InErrorComponentDto {
11
- /**
12
- * * `billing_address2__in` - billing_address2__in
13
- */
14
- attr: ClientsWithStatsListBillingAddress2InErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingAddress2InErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingAddress2InErrorComponentDtoAttrEnum {
22
- BillingAddress2In = "billing_address2__in"
23
- }
24
- export declare enum ClientsWithStatsListBillingAddress2InErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingCityErrorComponentDto {
11
- /**
12
- * * `billing_city` - billing_city
13
- */
14
- attr: ClientsWithStatsListBillingCityErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingCityErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingCityErrorComponentDtoAttrEnum {
22
- BillingCity = "billing_city"
23
- }
24
- export declare enum ClientsWithStatsListBillingCityErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingCityInErrorComponentDto {
11
- /**
12
- * * `billing_city__in` - billing_city__in
13
- */
14
- attr: ClientsWithStatsListBillingCityInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingCityInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingCityInErrorComponentDtoAttrEnum {
22
- BillingCityIn = "billing_city__in"
23
- }
24
- export declare enum ClientsWithStatsListBillingCityInErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingCountryErrorComponentDto {
11
- /**
12
- * * `billing_country` - billing_country
13
- */
14
- attr: ClientsWithStatsListBillingCountryErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingCountryErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingCountryErrorComponentDtoAttrEnum {
22
- BillingCountry = "billing_country"
23
- }
24
- export declare enum ClientsWithStatsListBillingCountryErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingCountryInErrorComponentDto {
11
- /**
12
- * * `billing_country__in` - billing_country__in
13
- */
14
- attr: ClientsWithStatsListBillingCountryInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingCountryInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingCountryInErrorComponentDtoAttrEnum {
22
- BillingCountryIn = "billing_country__in"
23
- }
24
- export declare enum ClientsWithStatsListBillingCountryInErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingMethodErrorComponentDto {
11
- /**
12
- * * `billing_method` - billing_method
13
- */
14
- attr: ClientsWithStatsListBillingMethodErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice
17
- */
18
- code: ClientsWithStatsListBillingMethodErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingMethodErrorComponentDtoAttrEnum {
22
- BillingMethod = "billing_method"
23
- }
24
- export declare enum ClientsWithStatsListBillingMethodErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingMethodInErrorComponentDto {
11
- /**
12
- * * `billing_method__in` - billing_method__in
13
- */
14
- attr: ClientsWithStatsListBillingMethodInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingMethodInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingMethodInErrorComponentDtoAttrEnum {
22
- BillingMethodIn = "billing_method__in"
23
- }
24
- export declare enum ClientsWithStatsListBillingMethodInErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingNotesContainsErrorComponentDto {
11
- /**
12
- * * `billing_notes__contains` - billing_notes__contains
13
- */
14
- attr: ClientsWithStatsListBillingNotesContainsErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingNotesContainsErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingNotesContainsErrorComponentDtoAttrEnum {
22
- BillingNotesContains = "billing_notes__contains"
23
- }
24
- export declare enum ClientsWithStatsListBillingNotesContainsErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingNotesErrorComponentDto {
11
- /**
12
- * * `billing_notes` - billing_notes
13
- */
14
- attr: ClientsWithStatsListBillingNotesErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingNotesErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingNotesErrorComponentDtoAttrEnum {
22
- BillingNotes = "billing_notes"
23
- }
24
- export declare enum ClientsWithStatsListBillingNotesErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingNotesInErrorComponentDto {
11
- /**
12
- * * `billing_notes__in` - billing_notes__in
13
- */
14
- attr: ClientsWithStatsListBillingNotesInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingNotesInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingNotesInErrorComponentDtoAttrEnum {
22
- BillingNotesIn = "billing_notes__in"
23
- }
24
- export declare enum ClientsWithStatsListBillingNotesInErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingStateErrorComponentDto {
11
- /**
12
- * * `billing_state` - billing_state
13
- */
14
- attr: ClientsWithStatsListBillingStateErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingStateErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingStateErrorComponentDtoAttrEnum {
22
- BillingState = "billing_state"
23
- }
24
- export declare enum ClientsWithStatsListBillingStateErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingStateInErrorComponentDto {
11
- /**
12
- * * `billing_state__in` - billing_state__in
13
- */
14
- attr: ClientsWithStatsListBillingStateInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingStateInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingStateInErrorComponentDtoAttrEnum {
22
- BillingStateIn = "billing_state__in"
23
- }
24
- export declare enum ClientsWithStatsListBillingStateInErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingZipErrorComponentDto {
11
- /**
12
- * * `billing_zip` - billing_zip
13
- */
14
- attr: ClientsWithStatsListBillingZipErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingZipErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingZipErrorComponentDtoAttrEnum {
22
- BillingZip = "billing_zip"
23
- }
24
- export declare enum ClientsWithStatsListBillingZipErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListBillingZipInErrorComponentDto {
11
- /**
12
- * * `billing_zip__in` - billing_zip__in
13
- */
14
- attr: ClientsWithStatsListBillingZipInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListBillingZipInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListBillingZipInErrorComponentDtoAttrEnum {
22
- BillingZipIn = "billing_zip__in"
23
- }
24
- export declare enum ClientsWithStatsListBillingZipInErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListCityErrorComponentDto {
11
- /**
12
- * * `city` - city
13
- */
14
- attr: ClientsWithStatsListCityErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListCityErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListCityErrorComponentDtoAttrEnum {
22
- City = "city"
23
- }
24
- export declare enum ClientsWithStatsListCityErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListCityInErrorComponentDto {
11
- /**
12
- * * `city__in` - city__in
13
- */
14
- attr: ClientsWithStatsListCityInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListCityInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListCityInErrorComponentDtoAttrEnum {
22
- CityIn = "city__in"
23
- }
24
- export declare enum ClientsWithStatsListCityInErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListContractUntilGteErrorComponentDto {
11
- /**
12
- * * `contract_until__gte` - contract_until__gte
13
- */
14
- attr: ClientsWithStatsListContractUntilGteErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid
17
- */
18
- code: ClientsWithStatsListContractUntilGteErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListContractUntilGteErrorComponentDtoAttrEnum {
22
- ContractUntilGte = "contract_until__gte"
23
- }
24
- export declare enum ClientsWithStatsListContractUntilGteErrorComponentDtoCodeEnum {
25
- Invalid = "invalid"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListContractUntilLteErrorComponentDto {
11
- /**
12
- * * `contract_until__lte` - contract_until__lte
13
- */
14
- attr: ClientsWithStatsListContractUntilLteErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid` - invalid
17
- */
18
- code: ClientsWithStatsListContractUntilLteErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListContractUntilLteErrorComponentDtoAttrEnum {
22
- ContractUntilLte = "contract_until__lte"
23
- }
24
- export declare enum ClientsWithStatsListContractUntilLteErrorComponentDtoCodeEnum {
25
- Invalid = "invalid"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListCountryErrorComponentDto {
11
- /**
12
- * * `country` - country
13
- */
14
- attr: ClientsWithStatsListCountryErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListCountryErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListCountryErrorComponentDtoAttrEnum {
22
- Country = "country"
23
- }
24
- export declare enum ClientsWithStatsListCountryErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }
@@ -1,26 +0,0 @@
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 ClientsWithStatsListCountryInErrorComponentDto {
11
- /**
12
- * * `country__in` - country__in
13
- */
14
- attr: ClientsWithStatsListCountryInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `null_characters_not_allowed` - null_characters_not_allowed
17
- */
18
- code: ClientsWithStatsListCountryInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ClientsWithStatsListCountryInErrorComponentDtoAttrEnum {
22
- CountryIn = "country__in"
23
- }
24
- export declare enum ClientsWithStatsListCountryInErrorComponentDtoCodeEnum {
25
- NullCharactersNotAllowed = "null_characters_not_allowed"
26
- }