pipedrive 28.0.2 → 29.1.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/subscriptions-api.d.ts +9 -9
- package/dist/esm/versions/v1/api.d.ts +0 -1
- package/dist/esm/versions/v1/api.js +0 -1
- package/dist/esm/versions/v1/models/add-deal-product-request-all-of.d.ts +1 -1
- package/dist/esm/versions/v1/models/add-deal-product-request-all-of1.d.ts +1 -1
- package/dist/esm/versions/v1/models/add-deal-product-request-all-of2.d.ts +1 -1
- package/dist/esm/versions/v1/models/add-or-update-role-setting-request.d.ts +1 -1
- package/dist/esm/versions/v1/models/add-product-request-all-of1.d.ts +1 -1
- package/dist/esm/versions/v1/models/add-product-request-all-of2.d.ts +1 -1
- package/dist/esm/versions/v1/models/base-deal.d.ts +6 -6
- package/dist/esm/versions/v1/models/base-product.d.ts +2 -2
- package/dist/esm/versions/v1/models/index.d.ts +0 -11
- package/dist/esm/versions/v1/models/index.js +0 -11
- package/dist/esm/versions/v1/models/update-deal-product-request-all-of.d.ts +1 -1
- package/dist/esm/versions/v1/models/update-product-request-all-of1.d.ts +1 -1
- package/dist/esm/versions/v2/api/beta-api.d.ts +220 -16
- package/dist/esm/versions/v2/api/beta-api.js +308 -16
- package/dist/esm/versions/v2/api/deals-api.d.ts +16 -16
- package/dist/esm/versions/v2/api/deals-api.js +16 -16
- package/dist/esm/versions/v2/api/products-api.d.ts +204 -0
- package/dist/esm/versions/v2/api/products-api.js +292 -0
- package/dist/esm/versions/v2/models/add-product-image-response.d.ts +29 -0
- package/dist/esm/versions/v2/models/add-product-image-response.js +14 -0
- package/dist/esm/versions/v2/models/base-product-all-of1.d.ts +1 -1
- package/dist/esm/versions/v2/models/deal-item.d.ts +3 -3
- package/dist/esm/versions/v2/models/deal-item1.d.ts +3 -3
- package/dist/esm/versions/v2/models/delete-product-image-response-data.d.ts +23 -0
- package/dist/esm/versions/v2/models/delete-product-image-response-data.js +14 -0
- package/dist/esm/versions/v2/models/delete-product-image-response.d.ts +29 -0
- package/dist/esm/versions/v2/models/delete-product-image-response.js +14 -0
- package/dist/esm/versions/v2/models/get-deals-products-response-data-inner-all-of1.d.ts +1 -1
- package/dist/esm/versions/v2/models/get-deals-products-response-data-inner-all-of2.d.ts +1 -1
- package/dist/esm/versions/v2/models/get-deals-products-response-data-inner-all-of3.d.ts +1 -1
- package/dist/esm/versions/v2/models/get-product-image-response-data.d.ts +53 -0
- package/dist/esm/versions/v2/models/get-product-image-response-data.js +14 -0
- package/dist/esm/versions/v2/models/get-product-image-response.d.ts +29 -0
- package/dist/esm/versions/v2/models/get-product-image-response.js +14 -0
- package/dist/esm/versions/v2/models/index.d.ts +7 -0
- package/dist/esm/versions/v2/models/index.js +7 -0
- package/dist/esm/versions/v2/models/update-deal-product-request-all-of.d.ts +1 -1
- package/dist/esm/versions/v2/models/update-product-image-response-data.d.ts +38 -0
- package/dist/esm/versions/v2/models/update-product-image-response-data.js +14 -0
- package/dist/esm/versions/v2/models/update-product-image-response.d.ts +29 -0
- package/dist/esm/versions/v2/models/update-product-image-response.js +14 -0
- package/dist/esm/versions/v2/models/update-product-request-all-of1.d.ts +1 -1
- package/dist/versions/v1/api/subscriptions-api.d.ts +9 -9
- package/dist/versions/v1/api.d.ts +0 -1
- package/dist/versions/v1/api.js +0 -1
- package/dist/versions/v1/models/add-deal-product-request-all-of.d.ts +1 -1
- package/dist/versions/v1/models/add-deal-product-request-all-of1.d.ts +1 -1
- package/dist/versions/v1/models/add-deal-product-request-all-of2.d.ts +1 -1
- package/dist/versions/v1/models/add-or-update-role-setting-request.d.ts +1 -1
- package/dist/versions/v1/models/add-product-request-all-of1.d.ts +1 -1
- package/dist/versions/v1/models/add-product-request-all-of2.d.ts +1 -1
- package/dist/versions/v1/models/base-deal.d.ts +6 -6
- package/dist/versions/v1/models/base-product.d.ts +2 -2
- package/dist/versions/v1/models/index.d.ts +0 -11
- package/dist/versions/v1/models/index.js +0 -11
- package/dist/versions/v1/models/update-deal-product-request-all-of.d.ts +1 -1
- package/dist/versions/v1/models/update-product-request-all-of1.d.ts +1 -1
- package/dist/versions/v2/api/beta-api.d.ts +220 -16
- package/dist/versions/v2/api/beta-api.js +308 -16
- package/dist/versions/v2/api/deals-api.d.ts +16 -16
- package/dist/versions/v2/api/deals-api.js +16 -16
- package/dist/versions/v2/api/products-api.d.ts +204 -0
- package/dist/versions/v2/api/products-api.js +292 -0
- package/dist/versions/v2/models/add-product-image-response.d.ts +29 -0
- package/dist/versions/v2/models/add-product-image-response.js +15 -0
- package/dist/versions/v2/models/base-product-all-of1.d.ts +1 -1
- package/dist/versions/v2/models/deal-item.d.ts +3 -3
- package/dist/versions/v2/models/deal-item1.d.ts +3 -3
- package/dist/versions/v2/models/delete-product-image-response-data.d.ts +23 -0
- package/dist/versions/v2/models/delete-product-image-response-data.js +15 -0
- package/dist/versions/v2/models/delete-product-image-response.d.ts +29 -0
- package/dist/versions/v2/models/delete-product-image-response.js +15 -0
- package/dist/versions/v2/models/get-deals-products-response-data-inner-all-of1.d.ts +1 -1
- package/dist/versions/v2/models/get-deals-products-response-data-inner-all-of2.d.ts +1 -1
- package/dist/versions/v2/models/get-deals-products-response-data-inner-all-of3.d.ts +1 -1
- package/dist/versions/v2/models/get-product-image-response-data.d.ts +53 -0
- package/dist/versions/v2/models/get-product-image-response-data.js +15 -0
- package/dist/versions/v2/models/get-product-image-response.d.ts +29 -0
- package/dist/versions/v2/models/get-product-image-response.js +15 -0
- package/dist/versions/v2/models/index.d.ts +7 -0
- package/dist/versions/v2/models/index.js +7 -0
- package/dist/versions/v2/models/update-deal-product-request-all-of.d.ts +1 -1
- package/dist/versions/v2/models/update-product-image-response-data.d.ts +38 -0
- package/dist/versions/v2/models/update-product-image-response-data.js +15 -0
- package/dist/versions/v2/models/update-product-image-response.d.ts +29 -0
- package/dist/versions/v2/models/update-product-image-response.js +15 -0
- package/dist/versions/v2/models/update-product-request-all-of1.d.ts +1 -1
- package/package.json +1 -1
@@ -409,7 +409,7 @@ export declare class SubscriptionsApi extends BaseAPI {
|
|
409
409
|
* @throws {RequiredError}
|
410
410
|
* @memberof SubscriptionsApi
|
411
411
|
*/
|
412
|
-
addRecurringSubscription(requestParameters?: SubscriptionsApiAddRecurringSubscriptionRequest): Promise<
|
412
|
+
addRecurringSubscription(requestParameters?: SubscriptionsApiAddRecurringSubscriptionRequest): Promise<any>;
|
413
413
|
/**
|
414
414
|
* Adds a new installment subscription.
|
415
415
|
* @summary Add an installment subscription
|
@@ -418,7 +418,7 @@ export declare class SubscriptionsApi extends BaseAPI {
|
|
418
418
|
* @throws {RequiredError}
|
419
419
|
* @memberof SubscriptionsApi
|
420
420
|
*/
|
421
|
-
addSubscriptionInstallment(requestParameters?: SubscriptionsApiAddSubscriptionInstallmentRequest): Promise<
|
421
|
+
addSubscriptionInstallment(requestParameters?: SubscriptionsApiAddSubscriptionInstallmentRequest): Promise<any>;
|
422
422
|
/**
|
423
423
|
* Cancels a recurring subscription.
|
424
424
|
* @summary Cancel a recurring subscription
|
@@ -427,7 +427,7 @@ export declare class SubscriptionsApi extends BaseAPI {
|
|
427
427
|
* @throws {RequiredError}
|
428
428
|
* @memberof SubscriptionsApi
|
429
429
|
*/
|
430
|
-
cancelRecurringSubscription(requestParameters: SubscriptionsApiCancelRecurringSubscriptionRequest): Promise<
|
430
|
+
cancelRecurringSubscription(requestParameters: SubscriptionsApiCancelRecurringSubscriptionRequest): Promise<any>;
|
431
431
|
/**
|
432
432
|
* Marks an installment or a recurring subscription as deleted.
|
433
433
|
* @summary Delete a subscription
|
@@ -436,7 +436,7 @@ export declare class SubscriptionsApi extends BaseAPI {
|
|
436
436
|
* @throws {RequiredError}
|
437
437
|
* @memberof SubscriptionsApi
|
438
438
|
*/
|
439
|
-
deleteSubscription(requestParameters: SubscriptionsApiDeleteSubscriptionRequest): Promise<
|
439
|
+
deleteSubscription(requestParameters: SubscriptionsApiDeleteSubscriptionRequest): Promise<any>;
|
440
440
|
/**
|
441
441
|
* Returns details of an installment or a recurring subscription by the deal ID.
|
442
442
|
* @summary Find subscription by deal
|
@@ -445,7 +445,7 @@ export declare class SubscriptionsApi extends BaseAPI {
|
|
445
445
|
* @throws {RequiredError}
|
446
446
|
* @memberof SubscriptionsApi
|
447
447
|
*/
|
448
|
-
findSubscriptionByDeal(requestParameters: SubscriptionsApiFindSubscriptionByDealRequest): Promise<
|
448
|
+
findSubscriptionByDeal(requestParameters: SubscriptionsApiFindSubscriptionByDealRequest): Promise<any>;
|
449
449
|
/**
|
450
450
|
* Returns details of an installment or a recurring subscription.
|
451
451
|
* @summary Get details of a subscription
|
@@ -454,7 +454,7 @@ export declare class SubscriptionsApi extends BaseAPI {
|
|
454
454
|
* @throws {RequiredError}
|
455
455
|
* @memberof SubscriptionsApi
|
456
456
|
*/
|
457
|
-
getSubscription(requestParameters: SubscriptionsApiGetSubscriptionRequest): Promise<
|
457
|
+
getSubscription(requestParameters: SubscriptionsApiGetSubscriptionRequest): Promise<any>;
|
458
458
|
/**
|
459
459
|
* Returns all payments of an installment or recurring subscription.
|
460
460
|
* @summary Get all payments of a subscription
|
@@ -463,7 +463,7 @@ export declare class SubscriptionsApi extends BaseAPI {
|
|
463
463
|
* @throws {RequiredError}
|
464
464
|
* @memberof SubscriptionsApi
|
465
465
|
*/
|
466
|
-
getSubscriptionPayments(requestParameters: SubscriptionsApiGetSubscriptionPaymentsRequest): Promise<
|
466
|
+
getSubscriptionPayments(requestParameters: SubscriptionsApiGetSubscriptionPaymentsRequest): Promise<any>;
|
467
467
|
/**
|
468
468
|
* Updates a recurring subscription.
|
469
469
|
* @summary Update a recurring subscription
|
@@ -472,7 +472,7 @@ export declare class SubscriptionsApi extends BaseAPI {
|
|
472
472
|
* @throws {RequiredError}
|
473
473
|
* @memberof SubscriptionsApi
|
474
474
|
*/
|
475
|
-
updateRecurringSubscription(requestParameters: SubscriptionsApiUpdateRecurringSubscriptionRequest): Promise<
|
475
|
+
updateRecurringSubscription(requestParameters: SubscriptionsApiUpdateRecurringSubscriptionRequest): Promise<any>;
|
476
476
|
/**
|
477
477
|
* Updates an installment subscription.
|
478
478
|
* @summary Update an installment subscription
|
@@ -481,5 +481,5 @@ export declare class SubscriptionsApi extends BaseAPI {
|
|
481
481
|
* @throws {RequiredError}
|
482
482
|
* @memberof SubscriptionsApi
|
483
483
|
*/
|
484
|
-
updateSubscriptionInstallment(requestParameters: SubscriptionsApiUpdateSubscriptionInstallmentRequest): Promise<
|
484
|
+
updateSubscriptionInstallment(requestParameters: SubscriptionsApiUpdateSubscriptionInstallmentRequest): Promise<any>;
|
485
485
|
}
|
@@ -44,7 +44,6 @@ export * from './api/projects-api';
|
|
44
44
|
export * from './api/recents-api';
|
45
45
|
export * from './api/roles-api';
|
46
46
|
export * from './api/stages-api';
|
47
|
-
export * from './api/subscriptions-api';
|
48
47
|
export * from './api/tasks-api';
|
49
48
|
export * from './api/user-connections-api';
|
50
49
|
export * from './api/user-settings-api';
|
@@ -46,7 +46,6 @@ export * from './api/projects-api';
|
|
46
46
|
export * from './api/recents-api';
|
47
47
|
export * from './api/roles-api';
|
48
48
|
export * from './api/stages-api';
|
49
|
-
export * from './api/subscriptions-api';
|
50
49
|
export * from './api/tasks-api';
|
51
50
|
export * from './api/user-connections-api';
|
52
51
|
export * from './api/user-settings-api';
|
@@ -16,7 +16,7 @@
|
|
16
16
|
*/
|
17
17
|
export interface AddDealProductRequestAllOf {
|
18
18
|
/**
|
19
|
-
* Only available in
|
19
|
+
* Only available in Growth and above plans How often a customer is billed for access to a service or product To set `billing_frequency` different than `one-time`, the deal must not have installments associated A deal can have up to 20 products attached with `billing_frequency` different than `one-time`
|
20
20
|
* @type {string}
|
21
21
|
*/
|
22
22
|
'billing_frequency'?: AddDealProductRequestAllOfBillingFrequencyConst;
|
@@ -16,7 +16,7 @@
|
|
16
16
|
*/
|
17
17
|
export interface AddDealProductRequestAllOf1 {
|
18
18
|
/**
|
19
|
-
* Only available in
|
19
|
+
* Only available in Growth and above plans The number of times the billing frequency repeats for a product in a deal When `billing_frequency` is set to `one-time`, this field must be `null` When `billing_frequency` is set to `weekly`, this field cannot be `null` For all the other values of `billing_frequency`, `null` represents a product billed indefinitely Must be a positive integer less or equal to 208
|
20
20
|
* @type {number}
|
21
21
|
*/
|
22
22
|
'billing_frequency_cycles'?: number | null;
|
@@ -16,7 +16,7 @@
|
|
16
16
|
*/
|
17
17
|
export interface AddDealProductRequestAllOf2 {
|
18
18
|
/**
|
19
|
-
* Only available in
|
19
|
+
* Only available in Growth and above plans The billing start date. Must be between 10 years in the past and 10 years in the future
|
20
20
|
* @type {string}
|
21
21
|
*/
|
22
22
|
'billing_start_date'?: string | null;
|
@@ -21,7 +21,7 @@ export interface AddOrUpdateRoleSettingRequest {
|
|
21
21
|
*/
|
22
22
|
'setting_key': AddOrUpdateRoleSettingRequestSettingKeyConst;
|
23
23
|
/**
|
24
|
-
* Possible values for the `default_visibility` setting depending on the subscription plan:<br> <table class=\'role-setting\'> <caption><b>
|
24
|
+
* Possible values for the `default_visibility` setting depending on the subscription plan:<br> <table class=\'role-setting\'> <caption><b>Light / Growth and Professional plans</b></caption> <tr><th><b>Value</b></th><th><b>Description</b></th></tr> <tr><td>`1`</td><td>Owner & Followers</td></tr> <tr><td>`3`</td><td>Entire company</td></tr> </table> <br> <table class=\'role-setting\'> <caption><b>Premium / Ultimate plan</b></caption> <tr><th><b>Value</b></th><th><b>Description</b></th></tr> <tr><td>`1`</td><td>Owner only</td></tr> <tr><td>`3`</td><td>Owner's visibility group</td></tr> <tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr> <tr><td>`7`</td><td>Entire company</td></tr> </table> <br> Read more about visibility groups <a href=\'https://support.pipedrive.com/en/article/visibility-groups\'>here</a>.
|
25
25
|
* @type {number}
|
26
26
|
*/
|
27
27
|
'value': AddOrUpdateRoleSettingRequestValueConst;
|
@@ -16,7 +16,7 @@
|
|
16
16
|
*/
|
17
17
|
export interface AddProductRequestAllOf1 {
|
18
18
|
/**
|
19
|
-
* Only available in
|
19
|
+
* Only available in Growth and above plans How often a customer is billed for access to a service or product
|
20
20
|
* @type {string}
|
21
21
|
*/
|
22
22
|
'billing_frequency'?: AddProductRequestAllOf1BillingFrequencyConst;
|
@@ -16,7 +16,7 @@
|
|
16
16
|
*/
|
17
17
|
export interface AddProductRequestAllOf2 {
|
18
18
|
/**
|
19
|
-
* Only available in
|
19
|
+
* Only available in Growth and above plans The number of times the billing frequency repeats for a product in a deal When `billing_frequency` is set to `one-time`, this field must be `null` For all the other values of `billing_frequency`, `null` represents a product billed indefinitely Must be a positive integer less or equal to 208
|
20
20
|
* @type {number}
|
21
21
|
*/
|
22
22
|
'billing_frequency_cycles'?: number | null;
|
@@ -301,32 +301,32 @@ export interface BaseDeal {
|
|
301
301
|
*/
|
302
302
|
'channel_id'?: string | null;
|
303
303
|
/**
|
304
|
-
* Only available in
|
304
|
+
* Only available in Growth and above plans The Annual Recurring Revenue of the deal Null if there are no products attached to the deal
|
305
305
|
* @type {number}
|
306
306
|
*/
|
307
307
|
'arr'?: number | null;
|
308
308
|
/**
|
309
|
-
* Only available in
|
309
|
+
* Only available in Growth and above plans The Monthly Recurring Revenue of the deal Null if there are no products attached to the deal
|
310
310
|
* @type {number}
|
311
311
|
*/
|
312
312
|
'mrr'?: number | null;
|
313
313
|
/**
|
314
|
-
* Only available in
|
314
|
+
* Only available in Growth and above plans The Annual Contract Value of the deal Null if there are no products attached to the deal
|
315
315
|
* @type {number}
|
316
316
|
*/
|
317
317
|
'acv'?: number | null;
|
318
318
|
/**
|
319
|
-
* Only available in
|
319
|
+
* Only available in Growth and above plans The Currency for Annual Recurring Revenue of the deal If the `arr` is null, this will also be null
|
320
320
|
* @type {string}
|
321
321
|
*/
|
322
322
|
'arr_currency'?: string | null;
|
323
323
|
/**
|
324
|
-
* Only available in
|
324
|
+
* Only available in Growth and above plans The Currency for Monthly Recurring Revenue of the deal If the `mrr` is null, this will also be null
|
325
325
|
* @type {string}
|
326
326
|
*/
|
327
327
|
'mrr_currency'?: string | null;
|
328
328
|
/**
|
329
|
-
* Only available in
|
329
|
+
* Only available in Growth and above plans The Currency for Annual Contract Value of the deal If the `acv` is null, this will also be null
|
330
330
|
* @type {string}
|
331
331
|
*/
|
332
332
|
'acv_currency'?: string | null;
|
@@ -61,12 +61,12 @@ export interface BaseProduct {
|
|
61
61
|
*/
|
62
62
|
'owner_id'?: object;
|
63
63
|
/**
|
64
|
-
* Only available in
|
64
|
+
* Only available in Growth and above plans How often a customer is billed for access to a service or product
|
65
65
|
* @type {string}
|
66
66
|
*/
|
67
67
|
'billing_frequency'?: BaseProductBillingFrequencyConst;
|
68
68
|
/**
|
69
|
-
* Only available in
|
69
|
+
* Only available in Growth and above plans The number of times the billing frequency repeats for a product in a deal When `billing_frequency` is set to `one-time`, this field is always `null` When `billing_frequency` is set to `weekly`, this field cannot be `null` For all the other values of `billing_frequency`, `null` represents a product billed indefinitely Must be a positive integer less or equal to 208
|
70
70
|
* @type {number}
|
71
71
|
*/
|
72
72
|
'billing_frequency_cycles'?: number | null;
|
@@ -78,7 +78,6 @@ export * from './add-product-request-all-of2';
|
|
78
78
|
export * from './add-project-request';
|
79
79
|
export * from './add-project-request-all-of';
|
80
80
|
export * from './add-project-response';
|
81
|
-
export * from './add-recurring-subscription-request';
|
82
81
|
export * from './add-remote-file-and-link-it-to-item-response';
|
83
82
|
export * from './add-role-assignment-request';
|
84
83
|
export * from './add-role-assignment-response';
|
@@ -89,7 +88,6 @@ export * from './add-roles-response';
|
|
89
88
|
export * from './add-roles-response-all-of';
|
90
89
|
export * from './add-roles-response-data';
|
91
90
|
export * from './add-stage-request';
|
92
|
-
export * from './add-subscription-installment-request';
|
93
91
|
export * from './add-task-request';
|
94
92
|
export * from './add-task-response';
|
95
93
|
export * from './add-team-request';
|
@@ -138,7 +136,6 @@ export * from './call-log-forbidden-response';
|
|
138
136
|
export * from './call-log-gone-response';
|
139
137
|
export * from './call-log-internal-error-response';
|
140
138
|
export * from './call-log-not-found-response';
|
141
|
-
export * from './cancel-recurring-subscription-request';
|
142
139
|
export * from './comment';
|
143
140
|
export * from './comment-post-put-object';
|
144
141
|
export * from './create-field-request';
|
@@ -438,9 +435,6 @@ export * from './get-organizations-response';
|
|
438
435
|
export * from './get-organizations-response-all-of';
|
439
436
|
export * from './get-organizations-response-all-of-related-objects';
|
440
437
|
export * from './get-participants-changelog-response';
|
441
|
-
export * from './get-payments-response';
|
442
|
-
export * from './get-payments-response-all-of';
|
443
|
-
export * from './get-payments-response-all-of-data-inner';
|
444
438
|
export * from './get-permission-set-response';
|
445
439
|
export * from './get-permission-set-response-all-of';
|
446
440
|
export * from './get-permission-sets-response';
|
@@ -548,8 +542,6 @@ export * from './get-stages-response';
|
|
548
542
|
export * from './get-stages-response-data-inner';
|
549
543
|
export * from './get-subscription-addons-response';
|
550
544
|
export * from './get-subscription-addons-response-all-of';
|
551
|
-
export * from './get-subscriptions-id-response';
|
552
|
-
export * from './get-subscriptions-id-response-data';
|
553
545
|
export * from './get-task-response';
|
554
546
|
export * from './get-tasks-response';
|
555
547
|
export * from './get-team-response';
|
@@ -732,7 +724,6 @@ export * from './stage';
|
|
732
724
|
export * from './stage-with-pipeline-info';
|
733
725
|
export * from './sub-role';
|
734
726
|
export * from './sub-role-all-of';
|
735
|
-
export * from './subscription-item';
|
736
727
|
export * from './task-response-object';
|
737
728
|
export * from './task-response-object-all-of';
|
738
729
|
export * from './team-id';
|
@@ -777,13 +768,11 @@ export * from './update-project-request1-all-of1';
|
|
777
768
|
export * from './update-project-request1-all-of2';
|
778
769
|
export * from './update-project-request2';
|
779
770
|
export * from './update-project-response';
|
780
|
-
export * from './update-recurring-subscription-request';
|
781
771
|
export * from './update-role-response';
|
782
772
|
export * from './update-role-response-all-of';
|
783
773
|
export * from './update-role-response-data';
|
784
774
|
export * from './update-stage-request';
|
785
775
|
export * from './update-stage-request-all-of';
|
786
|
-
export * from './update-subscription-installment-request';
|
787
776
|
export * from './update-task-plan-item-response';
|
788
777
|
export * from './update-task-response';
|
789
778
|
export * from './update-team-request';
|
@@ -78,7 +78,6 @@ export * from './add-product-request-all-of2';
|
|
78
78
|
export * from './add-project-request';
|
79
79
|
export * from './add-project-request-all-of';
|
80
80
|
export * from './add-project-response';
|
81
|
-
export * from './add-recurring-subscription-request';
|
82
81
|
export * from './add-remote-file-and-link-it-to-item-response';
|
83
82
|
export * from './add-role-assignment-request';
|
84
83
|
export * from './add-role-assignment-response';
|
@@ -89,7 +88,6 @@ export * from './add-roles-response';
|
|
89
88
|
export * from './add-roles-response-all-of';
|
90
89
|
export * from './add-roles-response-data';
|
91
90
|
export * from './add-stage-request';
|
92
|
-
export * from './add-subscription-installment-request';
|
93
91
|
export * from './add-task-request';
|
94
92
|
export * from './add-task-response';
|
95
93
|
export * from './add-team-request';
|
@@ -138,7 +136,6 @@ export * from './call-log-forbidden-response';
|
|
138
136
|
export * from './call-log-gone-response';
|
139
137
|
export * from './call-log-internal-error-response';
|
140
138
|
export * from './call-log-not-found-response';
|
141
|
-
export * from './cancel-recurring-subscription-request';
|
142
139
|
export * from './comment';
|
143
140
|
export * from './comment-post-put-object';
|
144
141
|
export * from './create-field-request';
|
@@ -438,9 +435,6 @@ export * from './get-organizations-response';
|
|
438
435
|
export * from './get-organizations-response-all-of';
|
439
436
|
export * from './get-organizations-response-all-of-related-objects';
|
440
437
|
export * from './get-participants-changelog-response';
|
441
|
-
export * from './get-payments-response';
|
442
|
-
export * from './get-payments-response-all-of';
|
443
|
-
export * from './get-payments-response-all-of-data-inner';
|
444
438
|
export * from './get-permission-set-response';
|
445
439
|
export * from './get-permission-set-response-all-of';
|
446
440
|
export * from './get-permission-sets-response';
|
@@ -548,8 +542,6 @@ export * from './get-stages-response';
|
|
548
542
|
export * from './get-stages-response-data-inner';
|
549
543
|
export * from './get-subscription-addons-response';
|
550
544
|
export * from './get-subscription-addons-response-all-of';
|
551
|
-
export * from './get-subscriptions-id-response';
|
552
|
-
export * from './get-subscriptions-id-response-data';
|
553
545
|
export * from './get-task-response';
|
554
546
|
export * from './get-tasks-response';
|
555
547
|
export * from './get-team-response';
|
@@ -732,7 +724,6 @@ export * from './stage';
|
|
732
724
|
export * from './stage-with-pipeline-info';
|
733
725
|
export * from './sub-role';
|
734
726
|
export * from './sub-role-all-of';
|
735
|
-
export * from './subscription-item';
|
736
727
|
export * from './task-response-object';
|
737
728
|
export * from './task-response-object-all-of';
|
738
729
|
export * from './team-id';
|
@@ -777,13 +768,11 @@ export * from './update-project-request1-all-of1';
|
|
777
768
|
export * from './update-project-request1-all-of2';
|
778
769
|
export * from './update-project-request2';
|
779
770
|
export * from './update-project-response';
|
780
|
-
export * from './update-recurring-subscription-request';
|
781
771
|
export * from './update-role-response';
|
782
772
|
export * from './update-role-response-all-of';
|
783
773
|
export * from './update-role-response-data';
|
784
774
|
export * from './update-stage-request';
|
785
775
|
export * from './update-stage-request-all-of';
|
786
|
-
export * from './update-subscription-installment-request';
|
787
776
|
export * from './update-task-plan-item-response';
|
788
777
|
export * from './update-task-response';
|
789
778
|
export * from './update-team-request';
|
@@ -16,7 +16,7 @@
|
|
16
16
|
*/
|
17
17
|
export interface UpdateDealProductRequestAllOf {
|
18
18
|
/**
|
19
|
-
* Only available in
|
19
|
+
* Only available in Growth and above plans How often a customer is billed for access to a service or product To set `billing_frequency` different than `one-time`, the deal must not have installments associated A deal can have up to 20 products attached with `billing_frequency` different than `one-time`
|
20
20
|
* @type {string}
|
21
21
|
*/
|
22
22
|
'billing_frequency'?: UpdateDealProductRequestAllOfBillingFrequencyConst;
|
@@ -16,7 +16,7 @@
|
|
16
16
|
*/
|
17
17
|
export interface UpdateProductRequestAllOf1 {
|
18
18
|
/**
|
19
|
-
* Only available in
|
19
|
+
* Only available in Growth and above plans How often a customer is billed for access to a service or product
|
20
20
|
* @type {string}
|
21
21
|
*/
|
22
22
|
'billing_frequency'?: UpdateProductRequestAllOf1BillingFrequencyConst;
|