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
@@ -36,7 +36,7 @@ export const SubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
36
36
|
* Adds a new recurring subscription.
|
37
37
|
* @summary Add a recurring subscription
|
38
38
|
* @param {AddRecurringSubscriptionRequest} [AddRecurringSubscriptionRequest]
|
39
|
-
|
39
|
+
* @deprecated
|
40
40
|
* @throws {RequiredError}
|
41
41
|
*/
|
42
42
|
addRecurringSubscription: (AddRecurringSubscriptionRequest) => __awaiter(this, void 0, void 0, function* () {
|
@@ -69,7 +69,7 @@ export const SubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
69
69
|
* Adds a new installment subscription.
|
70
70
|
* @summary Add an installment subscription
|
71
71
|
* @param {AddSubscriptionInstallmentRequest} [AddSubscriptionInstallmentRequest]
|
72
|
-
|
72
|
+
* @deprecated
|
73
73
|
* @throws {RequiredError}
|
74
74
|
*/
|
75
75
|
addSubscriptionInstallment: (AddSubscriptionInstallmentRequest) => __awaiter(this, void 0, void 0, function* () {
|
@@ -103,7 +103,7 @@ export const SubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
103
103
|
* @summary Cancel a recurring subscription
|
104
104
|
* @param {number} id The ID of the subscription
|
105
105
|
* @param {CancelRecurringSubscriptionRequest} [CancelRecurringSubscriptionRequest]
|
106
|
-
|
106
|
+
* @deprecated
|
107
107
|
* @throws {RequiredError}
|
108
108
|
*/
|
109
109
|
cancelRecurringSubscription: (id, CancelRecurringSubscriptionRequest) => __awaiter(this, void 0, void 0, function* () {
|
@@ -139,7 +139,7 @@ export const SubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
139
139
|
* Marks an installment or a recurring subscription as deleted.
|
140
140
|
* @summary Delete a subscription
|
141
141
|
* @param {number} id The ID of the subscription
|
142
|
-
|
142
|
+
* @deprecated
|
143
143
|
* @throws {RequiredError}
|
144
144
|
*/
|
145
145
|
deleteSubscription: (id) => __awaiter(this, void 0, void 0, function* () {
|
@@ -173,7 +173,7 @@ export const SubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
173
173
|
* Returns details of an installment or a recurring subscription by the deal ID.
|
174
174
|
* @summary Find subscription by deal
|
175
175
|
* @param {number} dealId The ID of the deal
|
176
|
-
|
176
|
+
* @deprecated
|
177
177
|
* @throws {RequiredError}
|
178
178
|
*/
|
179
179
|
findSubscriptionByDeal: (dealId) => __awaiter(this, void 0, void 0, function* () {
|
@@ -207,7 +207,7 @@ export const SubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
207
207
|
* Returns details of an installment or a recurring subscription.
|
208
208
|
* @summary Get details of a subscription
|
209
209
|
* @param {number} id The ID of the subscription
|
210
|
-
|
210
|
+
* @deprecated
|
211
211
|
* @throws {RequiredError}
|
212
212
|
*/
|
213
213
|
getSubscription: (id) => __awaiter(this, void 0, void 0, function* () {
|
@@ -241,7 +241,7 @@ export const SubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
241
241
|
* Returns all payments of an installment or recurring subscription.
|
242
242
|
* @summary Get all payments of a subscription
|
243
243
|
* @param {number} id The ID of the subscription
|
244
|
-
|
244
|
+
* @deprecated
|
245
245
|
* @throws {RequiredError}
|
246
246
|
*/
|
247
247
|
getSubscriptionPayments: (id) => __awaiter(this, void 0, void 0, function* () {
|
@@ -276,7 +276,7 @@ export const SubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
276
276
|
* @summary Update a recurring subscription
|
277
277
|
* @param {number} id The ID of the subscription
|
278
278
|
* @param {UpdateRecurringSubscriptionRequest} [UpdateRecurringSubscriptionRequest]
|
279
|
-
|
279
|
+
* @deprecated
|
280
280
|
* @throws {RequiredError}
|
281
281
|
*/
|
282
282
|
updateRecurringSubscription: (id, UpdateRecurringSubscriptionRequest) => __awaiter(this, void 0, void 0, function* () {
|
@@ -313,7 +313,7 @@ export const SubscriptionsApiAxiosParamCreator = function (configuration) {
|
|
313
313
|
* @summary Update an installment subscription
|
314
314
|
* @param {number} id The ID of the subscription
|
315
315
|
* @param {UpdateSubscriptionInstallmentRequest} [UpdateSubscriptionInstallmentRequest]
|
316
|
-
|
316
|
+
* @deprecated
|
317
317
|
* @throws {RequiredError}
|
318
318
|
*/
|
319
319
|
updateSubscriptionInstallment: (id, UpdateSubscriptionInstallmentRequest) => __awaiter(this, void 0, void 0, function* () {
|
@@ -358,7 +358,7 @@ export const SubscriptionsApiFp = function (configuration) {
|
|
358
358
|
* Adds a new recurring subscription.
|
359
359
|
* @summary Add a recurring subscription
|
360
360
|
* @param {AddRecurringSubscriptionRequest} [AddRecurringSubscriptionRequest]
|
361
|
-
|
361
|
+
* @deprecated
|
362
362
|
* @throws {RequiredError}
|
363
363
|
*/
|
364
364
|
addRecurringSubscription(AddRecurringSubscriptionRequest) {
|
@@ -371,7 +371,7 @@ export const SubscriptionsApiFp = function (configuration) {
|
|
371
371
|
* Adds a new installment subscription.
|
372
372
|
* @summary Add an installment subscription
|
373
373
|
* @param {AddSubscriptionInstallmentRequest} [AddSubscriptionInstallmentRequest]
|
374
|
-
|
374
|
+
* @deprecated
|
375
375
|
* @throws {RequiredError}
|
376
376
|
*/
|
377
377
|
addSubscriptionInstallment(AddSubscriptionInstallmentRequest) {
|
@@ -385,7 +385,7 @@ export const SubscriptionsApiFp = function (configuration) {
|
|
385
385
|
* @summary Cancel a recurring subscription
|
386
386
|
* @param {number} id The ID of the subscription
|
387
387
|
* @param {CancelRecurringSubscriptionRequest} [CancelRecurringSubscriptionRequest]
|
388
|
-
|
388
|
+
* @deprecated
|
389
389
|
* @throws {RequiredError}
|
390
390
|
*/
|
391
391
|
cancelRecurringSubscription(id, CancelRecurringSubscriptionRequest) {
|
@@ -398,7 +398,7 @@ export const SubscriptionsApiFp = function (configuration) {
|
|
398
398
|
* Marks an installment or a recurring subscription as deleted.
|
399
399
|
* @summary Delete a subscription
|
400
400
|
* @param {number} id The ID of the subscription
|
401
|
-
|
401
|
+
* @deprecated
|
402
402
|
* @throws {RequiredError}
|
403
403
|
*/
|
404
404
|
deleteSubscription(id) {
|
@@ -411,7 +411,7 @@ export const SubscriptionsApiFp = function (configuration) {
|
|
411
411
|
* Returns details of an installment or a recurring subscription by the deal ID.
|
412
412
|
* @summary Find subscription by deal
|
413
413
|
* @param {number} dealId The ID of the deal
|
414
|
-
|
414
|
+
* @deprecated
|
415
415
|
* @throws {RequiredError}
|
416
416
|
*/
|
417
417
|
findSubscriptionByDeal(dealId) {
|
@@ -424,7 +424,7 @@ export const SubscriptionsApiFp = function (configuration) {
|
|
424
424
|
* Returns details of an installment or a recurring subscription.
|
425
425
|
* @summary Get details of a subscription
|
426
426
|
* @param {number} id The ID of the subscription
|
427
|
-
|
427
|
+
* @deprecated
|
428
428
|
* @throws {RequiredError}
|
429
429
|
*/
|
430
430
|
getSubscription(id) {
|
@@ -437,7 +437,7 @@ export const SubscriptionsApiFp = function (configuration) {
|
|
437
437
|
* Returns all payments of an installment or recurring subscription.
|
438
438
|
* @summary Get all payments of a subscription
|
439
439
|
* @param {number} id The ID of the subscription
|
440
|
-
|
440
|
+
* @deprecated
|
441
441
|
* @throws {RequiredError}
|
442
442
|
*/
|
443
443
|
getSubscriptionPayments(id) {
|
@@ -451,7 +451,7 @@ export const SubscriptionsApiFp = function (configuration) {
|
|
451
451
|
* @summary Update a recurring subscription
|
452
452
|
* @param {number} id The ID of the subscription
|
453
453
|
* @param {UpdateRecurringSubscriptionRequest} [UpdateRecurringSubscriptionRequest]
|
454
|
-
|
454
|
+
* @deprecated
|
455
455
|
* @throws {RequiredError}
|
456
456
|
*/
|
457
457
|
updateRecurringSubscription(id, UpdateRecurringSubscriptionRequest) {
|
@@ -465,7 +465,7 @@ export const SubscriptionsApiFp = function (configuration) {
|
|
465
465
|
* @summary Update an installment subscription
|
466
466
|
* @param {number} id The ID of the subscription
|
467
467
|
* @param {UpdateSubscriptionInstallmentRequest} [UpdateSubscriptionInstallmentRequest]
|
468
|
-
|
468
|
+
* @deprecated
|
469
469
|
* @throws {RequiredError}
|
470
470
|
*/
|
471
471
|
updateSubscriptionInstallment(id, UpdateSubscriptionInstallmentRequest) {
|
@@ -487,7 +487,7 @@ export const SubscriptionsApiFactory = function (configuration, basePath, axios)
|
|
487
487
|
* Adds a new recurring subscription.
|
488
488
|
* @summary Add a recurring subscription
|
489
489
|
* @param {SubscriptionsApiAddRecurringSubscriptionRequest} requestParameters Request parameters.
|
490
|
-
|
490
|
+
* @deprecated
|
491
491
|
* @throws {RequiredError}
|
492
492
|
*/
|
493
493
|
addRecurringSubscription(requestParameters = {}) {
|
@@ -497,7 +497,7 @@ export const SubscriptionsApiFactory = function (configuration, basePath, axios)
|
|
497
497
|
* Adds a new installment subscription.
|
498
498
|
* @summary Add an installment subscription
|
499
499
|
* @param {SubscriptionsApiAddSubscriptionInstallmentRequest} requestParameters Request parameters.
|
500
|
-
|
500
|
+
* @deprecated
|
501
501
|
* @throws {RequiredError}
|
502
502
|
*/
|
503
503
|
addSubscriptionInstallment(requestParameters = {}) {
|
@@ -507,7 +507,7 @@ export const SubscriptionsApiFactory = function (configuration, basePath, axios)
|
|
507
507
|
* Cancels a recurring subscription.
|
508
508
|
* @summary Cancel a recurring subscription
|
509
509
|
* @param {SubscriptionsApiCancelRecurringSubscriptionRequest} requestParameters Request parameters.
|
510
|
-
|
510
|
+
* @deprecated
|
511
511
|
* @throws {RequiredError}
|
512
512
|
*/
|
513
513
|
cancelRecurringSubscription(requestParameters) {
|
@@ -517,7 +517,7 @@ export const SubscriptionsApiFactory = function (configuration, basePath, axios)
|
|
517
517
|
* Marks an installment or a recurring subscription as deleted.
|
518
518
|
* @summary Delete a subscription
|
519
519
|
* @param {SubscriptionsApiDeleteSubscriptionRequest} requestParameters Request parameters.
|
520
|
-
|
520
|
+
* @deprecated
|
521
521
|
* @throws {RequiredError}
|
522
522
|
*/
|
523
523
|
deleteSubscription(requestParameters) {
|
@@ -527,7 +527,7 @@ export const SubscriptionsApiFactory = function (configuration, basePath, axios)
|
|
527
527
|
* Returns details of an installment or a recurring subscription by the deal ID.
|
528
528
|
* @summary Find subscription by deal
|
529
529
|
* @param {SubscriptionsApiFindSubscriptionByDealRequest} requestParameters Request parameters.
|
530
|
-
|
530
|
+
* @deprecated
|
531
531
|
* @throws {RequiredError}
|
532
532
|
*/
|
533
533
|
findSubscriptionByDeal(requestParameters) {
|
@@ -537,7 +537,7 @@ export const SubscriptionsApiFactory = function (configuration, basePath, axios)
|
|
537
537
|
* Returns details of an installment or a recurring subscription.
|
538
538
|
* @summary Get details of a subscription
|
539
539
|
* @param {SubscriptionsApiGetSubscriptionRequest} requestParameters Request parameters.
|
540
|
-
|
540
|
+
* @deprecated
|
541
541
|
* @throws {RequiredError}
|
542
542
|
*/
|
543
543
|
getSubscription(requestParameters) {
|
@@ -547,7 +547,7 @@ export const SubscriptionsApiFactory = function (configuration, basePath, axios)
|
|
547
547
|
* Returns all payments of an installment or recurring subscription.
|
548
548
|
* @summary Get all payments of a subscription
|
549
549
|
* @param {SubscriptionsApiGetSubscriptionPaymentsRequest} requestParameters Request parameters.
|
550
|
-
|
550
|
+
* @deprecated
|
551
551
|
* @throws {RequiredError}
|
552
552
|
*/
|
553
553
|
getSubscriptionPayments(requestParameters) {
|
@@ -557,7 +557,7 @@ export const SubscriptionsApiFactory = function (configuration, basePath, axios)
|
|
557
557
|
* Updates a recurring subscription.
|
558
558
|
* @summary Update a recurring subscription
|
559
559
|
* @param {SubscriptionsApiUpdateRecurringSubscriptionRequest} requestParameters Request parameters.
|
560
|
-
|
560
|
+
* @deprecated
|
561
561
|
* @throws {RequiredError}
|
562
562
|
*/
|
563
563
|
updateRecurringSubscription(requestParameters) {
|
@@ -567,7 +567,7 @@ export const SubscriptionsApiFactory = function (configuration, basePath, axios)
|
|
567
567
|
* Updates an installment subscription.
|
568
568
|
* @summary Update an installment subscription
|
569
569
|
* @param {SubscriptionsApiUpdateSubscriptionInstallmentRequest} requestParameters Request parameters.
|
570
|
-
|
570
|
+
* @deprecated
|
571
571
|
* @throws {RequiredError}
|
572
572
|
*/
|
573
573
|
updateSubscriptionInstallment(requestParameters) {
|
@@ -586,7 +586,7 @@ export class SubscriptionsApi extends BaseAPI {
|
|
586
586
|
* Adds a new recurring subscription.
|
587
587
|
* @summary Add a recurring subscription
|
588
588
|
* @param {SubscriptionsApiAddRecurringSubscriptionRequest} requestParameters Request parameters.
|
589
|
-
|
589
|
+
* @deprecated
|
590
590
|
* @throws {RequiredError}
|
591
591
|
* @memberof SubscriptionsApi
|
592
592
|
*/
|
@@ -597,7 +597,7 @@ export class SubscriptionsApi extends BaseAPI {
|
|
597
597
|
* Adds a new installment subscription.
|
598
598
|
* @summary Add an installment subscription
|
599
599
|
* @param {SubscriptionsApiAddSubscriptionInstallmentRequest} requestParameters Request parameters.
|
600
|
-
|
600
|
+
* @deprecated
|
601
601
|
* @throws {RequiredError}
|
602
602
|
* @memberof SubscriptionsApi
|
603
603
|
*/
|
@@ -608,7 +608,7 @@ export class SubscriptionsApi extends BaseAPI {
|
|
608
608
|
* Cancels a recurring subscription.
|
609
609
|
* @summary Cancel a recurring subscription
|
610
610
|
* @param {SubscriptionsApiCancelRecurringSubscriptionRequest} requestParameters Request parameters.
|
611
|
-
|
611
|
+
* @deprecated
|
612
612
|
* @throws {RequiredError}
|
613
613
|
* @memberof SubscriptionsApi
|
614
614
|
*/
|
@@ -619,7 +619,7 @@ export class SubscriptionsApi extends BaseAPI {
|
|
619
619
|
* Marks an installment or a recurring subscription as deleted.
|
620
620
|
* @summary Delete a subscription
|
621
621
|
* @param {SubscriptionsApiDeleteSubscriptionRequest} requestParameters Request parameters.
|
622
|
-
|
622
|
+
* @deprecated
|
623
623
|
* @throws {RequiredError}
|
624
624
|
* @memberof SubscriptionsApi
|
625
625
|
*/
|
@@ -630,7 +630,7 @@ export class SubscriptionsApi extends BaseAPI {
|
|
630
630
|
* Returns details of an installment or a recurring subscription by the deal ID.
|
631
631
|
* @summary Find subscription by deal
|
632
632
|
* @param {SubscriptionsApiFindSubscriptionByDealRequest} requestParameters Request parameters.
|
633
|
-
|
633
|
+
* @deprecated
|
634
634
|
* @throws {RequiredError}
|
635
635
|
* @memberof SubscriptionsApi
|
636
636
|
*/
|
@@ -641,7 +641,7 @@ export class SubscriptionsApi extends BaseAPI {
|
|
641
641
|
* Returns details of an installment or a recurring subscription.
|
642
642
|
* @summary Get details of a subscription
|
643
643
|
* @param {SubscriptionsApiGetSubscriptionRequest} requestParameters Request parameters.
|
644
|
-
|
644
|
+
* @deprecated
|
645
645
|
* @throws {RequiredError}
|
646
646
|
* @memberof SubscriptionsApi
|
647
647
|
*/
|
@@ -652,7 +652,7 @@ export class SubscriptionsApi extends BaseAPI {
|
|
652
652
|
* Returns all payments of an installment or recurring subscription.
|
653
653
|
* @summary Get all payments of a subscription
|
654
654
|
* @param {SubscriptionsApiGetSubscriptionPaymentsRequest} requestParameters Request parameters.
|
655
|
-
|
655
|
+
* @deprecated
|
656
656
|
* @throws {RequiredError}
|
657
657
|
* @memberof SubscriptionsApi
|
658
658
|
*/
|
@@ -663,7 +663,7 @@ export class SubscriptionsApi extends BaseAPI {
|
|
663
663
|
* Updates a recurring subscription.
|
664
664
|
* @summary Update a recurring subscription
|
665
665
|
* @param {SubscriptionsApiUpdateRecurringSubscriptionRequest} requestParameters Request parameters.
|
666
|
-
|
666
|
+
* @deprecated
|
667
667
|
* @throws {RequiredError}
|
668
668
|
* @memberof SubscriptionsApi
|
669
669
|
*/
|
@@ -674,7 +674,7 @@ export class SubscriptionsApi extends BaseAPI {
|
|
674
674
|
* Updates an installment subscription.
|
675
675
|
* @summary Update an installment subscription
|
676
676
|
* @param {SubscriptionsApiUpdateSubscriptionInstallmentRequest} requestParameters Request parameters.
|
677
|
-
|
677
|
+
* @deprecated
|
678
678
|
* @throws {RequiredError}
|
679
679
|
* @memberof SubscriptionsApi
|
680
680
|
*/
|
@@ -22,7 +22,7 @@ import { GetWebhooksResponse } from '../models';
|
|
22
22
|
*/
|
23
23
|
export declare const WebhooksApiAxiosParamCreator: (configuration?: Configuration) => {
|
24
24
|
/**
|
25
|
-
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `
|
25
|
+
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `create.deal` for any newly added deals, `delete.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks-v2?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
|
26
26
|
* @summary Create a new Webhook
|
27
27
|
* @param {AddWebhookRequest} [AddWebhookRequest]
|
28
28
|
|
@@ -51,7 +51,7 @@ export declare const WebhooksApiAxiosParamCreator: (configuration?: Configuratio
|
|
51
51
|
*/
|
52
52
|
export declare const WebhooksApiFp: (configuration?: Configuration) => {
|
53
53
|
/**
|
54
|
-
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `
|
54
|
+
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `create.deal` for any newly added deals, `delete.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks-v2?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
|
55
55
|
* @summary Create a new Webhook
|
56
56
|
* @param {AddWebhookRequest} [AddWebhookRequest]
|
57
57
|
|
@@ -80,7 +80,7 @@ export declare const WebhooksApiFp: (configuration?: Configuration) => {
|
|
80
80
|
*/
|
81
81
|
export declare const WebhooksApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
82
82
|
/**
|
83
|
-
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `
|
83
|
+
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `create.deal` for any newly added deals, `delete.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks-v2?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
|
84
84
|
* @summary Create a new Webhook
|
85
85
|
* @param {WebhooksApiAddWebhookRequest} requestParameters Request parameters.
|
86
86
|
|
@@ -137,7 +137,7 @@ export interface WebhooksApiDeleteWebhookRequest {
|
|
137
137
|
*/
|
138
138
|
export declare class WebhooksApi extends BaseAPI {
|
139
139
|
/**
|
140
|
-
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `
|
140
|
+
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `create.deal` for any newly added deals, `delete.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks-v2?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
|
141
141
|
* @summary Create a new Webhook
|
142
142
|
* @param {WebhooksApiAddWebhookRequest} requestParameters Request parameters.
|
143
143
|
|
@@ -33,7 +33,7 @@ import { BASE_PATH, BaseAPI } from '../base';
|
|
33
33
|
export const WebhooksApiAxiosParamCreator = function (configuration) {
|
34
34
|
return {
|
35
35
|
/**
|
36
|
-
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `
|
36
|
+
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `create.deal` for any newly added deals, `delete.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks-v2?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
|
37
37
|
* @summary Create a new Webhook
|
38
38
|
* @param {AddWebhookRequest} [AddWebhookRequest]
|
39
39
|
|
@@ -139,7 +139,7 @@ export const WebhooksApiFp = function (configuration) {
|
|
139
139
|
const localVarAxiosParamCreator = WebhooksApiAxiosParamCreator(configuration);
|
140
140
|
return {
|
141
141
|
/**
|
142
|
-
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `
|
142
|
+
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `create.deal` for any newly added deals, `delete.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks-v2?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
|
143
143
|
* @summary Create a new Webhook
|
144
144
|
* @param {AddWebhookRequest} [AddWebhookRequest]
|
145
145
|
|
@@ -186,7 +186,7 @@ export const WebhooksApiFactory = function (configuration, basePath, axios) {
|
|
186
186
|
const localVarFp = WebhooksApiFp(configuration);
|
187
187
|
return {
|
188
188
|
/**
|
189
|
-
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `
|
189
|
+
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `create.deal` for any newly added deals, `delete.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks-v2?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
|
190
190
|
* @summary Create a new Webhook
|
191
191
|
* @param {WebhooksApiAddWebhookRequest} requestParameters Request parameters.
|
192
192
|
|
@@ -224,7 +224,7 @@ export const WebhooksApiFactory = function (configuration, basePath, axios) {
|
|
224
224
|
*/
|
225
225
|
export class WebhooksApi extends BaseAPI {
|
226
226
|
/**
|
227
|
-
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `
|
227
|
+
* Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `create.deal` for any newly added deals, `delete.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks-v2?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
|
228
228
|
* @summary Create a new Webhook
|
229
229
|
* @param {WebhooksApiAddWebhookRequest} requestParameters Request parameters.
|
230
230
|
|
@@ -46,23 +46,22 @@ export interface AddWebhookRequest {
|
|
46
46
|
*/
|
47
47
|
'http_auth_password'?: string;
|
48
48
|
/**
|
49
|
-
* The webhook\'s version. NB! Webhooks v2
|
49
|
+
* The webhook\'s version. NB! Webhooks v2 is the default from March 17th, 2025. See <a href=\"https://developers.pipedrive.com/changelog/post/breaking-change-webhooks-v2-will-become-the-new-default-version\" target=\"_blank\" rel=\"noopener noreferrer\">this Changelog post</a> for more details.
|
50
50
|
* @type {string}
|
51
51
|
*/
|
52
52
|
'version'?: AddWebhookRequestVersionConst;
|
53
53
|
}
|
54
54
|
export declare const AddWebhookRequestEventActionConst: {
|
55
|
-
readonly
|
56
|
-
readonly
|
57
|
-
readonly
|
58
|
-
readonly deleted: "deleted";
|
55
|
+
readonly create: "create";
|
56
|
+
readonly change: "change";
|
57
|
+
readonly delete: "delete";
|
59
58
|
readonly Star: "*";
|
60
59
|
};
|
61
60
|
export type AddWebhookRequestEventActionConst = typeof AddWebhookRequestEventActionConst[keyof typeof AddWebhookRequestEventActionConst];
|
62
61
|
export declare const AddWebhookRequestEventObjectConst: {
|
63
62
|
readonly activity: "activity";
|
64
|
-
readonly activityType: "activityType";
|
65
63
|
readonly deal: "deal";
|
64
|
+
readonly lead: "lead";
|
66
65
|
readonly note: "note";
|
67
66
|
readonly organization: "organization";
|
68
67
|
readonly person: "person";
|
@@ -12,16 +12,15 @@
|
|
12
12
|
* Do not edit the class manually.
|
13
13
|
*/
|
14
14
|
export const AddWebhookRequestEventActionConst = {
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
deleted: 'deleted',
|
15
|
+
create: 'create',
|
16
|
+
change: 'change',
|
17
|
+
delete: 'delete',
|
19
18
|
Star: '*'
|
20
19
|
};
|
21
20
|
export const AddWebhookRequestEventObjectConst = {
|
22
21
|
activity: 'activity',
|
23
|
-
activityType: 'activityType',
|
24
22
|
deal: 'deal',
|
23
|
+
lead: 'lead',
|
25
24
|
note: 'note',
|
26
25
|
organization: 'organization',
|
27
26
|
person: 'person',
|
@@ -32,10 +32,11 @@ export interface UserAccess {
|
|
32
32
|
'permission_set_id'?: string;
|
33
33
|
}
|
34
34
|
export declare const UserAccessAppConst: {
|
35
|
+
readonly global: "global";
|
35
36
|
readonly sales: "sales";
|
36
|
-
readonly projects: "projects";
|
37
37
|
readonly campaigns: "campaigns";
|
38
|
-
readonly
|
38
|
+
readonly projects: "projects";
|
39
39
|
readonly account_settings: "account_settings";
|
40
|
+
readonly partnership: "partnership";
|
40
41
|
};
|
41
42
|
export type UserAccessAppConst = typeof UserAccessAppConst[keyof typeof UserAccessAppConst];
|
@@ -12,9 +12,10 @@
|
|
12
12
|
* Do not edit the class manually.
|
13
13
|
*/
|
14
14
|
export const UserAccessAppConst = {
|
15
|
+
global: 'global',
|
15
16
|
sales: 'sales',
|
16
|
-
projects: 'projects',
|
17
17
|
campaigns: 'campaigns',
|
18
|
-
|
19
|
-
account_settings: 'account_settings'
|
18
|
+
projects: 'projects',
|
19
|
+
account_settings: 'account_settings',
|
20
|
+
partnership: 'partnership'
|
20
21
|
};
|
@@ -32,10 +32,11 @@ export interface UserAccess1 {
|
|
32
32
|
'permission_set_id'?: string;
|
33
33
|
}
|
34
34
|
export declare const UserAccess1AppConst: {
|
35
|
+
readonly global: "global";
|
35
36
|
readonly sales: "sales";
|
36
|
-
readonly projects: "projects";
|
37
37
|
readonly campaigns: "campaigns";
|
38
|
-
readonly
|
38
|
+
readonly projects: "projects";
|
39
39
|
readonly account_settings: "account_settings";
|
40
|
+
readonly partnership: "partnership";
|
40
41
|
};
|
41
42
|
export type UserAccess1AppConst = typeof UserAccess1AppConst[keyof typeof UserAccess1AppConst];
|
@@ -12,9 +12,10 @@
|
|
12
12
|
* Do not edit the class manually.
|
13
13
|
*/
|
14
14
|
export const UserAccess1AppConst = {
|
15
|
+
global: 'global',
|
15
16
|
sales: 'sales',
|
16
|
-
projects: 'projects',
|
17
17
|
campaigns: 'campaigns',
|
18
|
-
|
19
|
-
account_settings: 'account_settings'
|
18
|
+
projects: 'projects',
|
19
|
+
account_settings: 'account_settings',
|
20
|
+
partnership: 'partnership'
|
20
21
|
};
|