@saritasa/crm-delmar-core-sdk 0.1.57 → 0.1.59
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/README.md +2 -2
- package/api/projects-api.serviceInterface.d.ts +0 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +39 -25
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/models.d.ts +2 -1
- package/model/project-request.dto.d.ts +4 -0
- package/model/project-status-report.dto.d.ts +4 -0
- package/model/project.dto.d.ts +4 -0
- package/model/projects-create-billing-variable-error-component.dto.d.ts +27 -0
- package/model/projects-create-error.dto.d.ts +2 -1
- package/model/projects-margin-report-list-error.dto.d.ts +1 -2
- package/model/projects-update-billing-variable-error-component.dto.d.ts +27 -0
- package/model/projects-update-error.dto.d.ts +2 -1
- package/package.json +1 -1
- package/model/projects-margin-report-list-project-managers-in-error-component.dto.d.ts +0 -28
package/model/models.d.ts
CHANGED
|
@@ -1239,6 +1239,7 @@ export * from "./projects-create-actual-end-date-error-component.dto";
|
|
|
1239
1239
|
export * from "./projects-create-actual-site-error-component.dto";
|
|
1240
1240
|
export * from "./projects-create-billing-frequency-error-component.dto";
|
|
1241
1241
|
export * from "./projects-create-billing-type-error-component.dto";
|
|
1242
|
+
export * from "./projects-create-billing-variable-error-component.dto";
|
|
1242
1243
|
export * from "./projects-create-client-contact-error-component.dto";
|
|
1243
1244
|
export * from "./projects-create-client-error-component.dto";
|
|
1244
1245
|
export * from "./projects-create-dev-site-error-component.dto";
|
|
@@ -1299,7 +1300,6 @@ export * from "./projects-margin-report-list-id-in-error-component.dto";
|
|
|
1299
1300
|
export * from "./projects-margin-report-list-ordering-error-component.dto";
|
|
1300
1301
|
export * from "./projects-margin-report-list-period-error-component.dto";
|
|
1301
1302
|
export * from "./projects-margin-report-list-project-managers-error-component.dto";
|
|
1302
|
-
export * from "./projects-margin-report-list-project-managers-in-error-component.dto";
|
|
1303
1303
|
export * from "./projects-margin-report-list-rounding-type-error-component.dto";
|
|
1304
1304
|
export * from "./projects-margin-report-list-validation-error.dto";
|
|
1305
1305
|
export * from "./projects-status-report-list-billing-type-error-component.dto";
|
|
@@ -1327,6 +1327,7 @@ export * from "./projects-update-actual-end-date-error-component.dto";
|
|
|
1327
1327
|
export * from "./projects-update-actual-site-error-component.dto";
|
|
1328
1328
|
export * from "./projects-update-billing-frequency-error-component.dto";
|
|
1329
1329
|
export * from "./projects-update-billing-type-error-component.dto";
|
|
1330
|
+
export * from "./projects-update-billing-variable-error-component.dto";
|
|
1330
1331
|
export * from "./projects-update-client-contact-error-component.dto";
|
|
1331
1332
|
export * from "./projects-update-client-error-component.dto";
|
|
1332
1333
|
export * from "./projects-update-dev-site-error-component.dto";
|
|
@@ -32,6 +32,10 @@ export interface ProjectRequestDto {
|
|
|
32
32
|
project_managers: Array<number>;
|
|
33
33
|
jira_link: SimpleJiraProjectRequestDto | null;
|
|
34
34
|
billing_frequency?: BillingFrequencyEnumDto;
|
|
35
|
+
/**
|
|
36
|
+
* If checked, we split project into departments in margin report.
|
|
37
|
+
*/
|
|
38
|
+
billing_variable?: boolean;
|
|
35
39
|
has_hosting?: boolean;
|
|
36
40
|
hosting_fee?: string | null;
|
|
37
41
|
hosting_frequency?: HostingFrequencyEnumDto;
|
|
@@ -52,6 +52,10 @@ export interface ProjectStatusReportDto {
|
|
|
52
52
|
readonly created_by_data: SimpleUserDto | null;
|
|
53
53
|
readonly updated_by_data: SimpleUserDto | null;
|
|
54
54
|
billing_frequency?: BillingFrequencyEnumDto;
|
|
55
|
+
/**
|
|
56
|
+
* If checked, we split project into departments in margin report.
|
|
57
|
+
*/
|
|
58
|
+
billing_variable?: boolean;
|
|
55
59
|
has_hosting?: boolean;
|
|
56
60
|
hosting_fee?: string | null;
|
|
57
61
|
hosting_frequency?: HostingFrequencyEnumDto;
|
package/model/project.dto.d.ts
CHANGED
|
@@ -51,6 +51,10 @@ export interface ProjectDto {
|
|
|
51
51
|
readonly created_by_data: SimpleUserDto | null;
|
|
52
52
|
readonly updated_by_data: SimpleUserDto | null;
|
|
53
53
|
billing_frequency?: BillingFrequencyEnumDto;
|
|
54
|
+
/**
|
|
55
|
+
* If checked, we split project into departments in margin report.
|
|
56
|
+
*/
|
|
57
|
+
billing_variable?: boolean;
|
|
54
58
|
has_hosting?: boolean;
|
|
55
59
|
hosting_fee?: string | null;
|
|
56
60
|
hosting_frequency?: HostingFrequencyEnumDto;
|
|
@@ -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 ProjectsCreateBillingVariableErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billing_variable` - billing_variable
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsCreateBillingVariableErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsCreateBillingVariableErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsCreateBillingVariableErrorComponentDtoAttrEnum {
|
|
22
|
+
BillingVariable = "billing_variable"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsCreateBillingVariableErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
Null = "null"
|
|
27
|
+
}
|
|
@@ -21,6 +21,7 @@ import { ProjectsCreateStatusErrorComponentDto } from "./projects-create-status-
|
|
|
21
21
|
import { ProjectsCreateEnvironmentCodeErrorComponentDto } from "./projects-create-environment-code-error-component.dto";
|
|
22
22
|
import { ProjectsCreateClientContactErrorComponentDto } from "./projects-create-client-contact-error-component.dto";
|
|
23
23
|
import { ProjectsCreateIsUtilizedErrorComponentDto } from "./projects-create-is-utilized-error-component.dto";
|
|
24
|
+
import { ProjectsCreateBillingVariableErrorComponentDto } from "./projects-create-billing-variable-error-component.dto";
|
|
24
25
|
import { ProjectsCreateHostingStartErrorComponentDto } from "./projects-create-hosting-start-error-component.dto";
|
|
25
26
|
import { ProjectsCreateHasHostingErrorComponentDto } from "./projects-create-has-hosting-error-component.dto";
|
|
26
27
|
import { ProjectsCreateTimeLimitPerMonthErrorComponentDto } from "./projects-create-time-limit-per-month-error-component.dto";
|
|
@@ -44,4 +45,4 @@ import { ProjectsCreateProjectManagersErrorComponentDto } from "./projects-creat
|
|
|
44
45
|
* @type ProjectsCreateErrorDto
|
|
45
46
|
* @export
|
|
46
47
|
*/
|
|
47
|
-
export type ProjectsCreateErrorDto = ProjectsCreateActualEndDateErrorComponentDto | ProjectsCreateActualSiteErrorComponentDto | ProjectsCreateBillingFrequencyErrorComponentDto | ProjectsCreateBillingTypeErrorComponentDto | ProjectsCreateClientContactErrorComponentDto | ProjectsCreateClientErrorComponentDto | ProjectsCreateDevSiteErrorComponentDto | ProjectsCreateDevelopmentStartDateErrorComponentDto | ProjectsCreateEnvironmentCodeErrorComponentDto | ProjectsCreateHasHostingErrorComponentDto | ProjectsCreateHostingFeeErrorComponentDto | ProjectsCreateHostingFrequencyErrorComponentDto | ProjectsCreateHostingStartErrorComponentDto | ProjectsCreateIsBillableErrorComponentDto | ProjectsCreateIsDevelopmentStartedErrorComponentDto | ProjectsCreateIsUtilizedErrorComponentDto | ProjectsCreateJiraLinkInstanceErrorComponentDto | ProjectsCreateJiraLinkKeyErrorComponentDto | ProjectsCreateJiraLinkNonFieldErrorsErrorComponentDto | ProjectsCreateNameErrorComponentDto | ProjectsCreateNicknameErrorComponentDto | ProjectsCreateNonFieldErrorsErrorComponentDto | ProjectsCreateNotesErrorComponentDto | ProjectsCreatePriorityErrorComponentDto | ProjectsCreateProjectManagersErrorComponentDto | ProjectsCreateProposedEndDateErrorComponentDto | ProjectsCreateQaManagerErrorComponentDto | ProjectsCreateStartDateErrorComponentDto | ProjectsCreateStatusErrorComponentDto | ProjectsCreateTechManagerErrorComponentDto | ProjectsCreateTimeLimitErrorComponentDto | ProjectsCreateTimeLimitPerMonthErrorComponentDto | ProjectsCreateZohoIdErrorComponentDto;
|
|
48
|
+
export type ProjectsCreateErrorDto = ProjectsCreateActualEndDateErrorComponentDto | ProjectsCreateActualSiteErrorComponentDto | ProjectsCreateBillingFrequencyErrorComponentDto | ProjectsCreateBillingTypeErrorComponentDto | ProjectsCreateBillingVariableErrorComponentDto | ProjectsCreateClientContactErrorComponentDto | ProjectsCreateClientErrorComponentDto | ProjectsCreateDevSiteErrorComponentDto | ProjectsCreateDevelopmentStartDateErrorComponentDto | ProjectsCreateEnvironmentCodeErrorComponentDto | ProjectsCreateHasHostingErrorComponentDto | ProjectsCreateHostingFeeErrorComponentDto | ProjectsCreateHostingFrequencyErrorComponentDto | ProjectsCreateHostingStartErrorComponentDto | ProjectsCreateIsBillableErrorComponentDto | ProjectsCreateIsDevelopmentStartedErrorComponentDto | ProjectsCreateIsUtilizedErrorComponentDto | ProjectsCreateJiraLinkInstanceErrorComponentDto | ProjectsCreateJiraLinkKeyErrorComponentDto | ProjectsCreateJiraLinkNonFieldErrorsErrorComponentDto | ProjectsCreateNameErrorComponentDto | ProjectsCreateNicknameErrorComponentDto | ProjectsCreateNonFieldErrorsErrorComponentDto | ProjectsCreateNotesErrorComponentDto | ProjectsCreatePriorityErrorComponentDto | ProjectsCreateProjectManagersErrorComponentDto | ProjectsCreateProposedEndDateErrorComponentDto | ProjectsCreateQaManagerErrorComponentDto | ProjectsCreateStartDateErrorComponentDto | ProjectsCreateStatusErrorComponentDto | ProjectsCreateTechManagerErrorComponentDto | ProjectsCreateTimeLimitErrorComponentDto | ProjectsCreateTimeLimitPerMonthErrorComponentDto | ProjectsCreateZohoIdErrorComponentDto;
|
|
@@ -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 |
|
|
25
|
+
export type ProjectsMarginReportListErrorDto = ProjectsMarginReportListBillingTypeErrorComponentDto | ProjectsMarginReportListBillingTypeInErrorComponentDto | ProjectsMarginReportListClientAccountManagerErrorComponentDto | ProjectsMarginReportListClientAccountManagerInErrorComponentDto | ProjectsMarginReportListClientErrorComponentDto | ProjectsMarginReportListClientInErrorComponentDto | ProjectsMarginReportListIdInErrorComponentDto | ProjectsMarginReportListOrderingErrorComponentDto | ProjectsMarginReportListPeriodErrorComponentDto | ProjectsMarginReportListProjectManagersErrorComponentDto | ProjectsMarginReportListRoundingTypeErrorComponentDto;
|
|
@@ -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 ProjectsUpdateBillingVariableErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `billing_variable` - billing_variable
|
|
13
|
+
*/
|
|
14
|
+
attr: ProjectsUpdateBillingVariableErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ProjectsUpdateBillingVariableErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ProjectsUpdateBillingVariableErrorComponentDtoAttrEnum {
|
|
22
|
+
BillingVariable = "billing_variable"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ProjectsUpdateBillingVariableErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
Null = "null"
|
|
27
|
+
}
|
|
@@ -36,6 +36,7 @@ import { ProjectsUpdateIsUtilizedErrorComponentDto } from "./projects-update-is-
|
|
|
36
36
|
import { ProjectsUpdateTimeLimitPerMonthErrorComponentDto } from "./projects-update-time-limit-per-month-error-component.dto";
|
|
37
37
|
import { ProjectsUpdateTechManagerErrorComponentDto } from "./projects-update-tech-manager-error-component.dto";
|
|
38
38
|
import { ProjectsUpdateIsDevelopmentStartedErrorComponentDto } from "./projects-update-is-development-started-error-component.dto";
|
|
39
|
+
import { ProjectsUpdateBillingVariableErrorComponentDto } from "./projects-update-billing-variable-error-component.dto";
|
|
39
40
|
import { ProjectsUpdateDevelopmentStartDateErrorComponentDto } from "./projects-update-development-start-date-error-component.dto";
|
|
40
41
|
import { ProjectsUpdateNotesErrorComponentDto } from "./projects-update-notes-error-component.dto";
|
|
41
42
|
import { ProjectsUpdateTimeLimitErrorComponentDto } from "./projects-update-time-limit-error-component.dto";
|
|
@@ -44,4 +45,4 @@ import { ProjectsUpdateHostingFrequencyErrorComponentDto } from "./projects-upda
|
|
|
44
45
|
* @type ProjectsUpdateErrorDto
|
|
45
46
|
* @export
|
|
46
47
|
*/
|
|
47
|
-
export type ProjectsUpdateErrorDto = ProjectsUpdateActualEndDateErrorComponentDto | ProjectsUpdateActualSiteErrorComponentDto | ProjectsUpdateBillingFrequencyErrorComponentDto | ProjectsUpdateBillingTypeErrorComponentDto | ProjectsUpdateClientContactErrorComponentDto | ProjectsUpdateClientErrorComponentDto | ProjectsUpdateDevSiteErrorComponentDto | ProjectsUpdateDevelopmentStartDateErrorComponentDto | ProjectsUpdateEnvironmentCodeErrorComponentDto | ProjectsUpdateHasHostingErrorComponentDto | ProjectsUpdateHostingFeeErrorComponentDto | ProjectsUpdateHostingFrequencyErrorComponentDto | ProjectsUpdateHostingStartErrorComponentDto | ProjectsUpdateIsBillableErrorComponentDto | ProjectsUpdateIsDevelopmentStartedErrorComponentDto | ProjectsUpdateIsUtilizedErrorComponentDto | ProjectsUpdateJiraLinkInstanceErrorComponentDto | ProjectsUpdateJiraLinkKeyErrorComponentDto | ProjectsUpdateJiraLinkNonFieldErrorsErrorComponentDto | ProjectsUpdateNameErrorComponentDto | ProjectsUpdateNicknameErrorComponentDto | ProjectsUpdateNonFieldErrorsErrorComponentDto | ProjectsUpdateNotesErrorComponentDto | ProjectsUpdatePriorityErrorComponentDto | ProjectsUpdateProjectManagersErrorComponentDto | ProjectsUpdateProposedEndDateErrorComponentDto | ProjectsUpdateQaManagerErrorComponentDto | ProjectsUpdateStartDateErrorComponentDto | ProjectsUpdateStatusErrorComponentDto | ProjectsUpdateTechManagerErrorComponentDto | ProjectsUpdateTimeLimitErrorComponentDto | ProjectsUpdateTimeLimitPerMonthErrorComponentDto | ProjectsUpdateZohoIdErrorComponentDto;
|
|
48
|
+
export type ProjectsUpdateErrorDto = ProjectsUpdateActualEndDateErrorComponentDto | ProjectsUpdateActualSiteErrorComponentDto | ProjectsUpdateBillingFrequencyErrorComponentDto | ProjectsUpdateBillingTypeErrorComponentDto | ProjectsUpdateBillingVariableErrorComponentDto | ProjectsUpdateClientContactErrorComponentDto | ProjectsUpdateClientErrorComponentDto | ProjectsUpdateDevSiteErrorComponentDto | ProjectsUpdateDevelopmentStartDateErrorComponentDto | ProjectsUpdateEnvironmentCodeErrorComponentDto | ProjectsUpdateHasHostingErrorComponentDto | ProjectsUpdateHostingFeeErrorComponentDto | ProjectsUpdateHostingFrequencyErrorComponentDto | ProjectsUpdateHostingStartErrorComponentDto | ProjectsUpdateIsBillableErrorComponentDto | ProjectsUpdateIsDevelopmentStartedErrorComponentDto | ProjectsUpdateIsUtilizedErrorComponentDto | ProjectsUpdateJiraLinkInstanceErrorComponentDto | ProjectsUpdateJiraLinkKeyErrorComponentDto | ProjectsUpdateJiraLinkNonFieldErrorsErrorComponentDto | ProjectsUpdateNameErrorComponentDto | ProjectsUpdateNicknameErrorComponentDto | ProjectsUpdateNonFieldErrorsErrorComponentDto | ProjectsUpdateNotesErrorComponentDto | ProjectsUpdatePriorityErrorComponentDto | ProjectsUpdateProjectManagersErrorComponentDto | ProjectsUpdateProposedEndDateErrorComponentDto | ProjectsUpdateQaManagerErrorComponentDto | ProjectsUpdateStartDateErrorComponentDto | ProjectsUpdateStatusErrorComponentDto | ProjectsUpdateTechManagerErrorComponentDto | ProjectsUpdateTimeLimitErrorComponentDto | ProjectsUpdateTimeLimitPerMonthErrorComponentDto | ProjectsUpdateZohoIdErrorComponentDto;
|
package/package.json
CHANGED
|
@@ -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
|
-
}
|