pipedrive 24.2.0 → 25.0.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 (113) hide show
  1. package/dist/esm/versions/v1/api/deals-api.d.ts +3 -3
  2. package/dist/esm/versions/v1/api/deals-api.js +2 -2
  3. package/dist/esm/versions/v1/api/organizations-api.d.ts +3 -3
  4. package/dist/esm/versions/v1/api/organizations-api.js +2 -2
  5. package/dist/esm/versions/v1/api/persons-api.d.ts +3 -3
  6. package/dist/esm/versions/v1/api/persons-api.js +2 -2
  7. package/dist/esm/versions/v1/api/subscriptions-api.d.ts +36 -36
  8. package/dist/esm/versions/v1/api/subscriptions-api.js +36 -36
  9. package/dist/esm/versions/v1/api/webhooks-api.d.ts +4 -4
  10. package/dist/esm/versions/v1/api/webhooks-api.js +4 -4
  11. package/dist/esm/versions/v1/models/add-webhook-request.d.ts +5 -6
  12. package/dist/esm/versions/v1/models/add-webhook-request.js +4 -5
  13. package/dist/esm/versions/v1/models/user-access.d.ts +3 -2
  14. package/dist/esm/versions/v1/models/user-access.js +4 -3
  15. package/dist/esm/versions/v1/models/user-access1.d.ts +3 -2
  16. package/dist/esm/versions/v1/models/user-access1.js +4 -3
  17. package/dist/esm/versions/v2/api/beta-api.d.ts +82 -2632
  18. package/dist/esm/versions/v2/api/beta-api.js +139 -3090
  19. package/dist/esm/versions/v2/api/deals-api.d.ts +237 -0
  20. package/dist/esm/versions/v2/api/deals-api.js +301 -0
  21. package/dist/esm/versions/v2/api/organizations-api.d.ts +237 -0
  22. package/dist/esm/versions/v2/api/organizations-api.js +301 -0
  23. package/dist/esm/versions/v2/api/persons-api.d.ts +237 -0
  24. package/dist/esm/versions/v2/api/persons-api.js +301 -0
  25. package/dist/esm/versions/v2/api/products-api.d.ts +237 -0
  26. package/dist/esm/versions/v2/api/products-api.js +301 -0
  27. package/dist/esm/versions/v2/api/users-api.d.ts +103 -0
  28. package/dist/esm/versions/v2/api/users-api.js +140 -0
  29. package/dist/esm/versions/v2/api.d.ts +1 -0
  30. package/dist/esm/versions/v2/api.js +1 -0
  31. package/dist/esm/versions/v2/models/add-deal-follower-request.d.ts +23 -0
  32. package/dist/esm/versions/v2/models/add-deal-follower-request.js +14 -0
  33. package/dist/esm/versions/v2/models/add-follower-response-all-of.d.ts +24 -0
  34. package/dist/esm/versions/v2/models/add-follower-response-all-of.js +14 -0
  35. package/dist/esm/versions/v2/models/add-follower-response.d.ts +18 -0
  36. package/dist/esm/versions/v2/models/add-follower-response.js +14 -0
  37. package/dist/esm/versions/v2/models/delete-follower-response-data.d.ts +23 -0
  38. package/dist/esm/versions/v2/models/delete-follower-response-data.js +14 -0
  39. package/dist/esm/versions/v2/models/delete-follower-response.d.ts +29 -0
  40. package/dist/esm/versions/v2/models/delete-follower-response.js +14 -0
  41. package/dist/esm/versions/v2/models/follower-changelog-item.d.ts +38 -0
  42. package/dist/esm/versions/v2/models/follower-changelog-item.js +14 -0
  43. package/dist/esm/versions/v2/models/follower-item.d.ts +28 -0
  44. package/dist/esm/versions/v2/models/follower-item.js +14 -0
  45. package/dist/esm/versions/v2/models/follower-item1.d.ts +28 -0
  46. package/dist/esm/versions/v2/models/follower-item1.js +14 -0
  47. package/dist/esm/versions/v2/models/get-follower-changelogs-response-all-of.d.ts +30 -0
  48. package/dist/esm/versions/v2/models/get-follower-changelogs-response-all-of.js +14 -0
  49. package/dist/esm/versions/v2/models/get-follower-changelogs-response.d.ts +18 -0
  50. package/dist/esm/versions/v2/models/get-follower-changelogs-response.js +14 -0
  51. package/dist/esm/versions/v2/models/get-followers-response-all-of.d.ts +30 -0
  52. package/dist/esm/versions/v2/models/get-followers-response-all-of.js +14 -0
  53. package/dist/esm/versions/v2/models/get-followers-response.d.ts +18 -0
  54. package/dist/esm/versions/v2/models/get-followers-response.js +14 -0
  55. package/dist/esm/versions/v2/models/index.d.ts +12 -0
  56. package/dist/esm/versions/v2/models/index.js +12 -0
  57. package/dist/versions/v1/api/deals-api.d.ts +3 -3
  58. package/dist/versions/v1/api/deals-api.js +2 -2
  59. package/dist/versions/v1/api/organizations-api.d.ts +3 -3
  60. package/dist/versions/v1/api/organizations-api.js +2 -2
  61. package/dist/versions/v1/api/persons-api.d.ts +3 -3
  62. package/dist/versions/v1/api/persons-api.js +2 -2
  63. package/dist/versions/v1/api/subscriptions-api.d.ts +36 -36
  64. package/dist/versions/v1/api/subscriptions-api.js +36 -36
  65. package/dist/versions/v1/api/webhooks-api.d.ts +4 -4
  66. package/dist/versions/v1/api/webhooks-api.js +4 -4
  67. package/dist/versions/v1/models/add-webhook-request.d.ts +5 -6
  68. package/dist/versions/v1/models/add-webhook-request.js +4 -5
  69. package/dist/versions/v1/models/user-access.d.ts +3 -2
  70. package/dist/versions/v1/models/user-access.js +4 -3
  71. package/dist/versions/v1/models/user-access1.d.ts +3 -2
  72. package/dist/versions/v1/models/user-access1.js +4 -3
  73. package/dist/versions/v2/api/beta-api.d.ts +82 -2632
  74. package/dist/versions/v2/api/beta-api.js +141 -3092
  75. package/dist/versions/v2/api/deals-api.d.ts +237 -0
  76. package/dist/versions/v2/api/deals-api.js +301 -0
  77. package/dist/versions/v2/api/organizations-api.d.ts +237 -0
  78. package/dist/versions/v2/api/organizations-api.js +301 -0
  79. package/dist/versions/v2/api/persons-api.d.ts +237 -0
  80. package/dist/versions/v2/api/persons-api.js +301 -0
  81. package/dist/versions/v2/api/products-api.d.ts +237 -0
  82. package/dist/versions/v2/api/products-api.js +301 -0
  83. package/dist/versions/v2/api/users-api.d.ts +103 -0
  84. package/dist/versions/v2/api/users-api.js +150 -0
  85. package/dist/versions/v2/api.d.ts +1 -0
  86. package/dist/versions/v2/api.js +1 -0
  87. package/dist/versions/v2/models/add-deal-follower-request.d.ts +23 -0
  88. package/dist/versions/v2/models/add-deal-follower-request.js +15 -0
  89. package/dist/versions/v2/models/add-follower-response-all-of.d.ts +24 -0
  90. package/dist/versions/v2/models/add-follower-response-all-of.js +15 -0
  91. package/dist/versions/v2/models/add-follower-response.d.ts +18 -0
  92. package/dist/versions/v2/models/add-follower-response.js +15 -0
  93. package/dist/versions/v2/models/delete-follower-response-data.d.ts +23 -0
  94. package/dist/versions/v2/models/delete-follower-response-data.js +15 -0
  95. package/dist/versions/v2/models/delete-follower-response.d.ts +29 -0
  96. package/dist/versions/v2/models/delete-follower-response.js +15 -0
  97. package/dist/versions/v2/models/follower-changelog-item.d.ts +38 -0
  98. package/dist/versions/v2/models/follower-changelog-item.js +15 -0
  99. package/dist/versions/v2/models/follower-item.d.ts +28 -0
  100. package/dist/versions/v2/models/follower-item.js +15 -0
  101. package/dist/versions/v2/models/follower-item1.d.ts +28 -0
  102. package/dist/versions/v2/models/follower-item1.js +15 -0
  103. package/dist/versions/v2/models/get-follower-changelogs-response-all-of.d.ts +30 -0
  104. package/dist/versions/v2/models/get-follower-changelogs-response-all-of.js +15 -0
  105. package/dist/versions/v2/models/get-follower-changelogs-response.d.ts +18 -0
  106. package/dist/versions/v2/models/get-follower-changelogs-response.js +15 -0
  107. package/dist/versions/v2/models/get-followers-response-all-of.d.ts +30 -0
  108. package/dist/versions/v2/models/get-followers-response-all-of.js +15 -0
  109. package/dist/versions/v2/models/get-followers-response.d.ts +18 -0
  110. package/dist/versions/v2/models/get-followers-response.js +15 -0
  111. package/dist/versions/v2/models/index.d.ts +12 -0
  112. package/dist/versions/v2/models/index.js +12 -0
  113. package/package.json +1 -1
