@saritasa/crm-delmar-core-sdk 0.1.34 → 0.1.36

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.
@@ -8,12 +8,13 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  /**
11
- * * `created` - Created * `loading_data` - Loading data * `comparing_data` - Comparing data * `finished` - Finished * `failed` - Failed
11
+ * * `created` - Created * `loading_data` - Loading data * `comparing_data_jira_to_delmar` - Comparing data Jira to Delmar * `comparing_data_delmar_to_jira` - Comparing data Delmar to Jira * `finished` - Finished * `failed` - Failed
12
12
  */
13
13
  export declare enum JiraCompareTaskStatusEnumDto {
14
14
  Created = "created",
15
15
  LoadingData = "loading_data",
16
- ComparingData = "comparing_data",
16
+ ComparingDataJiraToDelmar = "comparing_data_jira_to_delmar",
17
+ ComparingDataDelmarToJira = "comparing_data_delmar_to_jira",
17
18
  Finished = "finished",
18
19
  Failed = "failed"
19
20
  }
package/model/models.d.ts CHANGED
@@ -1289,6 +1289,7 @@ export * from "./projects-status-report-list-error.dto";
1289
1289
  export * from "./projects-status-report-list-error-response400.dto";
1290
1290
  export * from "./projects-status-report-list-id-error-component.dto";
1291
1291
  export * from "./projects-status-report-list-id-in-error-component.dto";
1292
+ export * from "./projects-status-report-list-period-error-component.dto";
1292
1293
  export * from "./projects-status-report-list-project-managers-id-in-error-component.dto";
1293
1294
  export * from "./projects-status-report-list-status-error-component.dto";
1294
1295
  export * from "./projects-status-report-list-status-in-error-component.dto";
@@ -11,6 +11,7 @@ import { ProjectsStatusReportListClientAccountManagerInErrorComponentDto } from
11
11
  import { ProjectsStatusReportListClientContactErrorComponentDto } from "./projects-status-report-list-client-contact-error-component.dto";
12
12
  import { ProjectsStatusReportListStatusInErrorComponentDto } from "./projects-status-report-list-status-in-error-component.dto";
13
13
  import { ProjectsStatusReportListCreatedDateLteErrorComponentDto } from "./projects-status-report-list-created-date-lte-error-component.dto";
14
+ import { ProjectsStatusReportListPeriodErrorComponentDto } from "./projects-status-report-list-period-error-component.dto";
14
15
  import { ProjectsStatusReportListCreatedGteErrorComponentDto } from "./projects-status-report-list-created-gte-error-component.dto";
15
16
  import { ProjectsStatusReportListBillingTypeInErrorComponentDto } from "./projects-status-report-list-billing-type-in-error-component.dto";
16
17
  import { ProjectsStatusReportListIdInErrorComponentDto } from "./projects-status-report-list-id-in-error-component.dto";
@@ -28,4 +29,4 @@ import { ProjectsStatusReportListClientErrorComponentDto } from "./projects-stat
28
29
  * @type ProjectsStatusReportListErrorDto
29
30
  * @export
30
31
  */
31
- export type ProjectsStatusReportListErrorDto = ProjectsStatusReportListBillingTypeErrorComponentDto | ProjectsStatusReportListBillingTypeInErrorComponentDto | ProjectsStatusReportListClientAccountManagerErrorComponentDto | ProjectsStatusReportListClientAccountManagerInErrorComponentDto | ProjectsStatusReportListClientContactErrorComponentDto | ProjectsStatusReportListClientContactInErrorComponentDto | ProjectsStatusReportListClientErrorComponentDto | ProjectsStatusReportListClientInErrorComponentDto | ProjectsStatusReportListCreatedDateGteErrorComponentDto | ProjectsStatusReportListCreatedDateLteErrorComponentDto | ProjectsStatusReportListCreatedGteErrorComponentDto | ProjectsStatusReportListCreatedLteErrorComponentDto | ProjectsStatusReportListIdErrorComponentDto | ProjectsStatusReportListIdInErrorComponentDto | ProjectsStatusReportListProjectManagersIdInErrorComponentDto | ProjectsStatusReportListStatusErrorComponentDto | ProjectsStatusReportListStatusInErrorComponentDto;
32
+ export type ProjectsStatusReportListErrorDto = ProjectsStatusReportListBillingTypeErrorComponentDto | ProjectsStatusReportListBillingTypeInErrorComponentDto | ProjectsStatusReportListClientAccountManagerErrorComponentDto | ProjectsStatusReportListClientAccountManagerInErrorComponentDto | ProjectsStatusReportListClientContactErrorComponentDto | ProjectsStatusReportListClientContactInErrorComponentDto | ProjectsStatusReportListClientErrorComponentDto | ProjectsStatusReportListClientInErrorComponentDto | ProjectsStatusReportListCreatedDateGteErrorComponentDto | ProjectsStatusReportListCreatedDateLteErrorComponentDto | ProjectsStatusReportListCreatedGteErrorComponentDto | ProjectsStatusReportListCreatedLteErrorComponentDto | ProjectsStatusReportListIdErrorComponentDto | ProjectsStatusReportListIdInErrorComponentDto | ProjectsStatusReportListPeriodErrorComponentDto | ProjectsStatusReportListProjectManagersIdInErrorComponentDto | ProjectsStatusReportListStatusErrorComponentDto | ProjectsStatusReportListStatusInErrorComponentDto;
@@ -0,0 +1,28 @@
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 ProjectsStatusReportListPeriodErrorComponentDto {
11
+ /**
12
+ * * `period` - period
13
+ */
14
+ attr: ProjectsStatusReportListPeriodErrorComponentDtoAttrEnum;
15
+ /**
16
+ * * `invalid` - invalid * `null_characters_not_allowed` - null_characters_not_allowed * `required` - required
17
+ */
18
+ code: ProjectsStatusReportListPeriodErrorComponentDtoCodeEnum;
19
+ detail: string;
20
+ }
21
+ export declare enum ProjectsStatusReportListPeriodErrorComponentDtoAttrEnum {
22
+ Period = "period"
23
+ }
24
+ export declare enum ProjectsStatusReportListPeriodErrorComponentDtoCodeEnum {
25
+ Invalid = "invalid",
26
+ NullCharactersNotAllowed = "null_characters_not_allowed",
27
+ Required = "required"
28
+ }
@@ -8,12 +8,13 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  /**
11
- * * `created` - created * `loading_data` - loading_data * `comparing_data` - comparing_data * `finished` - finished * `failed` - failed * `pending` - pending * `started` - started * `success` - success
11
+ * * `created` - created * `loading_data` - loading_data * `comparing_data_jira_to_delmar` - comparing_data_jira_to_delmar * `comparing_data_delmar_to_jira` - comparing_data_delmar_to_jira * `finished` - finished * `failed` - failed * `pending` - pending * `started` - started * `success` - success
12
12
  */
13
13
  export declare enum TaskProgressStateEnumDto {
14
14
  Created = "created",
15
15
  LoadingData = "loading_data",
16
- ComparingData = "comparing_data",
16
+ ComparingDataJiraToDelmar = "comparing_data_jira_to_delmar",
17
+ ComparingDataDelmarToJira = "comparing_data_delmar_to_jira",
17
18
  Finished = "finished",
18
19
  Failed = "failed",
19
20
  Pending = "pending",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.1.34",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.26)",
3
+ "version": "0.1.36",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.27)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",