@saritasa/crm-delmar-core-sdk 0.1.58 → 0.1.60

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.
package/model/models.d.ts CHANGED
@@ -1300,7 +1300,6 @@ export * from "./projects-margin-report-list-id-in-error-component.dto";
1300
1300
  export * from "./projects-margin-report-list-ordering-error-component.dto";
1301
1301
  export * from "./projects-margin-report-list-period-error-component.dto";
1302
1302
  export * from "./projects-margin-report-list-project-managers-error-component.dto";
1303
- export * from "./projects-margin-report-list-project-managers-in-error-component.dto";
1304
1303
  export * from "./projects-margin-report-list-rounding-type-error-component.dto";
1305
1304
  export * from "./projects-margin-report-list-validation-error.dto";
1306
1305
  export * from "./projects-status-report-list-billing-type-error-component.dto";
@@ -8,7 +8,6 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  import { ProjectsMarginReportListProjectManagersErrorComponentDto } from "./projects-margin-report-list-project-managers-error-component.dto";
11
- import { ProjectsMarginReportListProjectManagersInErrorComponentDto } from "./projects-margin-report-list-project-managers-in-error-component.dto";
12
11
  import { ProjectsMarginReportListPeriodErrorComponentDto } from "./projects-margin-report-list-period-error-component.dto";
13
12
  import { ProjectsMarginReportListRoundingTypeErrorComponentDto } from "./projects-margin-report-list-rounding-type-error-component.dto";
14
13
  import { ProjectsMarginReportListBillingTypeInErrorComponentDto } from "./projects-margin-report-list-billing-type-in-error-component.dto";
@@ -23,4 +22,4 @@ import { ProjectsMarginReportListIdInErrorComponentDto } from "./projects-margin
23
22
  * @type ProjectsMarginReportListErrorDto
24
23
  * @export
25
24
  */
26
- export type ProjectsMarginReportListErrorDto = ProjectsMarginReportListBillingTypeErrorComponentDto | ProjectsMarginReportListBillingTypeInErrorComponentDto | ProjectsMarginReportListClientAccountManagerErrorComponentDto | ProjectsMarginReportListClientAccountManagerInErrorComponentDto | ProjectsMarginReportListClientErrorComponentDto | ProjectsMarginReportListClientInErrorComponentDto | ProjectsMarginReportListIdInErrorComponentDto | ProjectsMarginReportListOrderingErrorComponentDto | ProjectsMarginReportListPeriodErrorComponentDto | ProjectsMarginReportListProjectManagersErrorComponentDto | ProjectsMarginReportListProjectManagersInErrorComponentDto | ProjectsMarginReportListRoundingTypeErrorComponentDto;
25
+ export type ProjectsMarginReportListErrorDto = ProjectsMarginReportListBillingTypeErrorComponentDto | ProjectsMarginReportListBillingTypeInErrorComponentDto | ProjectsMarginReportListClientAccountManagerErrorComponentDto | ProjectsMarginReportListClientAccountManagerInErrorComponentDto | ProjectsMarginReportListClientErrorComponentDto | ProjectsMarginReportListClientInErrorComponentDto | ProjectsMarginReportListIdInErrorComponentDto | ProjectsMarginReportListOrderingErrorComponentDto | ProjectsMarginReportListPeriodErrorComponentDto | ProjectsMarginReportListProjectManagersErrorComponentDto | ProjectsMarginReportListRoundingTypeErrorComponentDto;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.58",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.42)",
3
+ "version": "0.1.60",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.43)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1,28 +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 ProjectsMarginReportListProjectManagersInErrorComponentDto {
11
- /**
12
- * * `project_managers__in` - project_managers__in
13
- */
14
- attr: ProjectsMarginReportListProjectManagersInErrorComponentDtoAttrEnum;
15
- /**
16
- * * `invalid_choice` - invalid_choice * `invalid_list` - invalid_list * `invalid_pk_value` - invalid_pk_value
17
- */
18
- code: ProjectsMarginReportListProjectManagersInErrorComponentDtoCodeEnum;
19
- detail: string;
20
- }
21
- export declare enum ProjectsMarginReportListProjectManagersInErrorComponentDtoAttrEnum {
22
- ProjectManagersIn = "project_managers__in"
23
- }
24
- export declare enum ProjectsMarginReportListProjectManagersInErrorComponentDtoCodeEnum {
25
- InvalidChoice = "invalid_choice",
26
- InvalidList = "invalid_list",
27
- InvalidPkValue = "invalid_pk_value"
28
- }