@@ -100,7 +100,7 @@ export declare const DealsApiAxiosParamCreator: (configuration?: Configuration)
100
100
  * Deletes a follower from a deal.
101
101
  * @summary Delete a follower from a deal
102
102
  * @param {number} id The ID of the deal
103
- * @param {number} follower_id The ID of the follower
103
+ * @param {number} follower_id The ID of the relationship between the follower and the deal
104
104
 
105
105
  * @throws {RequiredError}
106
106
  */
@@ -413,7 +413,7 @@ export declare const DealsApiFp: (configuration?: Configuration) => {
413
413
  * Deletes a follower from a deal.
414
414
  * @summary Delete a follower from a deal
415
415
  * @param {number} id The ID of the deal
416
- * @param {number} follower_id The ID of the follower
416
+ * @param {number} follower_id The ID of the relationship between the follower and the deal
417
417
 
418
418
  * @throws {RequiredError}
419
419
  */
@@ -1016,7 +1016,7 @@ export interface DealsApiDeleteDealFollowerRequest {
1016
1016
  */
1017
1017
  readonly id: number;
1018
1018
  /**
1019
- * The ID of the follower
1019
+ * The ID of the relationship between the follower and the deal
1020
1020
  * @type {number}
1021
1021
  * @memberof DealsApiDeleteDealFollower
1022
1022
  */
@@ -214,7 +214,7 @@ export const DealsApiAxiosParamCreator = function (configuration) {
214
214
  * Deletes a follower from a deal.
215
215
  * @summary Delete a follower from a deal
216
216
  * @param {number} id The ID of the deal
217
- * @param {number} follower_id The ID of the follower
217
+ * @param {number} follower_id The ID of the relationship between the follower and the deal
218
218
 
219
219
  * @throws {RequiredError}
220
220
  */
@@ -1408,7 +1408,7 @@ export const DealsApiFp = function (configuration) {
1408
1408
  * Deletes a follower from a deal.
1409
1409
  * @summary Delete a follower from a deal
1410
1410
  * @param {number} id The ID of the deal
1411
- * @param {number} follower_id The ID of the follower
1411
+ * @param {number} follower_id The ID of the relationship between the follower and the deal
1412
1412
 
1413
1413
  * @throws {RequiredError}
1414
1414
  */
@@ -70,7 +70,7 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
70
70
  * Deletes a follower from an organization. You can retrieve the `follower_id` from the <a href=\"https://developers.pipedrive.com/docs/api/v1/Organizations#getOrganizationFollowers\">List followers of an organization</a> endpoint.
71
71
  * @summary Delete a follower from an organization
72
72
  * @param {number} id The ID of the organization
73
- * @param {number} follower_id The ID of the follower
73
+ * @param {number} follower_id The ID of the relationship between the follower and the organization
74
74
 
75
75
  * @throws {RequiredError}
76
76
  */
@@ -276,7 +276,7 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
276
276
  * Deletes a follower from an organization. You can retrieve the `follower_id` from the <a href=\"https://developers.pipedrive.com/docs/api/v1/Organizations#getOrganizationFollowers\">List followers of an organization</a> endpoint.
277
277
  * @summary Delete a follower from an organization
278
278
  * @param {number} id The ID of the organization
279
- * @param {number} follower_id The ID of the follower
279
+ * @param {number} follower_id The ID of the relationship between the follower and the organization
280
280
 
281
281
  * @throws {RequiredError}
282
282
  */
@@ -672,7 +672,7 @@ export interface OrganizationsApiDeleteOrganizationFollowerRequest {
672
672
  */
673
673
  readonly id: number;
674
674
  /**
675
- * The ID of the follower
675
+ * The ID of the relationship between the follower and the organization
676
676
  * @type {number}
677
677
  * @memberof OrganizationsApiDeleteOrganizationFollower
678
678
  */
@@ -140,7 +140,7 @@ export const OrganizationsApiAxiosParamCreator = function (configuration) {
140
140
  * Deletes a follower from an organization. You can retrieve the `follower_id` from the <a href=\"https://developers.pipedrive.com/docs/api/v1/Organizations#getOrganizationFollowers\">List followers of an organization</a> endpoint.
141
141
  * @summary Delete a follower from an organization
142
142
  * @param {number} id The ID of the organization
143
- * @param {number} follower_id The ID of the follower
143
+ * @param {number} follower_id The ID of the relationship between the follower and the organization
144
144
 
145
145
  * @throws {RequiredError}
146
146
  */
@@ -925,7 +925,7 @@ export const OrganizationsApiFp = function (configuration) {
925
925
  * Deletes a follower from an organization. You can retrieve the `follower_id` from the <a href=\"https://developers.pipedrive.com/docs/api/v1/Organizations#getOrganizationFollowers\">List followers of an organization</a> endpoint.
926
926
  * @summary Delete a follower from an organization
927
927
  * @param {number} id The ID of the organization
928
- * @param {number} follower_id The ID of the follower
928
+ * @param {number} follower_id The ID of the relationship between the follower and the organization
929
929
 
930
930
  * @throws {RequiredError}
931
931
  */
@@ -83,7 +83,7 @@ export declare const PersonsApiAxiosParamCreator: (configuration?: Configuration
83
83
  * Deletes a follower from a person.
84
84
  * @summary Delete a follower from a person
85
85
  * @param {number} id The ID of the person
86
- * @param {number} follower_id The ID of the follower
86
+ * @param {number} follower_id The ID of the relationship between the follower and the person
87
87
 
88
88
  * @throws {RequiredError}
89
89
  */
@@ -311,7 +311,7 @@ export declare const PersonsApiFp: (configuration?: Configuration) => {
311
311
  * Deletes a follower from a person.
312
312
  * @summary Delete a follower from a person
313
313
  * @param {number} id The ID of the person
314
- * @param {number} follower_id The ID of the follower
314
+ * @param {number} follower_id The ID of the relationship between the follower and the person
315
315
 
316
316
  * @throws {RequiredError}
317
317
  */
@@ -775,7 +775,7 @@ export interface PersonsApiDeletePersonFollowerRequest {
775
775
  */
776
776
  readonly id: number;
777
777
  /**
778
- * The ID of the follower
778
+ * The ID of the relationship between the follower and the person
779
779
  * @type {number}
780
780
  * @memberof PersonsApiDeletePersonFollower
781
781
  */
@@ -199,7 +199,7 @@ export const PersonsApiAxiosParamCreator = function (configuration) {
199
199
  * Deletes a follower from a person.
200
200
  * @summary Delete a follower from a person
201
201
  * @param {number} id The ID of the person
202
- * @param {number} follower_id The ID of the follower
202
+ * @param {number} follower_id The ID of the relationship between the follower and the person
203
203
 
204
204
  * @throws {RequiredError}
205
205
  */
@@ -1040,7 +1040,7 @@ export const PersonsApiFp = function (configuration) {
1040
1040
  * Deletes a follower from a person.
1041
1041
  * @summary Delete a follower from a person
1042
1042
  * @param {number} id The ID of the person
1043
- * @param {number} follower_id The ID of the follower
1043
+ * @param {number} follower_id The ID of the relationship between the follower and the person
1044
1044
 
1045
1045
  * @throws {RequiredError}
1046
1046
  */
@@ -28,7 +28,7 @@ export declare const SubscriptionsApiAxiosParamCreator: (configuration?: Configu
28
28
  * Adds a new recurring subscription.
29
29
  * @summary Add a recurring subscription
30
30
  * @param {AddRecurringSubscriptionRequest} [AddRecurringSubscriptionRequest]
31
-
31
+ * @deprecated
32
32
  * @throws {RequiredError}
33
33
  */
34
34
  addRecurringSubscription: (AddRecurringSubscriptionRequest?: AddRecurringSubscriptionRequest) => Promise<RequestArgs>;
@@ -36,7 +36,7 @@ export declare const SubscriptionsApiAxiosParamCreator: (configuration?: Configu
36
36
  * Adds a new installment subscription.
37
37
  * @summary Add an installment subscription
38
38
  * @param {AddSubscriptionInstallmentRequest} [AddSubscriptionInstallmentRequest]
39
-
39
+ * @deprecated
40
40
  * @throws {RequiredError}
41
41
  */
42
42
  addSubscriptionInstallment: (AddSubscriptionInstallmentRequest?: AddSubscriptionInstallmentRequest) => Promise<RequestArgs>;
@@ -45,7 +45,7 @@ export declare const SubscriptionsApiAxiosParamCreator: (configuration?: Configu
45
45
  * @summary Cancel a recurring subscription
46
46
  * @param {number} id The ID of the subscription
47
47
  * @param {CancelRecurringSubscriptionRequest} [CancelRecurringSubscriptionRequest]
48
-
48
+ * @deprecated
49
49
  * @throws {RequiredError}
50
50
  */
51
51
  cancelRecurringSubscription: (id: number, CancelRecurringSubscriptionRequest?: CancelRecurringSubscriptionRequest) => Promise<RequestArgs>;
@@ -53,7 +53,7 @@ export declare const SubscriptionsApiAxiosParamCreator: (configuration?: Configu
53
53
  * Marks an installment or a recurring subscription as deleted.
54
54
  * @summary Delete a subscription
55
55
  * @param {number} id The ID of the subscription
56
-
56
+ * @deprecated
57
57
  * @throws {RequiredError}
58
58
  */
59
59
  deleteSubscription: (id: number) => Promise<RequestArgs>;
@@ -61,7 +61,7 @@ export declare const SubscriptionsApiAxiosParamCreator: (configuration?: Configu
61
61
  * Returns details of an installment or a recurring subscription by the deal ID.
62
62
  * @summary Find subscription by deal
63
63
  * @param {number} dealId The ID of the deal
64
-
64
+ * @deprecated
65
65
  * @throws {RequiredError}
66
66
  */
67
67
  findSubscriptionByDeal: (dealId: number) => Promise<RequestArgs>;
@@ -69,7 +69,7 @@ export declare const SubscriptionsApiAxiosParamCreator: (configuration?: Configu
69
69
  * Returns details of an installment or a recurring subscription.
70
70
  * @summary Get details of a subscription
71
71
  * @param {number} id The ID of the subscription
72
-
72
+ * @deprecated
73
73
  * @throws {RequiredError}
74
74
  */
75
75
  getSubscription: (id: number) => Promise<RequestArgs>;
@@ -77,7 +77,7 @@ export declare const SubscriptionsApiAxiosParamCreator: (configuration?: Configu
77
77
  * Returns all payments of an installment or recurring subscription.
78
78
  * @summary Get all payments of a subscription
79
79
  * @param {number} id The ID of the subscription
80
-
80
+ * @deprecated
81
81
  * @throws {RequiredError}
82
82
  */
83
83
  getSubscriptionPayments: (id: number) => Promise<RequestArgs>;
@@ -86,7 +86,7 @@ export declare const SubscriptionsApiAxiosParamCreator: (configuration?: Configu
86
86
  * @summary Update a recurring subscription
87
87
  * @param {number} id The ID of the subscription
88
88
  * @param {UpdateRecurringSubscriptionRequest} [UpdateRecurringSubscriptionRequest]
89
-
89
+ * @deprecated
90
90
  * @throws {RequiredError}
91
91
  */
92
92
  updateRecurringSubscription: (id: number, UpdateRecurringSubscriptionRequest?: UpdateRecurringSubscriptionRequest) => Promise<RequestArgs>;
@@ -95,7 +95,7 @@ export declare const SubscriptionsApiAxiosParamCreator: (configuration?: Configu
95
95
  * @summary Update an installment subscription
96
96
  * @param {number} id The ID of the subscription
97
97
  * @param {UpdateSubscriptionInstallmentRequest} [UpdateSubscriptionInstallmentRequest]
98
-
98
+ * @deprecated
99
99
  * @throws {RequiredError}
100
100
  */
101
101
  updateSubscriptionInstallment: (id: number, UpdateSubscriptionInstallmentRequest?: UpdateSubscriptionInstallmentRequest) => Promise<RequestArgs>;
@@ -109,7 +109,7 @@ export declare const SubscriptionsApiFp: (configuration?: Configuration) => {
109
109
  * Adds a new recurring subscription.
110
110
  * @summary Add a recurring subscription
111
111
  * @param {AddRecurringSubscriptionRequest} [AddRecurringSubscriptionRequest]
112
-
112
+ * @deprecated
113
113
  * @throws {RequiredError}
114
114
  */
115
115
  addRecurringSubscription(AddRecurringSubscriptionRequest?: AddRecurringSubscriptionRequest): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetSubscriptionsIdResponse>>;
@@ -117,7 +117,7 @@ export declare const SubscriptionsApiFp: (configuration?: Configuration) => {
117
117
  * Adds a new installment subscription.
118
118
  * @summary Add an installment subscription
119
119
  * @param {AddSubscriptionInstallmentRequest} [AddSubscriptionInstallmentRequest]
120
-
120
+ * @deprecated
121
121
  * @throws {RequiredError}
122
122
  */
123
123
  addSubscriptionInstallment(AddSubscriptionInstallmentRequest?: AddSubscriptionInstallmentRequest): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetSubscriptionsIdResponse>>;
@@ -126,7 +126,7 @@ export declare const SubscriptionsApiFp: (configuration?: Configuration) => {
126
126
  * @summary Cancel a recurring subscription
127
127
  * @param {number} id The ID of the subscription
128
128
  * @param {CancelRecurringSubscriptionRequest} [CancelRecurringSubscriptionRequest]
129
-
129
+ * @deprecated
130
130
  * @throws {RequiredError}
131
131
  */
132
132
  cancelRecurringSubscription(id: number, CancelRecurringSubscriptionRequest?: CancelRecurringSubscriptionRequest): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetSubscriptionsIdResponse>>;
@@ -134,7 +134,7 @@ export declare const SubscriptionsApiFp: (configuration?: Configuration) => {
134
134
  * Marks an installment or a recurring subscription as deleted.
135
135
  * @summary Delete a subscription
136
136
  * @param {number} id The ID of the subscription
137
-
137
+ * @deprecated
138
138
  * @throws {RequiredError}
139
139
  */
140
140
  deleteSubscription(id: number): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetSubscriptionsIdResponse>>;
@@ -142,7 +142,7 @@ export declare const SubscriptionsApiFp: (configuration?: Configuration) => {
142
142
  * Returns details of an installment or a recurring subscription by the deal ID.
143
143
  * @summary Find subscription by deal
144
144
  * @param {number} dealId The ID of the deal
145
-
145
+ * @deprecated
146
146
  * @throws {RequiredError}
147
147
  */
148
148
  findSubscriptionByDeal(dealId: number): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetSubscriptionsIdResponse>>;
@@ -150,7 +150,7 @@ export declare const SubscriptionsApiFp: (configuration?: Configuration) => {
150
150
  * Returns details of an installment or a recurring subscription.
151
151
  * @summary Get details of a subscription
152
152
  * @param {number} id The ID of the subscription
153
-
153
+ * @deprecated
154
154
  * @throws {RequiredError}
155
155
  */
156
156
  getSubscription(id: number): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetSubscriptionsIdResponse>>;
@@ -158,7 +158,7 @@ export declare const SubscriptionsApiFp: (configuration?: Configuration) => {
158
158
  * Returns all payments of an installment or recurring subscription.
159
159
  * @summary Get all payments of a subscription
160
160
  * @param {number} id The ID of the subscription
161
-
161
+ * @deprecated
162
162
  * @throws {RequiredError}
163
163
  */
164
164
  getSubscriptionPayments(id: number): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetPaymentsResponse>>;
@@ -167,7 +167,7 @@ export declare const SubscriptionsApiFp: (configuration?: Configuration) => {
167
167
  * @summary Update a recurring subscription
168
168
  * @param {number} id The ID of the subscription
169
169
  * @param {UpdateRecurringSubscriptionRequest} [UpdateRecurringSubscriptionRequest]
170
-
170
+ * @deprecated
171
171
  * @throws {RequiredError}
172
172
  */
173
173
  updateRecurringSubscription(id: number, UpdateRecurringSubscriptionRequest?: UpdateRecurringSubscriptionRequest): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetSubscriptionsIdResponse>>;
@@ -176,7 +176,7 @@ export declare const SubscriptionsApiFp: (configuration?: Configuration) => {
176
176
  * @summary Update an installment subscription
177
177
  * @param {number} id The ID of the subscription
178
178
  * @param {UpdateSubscriptionInstallmentRequest} [UpdateSubscriptionInstallmentRequest]
179
-
179
+ * @deprecated
180
180
  * @throws {RequiredError}
181
181
  */
182
182
  updateSubscriptionInstallment(id: number, UpdateSubscriptionInstallmentRequest?: UpdateSubscriptionInstallmentRequest): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetSubscriptionsIdResponse>>;
@@ -190,7 +190,7 @@ export declare const SubscriptionsApiFactory: (configuration?: Configuration, ba
190
190
  * Adds a new recurring subscription.
191
191
  * @summary Add a recurring subscription
192
192
  * @param {SubscriptionsApiAddRecurringSubscriptionRequest} requestParameters Request parameters.
193
-
193
+ * @deprecated
194
194
  * @throws {RequiredError}
195
195
  */
196
196
  addRecurringSubscription(requestParameters?: SubscriptionsApiAddRecurringSubscriptionRequest): Promise<GetSubscriptionsIdResponse>;
@@ -198,7 +198,7 @@ export declare const SubscriptionsApiFactory: (configuration?: Configuration, ba
198
198
  * Adds a new installment subscription.
199
199
  * @summary Add an installment subscription
200
200
  * @param {SubscriptionsApiAddSubscriptionInstallmentRequest} requestParameters Request parameters.
201
-
201
+ * @deprecated
202
202
  * @throws {RequiredError}
203
203
  */
204
204
  addSubscriptionInstallment(requestParameters?: SubscriptionsApiAddSubscriptionInstallmentRequest): Promise<GetSubscriptionsIdResponse>;
@@ -206,7 +206,7 @@ export declare const SubscriptionsApiFactory: (configuration?: Configuration, ba
206
206
  * Cancels a recurring subscription.
207
207
  * @summary Cancel a recurring subscription
208
208
  * @param {SubscriptionsApiCancelRecurringSubscriptionRequest} requestParameters Request parameters.
209
-
209
+ * @deprecated
210
210
  * @throws {RequiredError}
211
211
  */
212
212
  cancelRecurringSubscription(requestParameters: SubscriptionsApiCancelRecurringSubscriptionRequest): Promise<GetSubscriptionsIdResponse>;
@@ -214,7 +214,7 @@ export declare const SubscriptionsApiFactory: (configuration?: Configuration, ba
214
214
  * Marks an installment or a recurring subscription as deleted.
215
215
  * @summary Delete a subscription
216
216
  * @param {SubscriptionsApiDeleteSubscriptionRequest} requestParameters Request parameters.
217
-
217
+ * @deprecated
218
218
  * @throws {RequiredError}
219
219
  */
220
220
  deleteSubscription(requestParameters: SubscriptionsApiDeleteSubscriptionRequest): Promise<GetSubscriptionsIdResponse>;
@@ -222,7 +222,7 @@ export declare const SubscriptionsApiFactory: (configuration?: Configuration, ba
222
222
  * Returns details of an installment or a recurring subscription by the deal ID.
223
223
  * @summary Find subscription by deal
224
224
  * @param {SubscriptionsApiFindSubscriptionByDealRequest} requestParameters Request parameters.
225
-
225
+ * @deprecated
226
226
  * @throws {RequiredError}
227
227
  */
228
228
  findSubscriptionByDeal(requestParameters: SubscriptionsApiFindSubscriptionByDealRequest): Promise<GetSubscriptionsIdResponse>;
@@ -230,7 +230,7 @@ export declare const SubscriptionsApiFactory: (configuration?: Configuration, ba
230
230
  * Returns details of an installment or a recurring subscription.
231
231
  * @summary Get details of a subscription
232
232
  * @param {SubscriptionsApiGetSubscriptionRequest} requestParameters Request parameters.
233
-
233
+ * @deprecated
234
234
  * @throws {RequiredError}
235
235
  */
236
236
  getSubscription(requestParameters: SubscriptionsApiGetSubscriptionRequest): Promise<GetSubscriptionsIdResponse>;
@@ -238,7 +238,7 @@ export declare const SubscriptionsApiFactory: (configuration?: Configuration, ba
238
238
  * Returns all payments of an installment or recurring subscription.
239
239
  * @summary Get all payments of a subscription
240
240
  * @param {SubscriptionsApiGetSubscriptionPaymentsRequest} requestParameters Request parameters.
241
-
241
+ * @deprecated
242
242
  * @throws {RequiredError}
243
243
  */
244
244
  getSubscriptionPayments(requestParameters: SubscriptionsApiGetSubscriptionPaymentsRequest): Promise<GetPaymentsResponse>;
@@ -246,7 +246,7 @@ export declare const SubscriptionsApiFactory: (configuration?: Configuration, ba
246
246
  * Updates a recurring subscription.
247
247
  * @summary Update a recurring subscription
248
248
  * @param {SubscriptionsApiUpdateRecurringSubscriptionRequest} requestParameters Request parameters.
249
-
249
+ * @deprecated
250
250
  * @throws {RequiredError}
251
251
  */
252
252
  updateRecurringSubscription(requestParameters: SubscriptionsApiUpdateRecurringSubscriptionRequest): Promise<GetSubscriptionsIdResponse>;
@@ -254,7 +254,7 @@ export declare const SubscriptionsApiFactory: (configuration?: Configuration, ba
254
254
  * Updates an installment subscription.
255
255
  * @summary Update an installment subscription
256
256
  * @param {SubscriptionsApiUpdateSubscriptionInstallmentRequest} requestParameters Request parameters.
257
-
257
+ * @deprecated
258
258
  * @throws {RequiredError}
259
259
  */
260
260
  updateSubscriptionInstallment(requestParameters: SubscriptionsApiUpdateSubscriptionInstallmentRequest): Promise<GetSubscriptionsIdResponse>;
@@ -405,7 +405,7 @@ export declare class SubscriptionsApi extends BaseAPI {
405
405
  * Adds a new recurring subscription.
406
406
  * @summary Add a recurring subscription
407
407
  * @param {SubscriptionsApiAddRecurringSubscriptionRequest} requestParameters Request parameters.
408
-
408
+ * @deprecated
409
409
  * @throws {RequiredError}
410
410
  * @memberof SubscriptionsApi
411
411
  */
@@ -414,7 +414,7 @@ export declare class SubscriptionsApi extends BaseAPI {
414
414
  * Adds a new installment subscription.
415
415
  * @summary Add an installment subscription
416
416
  * @param {SubscriptionsApiAddSubscriptionInstallmentRequest} requestParameters Request parameters.
417
-
417
+ * @deprecated
418
418
  * @throws {RequiredError}
419
419
  * @memberof SubscriptionsApi
420
420
  */
@@ -423,7 +423,7 @@ export declare class SubscriptionsApi extends BaseAPI {
423
423
  * Cancels a recurring subscription.
424
424
  * @summary Cancel a recurring subscription
425
425
  * @param {SubscriptionsApiCancelRecurringSubscriptionRequest} requestParameters Request parameters.
426
-
426
+ * @deprecated
427
427
  * @throws {RequiredError}
428
428
  * @memberof SubscriptionsApi
429
429
  */
@@ -432,7 +432,7 @@ export declare class SubscriptionsApi extends BaseAPI {
432
432
  * Marks an installment or a recurring subscription as deleted.
433
433
  * @summary Delete a subscription
434
434
  * @param {SubscriptionsApiDeleteSubscriptionRequest} requestParameters Request parameters.
435
-
435
+ * @deprecated
436
436
  * @throws {RequiredError}
437
437
  * @memberof SubscriptionsApi
438
438
  */
@@ -441,7 +441,7 @@ export declare class SubscriptionsApi extends BaseAPI {
441
441
  * Returns details of an installment or a recurring subscription by the deal ID.
442
442
  * @summary Find subscription by deal
443
443
  * @param {SubscriptionsApiFindSubscriptionByDealRequest} requestParameters Request parameters.
444
-
444
+ * @deprecated
445
445
  * @throws {RequiredError}
446
446
  * @memberof SubscriptionsApi
447
447
  */
@@ -450,7 +450,7 @@ export declare class SubscriptionsApi extends BaseAPI {
450
450
  * Returns details of an installment or a recurring subscription.
451
451
  * @summary Get details of a subscription
452
452
  * @param {SubscriptionsApiGetSubscriptionRequest} requestParameters Request parameters.
453
-
453
+ * @deprecated
454
454
  * @throws {RequiredError}
455
455
  * @memberof SubscriptionsApi
456
456
  */
@@ -459,7 +459,7 @@ export declare class SubscriptionsApi extends BaseAPI {
459
459
  * Returns all payments of an installment or recurring subscription.
460
460
  * @summary Get all payments of a subscription
461
461
  * @param {SubscriptionsApiGetSubscriptionPaymentsRequest} requestParameters Request parameters.
462
-
462
+ * @deprecated
463
463
  * @throws {RequiredError}
464
464
  * @memberof SubscriptionsApi
465
465
  */
@@ -468,7 +468,7 @@ export declare class SubscriptionsApi extends BaseAPI {
468
468
  * Updates a recurring subscription.
469
469
  * @summary Update a recurring subscription
470
470
  * @param {SubscriptionsApiUpdateRecurringSubscriptionRequest} requestParameters Request parameters.
471
-
471
+ * @deprecated
472
472
  * @throws {RequiredError}
473
473
  * @memberof SubscriptionsApi
474
474
  */
@@ -477,7 +477,7 @@ export declare class SubscriptionsApi extends BaseAPI {
477
477
  * Updates an installment subscription.
478
478
  * @summary Update an installment subscription
479
479
  * @param {SubscriptionsApiUpdateSubscriptionInstallmentRequest} requestParameters Request parameters.
480
-
480
+ * @deprecated
481
481
  * @throws {RequiredError}
482
482
  * @memberof SubscriptionsApi
483
483
  */