pipedrive 29.2.1 → 29.2.3
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/add-activity-request-all-of.d.ts +1 -0
- package/dist/esm/versions/v1/models/add-note-request-all-of.d.ts +1 -0
- package/dist/esm/versions/v1/models/add-organization-request-all-of.d.ts +1 -0
- package/dist/esm/versions/v1/models/add-person-request-all-of.d.ts +1 -0
- package/dist/esm/versions/v1/models/add-product-request-all-of1.d.ts +1 -0
- package/dist/esm/versions/v1/models/basic-deal.d.ts +1 -0
- package/dist/esm/versions/v1/models/basic-organization.d.ts +1 -0
- package/dist/esm/versions/v1/models/index.d.ts +0 -2
- package/dist/esm/versions/v1/models/index.js +0 -2
- package/dist/esm/versions/v1/models/update-activity-request-all-of.d.ts +1 -0
- package/dist/esm/versions/v1/models/update-deal-request.d.ts +2 -2
- package/dist/esm/versions/v1/models/update-organization-request.d.ts +2 -2
- package/dist/esm/versions/v2/models/add-deal-request.d.ts +3 -4
- package/dist/esm/versions/v2/models/add-organization-request.d.ts +3 -4
- package/dist/esm/versions/v2/models/deal-item.d.ts +3 -4
- package/dist/esm/versions/v2/models/deal-item1.d.ts +3 -4
- package/dist/esm/versions/v2/models/get-persons-response-all-of-data-inner.d.ts +3 -4
- package/dist/esm/versions/v2/models/index.d.ts +0 -1
- package/dist/esm/versions/v2/models/index.js +0 -1
- package/dist/esm/versions/v2/models/organization-item.d.ts +3 -4
- package/dist/esm/versions/v2/models/organization-item1.d.ts +3 -4
- package/dist/esm/versions/v2/models/update-deal-request.d.ts +3 -4
- package/dist/esm/versions/v2/models/update-organization-request.d.ts +3 -4
- package/dist/esm/versions/v2/models/upsert-person-response-data-data.d.ts +3 -4
- package/dist/versions/v1/models/add-activity-request-all-of.d.ts +1 -0
- package/dist/versions/v1/models/add-note-request-all-of.d.ts +1 -0
- package/dist/versions/v1/models/add-organization-request-all-of.d.ts +1 -0
- package/dist/versions/v1/models/add-person-request-all-of.d.ts +1 -0
- package/dist/versions/v1/models/add-product-request-all-of1.d.ts +1 -0
- package/dist/versions/v1/models/basic-deal.d.ts +1 -0
- package/dist/versions/v1/models/basic-organization.d.ts +1 -0
- package/dist/versions/v1/models/index.d.ts +0 -2
- package/dist/versions/v1/models/index.js +0 -2
- package/dist/versions/v1/models/update-activity-request-all-of.d.ts +1 -0
- package/dist/versions/v1/models/update-deal-request.d.ts +2 -2
- package/dist/versions/v1/models/update-organization-request.d.ts +2 -2
- package/dist/versions/v2/models/add-deal-request.d.ts +3 -4
- package/dist/versions/v2/models/add-organization-request.d.ts +3 -4
- package/dist/versions/v2/models/deal-item.d.ts +3 -4
- package/dist/versions/v2/models/deal-item1.d.ts +3 -4
- package/dist/versions/v2/models/get-persons-response-all-of-data-inner.d.ts +3 -4
- package/dist/versions/v2/models/index.d.ts +0 -1
- package/dist/versions/v2/models/index.js +0 -1
- package/dist/versions/v2/models/organization-item.d.ts +3 -4
- package/dist/versions/v2/models/organization-item1.d.ts +3 -4
- package/dist/versions/v2/models/update-deal-request.d.ts +3 -4
- package/dist/versions/v2/models/update-organization-request.d.ts +3 -4
- package/dist/versions/v2/models/upsert-person-response-data-data.d.ts +3 -4
- package/package.json +1 -1
@@ -15,6 +15,7 @@
|
|
15
15
|
* @interface BasicDeal
|
16
16
|
*/
|
17
17
|
export interface BasicDeal {
|
18
|
+
[key: string]: any | any;
|
18
19
|
/**
|
19
20
|
* The optional date and time of changing the deal status as won in UTC. Format: YYYY-MM-DD HH:MM:SS. Can be set only when deal `status` is already Won. Can not be used together with `lost_time`.
|
20
21
|
* @type {string}
|
@@ -15,6 +15,7 @@
|
|
15
15
|
* @interface BasicOrganization
|
16
16
|
*/
|
17
17
|
export interface BasicOrganization {
|
18
|
+
[key: string]: any | any;
|
18
19
|
/**
|
19
20
|
* The ID of the user who will be marked as the owner of this organization. When omitted, the authorized user ID will be used.
|
20
21
|
* @type {number}
|
@@ -122,12 +122,10 @@ export * from './base-team-additional-properties';
|
|
122
122
|
export * from './base-user';
|
123
123
|
export * from './base-webhook';
|
124
124
|
export * from './basic-deal';
|
125
|
-
export * from './basic-deal1';
|
126
125
|
export * from './basic-deal-product-request';
|
127
126
|
export * from './basic-deal-product-request-all-of';
|
128
127
|
export * from './basic-goal-request';
|
129
128
|
export * from './basic-organization';
|
130
|
-
export * from './basic-organization1';
|
131
129
|
export * from './basic-person-request';
|
132
130
|
export * from './basic-person-request-email-inner';
|
133
131
|
export * from './call-log-bad-request-response';
|
@@ -122,12 +122,10 @@ export * from './base-team-additional-properties';
|
|
122
122
|
export * from './base-user';
|
123
123
|
export * from './base-webhook';
|
124
124
|
export * from './basic-deal';
|
125
|
-
export * from './basic-deal1';
|
126
125
|
export * from './basic-deal-product-request';
|
127
126
|
export * from './basic-deal-product-request-all-of';
|
128
127
|
export * from './basic-goal-request';
|
129
128
|
export * from './basic-organization';
|
130
|
-
export * from './basic-organization1';
|
131
129
|
export * from './basic-person-request';
|
132
130
|
export * from './basic-person-request-email-inner';
|
133
131
|
export * from './call-log-bad-request-response';
|
@@ -9,11 +9,11 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import {
|
12
|
+
import { BasicDeal } from './basic-deal';
|
13
13
|
import { DealTitleParam } from './deal-title-param';
|
14
14
|
import { UpdateDealParameters } from './update-deal-parameters';
|
15
15
|
/**
|
16
16
|
* @type UpdateDealRequest
|
17
17
|
* @export
|
18
18
|
*/
|
19
|
-
export type UpdateDealRequest =
|
19
|
+
export type UpdateDealRequest = BasicDeal & DealTitleParam & UpdateDealParameters;
|
@@ -9,10 +9,10 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import {
|
12
|
+
import { BasicOrganization } from './basic-organization';
|
13
13
|
import { UpdateOrganizationRequestAllOf } from './update-organization-request-all-of';
|
14
14
|
/**
|
15
15
|
* @type UpdateOrganizationRequest
|
16
16
|
* @export
|
17
17
|
*/
|
18
|
-
export type UpdateOrganizationRequest =
|
18
|
+
export type UpdateOrganizationRequest = BasicOrganization & UpdateOrganizationRequestAllOf;
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
/**
|
14
13
|
*
|
15
14
|
* @export
|
@@ -117,10 +116,10 @@ export interface AddDealRequest {
|
|
117
116
|
*/
|
118
117
|
'label_ids'?: Array<number>;
|
119
118
|
/**
|
120
|
-
*
|
121
|
-
* @type {{ [key: string]:
|
119
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
120
|
+
* @type {{ [key: string]: any | undefined; }}
|
122
121
|
*/
|
123
122
|
'custom_fields'?: {
|
124
|
-
[key: string]:
|
123
|
+
[key: string]: any | undefined;
|
125
124
|
};
|
126
125
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { OrganizationItemAddress } from './organization-item-address';
|
14
13
|
/**
|
15
14
|
*
|
@@ -53,10 +52,10 @@ export interface AddOrganizationRequest {
|
|
53
52
|
*/
|
54
53
|
'address'?: OrganizationItemAddress;
|
55
54
|
/**
|
56
|
-
*
|
57
|
-
* @type {{ [key: string]:
|
55
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
56
|
+
* @type {{ [key: string]: any | undefined; }}
|
58
57
|
*/
|
59
58
|
'custom_fields'?: {
|
60
|
-
[key: string]:
|
59
|
+
[key: string]: any | undefined;
|
61
60
|
};
|
62
61
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
/**
|
14
13
|
*
|
15
14
|
* @export
|
@@ -167,10 +166,10 @@ export interface DealItem {
|
|
167
166
|
*/
|
168
167
|
'acv'?: number | null;
|
169
168
|
/**
|
170
|
-
*
|
171
|
-
* @type {{ [key: string]:
|
169
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
170
|
+
* @type {{ [key: string]: any | undefined; }}
|
172
171
|
*/
|
173
172
|
'custom_fields'?: {
|
174
|
-
[key: string]:
|
173
|
+
[key: string]: any | undefined;
|
175
174
|
};
|
176
175
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
/**
|
14
13
|
* The deal object
|
15
14
|
* @export
|
@@ -167,10 +166,10 @@ export interface DealItem1 {
|
|
167
166
|
*/
|
168
167
|
'acv'?: number | null;
|
169
168
|
/**
|
170
|
-
*
|
171
|
-
* @type {{ [key: string]:
|
169
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
170
|
+
* @type {{ [key: string]: any | undefined; }}
|
172
171
|
*/
|
173
172
|
'custom_fields'?: {
|
174
|
-
[key: string]:
|
173
|
+
[key: string]: any | undefined;
|
175
174
|
};
|
176
175
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { GetPersonsResponseAllOfDataInnerEmailsInner } from './get-persons-response-all-of-data-inner-emails-inner';
|
14
13
|
import { GetPersonsResponseAllOfDataInnerImInner } from './get-persons-response-all-of-data-inner-im-inner';
|
15
14
|
import { GetPersonsResponseAllOfDataInnerPhonesInner } from './get-persons-response-all-of-data-inner-phones-inner';
|
@@ -116,10 +115,10 @@ export interface GetPersonsResponseAllOfDataInner {
|
|
116
115
|
*/
|
117
116
|
'job_title'?: string;
|
118
117
|
/**
|
119
|
-
*
|
120
|
-
* @type {{ [key: string]:
|
118
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
119
|
+
* @type {{ [key: string]: any | undefined; }}
|
121
120
|
*/
|
122
121
|
'custom_fields'?: {
|
123
|
-
[key: string]:
|
122
|
+
[key: string]: any | undefined;
|
124
123
|
};
|
125
124
|
}
|
@@ -34,7 +34,6 @@ export * from './base-response';
|
|
34
34
|
export * from './convert-lead-to-deal-request';
|
35
35
|
export * from './deal-item';
|
36
36
|
export * from './deal-item1';
|
37
|
-
export * from './deal-item-custom-fields-value';
|
38
37
|
export * from './deal-product-request-body';
|
39
38
|
export * from './deal-product-request-body1';
|
40
39
|
export * from './delete-activity-response';
|
@@ -34,7 +34,6 @@ export * from './base-response';
|
|
34
34
|
export * from './convert-lead-to-deal-request';
|
35
35
|
export * from './deal-item';
|
36
36
|
export * from './deal-item1';
|
37
|
-
export * from './deal-item-custom-fields-value';
|
38
37
|
export * from './deal-product-request-body';
|
39
38
|
export * from './deal-product-request-body1';
|
40
39
|
export * from './delete-activity-response';
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { OrganizationItemAddress } from './organization-item-address';
|
14
13
|
/**
|
15
14
|
*
|
@@ -63,10 +62,10 @@ export interface OrganizationItem {
|
|
63
62
|
*/
|
64
63
|
'label_ids'?: Array<number>;
|
65
64
|
/**
|
66
|
-
*
|
67
|
-
* @type {{ [key: string]:
|
65
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
66
|
+
* @type {{ [key: string]: any | undefined; }}
|
68
67
|
*/
|
69
68
|
'custom_fields'?: {
|
70
|
-
[key: string]:
|
69
|
+
[key: string]: any | undefined;
|
71
70
|
};
|
72
71
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { OrganizationItemAddress } from './organization-item-address';
|
14
13
|
/**
|
15
14
|
* The organization object
|
@@ -63,10 +62,10 @@ export interface OrganizationItem1 {
|
|
63
62
|
*/
|
64
63
|
'label_ids'?: Array<number>;
|
65
64
|
/**
|
66
|
-
*
|
67
|
-
* @type {{ [key: string]:
|
65
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
66
|
+
* @type {{ [key: string]: any | undefined; }}
|
68
67
|
*/
|
69
68
|
'custom_fields'?: {
|
70
|
-
[key: string]:
|
69
|
+
[key: string]: any | undefined;
|
71
70
|
};
|
72
71
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
/**
|
14
13
|
*
|
15
14
|
* @export
|
@@ -117,10 +116,10 @@ export interface UpdateDealRequest {
|
|
117
116
|
*/
|
118
117
|
'label_ids'?: Array<number>;
|
119
118
|
/**
|
120
|
-
*
|
121
|
-
* @type {{ [key: string]:
|
119
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
120
|
+
* @type {{ [key: string]: any | undefined; }}
|
122
121
|
*/
|
123
122
|
'custom_fields'?: {
|
124
|
-
[key: string]:
|
123
|
+
[key: string]: any | undefined;
|
125
124
|
};
|
126
125
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { OrganizationItemAddress } from './organization-item-address';
|
14
13
|
/**
|
15
14
|
*
|
@@ -53,10 +52,10 @@ export interface UpdateOrganizationRequest {
|
|
53
52
|
*/
|
54
53
|
'address'?: OrganizationItemAddress;
|
55
54
|
/**
|
56
|
-
*
|
57
|
-
* @type {{ [key: string]:
|
55
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
56
|
+
* @type {{ [key: string]: any | undefined; }}
|
58
57
|
*/
|
59
58
|
'custom_fields'?: {
|
60
|
-
[key: string]:
|
59
|
+
[key: string]: any | undefined;
|
61
60
|
};
|
62
61
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { GetPersonsResponseAllOfDataInnerEmailsInner } from './get-persons-response-all-of-data-inner-emails-inner';
|
14
13
|
import { GetPersonsResponseAllOfDataInnerImInner } from './get-persons-response-all-of-data-inner-im-inner';
|
15
14
|
import { GetPersonsResponseAllOfDataInnerPhonesInner } from './get-persons-response-all-of-data-inner-phones-inner';
|
@@ -116,10 +115,10 @@ export interface UpsertPersonResponseDataData {
|
|
116
115
|
*/
|
117
116
|
'job_title'?: string;
|
118
117
|
/**
|
119
|
-
*
|
120
|
-
* @type {{ [key: string]:
|
118
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
119
|
+
* @type {{ [key: string]: any | undefined; }}
|
121
120
|
*/
|
122
121
|
'custom_fields'?: {
|
123
|
-
[key: string]:
|
122
|
+
[key: string]: any | undefined;
|
124
123
|
};
|
125
124
|
}
|
@@ -15,6 +15,7 @@
|
|
15
15
|
* @interface BasicDeal
|
16
16
|
*/
|
17
17
|
export interface BasicDeal {
|
18
|
+
[key: string]: any | any;
|
18
19
|
/**
|
19
20
|
* The optional date and time of changing the deal status as won in UTC. Format: YYYY-MM-DD HH:MM:SS. Can be set only when deal `status` is already Won. Can not be used together with `lost_time`.
|
20
21
|
* @type {string}
|
@@ -15,6 +15,7 @@
|
|
15
15
|
* @interface BasicOrganization
|
16
16
|
*/
|
17
17
|
export interface BasicOrganization {
|
18
|
+
[key: string]: any | any;
|
18
19
|
/**
|
19
20
|
* The ID of the user who will be marked as the owner of this organization. When omitted, the authorized user ID will be used.
|
20
21
|
* @type {number}
|
@@ -122,12 +122,10 @@ export * from './base-team-additional-properties';
|
|
122
122
|
export * from './base-user';
|
123
123
|
export * from './base-webhook';
|
124
124
|
export * from './basic-deal';
|
125
|
-
export * from './basic-deal1';
|
126
125
|
export * from './basic-deal-product-request';
|
127
126
|
export * from './basic-deal-product-request-all-of';
|
128
127
|
export * from './basic-goal-request';
|
129
128
|
export * from './basic-organization';
|
130
|
-
export * from './basic-organization1';
|
131
129
|
export * from './basic-person-request';
|
132
130
|
export * from './basic-person-request-email-inner';
|
133
131
|
export * from './call-log-bad-request-response';
|
@@ -138,12 +138,10 @@ __exportStar(require("./base-team-additional-properties"), exports);
|
|
138
138
|
__exportStar(require("./base-user"), exports);
|
139
139
|
__exportStar(require("./base-webhook"), exports);
|
140
140
|
__exportStar(require("./basic-deal"), exports);
|
141
|
-
__exportStar(require("./basic-deal1"), exports);
|
142
141
|
__exportStar(require("./basic-deal-product-request"), exports);
|
143
142
|
__exportStar(require("./basic-deal-product-request-all-of"), exports);
|
144
143
|
__exportStar(require("./basic-goal-request"), exports);
|
145
144
|
__exportStar(require("./basic-organization"), exports);
|
146
|
-
__exportStar(require("./basic-organization1"), exports);
|
147
145
|
__exportStar(require("./basic-person-request"), exports);
|
148
146
|
__exportStar(require("./basic-person-request-email-inner"), exports);
|
149
147
|
__exportStar(require("./call-log-bad-request-response"), exports);
|
@@ -9,11 +9,11 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import {
|
12
|
+
import { BasicDeal } from './basic-deal';
|
13
13
|
import { DealTitleParam } from './deal-title-param';
|
14
14
|
import { UpdateDealParameters } from './update-deal-parameters';
|
15
15
|
/**
|
16
16
|
* @type UpdateDealRequest
|
17
17
|
* @export
|
18
18
|
*/
|
19
|
-
export type UpdateDealRequest =
|
19
|
+
export type UpdateDealRequest = BasicDeal & DealTitleParam & UpdateDealParameters;
|
@@ -9,10 +9,10 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import {
|
12
|
+
import { BasicOrganization } from './basic-organization';
|
13
13
|
import { UpdateOrganizationRequestAllOf } from './update-organization-request-all-of';
|
14
14
|
/**
|
15
15
|
* @type UpdateOrganizationRequest
|
16
16
|
* @export
|
17
17
|
*/
|
18
|
-
export type UpdateOrganizationRequest =
|
18
|
+
export type UpdateOrganizationRequest = BasicOrganization & UpdateOrganizationRequestAllOf;
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
/**
|
14
13
|
*
|
15
14
|
* @export
|
@@ -117,10 +116,10 @@ export interface AddDealRequest {
|
|
117
116
|
*/
|
118
117
|
'label_ids'?: Array<number>;
|
119
118
|
/**
|
120
|
-
*
|
121
|
-
* @type {{ [key: string]:
|
119
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
120
|
+
* @type {{ [key: string]: any | undefined; }}
|
122
121
|
*/
|
123
122
|
'custom_fields'?: {
|
124
|
-
[key: string]:
|
123
|
+
[key: string]: any | undefined;
|
125
124
|
};
|
126
125
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { OrganizationItemAddress } from './organization-item-address';
|
14
13
|
/**
|
15
14
|
*
|
@@ -53,10 +52,10 @@ export interface AddOrganizationRequest {
|
|
53
52
|
*/
|
54
53
|
'address'?: OrganizationItemAddress;
|
55
54
|
/**
|
56
|
-
*
|
57
|
-
* @type {{ [key: string]:
|
55
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
56
|
+
* @type {{ [key: string]: any | undefined; }}
|
58
57
|
*/
|
59
58
|
'custom_fields'?: {
|
60
|
-
[key: string]:
|
59
|
+
[key: string]: any | undefined;
|
61
60
|
};
|
62
61
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
/**
|
14
13
|
*
|
15
14
|
* @export
|
@@ -167,10 +166,10 @@ export interface DealItem {
|
|
167
166
|
*/
|
168
167
|
'acv'?: number | null;
|
169
168
|
/**
|
170
|
-
*
|
171
|
-
* @type {{ [key: string]:
|
169
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
170
|
+
* @type {{ [key: string]: any | undefined; }}
|
172
171
|
*/
|
173
172
|
'custom_fields'?: {
|
174
|
-
[key: string]:
|
173
|
+
[key: string]: any | undefined;
|
175
174
|
};
|
176
175
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
/**
|
14
13
|
* The deal object
|
15
14
|
* @export
|
@@ -167,10 +166,10 @@ export interface DealItem1 {
|
|
167
166
|
*/
|
168
167
|
'acv'?: number | null;
|
169
168
|
/**
|
170
|
-
*
|
171
|
-
* @type {{ [key: string]:
|
169
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
170
|
+
* @type {{ [key: string]: any | undefined; }}
|
172
171
|
*/
|
173
172
|
'custom_fields'?: {
|
174
|
-
[key: string]:
|
173
|
+
[key: string]: any | undefined;
|
175
174
|
};
|
176
175
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { GetPersonsResponseAllOfDataInnerEmailsInner } from './get-persons-response-all-of-data-inner-emails-inner';
|
14
13
|
import { GetPersonsResponseAllOfDataInnerImInner } from './get-persons-response-all-of-data-inner-im-inner';
|
15
14
|
import { GetPersonsResponseAllOfDataInnerPhonesInner } from './get-persons-response-all-of-data-inner-phones-inner';
|
@@ -116,10 +115,10 @@ export interface GetPersonsResponseAllOfDataInner {
|
|
116
115
|
*/
|
117
116
|
'job_title'?: string;
|
118
117
|
/**
|
119
|
-
*
|
120
|
-
* @type {{ [key: string]:
|
118
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
119
|
+
* @type {{ [key: string]: any | undefined; }}
|
121
120
|
*/
|
122
121
|
'custom_fields'?: {
|
123
|
-
[key: string]:
|
122
|
+
[key: string]: any | undefined;
|
124
123
|
};
|
125
124
|
}
|
@@ -34,7 +34,6 @@ export * from './base-response';
|
|
34
34
|
export * from './convert-lead-to-deal-request';
|
35
35
|
export * from './deal-item';
|
36
36
|
export * from './deal-item1';
|
37
|
-
export * from './deal-item-custom-fields-value';
|
38
37
|
export * from './deal-product-request-body';
|
39
38
|
export * from './deal-product-request-body1';
|
40
39
|
export * from './delete-activity-response';
|
@@ -50,7 +50,6 @@ __exportStar(require("./base-response"), exports);
|
|
50
50
|
__exportStar(require("./convert-lead-to-deal-request"), exports);
|
51
51
|
__exportStar(require("./deal-item"), exports);
|
52
52
|
__exportStar(require("./deal-item1"), exports);
|
53
|
-
__exportStar(require("./deal-item-custom-fields-value"), exports);
|
54
53
|
__exportStar(require("./deal-product-request-body"), exports);
|
55
54
|
__exportStar(require("./deal-product-request-body1"), exports);
|
56
55
|
__exportStar(require("./delete-activity-response"), exports);
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { OrganizationItemAddress } from './organization-item-address';
|
14
13
|
/**
|
15
14
|
*
|
@@ -63,10 +62,10 @@ export interface OrganizationItem {
|
|
63
62
|
*/
|
64
63
|
'label_ids'?: Array<number>;
|
65
64
|
/**
|
66
|
-
*
|
67
|
-
* @type {{ [key: string]:
|
65
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
66
|
+
* @type {{ [key: string]: any | undefined; }}
|
68
67
|
*/
|
69
68
|
'custom_fields'?: {
|
70
|
-
[key: string]:
|
69
|
+
[key: string]: any | undefined;
|
71
70
|
};
|
72
71
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { OrganizationItemAddress } from './organization-item-address';
|
14
13
|
/**
|
15
14
|
* The organization object
|
@@ -63,10 +62,10 @@ export interface OrganizationItem1 {
|
|
63
62
|
*/
|
64
63
|
'label_ids'?: Array<number>;
|
65
64
|
/**
|
66
|
-
*
|
67
|
-
* @type {{ [key: string]:
|
65
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
66
|
+
* @type {{ [key: string]: any | undefined; }}
|
68
67
|
*/
|
69
68
|
'custom_fields'?: {
|
70
|
-
[key: string]:
|
69
|
+
[key: string]: any | undefined;
|
71
70
|
};
|
72
71
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
/**
|
14
13
|
*
|
15
14
|
* @export
|
@@ -117,10 +116,10 @@ export interface UpdateDealRequest {
|
|
117
116
|
*/
|
118
117
|
'label_ids'?: Array<number>;
|
119
118
|
/**
|
120
|
-
*
|
121
|
-
* @type {{ [key: string]:
|
119
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
120
|
+
* @type {{ [key: string]: any | undefined; }}
|
122
121
|
*/
|
123
122
|
'custom_fields'?: {
|
124
|
-
[key: string]:
|
123
|
+
[key: string]: any | undefined;
|
125
124
|
};
|
126
125
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { OrganizationItemAddress } from './organization-item-address';
|
14
13
|
/**
|
15
14
|
*
|
@@ -53,10 +52,10 @@ export interface UpdateOrganizationRequest {
|
|
53
52
|
*/
|
54
53
|
'address'?: OrganizationItemAddress;
|
55
54
|
/**
|
56
|
-
*
|
57
|
-
* @type {{ [key: string]:
|
55
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
56
|
+
* @type {{ [key: string]: any | undefined; }}
|
58
57
|
*/
|
59
58
|
'custom_fields'?: {
|
60
|
-
[key: string]:
|
59
|
+
[key: string]: any | undefined;
|
61
60
|
};
|
62
61
|
}
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* https://openapi-generator.tech
|
10
10
|
* Do not edit the class manually.
|
11
11
|
*/
|
12
|
-
import { DealItemCustomFieldsValue } from './deal-item-custom-fields-value';
|
13
12
|
import { GetPersonsResponseAllOfDataInnerEmailsInner } from './get-persons-response-all-of-data-inner-emails-inner';
|
14
13
|
import { GetPersonsResponseAllOfDataInnerImInner } from './get-persons-response-all-of-data-inner-im-inner';
|
15
14
|
import { GetPersonsResponseAllOfDataInnerPhonesInner } from './get-persons-response-all-of-data-inner-phones-inner';
|
@@ -116,10 +115,10 @@ export interface UpsertPersonResponseDataData {
|
|
116
115
|
*/
|
117
116
|
'job_title'?: string;
|
118
117
|
/**
|
119
|
-
*
|
120
|
-
* @type {{ [key: string]:
|
118
|
+
* An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes
|
119
|
+
* @type {{ [key: string]: any | undefined; }}
|
121
120
|
*/
|
122
121
|
'custom_fields'?: {
|
123
|
-
[key: string]:
|
122
|
+
[key: string]: any | undefined;
|
124
123
|
};
|
125
124
|
}
|