pipedrive 33.3.0 → 33.4.0
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/dist/esm/versions/v1/models/project-all-of1.d.ts +5 -0
- package/dist/esm/versions/v2/models/add-project-request.d.ts +5 -0
- package/dist/esm/versions/v2/models/project.d.ts +2 -2
- package/dist/esm/versions/v2/models/update-project-request.d.ts +5 -0
- package/dist/versions/v1/models/project-all-of1.d.ts +5 -0
- package/dist/versions/v2/models/add-project-request.d.ts +5 -0
- package/dist/versions/v2/models/project.d.ts +2 -2
- package/dist/versions/v2/models/update-project-request.d.ts +5 -0
- package/package.json +1 -1
|
@@ -76,6 +76,11 @@ export interface AddProjectRequest {
|
|
|
76
76
|
*/
|
|
77
77
|
'label_ids'?: Array<number>;
|
|
78
78
|
/**
|
|
79
|
+
* The health status of the project
|
|
80
|
+
* @type {number}
|
|
81
|
+
*/
|
|
82
|
+
'health_status'?: number;
|
|
83
|
+
/**
|
|
79
84
|
* The ID of the template the project will be based on. Only used when creating a new project.
|
|
80
85
|
* @type {number}
|
|
81
86
|
*/
|
|
@@ -82,9 +82,9 @@ export interface Project {
|
|
|
82
82
|
'label_ids'?: Array<number>;
|
|
83
83
|
/**
|
|
84
84
|
* The health status of the project
|
|
85
|
-
* @type {
|
|
85
|
+
* @type {number}
|
|
86
86
|
*/
|
|
87
|
-
'health_status'?:
|
|
87
|
+
'health_status'?: number | null;
|
|
88
88
|
/**
|
|
89
89
|
* The creation date and time of the project in ISO 8601 format
|
|
90
90
|
* @type {string}
|
|
@@ -76,6 +76,11 @@ export interface UpdateProjectRequest {
|
|
|
76
76
|
*/
|
|
77
77
|
'label_ids'?: Array<number>;
|
|
78
78
|
/**
|
|
79
|
+
* The health status of the project
|
|
80
|
+
* @type {number}
|
|
81
|
+
*/
|
|
82
|
+
'health_status'?: number;
|
|
83
|
+
/**
|
|
79
84
|
* The ID of the template the project will be based on. Only used when creating a new project.
|
|
80
85
|
* @type {number}
|
|
81
86
|
*/
|
|
@@ -76,6 +76,11 @@ export interface AddProjectRequest {
|
|
|
76
76
|
*/
|
|
77
77
|
'label_ids'?: Array<number>;
|
|
78
78
|
/**
|
|
79
|
+
* The health status of the project
|
|
80
|
+
* @type {number}
|
|
81
|
+
*/
|
|
82
|
+
'health_status'?: number;
|
|
83
|
+
/**
|
|
79
84
|
* The ID of the template the project will be based on. Only used when creating a new project.
|
|
80
85
|
* @type {number}
|
|
81
86
|
*/
|
|
@@ -82,9 +82,9 @@ export interface Project {
|
|
|
82
82
|
'label_ids'?: Array<number>;
|
|
83
83
|
/**
|
|
84
84
|
* The health status of the project
|
|
85
|
-
* @type {
|
|
85
|
+
* @type {number}
|
|
86
86
|
*/
|
|
87
|
-
'health_status'?:
|
|
87
|
+
'health_status'?: number | null;
|
|
88
88
|
/**
|
|
89
89
|
* The creation date and time of the project in ISO 8601 format
|
|
90
90
|
* @type {string}
|
|
@@ -76,6 +76,11 @@ export interface UpdateProjectRequest {
|
|
|
76
76
|
*/
|
|
77
77
|
'label_ids'?: Array<number>;
|
|
78
78
|
/**
|
|
79
|
+
* The health status of the project
|
|
80
|
+
* @type {number}
|
|
81
|
+
*/
|
|
82
|
+
'health_status'?: number;
|
|
83
|
+
/**
|
|
79
84
|
* The ID of the template the project will be based on. Only used when creating a new project.
|
|
80
85
|
* @type {number}
|
|
81
86
|
*/
|