pipedrive 24.1.1 → 24.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist/esm/versions/v1/models/additional-data.d.ts +38 -0
  2. package/dist/esm/versions/v1/models/additional-data.js +14 -0
  3. package/dist/esm/versions/v1/models/get-notes-response-additional-data.d.ts +3 -3
  4. package/dist/esm/versions/v1/models/index.d.ts +1 -1
  5. package/dist/esm/versions/v1/models/index.js +1 -1
  6. package/dist/esm/versions/v2/api/activities-api.d.ts +34 -2
  7. package/dist/esm/versions/v2/api/activities-api.js +25 -5
  8. package/dist/esm/versions/v2/api/beta-api.d.ts +288 -2
  9. package/dist/esm/versions/v2/api/beta-api.js +337 -5
  10. package/dist/esm/versions/v2/api/deals-api.d.ts +254 -0
  11. package/dist/esm/versions/v2/api/deals-api.js +312 -0
  12. package/dist/esm/versions/v2/models/add-ainstallment-response.d.ts +29 -0
  13. package/dist/esm/versions/v2/models/add-ainstallment-response.js +14 -0
  14. package/dist/esm/versions/v2/models/add-installment-request-body.d.ts +33 -0
  15. package/dist/esm/versions/v2/models/add-installment-request-body.js +14 -0
  16. package/dist/esm/versions/v2/models/delete-installment-response-data.d.ts +23 -0
  17. package/dist/esm/versions/v2/models/delete-installment-response-data.js +14 -0
  18. package/dist/esm/versions/v2/models/delete-installment-response.d.ts +29 -0
  19. package/dist/esm/versions/v2/models/delete-installment-response.js +14 -0
  20. package/dist/esm/versions/v2/models/get-activities-response-all-of-additional-data.d.ts +23 -0
  21. package/dist/esm/versions/v2/models/get-activities-response-all-of-additional-data.js +14 -0
  22. package/dist/esm/versions/v2/models/get-activities-response-all-of.d.ts +6 -0
  23. package/dist/esm/versions/v2/models/get-deals-response-all-of.d.ts +6 -0
  24. package/dist/esm/versions/v2/models/get-installments-response-data-inner.d.ts +43 -0
  25. package/dist/esm/versions/v2/models/get-installments-response-data-inner.js +14 -0
  26. package/dist/esm/versions/v2/models/get-installments-response.d.ts +29 -0
  27. package/dist/esm/versions/v2/models/get-installments-response.js +14 -0
  28. package/dist/esm/versions/v2/models/get-organizations-response-all-of.d.ts +6 -0
  29. package/dist/esm/versions/v2/models/get-persons-response-all-of.d.ts +6 -0
  30. package/dist/esm/versions/v2/models/get-pipelines-response-all-of.d.ts +6 -0
  31. package/dist/esm/versions/v2/models/get-stages-response.d.ts +6 -0
  32. package/dist/esm/versions/v2/models/index.d.ts +9 -0
  33. package/dist/esm/versions/v2/models/index.js +9 -0
  34. package/dist/esm/versions/v2/models/update-installment-request-body.d.ts +33 -0
  35. package/dist/esm/versions/v2/models/update-installment-request-body.js +14 -0
  36. package/dist/esm/versions/v2/models/update-installment-response.d.ts +29 -0
  37. package/dist/esm/versions/v2/models/update-installment-response.js +14 -0
  38. package/dist/versions/v1/models/additional-data.d.ts +38 -0
  39. package/dist/versions/v1/models/additional-data.js +15 -0
  40. package/dist/versions/v1/models/get-notes-response-additional-data.d.ts +3 -3
  41. package/dist/versions/v1/models/index.d.ts +1 -1
  42. package/dist/versions/v1/models/index.js +1 -1
  43. package/dist/versions/v2/api/activities-api.d.ts +34 -2
  44. package/dist/versions/v2/api/activities-api.js +25 -5
  45. package/dist/versions/v2/api/beta-api.d.ts +288 -2
  46. package/dist/versions/v2/api/beta-api.js +337 -5
  47. package/dist/versions/v2/api/deals-api.d.ts +254 -0
  48. package/dist/versions/v2/api/deals-api.js +312 -0
  49. package/dist/versions/v2/models/add-ainstallment-response.d.ts +29 -0
  50. package/dist/versions/v2/models/add-ainstallment-response.js +15 -0
  51. package/dist/versions/v2/models/add-installment-request-body.d.ts +33 -0
  52. package/dist/versions/v2/models/add-installment-request-body.js +15 -0
  53. package/dist/versions/v2/models/delete-installment-response-data.d.ts +23 -0
  54. package/dist/versions/v2/models/delete-installment-response-data.js +15 -0
  55. package/dist/versions/v2/models/delete-installment-response.d.ts +29 -0
  56. package/dist/versions/v2/models/delete-installment-response.js +15 -0
  57. package/dist/versions/v2/models/get-activities-response-all-of-additional-data.d.ts +23 -0
  58. package/dist/versions/v2/models/get-activities-response-all-of-additional-data.js +15 -0
  59. package/dist/versions/v2/models/get-activities-response-all-of.d.ts +6 -0
  60. package/dist/versions/v2/models/get-deals-response-all-of.d.ts +6 -0
  61. package/dist/versions/v2/models/get-installments-response-data-inner.d.ts +43 -0
  62. package/dist/versions/v2/models/get-installments-response-data-inner.js +15 -0
  63. package/dist/versions/v2/models/get-installments-response.d.ts +29 -0
  64. package/dist/versions/v2/models/get-installments-response.js +15 -0
  65. package/dist/versions/v2/models/get-organizations-response-all-of.d.ts +6 -0
  66. package/dist/versions/v2/models/get-persons-response-all-of.d.ts +6 -0
  67. package/dist/versions/v2/models/get-pipelines-response-all-of.d.ts +6 -0
  68. package/dist/versions/v2/models/get-stages-response.d.ts +6 -0
  69. package/dist/versions/v2/models/index.d.ts +9 -0
  70. package/dist/versions/v2/models/index.js +9 -0
  71. package/dist/versions/v2/models/update-installment-request-body.d.ts +33 -0
  72. package/dist/versions/v2/models/update-installment-request-body.js +15 -0
  73. package/dist/versions/v2/models/update-installment-response.d.ts +29 -0
  74. package/dist/versions/v2/models/update-installment-response.js +15 -0
  75. package/package.json +1 -1
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { DealItem } from './deal-item';
13
+ import { GetActivitiesResponseAllOfAdditionalData } from './get-activities-response-all-of-additional-data';
13
14
  /**
14
15
  *
15
16
  * @export
@@ -21,4 +22,9 @@ export interface GetDealsResponseAllOf {
21
22
  * @type {Array<DealItem>}
22
23
  */
