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.
- package/dist/esm/versions/v1/api/deals-api.d.ts +3 -3
- package/dist/esm/versions/v1/api/deals-api.js +2 -2
- package/dist/esm/versions/v1/api/organizations-api.d.ts +3 -3
- package/dist/esm/versions/v1/api/organizations-api.js +2 -2
- package/dist/esm/versions/v1/api/persons-api.d.ts +3 -3
- package/dist/esm/versions/v1/api/persons-api.js +2 -2
- package/dist/esm/versions/v1/api/subscriptions-api.d.ts +36 -36
- package/dist/esm/versions/v1/api/subscriptions-api.js +36 -36
- package/dist/esm/versions/v1/api/webhooks-api.d.ts +4 -4
- package/dist/esm/versions/v1/api/webhooks-api.js +4 -4
- package/dist/esm/versions/v1/models/add-webhook-request.d.ts +5 -6
- package/dist/esm/versions/v1/models/add-webhook-request.js +4 -5
- package/dist/esm/versions/v1/models/user-access.d.ts +3 -2
- package/dist/esm/versions/v1/models/user-access.js +4 -3
- package/dist/esm/versions/v1/models/user-access1.d.ts +3 -2
- package/dist/esm/versions/v1/models/user-access1.js +4 -3
- package/dist/esm/versions/v2/api/beta-api.d.ts +82 -2632
- package/dist/esm/versions/v2/api/beta-api.js +139 -3090
- package/dist/esm/versions/v2/api/deals-api.d.ts +237 -0
- package/dist/esm/versions/v2/api/deals-api.js +301 -0
- package/dist/esm/versions/v2/api/organizations-api.d.ts +237 -0
- package/dist/esm/versions/v2/api/organizations-api.js +301 -0
- package/dist/esm/versions/v2/api/persons-api.d.ts +237 -0
- package/dist/esm/versions/v2/api/persons-api.js +301 -0
- package/dist/esm/versions/v2/api/products-api.d.ts +237 -0
- package/dist/esm/versions/v2/api/products-api.js +301 -0
- package/dist/esm/versions/v2/api/users-api.d.ts +103 -0
- package/dist/esm/versions/v2/api/users-api.js +140 -0
- package/dist/esm/versions/v2/api.d.ts +1 -0
- package/dist/esm/versions/v2/api.js +1 -0
- package/dist/esm/versions/v2/models/add-deal-follower-request.d.ts +23 -0
- package/dist/esm/versions/v2/models/add-deal-follower-request.js +14 -0
- package/dist/esm/versions/v2/models/add-follower-response-all-of.d.ts +24 -0
- package/dist/esm/versions/v2/models/add-follower-response-all-of.js +14 -0
- package/dist/esm/versions/v2/models/add-follower-response.d.ts +18 -0
- package/dist/esm/versions/v2/models/add-follower-response.js +14 -0
- package/dist/esm/versions/v2/models/delete-follower-response-data.d.ts +23 -0
- package/dist/esm/versions/v2/models/delete-follower-response-data.js +14 -0
- package/dist/esm/versions/v2/models/delete-follower-response.d.ts +29 -0
- package/dist/esm/versions/v2/models/delete-follower-response.js +14 -0
- package/dist/esm/versions/v2/models/follower-changelog-item.d.ts +38 -0
- package/dist/esm/versions/v2/models/follower-changelog-item.js +14 -0
- package/dist/esm/versions/v2/models/follower-item.d.ts +28 -0
- package/dist/esm/versions/v2/models/follower-item.js +14 -0
- package/dist/esm/versions/v2/models/follower-item1.d.ts +28 -0
- package/dist/esm/versions/v2/models/follower-item1.js +14 -0
- package/dist/esm/versions/v2/models/get-follower-changelogs-response-all-of.d.ts +30 -0
- package/dist/esm/versions/v2/models/get-follower-changelogs-response-all-of.js +14 -0
- package/dist/esm/versions/v2/models/get-follower-changelogs-response.d.ts +18 -0
- package/dist/esm/versions/v2/models/get-follower-changelogs-response.js +14 -0
- package/dist/esm/versions/v2/models/get-followers-response-all-of.d.ts +30 -0
- package/dist/esm/versions/v2/models/get-followers-response-all-of.js +14 -0
- package/dist/esm/versions/v2/models/get-followers-response.d.ts +18 -0
- package/dist/esm/versions/v2/models/get-followers-response.js +14 -0
- package/dist/esm/versions/v2/models/index.d.ts +12 -0
- package/dist/esm/versions/v2/models/index.js +12 -0
- package/dist/versions/v1/api/deals-api.d.ts +3 -3
- package/dist/versions/v1/api/deals-api.js +2 -2
- package/dist/versions/v1/api/organizations-api.d.ts +3 -3
- package/dist/versions/v1/api/organizations-api.js +2 -2
- package/dist/versions/v1/api/persons-api.d.ts +3 -3
- package/dist/versions/v1/api/persons-api.js +2 -2
- package/dist/versions/v1/api/subscriptions-api.d.ts +36 -36
- package/dist/versions/v1/api/subscriptions-api.js +36 -36
- package/dist/versions/v1/api/webhooks-api.d.ts +4 -4
- package/dist/versions/v1/api/webhooks-api.js +4 -4
- package/dist/versions/v1/models/add-webhook-request.d.ts +5 -6
- package/dist/versions/v1/models/add-webhook-request.js +4 -5
- package/dist/versions/v1/models/user-access.d.ts +3 -2
- package/dist/versions/v1/models/user-access.js +4 -3
- package/dist/versions/v1/models/user-access1.d.ts +3 -2
- package/dist/versions/v1/models/user-access1.js +4 -3
- package/dist/versions/v2/api/beta-api.d.ts +82 -2632
- package/dist/versions/v2/api/beta-api.js +141 -3092
- package/dist/versions/v2/api/deals-api.d.ts +237 -0
- package/dist/versions/v2/api/deals-api.js +301 -0
- package/dist/versions/v2/api/organizations-api.d.ts +237 -0
- package/dist/versions/v2/api/organizations-api.js +301 -0
- package/dist/versions/v2/api/persons-api.d.ts +237 -0
- package/dist/versions/v2/api/persons-api.js +301 -0
- package/dist/versions/v2/api/products-api.d.ts +237 -0
- package/dist/versions/v2/api/products-api.js +301 -0
- package/dist/versions/v2/api/users-api.d.ts +103 -0
- package/dist/versions/v2/api/users-api.js +150 -0
- package/dist/versions/v2/api.d.ts +1 -0
- package/dist/versions/v2/api.js +1 -0
- package/dist/versions/v2/models/add-deal-follower-request.d.ts +23 -0
- package/dist/versions/v2/models/add-deal-follower-request.js +15 -0
- package/dist/versions/v2/models/add-follower-response-all-of.d.ts +24 -0
- package/dist/versions/v2/models/add-follower-response-all-of.js +15 -0
- package/dist/versions/v2/models/add-follower-response.d.ts +18 -0
- package/dist/versions/v2/models/add-follower-response.js +15 -0
- package/dist/versions/v2/models/delete-follower-response-data.d.ts +23 -0
- package/dist/versions/v2/models/delete-follower-response-data.js +15 -0
- package/dist/versions/v2/models/delete-follower-response.d.ts +29 -0
- package/dist/versions/v2/models/delete-follower-response.js +15 -0
- package/dist/versions/v2/models/follower-changelog-item.d.ts +38 -0
- package/dist/versions/v2/models/follower-changelog-item.js +15 -0
- package/dist/versions/v2/models/follower-item.d.ts +28 -0
- package/dist/versions/v2/models/follower-item.js +15 -0
- package/dist/versions/v2/models/follower-item1.d.ts +28 -0
- package/dist/versions/v2/models/follower-item1.js +15 -0
- package/dist/versions/v2/models/get-follower-changelogs-response-all-of.d.ts +30 -0
- package/dist/versions/v2/models/get-follower-changelogs-response-all-of.js +15 -0
- package/dist/versions/v2/models/get-follower-changelogs-response.d.ts +18 -0
- package/dist/versions/v2/models/get-follower-changelogs-response.js +15 -0
- package/dist/versions/v2/models/get-followers-response-all-of.d.ts +30 -0
- package/dist/versions/v2/models/get-followers-response-all-of.js +15 -0
- package/dist/versions/v2/models/get-followers-response.d.ts +18 -0
- package/dist/versions/v2/models/get-followers-response.js +15 -0
- package/dist/versions/v2/models/index.d.ts +12 -0
- package/dist/versions/v2/models/index.js +12 -0
- 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
|
*/
|