@saritasa/crm-delmar-core-sdk 0.1.431 → 0.1.434
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
CHANGED
|
@@ -23,11 +23,6 @@ export interface ProjectRequestDto {
|
|
|
23
23
|
is_billable: boolean;
|
|
24
24
|
minimum_time_billed_per_month: number;
|
|
25
25
|
time_limit: number;
|
|
26
|
-
/**
|
|
27
|
-
* This is the code used by DevOps team to format project infrastructure. For example, <code>-dev.saritasa.rocks for dev DNS.
|
|
28
|
-
*/
|
|
29
|
-
environment_code: string;
|
|
30
|
-
nickname: string;
|
|
31
26
|
client: number;
|
|
32
27
|
project_managers: Array<number>;
|
|
33
28
|
jira_link: SimpleJiraProjectRequestDto | null;
|
|
@@ -51,6 +46,11 @@ export interface ProjectRequestDto {
|
|
|
51
46
|
is_development_started?: boolean;
|
|
52
47
|
proposed_end_date?: string | null;
|
|
53
48
|
actual_end_date?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
* This is the code used by DevOps team to format project infrastructure. For example, <code>-dev.saritasa.rocks for dev DNS.
|
|
51
|
+
*/
|
|
52
|
+
environment_code?: string;
|
|
53
|
+
nickname?: string;
|
|
54
54
|
notes?: string;
|
|
55
55
|
/**
|
|
56
56
|
* Project ID in Zoho CRM
|
|
@@ -31,11 +31,6 @@ export interface ProjectStatusReportDto {
|
|
|
31
31
|
is_billable: boolean;
|
|
32
32
|
minimum_time_billed_per_month: number;
|
|
33
33
|
readonly time_limit: number;
|
|
34
|
-
/**
|
|
35
|
-
* This is the code used by DevOps team to format project infrastructure. For example, <code>-dev.saritasa.rocks for dev DNS.
|
|
36
|
-
*/
|
|
37
|
-
environment_code: string;
|
|
38
|
-
nickname: string;
|
|
39
34
|
readonly created_by: number | null;
|
|
40
35
|
readonly updated_by: number | null;
|
|
41
36
|
client: number;
|
|
@@ -70,6 +65,11 @@ export interface ProjectStatusReportDto {
|
|
|
70
65
|
is_development_started?: boolean;
|
|
71
66
|
proposed_end_date?: string | null;
|
|
72
67
|
actual_end_date?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
* This is the code used by DevOps team to format project infrastructure. For example, <code>-dev.saritasa.rocks for dev DNS.
|
|
70
|
+
*/
|
|
71
|
+
environment_code?: string;
|
|
72
|
+
nickname?: string;
|
|
73
73
|
notes?: string;
|
|
74
74
|
/**
|
|
75
75
|
* Project ID in Zoho CRM
|
package/model/project.dto.d.ts
CHANGED
|
@@ -31,11 +31,6 @@ export interface ProjectDto {
|
|
|
31
31
|
is_billable: boolean;
|
|
32
32
|
minimum_time_billed_per_month: number;
|
|
33
33
|
time_limit: number;
|
|
34
|
-
/**
|
|
35
|
-
* This is the code used by DevOps team to format project infrastructure. For example, <code>-dev.saritasa.rocks for dev DNS.
|
|
36
|
-
*/
|
|
37
|
-
environment_code: string;
|
|
38
|
-
nickname: string;
|
|
39
34
|
readonly created_by: number | null;
|
|
40
35
|
readonly updated_by: number | null;
|
|
41
36
|
client: number;
|
|
@@ -70,6 +65,11 @@ export interface ProjectDto {
|
|
|
70
65
|
is_development_started?: boolean;
|
|
71
66
|
proposed_end_date?: string | null;
|
|
72
67
|
actual_end_date?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
* This is the code used by DevOps team to format project infrastructure. For example, <code>-dev.saritasa.rocks for dev DNS.
|
|
70
|
+
*/
|
|
71
|
+
environment_code?: string;
|
|
72
|
+
nickname?: string;
|
|
73
73
|
notes?: string;
|
|
74
74
|
/**
|
|
75
75
|
* Project ID in Zoho CRM
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.
|
|
3
|
+
"version": "0.1.434",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.1.68)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|