pipedrive 33.6.0 → 33.6.2
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/api/permission-sets-api.d.ts +6 -6
- package/dist/esm/versions/v1/api/permission-sets-api.js +2 -2
- package/dist/esm/versions/v1/models/base-deal.d.ts +17 -17
- package/dist/esm/versions/v1/models/base-stage.d.ts +1 -1
- package/dist/esm/versions/v1/models/deal-all-of-org-id.d.ts +17 -0
- package/dist/esm/versions/v1/models/deal-all-of-org-id.js +14 -0
- package/dist/esm/versions/v1/models/deal-all-of-person-id.d.ts +17 -0
- package/dist/esm/versions/v1/models/deal-all-of-person-id.js +14 -0
- package/dist/esm/versions/v1/models/deal-all-of.d.ts +6 -6
- package/dist/esm/versions/v1/models/deal-strict-all-of.d.ts +2 -2
- package/dist/esm/versions/v1/models/get-person-products-response-all-of-data-inner-dealiddeal.d.ts +13 -13
- package/dist/esm/versions/v1/models/index.d.ts +3 -0
- package/dist/esm/versions/v1/models/index.js +3 -0
- package/dist/esm/versions/v1/models/note-deal-all-of.d.ts +23 -0
- package/dist/esm/versions/v1/models/note-deal-all-of.js +14 -0
- package/dist/esm/versions/v1/models/note-deal.d.ts +5 -11
- package/dist/esm/versions/v1/models/note-user.d.ts +1 -1
- package/dist/esm/versions/v1/models/note.d.ts +12 -12
- package/dist/esm/versions/v1/models/permission-set.d.ts +2 -0
- package/dist/esm/versions/v1/models/permission-set.js +3 -1
- package/dist/esm/versions/v1/models/user-access.d.ts +1 -0
- package/dist/esm/versions/v1/models/user-access.js +2 -1
- package/dist/esm/versions/v1/models/user-access1.d.ts +1 -0
- package/dist/esm/versions/v1/models/user-access1.js +2 -1
- package/dist/esm/versions/v2/models/add-deal-request.d.ts +6 -6
- package/dist/esm/versions/v2/models/add-stage-request.d.ts +1 -1
- package/dist/esm/versions/v2/models/deal.d.ts +6 -6
- package/dist/esm/versions/v2/models/index.d.ts +4 -0
- package/dist/esm/versions/v2/models/index.js +4 -0
- package/dist/esm/versions/v2/models/prices-array-prices-inner-all-of.d.ts +38 -0
- package/dist/esm/versions/v2/models/prices-array-prices-inner-all-of.js +14 -0
- package/dist/esm/versions/v2/models/prices-array-prices-inner.d.ts +6 -36
- package/dist/esm/versions/v2/models/product-price-base.d.ts +28 -0
- package/dist/esm/versions/v2/models/product-price-base.js +14 -0
- package/dist/esm/versions/v2/models/product-request-prices-inner-all-of.d.ts +33 -0
- package/dist/esm/versions/v2/models/product-request-prices-inner-all-of.js +14 -0
- package/dist/esm/versions/v2/models/product-request-prices-inner.d.ts +18 -0
- package/dist/esm/versions/v2/models/product-request-prices-inner.js +14 -0
- package/dist/esm/versions/v2/models/product-request.d.ts +4 -3
- package/dist/esm/versions/v2/models/update-deal-request.d.ts +6 -6
- package/dist/esm/versions/v2/models/update-stage-request.d.ts +1 -1
- package/dist/versions/v1/api/permission-sets-api.d.ts +6 -6
- package/dist/versions/v1/api/permission-sets-api.js +2 -2
- package/dist/versions/v1/models/base-deal.d.ts +17 -17
- package/dist/versions/v1/models/base-stage.d.ts +1 -1
- package/dist/versions/v1/models/deal-all-of-org-id.d.ts +17 -0
- package/dist/versions/v1/models/deal-all-of-org-id.js +15 -0
- package/dist/versions/v1/models/deal-all-of-person-id.d.ts +17 -0
- package/dist/versions/v1/models/deal-all-of-person-id.js +15 -0
- package/dist/versions/v1/models/deal-all-of.d.ts +6 -6
- package/dist/versions/v1/models/deal-strict-all-of.d.ts +2 -2
- package/dist/versions/v1/models/get-person-products-response-all-of-data-inner-dealiddeal.d.ts +13 -13
- package/dist/versions/v1/models/index.d.ts +3 -0
- package/dist/versions/v1/models/index.js +3 -0
- package/dist/versions/v1/models/note-deal-all-of.d.ts +23 -0
- package/dist/versions/v1/models/note-deal-all-of.js +15 -0
- package/dist/versions/v1/models/note-deal.d.ts +5 -11
- package/dist/versions/v1/models/note-user.d.ts +1 -1
- package/dist/versions/v1/models/note.d.ts +12 -12
- package/dist/versions/v1/models/permission-set.d.ts +2 -0
- package/dist/versions/v1/models/permission-set.js +3 -1
- package/dist/versions/v1/models/user-access.d.ts +1 -0
- package/dist/versions/v1/models/user-access.js +2 -1
- package/dist/versions/v1/models/user-access1.d.ts +1 -0
- package/dist/versions/v1/models/user-access1.js +2 -1
- package/dist/versions/v2/models/add-deal-request.d.ts +6 -6
- package/dist/versions/v2/models/add-stage-request.d.ts +1 -1
- package/dist/versions/v2/models/deal.d.ts +6 -6
- package/dist/versions/v2/models/index.d.ts +4 -0
- package/dist/versions/v2/models/index.js +4 -0
- package/dist/versions/v2/models/prices-array-prices-inner-all-of.d.ts +38 -0
- package/dist/versions/v2/models/prices-array-prices-inner-all-of.js +15 -0
- package/dist/versions/v2/models/prices-array-prices-inner.d.ts +6 -36
- package/dist/versions/v2/models/product-price-base.d.ts +28 -0
- package/dist/versions/v2/models/product-price-base.js +15 -0
- package/dist/versions/v2/models/product-request-prices-inner-all-of.d.ts +33 -0
- package/dist/versions/v2/models/product-request-prices-inner-all-of.js +15 -0
- package/dist/versions/v2/models/product-request-prices-inner.d.ts +18 -0
- package/dist/versions/v2/models/product-request-prices-inner.js +15 -0
- package/dist/versions/v2/models/product-request.d.ts +4 -3
- package/dist/versions/v2/models/update-deal-request.d.ts +6 -6
- package/dist/versions/v2/models/update-stage-request.d.ts +1 -1
- package/package.json +1 -1
|
@@ -41,11 +41,11 @@ export declare const PermissionSetsApiAxiosParamCreator: (configuration?: Config
|
|
|
41
41
|
/**
|
|
42
42
|
* Returns data about all permission sets.
|
|
43
43
|
* @summary Get all permission sets
|
|
44
|
-
* @param {'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings'} [app] The app to filter the permission sets by
|
|
44
|
+
* @param {'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings' | 'partnership' | 'nova'} [app] The app to filter the permission sets by
|
|
45
45
|
|
|
46
46
|
* @throws {RequiredError}
|
|
47
47
|
*/
|
|
48
|
-
getPermissionSets: (app?: 'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings') => Promise<RequestArgs>;
|
|
48
|
+
getPermissionSets: (app?: 'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings' | 'partnership' | 'nova') => Promise<RequestArgs>;
|
|
49
49
|
};
|
|
50
50
|
/**
|
|
51
51
|
* PermissionSetsApi - functional programming interface
|
|
@@ -73,11 +73,11 @@ export declare const PermissionSetsApiFp: (configuration?: Configuration) => {
|
|
|
73
73
|
/**
|
|
74
74
|
* Returns data about all permission sets.
|
|
75
75
|
* @summary Get all permission sets
|
|
76
|
-
* @param {'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings'} [app] The app to filter the permission sets by
|
|
76
|
+
* @param {'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings' | 'partnership' | 'nova'} [app] The app to filter the permission sets by
|
|
77
77
|
|
|
78
78
|
* @throws {RequiredError}
|
|
79
79
|
*/
|
|
80
|
-
getPermissionSets(app?: 'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings'): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetPermissionSetsResponse>>;
|
|
80
|
+
getPermissionSets(app?: 'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings' | 'partnership' | 'nova'): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetPermissionSetsResponse>>;
|
|
81
81
|
};
|
|
82
82
|
/**
|
|
83
83
|
* PermissionSetsApi - factory interface
|
|
@@ -155,10 +155,10 @@ export interface PermissionSetsApiGetPermissionSetAssignmentsRequest {
|
|
|
155
155
|
export interface PermissionSetsApiGetPermissionSetsRequest {
|
|
156
156
|
/**
|
|
157
157
|
* The app to filter the permission sets by
|
|
158
|
-
* @type {'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings'}
|
|
158
|
+
* @type {'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings' | 'partnership' | 'nova'}
|
|
159
159
|
* @memberof PermissionSetsApiGetPermissionSets
|
|
160
160
|
*/
|
|
161
|
-
readonly app?: 'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings';
|
|
161
|
+
readonly app?: 'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings' | 'partnership' | 'nova';
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
164
|
* PermissionSetsApi - object-oriented interface
|
|
@@ -111,7 +111,7 @@ export const PermissionSetsApiAxiosParamCreator = function (configuration) {
|
|
|
111
111
|
/**
|
|
112
112
|
* Returns data about all permission sets.
|
|
113
113
|
* @summary Get all permission sets
|
|
114
|
-
* @param {'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings'} [app] The app to filter the permission sets by
|
|
114
|
+
* @param {'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings' | 'partnership' | 'nova'} [app] The app to filter the permission sets by
|
|
115
115
|
|
|
116
116
|
* @throws {RequiredError}
|
|
117
117
|
*/
|
|
@@ -182,7 +182,7 @@ export const PermissionSetsApiFp = function (configuration) {
|
|
|
182
182
|
/**
|
|
183
183
|
* Returns data about all permission sets.
|
|
184
184
|
* @summary Get all permission sets
|
|
185
|
-
* @param {'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings'} [app] The app to filter the permission sets by
|
|
185
|
+
* @param {'sales' | 'projects' | 'campaigns' | 'global' | 'account_settings' | 'partnership' | 'nova'} [app] The app to filter the permission sets by
|
|
186
186
|
|
|
187
187
|
* @throws {RequiredError}
|
|
188
188
|
*/
|
|
@@ -44,12 +44,12 @@ export interface BaseDeal {
|
|
|
44
44
|
* The last updated date and time of the deal
|
|
45
45
|
* @type {string}
|
|
46
46
|
*/
|
|
47
|
-
'update_time'?: string;
|
|
47
|
+
'update_time'?: string | null;
|
|
48
48
|
/**
|
|
49
49
|
* The last updated date and time of the deal stage
|
|
50
50
|
* @type {string}
|
|
51
51
|
*/
|
|
52
|
-
'stage_change_time'?: string;
|
|
52
|
+
'stage_change_time'?: string | null;
|
|
53
53
|
/**
|
|
54
54
|
* Whether the deal is active or not
|
|
55
55
|
* @type {boolean}
|
|
@@ -79,12 +79,12 @@ export interface BaseDeal {
|
|
|
79
79
|
* The date of the next activity associated with the deal
|
|
80
80
|
* @type {string}
|
|
81
81
|
*/
|
|
82
|
-
'next_activity_date'?: string;
|
|
82
|
+
'next_activity_date'?: string | null;
|
|
83
83
|
/**
|
|
84
84
|
* The time of the next activity associated with the deal
|
|
85
85
|
* @type {string}
|
|
86
86
|
*/
|
|
87
|
-
'next_activity_time'?: string;
|
|
87
|
+
'next_activity_time'?: string | null;
|
|
88
88
|
/**
|
|
89
89
|
* The ID of the next activity associated with the deal
|
|
90
90
|
* @type {number}
|
|
@@ -124,17 +124,17 @@ export interface BaseDeal {
|
|
|
124
124
|
* The date and time of changing the deal status as won
|
|
125
125
|
* @type {string}
|
|
126
126
|
*/
|
|
127
|
-
'won_time'?: string;
|
|
127
|
+
'won_time'?: string | null;
|
|
128
128
|
/**
|
|
129
129
|
* The date and time of the first time changing the deal status as won
|
|
130
130
|
* @type {string}
|
|
131
131
|
*/
|
|
132
|
-
'first_won_time'?: string;
|
|
132
|
+
'first_won_time'?: string | null;
|
|
133
133
|
/**
|
|
134
134
|
* The date and time of changing the deal status as lost
|
|
135
135
|
* @type {string}
|
|
136
136
|
*/
|
|
137
|
-
'lost_time'?: string;
|
|
137
|
+
'lost_time'?: string | null;
|
|
138
138
|
/**
|
|
139
139
|
* The number of products associated with the deal
|
|
140
140
|
* @type {number}
|
|
@@ -184,22 +184,22 @@ export interface BaseDeal {
|
|
|
184
184
|
* The expected close date of the deal
|
|
185
185
|
* @type {string}
|
|
186
186
|
*/
|
|
187
|
-
'expected_close_date'?: string;
|
|
187
|
+
'expected_close_date'?: string | null;
|
|
188
188
|
/**
|
|
189
189
|
* The date and time of the last incoming email associated with the deal
|
|
190
190
|
* @type {string}
|
|
191
191
|
*/
|
|
192
|
-
'last_incoming_mail_time'?: string;
|
|
192
|
+
'last_incoming_mail_time'?: string | null;
|
|
193
193
|
/**
|
|
194
194
|
* The date and time of the last outgoing email associated with the deal
|
|
195
195
|
* @type {string}
|
|
196
196
|
*/
|
|
197
|
-
'last_outgoing_mail_time'?: string;
|
|
197
|
+
'last_outgoing_mail_time'?: string | null;
|
|
198
198
|
/**
|
|
199
199
|
* The label or multiple labels assigned to the deal
|
|
200
200
|
* @type {string}
|
|
201
201
|
*/
|
|
202
|
-
'label'?: string;
|
|
202
|
+
'label'?: string | null;
|
|
203
203
|
/**
|
|
204
204
|
* The order number of the deal stage associated with the deal
|
|
205
205
|
* @type {number}
|
|
@@ -209,32 +209,32 @@ export interface BaseDeal {
|
|
|
209
209
|
* The name of the person associated with the deal
|
|
210
210
|
* @type {string}
|
|
211
211
|
*/
|
|
212
|
-
'person_name'?: string;
|
|
212
|
+
'person_name'?: string | null;
|
|
213
213
|
/**
|
|
214
214
|
* The name of the organization associated with the deal
|
|
215
215
|
* @type {string}
|
|
216
216
|
*/
|
|
217
|
-
'org_name'?: string;
|
|
217
|
+
'org_name'?: string | null;
|
|
218
218
|
/**
|
|
219
219
|
* The subject of the next activity associated with the deal
|
|
220
220
|
* @type {string}
|
|
221
221
|
*/
|
|
222
|
-
'next_activity_subject'?: string;
|
|
222
|
+
'next_activity_subject'?: string | null;
|
|
223
223
|
/**
|
|
224
224
|
* The type of the next activity associated with the deal
|
|
225
225
|
* @type {string}
|
|
226
226
|
*/
|
|
227
|
-
'next_activity_type'?: string;
|
|
227
|
+
'next_activity_type'?: string | null;
|
|
228
228
|
/**
|
|
229
229
|
* The duration of the next activity associated with the deal
|
|
230
230
|
* @type {string}
|
|
231
231
|
*/
|
|
232
|
-
'next_activity_duration'?: string;
|
|
232
|
+
'next_activity_duration'?: string | null;
|
|
233
233
|
/**
|
|
234
234
|
* The note of the next activity associated with the deal
|
|
235
235
|
* @type {string}
|
|
236
236
|
*/
|
|
237
|
-
'next_activity_note'?: string;
|
|
237
|
+
'next_activity_note'?: string | null;
|
|
238
238
|
/**
|
|
239
239
|
* The deal value formatted with selected currency. E.g. US$500
|
|
240
240
|
* @type {string}
|
|
@@ -54,7 +54,7 @@ export interface BaseStage {
|
|
|
54
54
|
* The number of days the deals not updated in this stage would become rotten. Applies only if the `rotten_flag` is set.
|
|
55
55
|
* @type {number}
|
|
56
56
|
*/
|
|
57
|
-
'rotten_days'?: number;
|
|
57
|
+
'rotten_days'?: number | null;
|
|
58
58
|
/**
|
|
59
59
|
* The stage creation time. Format: YYYY-MM-DD HH:MM:SS.
|
|
60
60
|
* @type {string}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pipedrive API v1
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DealOrganizationDataWithId } from './deal-organization-data-with-id';
|
|
13
|
+
/**
|
|
14
|
+
* @type DealAllOfOrgId
|
|
15
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export type DealAllOfOrgId = DealOrganizationDataWithId;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Pipedrive API v1
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pipedrive API v1
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DealPersonDataWithId } from './deal-person-data-with-id';
|
|
13
|
+
/**
|
|
14
|
+
* @type DealAllOfPersonId
|
|
15
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export type DealAllOfPersonId = DealPersonDataWithId;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Pipedrive API v1
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { DealAllOfCreatorUserId } from './deal-all-of-creator-user-id';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
13
|
+
import { DealAllOfOrgId } from './deal-all-of-org-id';
|
|
14
|
+
import { DealAllOfPersonId } from './deal-all-of-person-id';
|
|
15
15
|
import { DealUserDataWithId } from './deal-user-data-with-id';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
@@ -36,12 +36,12 @@ export interface DealAllOf {
|
|
|
36
36
|
'user_id'?: DealUserDataWithId;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {DealAllOfPersonId}
|
|
40
40
|
*/
|
|
41
|
-
'person_id'?:
|
|
41
|
+
'person_id'?: DealAllOfPersonId | null;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
|
-
* @type {
|
|
44
|
+
* @type {DealAllOfOrgId}
|
|
45
45
|
*/
|
|
46
|
-
'org_id'?:
|
|
46
|
+
'org_id'?: DealAllOfOrgId | null;
|
|
47
47
|
}
|
|
@@ -34,10 +34,10 @@ export interface DealStrictAllOf {
|
|
|
34
34
|
* The ID of the person associated with the deal
|
|
35
35
|
* @type {number}
|
|
36
36
|
*/
|
|
37
|
-
'person_id'?: number;
|
|
37
|
+
'person_id'?: number | null;
|
|
38
38
|
/**
|
|
39
39
|
* The ID of the organization associated with the deal
|
|
40
40
|
* @type {number}
|
|
41
41
|
*/
|
|
42
|
-
'org_id'?: number;
|
|
42
|
+
'org_id'?: number | null;
|
|
43
43
|
}
|
package/dist/esm/versions/v1/models/get-person-products-response-all-of-data-inner-dealiddeal.d.ts
CHANGED
|
@@ -39,12 +39,12 @@ export interface GetPersonProductsResponseAllOfDataInnerDEALIDDeal {
|
|
|
39
39
|
* The ID of the person associated with the deal
|
|
40
40
|
* @type {number}
|
|
41
41
|
*/
|
|
42
|
-
'person_id'?: number;
|
|
42
|
+
'person_id'?: number | null;
|
|
43
43
|
/**
|
|
44
44
|
* The ID of the organization associated with the deal
|
|
45
45
|
* @type {number}
|
|
46
46
|
*/
|
|
47
|
-
'org_id'?: number;
|
|
47
|
+
'org_id'?: number | null;
|
|
48
48
|
/**
|
|
49
49
|
* The ID of the deal stage
|
|
50
50
|
* @type {number}
|
|
@@ -79,12 +79,12 @@ export interface GetPersonProductsResponseAllOfDataInnerDEALIDDeal {
|
|
|
79
79
|
* The last updated date and time of the deal
|
|
80
80
|
* @type {string}
|
|
81
81
|
*/
|
|
82
|
-
'update_time'?: string;
|
|
82
|
+
'update_time'?: string | null;
|
|
83
83
|
/**
|
|
84
84
|
* The last updated date and time of the deal stage
|
|
85
85
|
* @type {string}
|
|
86
86
|
*/
|
|
87
|
-
'stage_change_time'?: string;
|
|
87
|
+
'stage_change_time'?: string | null;
|
|
88
88
|
/**
|
|
89
89
|
* Whether the deal is active or not
|
|
90
90
|
* @type {boolean}
|
|
@@ -109,12 +109,12 @@ export interface GetPersonProductsResponseAllOfDataInnerDEALIDDeal {
|
|
|
109
109
|
* The date of the next activity associated with the deal
|
|
110
110
|
* @type {string}
|
|
111
111
|
*/
|
|
112
|
-
'next_activity_date'?: string;
|
|
112
|
+
'next_activity_date'?: string | null;
|
|
113
113
|
/**
|
|
114
114
|
* The time of the next activity associated with the deal
|
|
115
115
|
* @type {string}
|
|
116
116
|
*/
|
|
117
|
-
'next_activity_time'?: string;
|
|
117
|
+
'next_activity_time'?: string | null;
|
|
118
118
|
/**
|
|
119
119
|
* The ID of the next activity associated with the deal
|
|
120
120
|
* @type {number}
|
|
@@ -154,17 +154,17 @@ export interface GetPersonProductsResponseAllOfDataInnerDEALIDDeal {
|
|
|
154
154
|
* The date and time of changing the deal status as won
|
|
155
155
|
* @type {string}
|
|
156
156
|
*/
|
|
157
|
-
'won_time'?: string;
|
|
157
|
+
'won_time'?: string | null;
|
|
158
158
|
/**
|
|
159
159
|
* The date and time of the first time changing the deal status as won
|
|
160
160
|
* @type {string}
|
|
161
161
|
*/
|
|
162
|
-
'first_won_time'?: string;
|
|
162
|
+
'first_won_time'?: string | null;
|
|
163
163
|
/**
|
|
164
164
|
* The date and time of changing the deal status as lost
|
|
165
165
|
* @type {string}
|
|
166
166
|
*/
|
|
167
|
-
'lost_time'?: string;
|
|
167
|
+
'lost_time'?: string | null;
|
|
168
168
|
/**
|
|
169
169
|
* The number of products associated with the deal
|
|
170
170
|
* @type {number}
|
|
@@ -214,20 +214,20 @@ export interface GetPersonProductsResponseAllOfDataInnerDEALIDDeal {
|
|
|
214
214
|
* The expected close date of the deal
|
|
215
215
|
* @type {string}
|
|
216
216
|
*/
|
|
217
|
-
'expected_close_date'?: string;
|
|
217
|
+
'expected_close_date'?: string | null;
|
|
218
218
|
/**
|
|
219
219
|
* The date and time of the last incoming email associated with the deal
|
|
220
220
|
* @type {string}
|
|
221
221
|
*/
|
|
222
|
-
'last_incoming_mail_time'?: string;
|
|
222
|
+
'last_incoming_mail_time'?: string | null;
|
|
223
223
|
/**
|
|
224
224
|
* The date and time of the last outgoing email associated with the deal
|
|
225
225
|
* @type {string}
|
|
226
226
|
*/
|
|
227
|
-
'last_outgoing_mail_time'?: string;
|
|
227
|
+
'last_outgoing_mail_time'?: string | null;
|
|
228
228
|
/**
|
|
229
229
|
* The label or multiple labels assigned to the deal
|
|
230
230
|
* @type {string}
|
|
231
231
|
*/
|
|
232
|
-
'label'?: string;
|
|
232
|
+
'label'?: string | null;
|
|
233
233
|
}
|
|
@@ -96,6 +96,8 @@ export * from './create-field-request-all-of1';
|
|
|
96
96
|
export * from './deal';
|
|
97
97
|
export * from './deal-all-of';
|
|
98
98
|
export * from './deal-all-of-creator-user-id';
|
|
99
|
+
export * from './deal-all-of-org-id';
|
|
100
|
+
export * from './deal-all-of-person-id';
|
|
99
101
|
export * from './deal-count-and-activity-info';
|
|
100
102
|
export * from './deal-count-and-activity-info-all-of';
|
|
101
103
|
export * from './deal-count-and-activity-info-all-of1';
|
|
@@ -438,6 +440,7 @@ export * from './merge-persons-response';
|
|
|
438
440
|
export * from './merge-persons-response-all-of';
|
|
439
441
|
export * from './note';
|
|
440
442
|
export * from './note-deal';
|
|
443
|
+
export * from './note-deal-all-of';
|
|
441
444
|
export * from './note-organization';
|
|
442
445
|
export * from './note-person';
|
|
443
446
|
export * from './note-project';
|
|
@@ -96,6 +96,8 @@ export * from './create-field-request-all-of1';
|
|
|
96
96
|
export * from './deal';
|
|
97
97
|
export * from './deal-all-of';
|
|
98
98
|
export * from './deal-all-of-creator-user-id';
|
|
99
|
+
export * from './deal-all-of-org-id';
|
|
100
|
+
export * from './deal-all-of-person-id';
|
|
99
101
|
export * from './deal-count-and-activity-info';
|
|
100
102
|
export * from './deal-count-and-activity-info-all-of';
|
|
101
103
|
export * from './deal-count-and-activity-info-all-of1';
|
|
@@ -438,6 +440,7 @@ export * from './merge-persons-response';
|
|
|
438
440
|
export * from './merge-persons-response-all-of';
|
|
439
441
|
export * from './note';
|
|
440
442
|
export * from './note-deal';
|
|
443
|
+
export * from './note-deal-all-of';
|
|
441
444
|
export * from './note-organization';
|
|
442
445
|
export * from './note-person';
|
|
443
446
|
export * from './note-project';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pipedrive API v1
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The deal this note is attached to
|
|
14
|
+
* @export
|
|
15
|
+
* @interface NoteDealAllOf
|
|
16
|
+
*/
|
|
17
|
+
export interface NoteDealAllOf {
|
|
18
|
+
/**
|
|
19
|
+
* The title of the deal this note is attached to
|
|
20
|
+
* @type {string}
|
|
21
|
+
*/
|
|
22
|
+
'title'?: string;
|
|
23
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Pipedrive API v1
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -9,15 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { NoteDealAllOf } from './note-deal-all-of';
|
|
12
13
|
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
export interface NoteDeal {
|
|
18
|
-
/**
|
|
19
|
-
* The title of the deal this note is attached to
|
|
20
|
-
* @type {string}
|
|
21
|
-
*/
|
|
22
|
-
'title'?: string;
|
|
23
|
-
}
|
|
14
|
+
* @type NoteDeal
|
|
15
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export type NoteDeal = NoteDealAllOf;
|
|
@@ -45,62 +45,62 @@ export interface Note {
|
|
|
45
45
|
*
|
|
46
46
|
* @type {NoteDeal}
|
|
47
47
|
*/
|
|
48
|
-
'deal'?: NoteDeal;
|
|
48
|
+
'deal'?: NoteDeal | null;
|
|
49
49
|
/**
|
|
50
50
|
* The ID of the lead the note is attached to
|
|
51
51
|
* @type {string}
|
|
52
52
|
*/
|
|
53
|
-
'lead_id'?: string;
|
|
53
|
+
'lead_id'?: string | null;
|
|
54
54
|
/**
|
|
55
55
|
* The ID of the deal the note is attached to
|
|
56
56
|
* @type {number}
|
|
57
57
|
*/
|
|
58
|
-
'deal_id'?: number;
|
|
58
|
+
'deal_id'?: number | null;
|
|
59
59
|
/**
|
|
60
60
|
* The ID of the user who last updated the note
|
|
61
61
|
* @type {number}
|
|
62
62
|
*/
|
|
63
|
-
'last_update_user_id'?: number;
|
|
63
|
+
'last_update_user_id'?: number | null;
|
|
64
64
|
/**
|
|
65
65
|
* The ID of the organization the note is attached to
|
|
66
66
|
* @type {number}
|
|
67
67
|
*/
|
|
68
|
-
'org_id'?: number;
|
|
68
|
+
'org_id'?: number | null;
|
|
69
69
|
/**
|
|
70
70
|
*
|
|
71
71
|
* @type {NoteOrganization}
|
|
72
72
|
*/
|
|
73
|
-
'organization'?: NoteOrganization;
|
|
73
|
+
'organization'?: NoteOrganization | null;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {NotePerson}
|
|
77
77
|
*/
|
|
78
|
-
'person'?: NotePerson;
|
|
78
|
+
'person'?: NotePerson | null;
|
|
79
79
|
/**
|
|
80
80
|
* The ID of the person the note is attached to
|
|
81
81
|
* @type {number}
|
|
82
82
|
*/
|
|
83
|
-
'person_id'?: number;
|
|
83
|
+
'person_id'?: number | null;
|
|
84
84
|
/**
|
|
85
85
|
* The ID of the project the note is attached to
|
|
86
86
|
* @type {number}
|
|
87
87
|
*/
|
|
88
|
-
'project_id'?: number;
|
|
88
|
+
'project_id'?: number | null;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
91
|
* @type {NoteProject}
|
|
92
92
|
*/
|
|
93
|
-
'project'?: NoteProject;
|
|
93
|
+
'project'?: NoteProject | null;
|
|
94
94
|
/**
|
|
95
95
|
* The ID of the task the note is attached to
|
|
96
96
|
* @type {number}
|
|
97
97
|
*/
|
|
98
|
-
'task_id'?: number;
|
|
98
|
+
'task_id'?: number | null;
|
|
99
99
|
/**
|
|
100
100
|
*
|
|
101
101
|
* @type {NoteTask}
|
|
102
102
|
*/
|
|
103
|
-
'task'?: NoteTask;
|
|
103
|
+
'task'?: NoteTask | null;
|
|
104
104
|
/**
|
|
105
105
|
* If true, the results are filtered by note to deal pinning state
|
|
106
106
|
* @type {boolean}
|
|
@@ -52,6 +52,8 @@ export declare const PermissionSetAppConst: {
|
|
|
52
52
|
readonly campaigns: "campaigns";
|
|
53
53
|
readonly global: "global";
|
|
54
54
|
readonly account_settings: "account_settings";
|
|
55
|
+
readonly partnership: "partnership";
|
|
56
|
+
readonly nova: "nova";
|
|
55
57
|
};
|
|
56
58
|
export type PermissionSetAppConst = typeof PermissionSetAppConst[keyof typeof PermissionSetAppConst];
|
|
57
59
|
export declare const PermissionSetTypeConst: {
|
|
@@ -16,7 +16,9 @@ export const PermissionSetAppConst = {
|
|
|
16
16
|
projects: 'projects',
|
|
17
17
|
campaigns: 'campaigns',
|
|
18
18
|
global: 'global',
|
|
19
|
-
account_settings: 'account_settings'
|
|
19
|
+
account_settings: 'account_settings',
|
|
20
|
+
partnership: 'partnership',
|
|
21
|
+
nova: 'nova'
|
|
20
22
|
};
|
|
21
23
|
export const PermissionSetTypeConst = {
|
|
22
24
|
admin: 'admin',
|
|
@@ -38,5 +38,6 @@ export declare const UserAccessAppConst: {
|
|
|
38
38
|
readonly projects: "projects";
|
|
39
39
|
readonly account_settings: "account_settings";
|
|
40
40
|
readonly partnership: "partnership";
|
|
41
|
+
readonly nova: "nova";
|
|
41
42
|
};
|
|
42
43
|
export type UserAccessAppConst = typeof UserAccessAppConst[keyof typeof UserAccessAppConst];
|
|
@@ -38,5 +38,6 @@ export declare const UserAccess1AppConst: {
|
|
|
38
38
|
readonly projects: "projects";
|
|
39
39
|
readonly account_settings: "account_settings";
|
|
40
40
|
readonly partnership: "partnership";
|
|
41
|
+
readonly nova: "nova";
|
|
41
42
|
};
|
|
42
43
|
export type UserAccess1AppConst = typeof UserAccess1AppConst[keyof typeof UserAccess1AppConst];
|