23
24
  'data'?: Array<DealItem>;
25
+ /**
26
+ *
27
+ * @type {GetActivitiesResponseAllOfAdditionalData}
28
+ */
29
+ 'additional_data'?: GetActivitiesResponseAllOfAdditionalData;
24
30
  }
@@ -0,0 +1,43 @@
1
+ /**
2
+ * Pipedrive API v2
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.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
+ *
14
+ * @export
15
+ * @interface GetInstallmentsResponseDataInner
16
+ */
17
+ export interface GetInstallmentsResponseDataInner {
18
+ /**
19
+ * The ID of the installment
20
+ * @type {number}
21
+ */
22
+ 'id'?: number;
23
+ /**
24
+ * The installment amount.
25
+ * @type {number}
26
+ */
27
+ 'amount'?: number;
28
+ /**
29
+ * The date which the installment will be charged.
30
+ * @type {string}
31
+ */
32
+ 'billing_date'?: string;
33
+ /**
34
+ * The name of installment.
35
+ * @type {string}
36
+ */
37
+ 'description'?: string;
38
+ /**
39
+ * The ID of the deal the installment was added to.
40
+ * @type {number}
41
+ */
42
+ 'deal_id'?: number;
43
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Pipedrive API v2
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 2.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,29 @@
1
+ /**
2
+ * Pipedrive API v2
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.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 { GetInstallmentsResponseDataInner } from './get-installments-response-data-inner';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface GetInstallmentsResponse
17
+ */
18
+ export interface GetInstallmentsResponse {
19
+ /**
20
+ * If the response is successful or not
21
+ * @type {boolean}
22
+ */
23
+ 'success'?: boolean;
24
+ /**
25
+ * Array containing data for all installments added to a deal
26
+ * @type {Array<GetInstallmentsResponseDataInner>}
27
+ */
28
+ 'data'?: Array<GetInstallmentsResponseDataInner>;
29
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Pipedrive API v2
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 2.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,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { GetActivitiesResponseAllOfAdditionalData } from './get-activities-response-all-of-additional-data';
12
13
  import { OrganizationItem } from './organization-item';
13
14
  /**
14
15
  *
@@ -21,4 +22,9 @@ export interface GetOrganizationsResponseAllOf {
21
22
  * @type {Array<OrganizationItem>}
22
23
  */
23
24
  'data'?: Array<OrganizationItem>;
25
+ /**
26
+ *
27
+ * @type {GetActivitiesResponseAllOfAdditionalData}
28
+ */
29
+ 'additional_data'?: GetActivitiesResponseAllOfAdditionalData;
24
30
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { GetActivitiesResponseAllOfAdditionalData } from './get-activities-response-all-of-additional-data';
12
13
  import { GetPersonsResponseAllOfDataInner } from './get-persons-response-all-of-data-inner';
13
14
  /**
14
15
  *
@@ -21,4 +22,9 @@ export interface GetPersonsResponseAllOf {
21
22
  * @type {Array<GetPersonsResponseAllOfDataInner>}
22
23
  */
23
24
  'data'?: Array<GetPersonsResponseAllOfDataInner>;
25
+ /**
26
+ *
27
+ * @type {GetActivitiesResponseAllOfAdditionalData}
28
+ */
29
+ 'additional_data'?: GetActivitiesResponseAllOfAdditionalData;
24
30
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { GetActivitiesResponseAllOfAdditionalData } from './get-activities-response-all-of-additional-data';
12
13
  import { GetPipelinesResponseAllOfDataInner } from './get-pipelines-response-all-of-data-inner';
13
14
  /**
14
15
  *
@@ -21,4 +22,9 @@ export interface GetPipelinesResponseAllOf {
21
22
  * @type {Array<GetPipelinesResponseAllOfDataInner>}
22
23
  */
23
24
  'data'?: Array<GetPipelinesResponseAllOfDataInner>;
25
+ /**
26
+ *
27
+ * @type {GetActivitiesResponseAllOfAdditionalData}
28
+ */
29
+ 'additional_data'?: GetActivitiesResponseAllOfAdditionalData;
24
30
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { GetActivitiesResponseAllOfAdditionalData } from './get-activities-response-all-of-additional-data';
12
13
  import { StageItem } from './stage-item';
13
14
  /**
14
15
  *
@@ -26,4 +27,9 @@ export interface GetStagesResponse {
26
27
  * @type {Array<StageItem>}
27
28
  */
28
29
  'data'?: Array<StageItem>;
30
+ /**
31
+ *
32
+ * @type {GetActivitiesResponseAllOfAdditionalData}
33
+ */
34
+ 'additional_data'?: GetActivitiesResponseAllOfAdditionalData;
29
35
  }
@@ -3,12 +3,14 @@ export * from './activity-item1';
3
3
  export * from './activity-item-attendees-inner';
4
4
  export * from './activity-item-location';
5
5
  export * from './activity-item-participants-inner';
6
+ export * from './add-ainstallment-response';
6
7
  export * from './add-activity-request';
7
8
  export * from './add-additional-discount-request-body';
8
9
  export * from './add-additional-discount-response';
9
10
  export * from './add-deal-product-request';
10
11
  export * from './add-deal-product-response';
11
12
  export * from './add-deal-request';
13
+ export * from './add-installment-request-body';
12
14
  export * from './add-organization-request';
13
15
  export * from './add-person-request';
14
16
  export * from './add-person-request-emails-inner';
@@ -34,6 +36,8 @@ export * from './delete-deal-product-response';
34
36
  export * from './delete-deal-product-response-data';
35
37
  export * from './delete-deal-response';
36
38
  export * from './delete-deal-response-data';
39
+ export * from './delete-installment-response';
40
+ export * from './delete-installment-response-data';
37
41
  export * from './delete-organization-response';
38
42
  export * from './delete-organization-response-data';
39
43
  export * from './delete-person-response';
@@ -48,6 +52,7 @@ export * from './delete-stage-response';
48
52
  export * from './delete-stage-response-data';
49
53
  export * from './get-activities-response';
50
54
  export * from './get-activities-response-all-of';
55
+ export * from './get-activities-response-all-of-additional-data';
51
56
  export * from './get-additional-discounts-response';
52
57
  export * from './get-additional-discounts-response-data-inner';
53
58
  export * from './get-deal-search-response';
@@ -68,6 +73,8 @@ export * from './get-deals-products-response-data-inner-all-of2';
68
73
  export * from './get-deals-products-response-data-inner-all-of3';
69
74
  export * from './get-deals-response';
70
75
  export * from './get-deals-response-all-of';
76
+ export * from './get-installments-response';
77
+ export * from './get-installments-response-data-inner';
71
78
  export * from './get-item-search-field-response';
72
79
  export * from './get-item-search-field-response-all-of';
73
80
  export * from './get-item-search-response';
@@ -131,6 +138,8 @@ export * from './update-additional-discount-response';
131
138
  export * from './update-deal-product-request';
132
139
  export * from './update-deal-product-request-all-of';
133
140
  export * from './update-deal-request';
141
+ export * from './update-installment-request-body';
142
+ export * from './update-installment-response';
134
143
  export * from './update-organization-request';
135
144
  export * from './update-person-request';
136
145
  export * from './update-pipeline-request';
@@ -3,12 +3,14 @@ export * from './activity-item1';
3
3
  export * from './activity-item-attendees-inner';
4
4
  export * from './activity-item-location';
5
5
  export * from './activity-item-participants-inner';
6
+ export * from './add-ainstallment-response';
6
7
  export * from './add-activity-request';
7
8
  export * from './add-additional-discount-request-body';
8
9
  export * from './add-additional-discount-response';
9
10
  export * from './add-deal-product-request';
10
11
  export * from './add-deal-product-response';
11
12
  export * from './add-deal-request';
13
+ export * from './add-installment-request-body';
12
14
  export * from './add-organization-request';
13
15
  export * from './add-person-request';
14
16
  export * from './add-person-request-emails-inner';
@@ -34,6 +36,8 @@ export * from './delete-deal-product-response';
34
36
  export * from './delete-deal-product-response-data';
35
37
  export * from './delete-deal-response';
36
38
  export * from './delete-deal-response-data';
39
+ export * from './delete-installment-response';
40
+ export * from './delete-installment-response-data';
37
41
  export * from './delete-organization-response';
38
42
  export * from './delete-organization-response-data';
39
43
  export * from './delete-person-response';
@@ -48,6 +52,7 @@ export * from './delete-stage-response';
48
52
  export * from './delete-stage-response-data';
49
53
  export * from './get-activities-response';
50
54
  export * from './get-activities-response-all-of';
55
+ export * from './get-activities-response-all-of-additional-data';
51
56
  export * from './get-additional-discounts-response';
52
57
  export * from './get-additional-discounts-response-data-inner';
53
58
  export * from './get-deal-search-response';
@@ -68,6 +73,8 @@ export * from './get-deals-products-response-data-inner-all-of2';
68
73
  export * from './get-deals-products-response-data-inner-all-of3';
69
74
  export * from './get-deals-response';
70
75
  export * from './get-deals-response-all-of';
76
+ export * from './get-installments-response';
77
+ export * from './get-installments-response-data-inner';
71
78
  export * from './get-item-search-field-response';
72
79
  export * from './get-item-search-field-response-all-of';
73
80
  export * from './get-item-search-response';
@@ -131,6 +138,8 @@ export * from './update-additional-discount-response';
131
138
  export * from './update-deal-product-request';
132
139
  export * from './update-deal-product-request-all-of';
133
140
  export * from './update-deal-request';
141
+ export * from './update-installment-request-body';
142
+ export * from './update-installment-response';
134
143
  export * from './update-organization-request';
135
144
  export * from './update-person-request';
136
145
  export * from './update-pipeline-request';
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Pipedrive API v2
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.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
+ *
14
+ * @export
15
+ * @interface UpdateInstallmentRequestBody
16
+ */
17
+ export interface UpdateInstallmentRequestBody {
18
+ /**
19
+ * The name of the installment.
20
+ * @type {string}
21
+ */
22
+ 'description'?: string;
23
+ /**
24
+ * The installment amount. Must be a positive number (excluding 0).
25
+ * @type {number}
26
+ */
27
+ 'amount'?: number;
28
+ /**
29
+ * The date which the installment will be charged. Must be in the format YYYY-MM-DD.
30
+ * @type {string}
31
+ */
32
+ 'billing_date'?: string;
33
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Pipedrive API v2
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 2.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,29 @@
1
+ /**
2
+ * Pipedrive API v2
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 2.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 { GetInstallmentsResponseDataInner } from './get-installments-response-data-inner';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface UpdateInstallmentResponse
17
+ */
18
+ export interface UpdateInstallmentResponse {
19
+ /**
20
+ * If the response is successful or not
21
+ * @type {boolean}
22
+ */
23
+ 'success'?: boolean;
24
+ /**
25
+ *
26
+ * @type {GetInstallmentsResponseDataInner}
27
+ */
28
+ 'data'?: GetInstallmentsResponseDataInner;
29
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Pipedrive API v2
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 2.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,38 @@
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 pagination details of the list
14
+ * @export
15
+ * @interface AdditionalData
16
+ */
17
+ export interface AdditionalData {
18
+ /**
19
+ * Next pagination start
20
+ * @type {number}
21
+ */
22
+ 'next_start'?: number;
23
+ /**
24
+ * Pagination start
25
+ * @type {number}
26
+ */
27
+ 'start'?: number;
28
+ /**
29
+ * Items shown per page
30
+ * @type {number}
31
+ */
32
+ 'limit'?: number;
33
+ /**
34
+ * If there are more list items in the collection than displayed or not
35
+ * @type {boolean}
36
+ */
37
+ 'more_items_in_collection'?: boolean;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Pipedrive API v1
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { GetNotesResponseAdditionalDataPagination } from './get-notes-response-additional-data-pagination';
12
+ import { AdditionalData } from './additional-data';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -18,7 +18,7 @@ import { GetNotesResponseAdditionalDataPagination } from './get-notes-response-a
18
18
  export interface GetNotesResponseAdditionalData {
19
19
  /**
20
20
  *
21
- * @type {GetNotesResponseAdditionalDataPagination}
21
+ * @type {AdditionalData}
22
22
  */
23
- 'pagination'?: GetNotesResponseAdditionalDataPagination;
23
+ 'pagination'?: AdditionalData;
24
24
  }
@@ -99,6 +99,7 @@ export * from './add-user-provider-link-request';
99
99
  export * from './add-user-request';
100
100
  export * from './add-webhook-request';
101
101
  export * from './additional-base-organization-item-info';
102
+ export * from './additional-data';
102
103
  export * from './additional-merge-person-info';
103
104
  export * from './additional-person-info';
104
105
  export * from './base-deal';
@@ -411,7 +412,6 @@ export * from './get-note-fields-response-all-of-data-inner-all-of';
411
412
  export * from './get-note-fields-response-all-of-data-inner-all-of-options-inner';
412
413
  export * from './get-notes-response';
413
414
  export * from './get-notes-response-additional-data';
414
- export * from './get-notes-response-additional-data-pagination';
415
415
  export * from './get-organization-item';
416
416
  export * from './get-organization-item-all-of';
417
417
  export * from './get-organization-relationship-response';
@@ -115,6 +115,7 @@ __exportStar(require("./add-user-provider-link-request"), exports);
115
115
  __exportStar(require("./add-user-request"), exports);
116
116
  __exportStar(require("./add-webhook-request"), exports);
117
117
  __exportStar(require("./additional-base-organization-item-info"), exports);
118
+ __exportStar(require("./additional-data"), exports);
118
119
  __exportStar(require("./additional-merge-person-info"), exports);
119
120
  __exportStar(require("./additional-person-info"), exports);
120
121
  __exportStar(require("./base-deal"), exports);
@@ -427,7 +428,6 @@ __exportStar(require("./get-note-fields-response-all-of-data-inner-all-of"), exp
427
428
  __exportStar(require("./get-note-fields-response-all-of-data-inner-all-of-options-inner"), exports);
428
429
  __exportStar(require("./get-notes-response"), exports);
429
430
  __exportStar(require("./get-notes-response-additional-data"), exports);
430
- __exportStar(require("./get-notes-response-additional-data-pagination"), exports);
431
431
  __exportStar(require("./get-organization-item"), exports);
432
432
  __exportStar(require("./get-organization-item-all-of"), exports);
433
433
  __exportStar(require("./get-organization-relationship-response"), exports);
@@ -43,6 +43,10 @@ export declare const ActivitiesApiAxiosParamCreator: (configuration?: Configurat
43
43
  * @param {number} [filter_id] If supplied, only activities matching the specified filter are returned
44
44
  * @param {string} [ids] Optional comma separated string array of up to 100 entity ids to fetch. If filter_id is provided, this is ignored. If any of the requested entities do not exist or are not visible, they are not included in the response.
45
45
  * @param {number} [owner_id] If supplied, only activities owned by the specified user are returned. If filter_id is provided, this is ignored.
46
+ * @param {number} [deal_id] If supplied, only activities linked to the specified deal are returned. If filter_id is provided, this is ignored.
47
+ * @param {string} [lead_id] If supplied, only activities linked to the specified lead are returned. If filter_id is provided, this is ignored.
48
+ * @param {number} [person_id] If supplied, only activities whose primary participant is the given person are returned. If filter_id is provided, this is ignored.
49
+ * @param {number} [org_id] If supplied, only activities linked to the specified organization are returned. If filter_id is provided, this is ignored.
46
50
  * @param {string} [updated_since] If set, only activities with an &#x60;update_time&#x60; later than or equal to this time are returned. In RFC3339 format, e.g. 2025-01-01T10:20:00Z.
47
51
  * @param {string} [updated_until] If set, only activities with an &#x60;update_time&#x60; earlier than this time are returned. In RFC3339 format, e.g. 2025-01-01T10:20:00Z.
48
52
  * @param {'id' | 'update_time' | 'add_time'} [sort_by] The field to sort by. Supported fields: &#x60;id&#x60;, &#x60;update_time&#x60;, &#x60;add_time&#x60;.
@@ -53,7 +57,7 @@ export declare const ActivitiesApiAxiosParamCreator: (configuration?: Configurat
53
57
 
54
58
  * @throws {RequiredError}
55
59
  */
56
- getActivities: (filter_id?: number, ids?: string, owner_id?: number, updated_since?: string, updated_until?: string, sort_by?: 'id' | 'update_time' | 'add_time', sort_direction?: 'asc' | 'desc', include_fields?: 'attendees', limit?: number, cursor?: string) => Promise<RequestArgs>;
60
+ getActivities: (filter_id?: number, ids?: string, owner_id?: number, deal_id?: number, lead_id?: string, person_id?: number, org_id?: number, updated_since?: string, updated_until?: string, sort_by?: 'id' | 'update_time' | 'add_time', sort_direction?: 'asc' | 'desc', include_fields?: 'attendees', limit?: number, cursor?: string) => Promise<RequestArgs>;
57
61
  /**
58
62
  * Returns the details of a specific activity.
59
63
  * @summary Get details of an activity
@@ -100,6 +104,10 @@ export declare const ActivitiesApiFp: (configuration?: Configuration) => {
100
104
  * @param {number} [filter_id] If supplied, only activities matching the specified filter are returned
101
105
  * @param {string} [ids] Optional comma separated string array of up to 100 entity ids to fetch. If filter_id is provided, this is ignored. If any of the requested entities do not exist or are not visible, they are not included in the response.
102
106
  * @param {number} [owner_id] If supplied, only activities owned by the specified user are returned. If filter_id is provided, this is ignored.
107
+ * @param {number} [deal_id] If supplied, only activities linked to the specified deal are returned. If filter_id is provided, this is ignored.
108
+ * @param {string} [lead_id] If supplied, only activities linked to the specified lead are returned. If filter_id is provided, this is ignored.
109
+ * @param {number} [person_id] If supplied, only activities whose primary participant is the given person are returned. If filter_id is provided, this is ignored.
110
+ * @param {number} [org_id] If supplied, only activities linked to the specified organization are returned. If filter_id is provided, this is ignored.
103
111
  * @param {string} [updated_since] If set, only activities with an &#x60;update_time&#x60; later than or equal to this time are returned. In RFC3339 format, e.g. 2025-01-01T10:20:00Z.
104
112
  * @param {string} [updated_until] If set, only activities with an &#x60;update_time&#x60; earlier than this time are returned. In RFC3339 format, e.g. 2025-01-01T10:20:00Z.
105
113
  * @param {'id' | 'update_time' | 'add_time'} [sort_by] The field to sort by. Supported fields: &#x60;id&#x60;, &#x60;update_time&#x60;, &#x60;add_time&#x60;.
@@ -110,7 +118,7 @@ export declare const ActivitiesApiFp: (configuration?: Configuration) => {
110
118
 
111
119
  * @throws {RequiredError}
112
120
  */
113
- getActivities(filter_id?: number, ids?: string, owner_id?: number, updated_since?: string, updated_until?: string, sort_by?: 'id' | 'update_time' | 'add_time', sort_direction?: 'asc' | 'desc', include_fields?: 'attendees', limit?: number, cursor?: string): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetActivitiesResponse>>;
121
+ getActivities(filter_id?: number, ids?: string, owner_id?: number, deal_id?: number, lead_id?: string, person_id?: number, org_id?: number, updated_since?: string, updated_until?: string, sort_by?: 'id' | 'update_time' | 'add_time', sort_direction?: 'asc' | 'desc', include_fields?: 'attendees', limit?: number, cursor?: string): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetActivitiesResponse>>;
114
122
  /**
115
123
  * Returns the details of a specific activity.
116
124
  * @summary Get details of an activity
@@ -226,6 +234,30 @@ export interface ActivitiesApiGetActivitiesRequest {
226
234
  * @memberof ActivitiesApiGetActivities
227
235
  */
228
236
  readonly owner_id?: number;
237
+ /**
238
+ * If supplied, only activities linked to the specified deal are returned. If filter_id is provided, this is ignored.
239
+ * @type {number}
240
+ * @memberof ActivitiesApiGetActivities
241
+ */
242
+ readonly deal_id?: number;
243
+ /**
244
+ * If supplied, only activities linked to the specified lead are returned. If filter_id is provided, this is ignored.
245
+ * @type {string}
246
+ * @memberof ActivitiesApiGetActivities
247
+ */
248
+ readonly lead_id?: string;
249
+ /**
250
+ * If supplied, only activities whose primary participant is the given person are returned. If filter_id is provided, this is ignored.
251
+ * @type {number}
252
+ * @memberof ActivitiesApiGetActivities
253
+ */
254
+ readonly person_id?: number;
255
+ /**
256
+ * If supplied, only activities linked to the specified organization are returned. If filter_id is provided, this is ignored.
257
+ * @type {number}
258
+ * @memberof ActivitiesApiGetActivities
259
+ */
260
+ readonly org_id?: number;
229
261
  /**
230
262
  * If set, only activities with an &#x60;update_time&#x60; later than or equal to this time are returned. In RFC3339 format, e.g. 2025-01-01T10:20:00Z.
231
263
  * @type {string}