pipedrive 29.2.1 → 29.2.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.
Files changed (25) hide show
  1. package/dist/esm/versions/v2/models/add-deal-request.d.ts +3 -4
  2. package/dist/esm/versions/v2/models/add-organization-request.d.ts +3 -4
  3. package/dist/esm/versions/v2/models/deal-item.d.ts +3 -4
  4. package/dist/esm/versions/v2/models/deal-item1.d.ts +3 -4
  5. package/dist/esm/versions/v2/models/get-persons-response-all-of-data-inner.d.ts +3 -4
  6. package/dist/esm/versions/v2/models/index.d.ts +0 -1
  7. package/dist/esm/versions/v2/models/index.js +0 -1
  8. package/dist/esm/versions/v2/models/organization-item.d.ts +3 -4
  9. package/dist/esm/versions/v2/models/organization-item1.d.ts +3 -4
  10. package/dist/esm/versions/v2/models/update-deal-request.d.ts +3 -4
  11. package/dist/esm/versions/v2/models/update-organization-request.d.ts +3 -4
  12. package/dist/esm/versions/v2/models/upsert-person-response-data-data.d.ts +3 -4
  13. package/dist/versions/v2/models/add-deal-request.d.ts +3 -4
  14. package/dist/versions/v2/models/add-organization-request.d.ts +3 -4
  15. package/dist/versions/v2/models/deal-item.d.ts +3 -4
  16. package/dist/versions/v2/models/deal-item1.d.ts +3 -4
  17. package/dist/versions/v2/models/get-persons-response-all-of-data-inner.d.ts +3 -4
  18. package/dist/versions/v2/models/index.d.ts +0 -1
  19. package/dist/versions/v2/models/index.js +0 -1
  20. package/dist/versions/v2/models/organization-item.d.ts +3 -4
  21. package/dist/versions/v2/models/organization-item1.d.ts +3 -4
  22. package/dist/versions/v2/models/update-deal-request.d.ts +3 -4
  23. package/dist/versions/v2/models/update-organization-request.d.ts +3 -4
  24. package/dist/versions/v2/models/upsert-person-response-data-data.d.ts +3 -4
  25. package/package.json +1 -1
@@ -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
  }
@@ -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.2",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "homepage": "https://developers.pipedrive.com",