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.
Files changed (49) hide show
  1. package/dist/esm/versions/v1/models/add-activity-request-all-of.d.ts +1 -0
  2. package/dist/esm/versions/v1/models/add-note-request-all-of.d.ts +1 -0
  3. package/dist/esm/versions/v1/models/add-organization-request-all-of.d.ts +1 -0
  4. package/dist/esm/versions/v1/models/add-person-request-all-of.d.ts +1 -0
  5. package/dist/esm/versions/v1/models/add-product-request-all-of1.d.ts +1 -0
  6. package/dist/esm/versions/v1/models/basic-deal.d.ts +1 -0
  7. package/dist/esm/versions/v1/models/basic-organization.d.ts +1 -0
  8. package/dist/esm/versions/v1/models/index.d.ts +0 -2
  9. package/dist/esm/versions/v1/models/index.js +0 -2
  10. package/dist/esm/versions/v1/models/update-activity-request-all-of.d.ts +1 -0
  11. package/dist/esm/versions/v1/models/update-deal-request.d.ts +2 -2
  12. package/dist/esm/versions/v1/models/update-organization-request.d.ts +2 -2
  13. package/dist/esm/versions/v2/models/add-deal-request.d.ts +3 -4
  14. package/dist/esm/versions/v2/models/add-organization-request.d.ts +3 -4
  15. package/dist/esm/versions/v2/models/deal-item.d.ts +3 -4
  16. package/dist/esm/versions/v2/models/deal-item1.d.ts +3 -4
  17. package/dist/esm/versions/v2/models/get-persons-response-all-of-data-inner.d.ts +3 -4
  18. package/dist/esm/versions/v2/models/index.d.ts +0 -1
  19. package/dist/esm/versions/v2/models/index.js +0 -1
  20. package/dist/esm/versions/v2/models/organization-item.d.ts +3 -4
  21. package/dist/esm/versions/v2/models/organization-item1.d.ts +3 -4
  22. package/dist/esm/versions/v2/models/update-deal-request.d.ts +3 -4
  23. package/dist/esm/versions/v2/models/update-organization-request.d.ts +3 -4
  24. package/dist/esm/versions/v2/models/upsert-person-response-data-data.d.ts +3 -4
  25. package/dist/versions/v1/models/add-activity-request-all-of.d.ts +1 -0
  26. package/dist/versions/v1/models/add-note-request-all-of.d.ts +1 -0
  27. package/dist/versions/v1/models/add-organization-request-all-of.d.ts +1 -0
  28. package/dist/versions/v1/models/add-person-request-all-of.d.ts +1 -0
  29. package/dist/versions/v1/models/add-product-request-all-of1.d.ts +1 -0
  30. package/dist/versions/v1/models/basic-deal.d.ts +1 -0
  31. package/dist/versions/v1/models/basic-organization.d.ts +1 -0
  32. package/dist/versions/v1/models/index.d.ts +0 -2
  33. package/dist/versions/v1/models/index.js +0 -2
  34. package/dist/versions/v1/models/update-activity-request-all-of.d.ts +1 -0
  35. package/dist/versions/v1/models/update-deal-request.d.ts +2 -2
  36. package/dist/versions/v1/models/update-organization-request.d.ts +2 -2
  37. package/dist/versions/v2/models/add-deal-request.d.ts +3 -4
  38. package/dist/versions/v2/models/add-organization-request.d.ts +3 -4
  39. package/dist/versions/v2/models/deal-item.d.ts +3 -4
  40. package/dist/versions/v2/models/deal-item1.d.ts +3 -4
  41. package/dist/versions/v2/models/get-persons-response-all-of-data-inner.d.ts +3 -4
  42. package/dist/versions/v2/models/index.d.ts +0 -1
  43. package/dist/versions/v2/models/index.js +0 -1
  44. package/dist/versions/v2/models/organization-item.d.ts +3 -4
  45. package/dist/versions/v2/models/organization-item1.d.ts +3 -4
  46. package/dist/versions/v2/models/update-deal-request.d.ts +3 -4
  47. package/dist/versions/v2/models/update-organization-request.d.ts +3 -4
  48. package/dist/versions/v2/models/upsert-person-response-data-data.d.ts +3 -4
  49. package/package.json +1 -1
@@ -15,6 +15,7 @@
15
15
  * @interface AddActivityRequestAllOf
16
16
  */
17
17
  export interface AddActivityRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The note of the activity (HTML format)
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddNoteRequestAllOf
16
16
  */
17
17
  export interface AddNoteRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The content of the note in HTML format. Subject to sanitization on the back-end.
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddOrganizationRequestAllOf
16
16
  */
17
17
  export interface AddOrganizationRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The name of the organization
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddPersonRequestAllOf
16
16
  */
17
17
  export interface AddPersonRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The name of the person
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddProductRequestAllOf1
16
16
  */
17
17
  export interface AddProductRequestAllOf1 {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * Only available in Growth and above plans How often a customer is billed for access to a service or product
20
21
  * @type {string}
@@ -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';
@@ -15,6 +15,7 @@
15
15
  * @interface UpdateActivityRequestAllOf
16
16
  */
17
17
  export interface UpdateActivityRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The note of the activity (HTML format)
20
21
  * @type {string}
@@ -9,11 +9,11 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BasicDeal1 } from './basic-deal1';
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 = BasicDeal1 & DealTitleParam & UpdateDealParameters;
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 { BasicOrganization1 } from './basic-organization1';
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 = BasicOrganization1 & UpdateOrganizationRequestAllOf;
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
- * A map of custom fields with hash-based keys
121
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
57
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
171
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
171
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
120
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
67
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
67
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
121
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
57
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
120
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
122
+ [key: string]: any | undefined;
124
123
  };
125
124
  }
@@ -15,6 +15,7 @@
15
15
  * @interface AddActivityRequestAllOf
16
16
  */
17
17
  export interface AddActivityRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The note of the activity (HTML format)
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddNoteRequestAllOf
16
16
  */
17
17
  export interface AddNoteRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The content of the note in HTML format. Subject to sanitization on the back-end.
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddOrganizationRequestAllOf
16
16
  */
17
17
  export interface AddOrganizationRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The name of the organization
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddPersonRequestAllOf
16
16
  */
17
17
  export interface AddPersonRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The name of the person
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddProductRequestAllOf1
16
16
  */
17
17
  export interface AddProductRequestAllOf1 {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * Only available in Growth and above plans How often a customer is billed for access to a service or product
20
21
  * @type {string}
@@ -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);
@@ -15,6 +15,7 @@
15
15
  * @interface UpdateActivityRequestAllOf
16
16
  */
17
17
  export interface UpdateActivityRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The note of the activity (HTML format)
20
21
  * @type {string}
@@ -9,11 +9,11 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BasicDeal1 } from './basic-deal1';
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 = BasicDeal1 & DealTitleParam & UpdateDealParameters;
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 { BasicOrganization1 } from './basic-organization1';
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 = BasicOrganization1 & UpdateOrganizationRequestAllOf;
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
- * A map of custom fields with hash-based keys
121
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
57
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
171
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
171
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
120
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
67
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
67
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
121
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
57
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
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
- * A map of custom fields with hash-based keys
120
- * @type {{ [key: string]: DealItemCustomFieldsValue | undefined; }}
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]: DealItemCustomFieldsValue | undefined;
122
+ [key: string]: any | undefined;
124
123
  };
125
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "29.2.1",
3
+ "version": "29.2.3",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "homepage": "https://developers.pipedrive.com",