pipedrive 24.1.1 → 25.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/dist/esm/versions/v1/api/deals-api.d.ts +3 -3
  2. package/dist/esm/versions/v1/api/deals-api.js +2 -2
  3. package/dist/esm/versions/v1/api/organizations-api.d.ts +3 -3
  4. package/dist/esm/versions/v1/api/organizations-api.js +2 -2
  5. package/dist/esm/versions/v1/api/persons-api.d.ts +3 -3
  6. package/dist/esm/versions/v1/api/persons-api.js +2 -2
  7. package/dist/esm/versions/v1/api/subscriptions-api.d.ts +36 -36
  8. package/dist/esm/versions/v1/api/subscriptions-api.js +36 -36
  9. package/dist/esm/versions/v1/api/webhooks-api.d.ts +4 -4
  10. package/dist/esm/versions/v1/api/webhooks-api.js +4 -4
  11. package/dist/esm/versions/v1/models/add-webhook-request.d.ts +5 -6
  12. package/dist/esm/versions/v1/models/add-webhook-request.js +4 -5
  13. package/dist/esm/versions/v1/models/additional-data.d.ts +38 -0
  14. package/dist/esm/versions/v1/models/additional-data.js +14 -0
  15. package/dist/esm/versions/v1/models/get-notes-response-additional-data.d.ts +3 -3
  16. package/dist/esm/versions/v1/models/index.d.ts +1 -1
  17. package/dist/esm/versions/v1/models/index.js +1 -1
  18. package/dist/esm/versions/v1/models/user-access.d.ts +3 -2
  19. package/dist/esm/versions/v1/models/user-access.js +4 -3
  20. package/dist/esm/versions/v1/models/user-access1.d.ts +3 -2
  21. package/dist/esm/versions/v1/models/user-access1.js +4 -3
  22. package/dist/esm/versions/v2/api/activities-api.d.ts +34 -2
  23. package/dist/esm/versions/v2/api/activities-api.js +25 -5
  24. package/dist/esm/versions/v2/api/beta-api.d.ts +160 -2424
  25. package/dist/esm/versions/v2/api/beta-api.js +169 -2788
  26. package/dist/esm/versions/v2/api/deals-api.d.ts +491 -0
  27. package/dist/esm/versions/v2/api/deals-api.js +613 -0
  28. package/dist/esm/versions/v2/api/organizations-api.d.ts +237 -0
  29. package/dist/esm/versions/v2/api/organizations-api.js +301 -0
  30. package/dist/esm/versions/v2/api/persons-api.d.ts +237 -0
  31. package/dist/esm/versions/v2/api/persons-api.js +301 -0
  32. package/dist/esm/versions/v2/api/products-api.d.ts +237 -0
  33. package/dist/esm/versions/v2/api/products-api.js +301 -0
  34. package/dist/esm/versions/v2/api/users-api.d.ts +103 -0
  35. package/dist/esm/versions/v2/api/users-api.js +140 -0
  36. package/dist/esm/versions/v2/api.d.ts +1 -0
  37. package/dist/esm/versions/v2/api.js +1 -0
  38. package/dist/esm/versions/v2/models/add-ainstallment-response.d.ts +29 -0
  39. package/dist/esm/versions/v2/models/add-ainstallment-response.js +14 -0
  40. package/dist/esm/versions/v2/models/add-deal-follower-request.d.ts +23 -0
  41. package/dist/esm/versions/v2/models/add-deal-follower-request.js +14 -0
  42. package/dist/esm/versions/v2/models/add-follower-response-all-of.d.ts +24 -0
  43. package/dist/esm/versions/v2/models/add-follower-response-all-of.js +14 -0
  44. package/dist/esm/versions/v2/models/add-follower-response.d.ts +18 -0
  45. package/dist/esm/versions/v2/models/add-follower-response.js +14 -0
  46. package/dist/esm/versions/v2/models/add-installment-request-body.d.ts +33 -0
  47. package/dist/esm/versions/v2/models/add-installment-request-body.js +14 -0
  48. package/dist/esm/versions/v2/models/delete-follower-response-data.d.ts +23 -0
  49. package/dist/esm/versions/v2/models/delete-follower-response-data.js +14 -0
  50. package/dist/esm/versions/v2/models/delete-follower-response.d.ts +29 -0
  51. package/dist/esm/versions/v2/models/delete-follower-response.js +14 -0
  52. package/dist/esm/versions/v2/models/delete-installment-response-data.d.ts +23 -0
  53. package/dist/esm/versions/v2/models/delete-installment-response-data.js +14 -0
  54. package/dist/esm/versions/v2/models/delete-installment-response.d.ts +29 -0
  55. package/dist/esm/versions/v2/models/delete-installment-response.js +14 -0
  56. package/dist/esm/versions/v2/models/follower-changelog-item.d.ts +38 -0
  57. package/dist/esm/versions/v2/models/follower-changelog-item.js +14 -0
  58. package/dist/esm/versions/v2/models/follower-item.d.ts +28 -0
  59. package/dist/esm/versions/v2/models/follower-item.js +14 -0
  60. package/dist/esm/versions/v2/models/follower-item1.d.ts +28 -0
  61. package/dist/esm/versions/v2/models/follower-item1.js +14 -0
  62. package/dist/esm/versions/v2/models/get-activities-response-all-of-additional-data.d.ts +23 -0
  63. package/dist/esm/versions/v2/models/get-activities-response-all-of-additional-data.js +14 -0
  64. package/dist/esm/versions/v2/models/get-activities-response-all-of.d.ts +6 -0
  65. package/dist/esm/versions/v2/models/get-deals-response-all-of.d.ts +6 -0
  66. package/dist/esm/versions/v2/models/get-follower-changelogs-response-all-of.d.ts +30 -0
  67. package/dist/esm/versions/v2/models/get-follower-changelogs-response-all-of.js +14 -0
  68. package/dist/esm/versions/v2/models/get-follower-changelogs-response.d.ts +18 -0
  69. package/dist/esm/versions/v2/models/get-follower-changelogs-response.js +14 -0
  70. package/dist/esm/versions/v2/models/get-followers-response-all-of.d.ts +30 -0
  71. package/dist/esm/versions/v2/models/get-followers-response-all-of.js +14 -0
  72. package/dist/esm/versions/v2/models/get-followers-response.d.ts +18 -0
  73. package/dist/esm/versions/v2/models/get-followers-response.js +14 -0
  74. package/dist/esm/versions/v2/models/get-installments-response-data-inner.d.ts +43 -0
  75. package/dist/esm/versions/v2/models/get-installments-response-data-inner.js +14 -0
  76. package/dist/esm/versions/v2/models/get-installments-response.d.ts +29 -0
  77. package/dist/esm/versions/v2/models/get-installments-response.js +14 -0
  78. package/dist/esm/versions/v2/models/get-organizations-response-all-of.d.ts +6 -0
  79. package/dist/esm/versions/v2/models/get-persons-response-all-of.d.ts +6 -0
  80. package/dist/esm/versions/v2/models/get-pipelines-response-all-of.d.ts +6 -0
  81. package/dist/esm/versions/v2/models/get-stages-response.d.ts +6 -0
  82. package/dist/esm/versions/v2/models/index.d.ts +21 -0
  83. package/dist/esm/versions/v2/models/index.js +21 -0
  84. package/dist/esm/versions/v2/models/update-installment-request-body.d.ts +33 -0
  85. package/dist/esm/versions/v2/models/update-installment-request-body.js +14 -0
  86. package/dist/esm/versions/v2/models/update-installment-response.d.ts +29 -0
  87. package/dist/esm/versions/v2/models/update-installment-response.js +14 -0
  88. package/dist/versions/v1/api/deals-api.d.ts +3 -3
  89. package/dist/versions/v1/api/deals-api.js +2 -2
  90. package/dist/versions/v1/api/organizations-api.d.ts +3 -3
  91. package/dist/versions/v1/api/organizations-api.js +2 -2
  92. package/dist/versions/v1/api/persons-api.d.ts +3 -3
  93. package/dist/versions/v1/api/persons-api.js +2 -2
  94. package/dist/versions/v1/api/subscriptions-api.d.ts +36 -36
  95. package/dist/versions/v1/api/subscriptions-api.js +36 -36
  96. package/dist/versions/v1/api/webhooks-api.d.ts +4 -4
  97. package/dist/versions/v1/api/webhooks-api.js +4 -4
  98. package/dist/versions/v1/models/add-webhook-request.d.ts +5 -6
  99. package/dist/versions/v1/models/add-webhook-request.js +4 -5
  100. package/dist/versions/v1/models/additional-data.d.ts +38 -0
  101. package/dist/versions/v1/models/additional-data.js +15 -0
  102. package/dist/versions/v1/models/get-notes-response-additional-data.d.ts +3 -3
  103. package/dist/versions/v1/models/index.d.ts +1 -1
  104. package/dist/versions/v1/models/index.js +1 -1
  105. package/dist/versions/v1/models/user-access.d.ts +3 -2
  106. package/dist/versions/v1/models/user-access.js +4 -3
  107. package/dist/versions/v1/models/user-access1.d.ts +3 -2
  108. package/dist/versions/v1/models/user-access1.js +4 -3
  109. package/dist/versions/v2/api/activities-api.d.ts +34 -2
  110. package/dist/versions/v2/api/activities-api.js +25 -5
  111. package/dist/versions/v2/api/beta-api.d.ts +160 -2424
  112. package/dist/versions/v2/api/beta-api.js +171 -2790
  113. package/dist/versions/v2/api/deals-api.d.ts +491 -0
  114. package/dist/versions/v2/api/deals-api.js +613 -0
  115. package/dist/versions/v2/api/organizations-api.d.ts +237 -0
  116. package/dist/versions/v2/api/organizations-api.js +301 -0
  117. package/dist/versions/v2/api/persons-api.d.ts +237 -0
  118. package/dist/versions/v2/api/persons-api.js +301 -0
  119. package/dist/versions/v2/api/products-api.d.ts +237 -0
  120. package/dist/versions/v2/api/products-api.js +301 -0
  121. package/dist/versions/v2/api/users-api.d.ts +103 -0
  122. package/dist/versions/v2/api/users-api.js +150 -0
  123. package/dist/versions/v2/api.d.ts +1 -0
  124. package/dist/versions/v2/api.js +1 -0
  125. package/dist/versions/v2/models/add-ainstallment-response.d.ts +29 -0
  126. package/dist/versions/v2/models/add-ainstallment-response.js +15 -0
  127. package/dist/versions/v2/models/add-deal-follower-request.d.ts +23 -0
  128. package/dist/versions/v2/models/add-deal-follower-request.js +15 -0
  129. package/dist/versions/v2/models/add-follower-response-all-of.d.ts +24 -0
  130. package/dist/versions/v2/models/add-follower-response-all-of.js +15 -0
  131. package/dist/versions/v2/models/add-follower-response.d.ts +18 -0
  132. package/dist/versions/v2/models/add-follower-response.js +15 -0
  133. package/dist/versions/v2/models/add-installment-request-body.d.ts +33 -0
  134. package/dist/versions/v2/models/add-installment-request-body.js +15 -0
  135. package/dist/versions/v2/models/delete-follower-response-data.d.ts +23 -0
  136. package/dist/versions/v2/models/delete-follower-response-data.js +15 -0
  137. package/dist/versions/v2/models/delete-follower-response.d.ts +29 -0
  138. package/dist/versions/v2/models/delete-follower-response.js +15 -0
  139. package/dist/versions/v2/models/delete-installment-response-data.d.ts +23 -0
  140. package/dist/versions/v2/models/delete-installment-response-data.js +15 -0
  141. package/dist/versions/v2/models/delete-installment-response.d.ts +29 -0
  142. package/dist/versions/v2/models/delete-installment-response.js +15 -0
  143. package/dist/versions/v2/models/follower-changelog-item.d.ts +38 -0
  144. package/dist/versions/v2/models/follower-changelog-item.js +15 -0
  145. package/dist/versions/v2/models/follower-item.d.ts +28 -0
  146. package/dist/versions/v2/models/follower-item.js +15 -0
  147. package/dist/versions/v2/models/follower-item1.d.ts +28 -0
  148. package/dist/versions/v2/models/follower-item1.js +15 -0
  149. package/dist/versions/v2/models/get-activities-response-all-of-additional-data.d.ts +23 -0
  150. package/dist/versions/v2/models/get-activities-response-all-of-additional-data.js +15 -0
  151. package/dist/versions/v2/models/get-activities-response-all-of.d.ts +6 -0
  152. package/dist/versions/v2/models/get-deals-response-all-of.d.ts +6 -0
  153. package/dist/versions/v2/models/get-follower-changelogs-response-all-of.d.ts +30 -0
  154. package/dist/versions/v2/models/get-follower-changelogs-response-all-of.js +15 -0
  155. package/dist/versions/v2/models/get-follower-changelogs-response.d.ts +18 -0
  156. package/dist/versions/v2/models/get-follower-changelogs-response.js +15 -0
  157. package/dist/versions/v2/models/get-followers-response-all-of.d.ts +30 -0
  158. package/dist/versions/v2/models/get-followers-response-all-of.js +15 -0
  159. package/dist/versions/v2/models/get-followers-response.d.ts +18 -0
  160. package/dist/versions/v2/models/get-followers-response.js +15 -0
  161. package/dist/versions/v2/models/get-installments-response-data-inner.d.ts +43 -0
  162. package/dist/versions/v2/models/get-installments-response-data-inner.js +15 -0
  163. package/dist/versions/v2/models/get-installments-response.d.ts +29 -0
  164. package/dist/versions/v2/models/get-installments-response.js +15 -0
  165. package/dist/versions/v2/models/get-organizations-response-all-of.d.ts +6 -0
  166. package/dist/versions/v2/models/get-persons-response-all-of.d.ts +6 -0
  167. package/dist/versions/v2/models/get-pipelines-response-all-of.d.ts +6 -0
  168. package/dist/versions/v2/models/get-stages-response.d.ts +6 -0
  169. package/dist/versions/v2/models/index.d.ts +21 -0
  170. package/dist/versions/v2/models/index.js +21 -0
  171. package/dist/versions/v2/models/update-installment-request-body.d.ts +33 -0
  172. package/dist/versions/v2/models/update-installment-request-body.js +15 -0
  173. package/dist/versions/v2/models/update-installment-response.d.ts +29 -0
  174. package/dist/versions/v2/models/update-installment-response.js +15 -0
  175. 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, `added.deal` for any newly added deals, `deleted.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
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, `added.deal` for any newly added deals, `deleted.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
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, `added.deal` for any newly added deals, `deleted.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
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, `added.deal` for any newly added deals, `deleted.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
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, `added.deal` for any newly added deals, `deleted.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
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, `added.deal` for any newly added deals, `deleted.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
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, `added.deal` for any newly added deals, `deleted.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
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, `added.deal` for any newly added deals, `deleted.persons` for any deleted persons, etc. See <a href=\"https://pipedrive.readme.io/docs/guide-for-webhooks?ref=api_reference\" target=\"_blank\" rel=\"noopener noreferrer\">the guide for Webhooks</a> for more details.
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 will become 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.
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 added: "added";
56
- readonly updated: "updated";
57
- readonly merged: "merged";
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
- added: 'added',
16
- updated: 'updated',
17
- merged: 'merged',
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',
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Pipedrive API v1
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * The pagination details of the list
14
+ * @export
15
+ * @interface AdditionalData
16
+ */
17
+ export interface AdditionalData {
18
+ /**
19
+ * Next pagination start
20
+ * @type {number}
21
+ */
22
+ 'next_start'?: number;
23
+ /**
24
+ * Pagination start
25
+ * @type {number}
26
+ */
27
+ 'start'?: number;
28
+ /**
29
+ * Items shown per page
30
+ * @type {number}
31
+ */
32
+ 'limit'?: number;
33
+ /**
34
+ * If there are more list items in the collection than displayed or not
35
+ * @type {boolean}
36
+ */
37
+ 'more_items_in_collection'?: boolean;
38
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Pipedrive API v1
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { GetNotesResponseAdditionalDataPagination } from './get-notes-response-additional-data-pagination';
12
+ import { AdditionalData } from './additional-data';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -18,7 +18,7 @@ import { GetNotesResponseAdditionalDataPagination } from './get-notes-response-a
18
18
  export interface GetNotesResponseAdditionalData {
19
19
  /**
20
20
  *
21
- * @type {GetNotesResponseAdditionalDataPagination}
21
+ * @type {AdditionalData}
22
22
  */
23
- 'pagination'?: GetNotesResponseAdditionalDataPagination;
23
+ 'pagination'?: AdditionalData;
24
24
  }
@@ -99,6 +99,7 @@ export * from './add-user-provider-link-request';
99
99
  export * from './add-user-request';
100
100
  export * from './add-webhook-request';
101
101
  export * from './additional-base-organization-item-info';
102
+ export * from './additional-data';
102
103
  export * from './additional-merge-person-info';
103
104
  export * from './additional-person-info';
104
105
  export * from './base-deal';
@@ -411,7 +412,6 @@ export * from './get-note-fields-response-all-of-data-inner-all-of';
411
412
  export * from './get-note-fields-response-all-of-data-inner-all-of-options-inner';
412
413
  export * from './get-notes-response';
413
414
  export * from './get-notes-response-additional-data';
414
- export * from './get-notes-response-additional-data-pagination';
415
415
  export * from './get-organization-item';
416
416
  export * from './get-organization-item-all-of';
417
417
  export * from './get-organization-relationship-response';
@@ -99,6 +99,7 @@ export * from './add-user-provider-link-request';
99
99
  export * from './add-user-request';
100
100
  export * from './add-webhook-request';
101
101
  export * from './additional-base-organization-item-info';
102
+ export * from './additional-data';
102
103
  export * from './additional-merge-person-info';
103
104
  export * from './additional-person-info';
104
105
  export * from './base-deal';
@@ -411,7 +412,6 @@ export * from './get-note-fields-response-all-of-data-inner-all-of';
411
412
  export * from './get-note-fields-response-all-of-data-inner-all-of-options-inner';
412
413
  export * from './get-notes-response';
413
414
  export * from './get-notes-response-additional-data';
414
- export * from './get-notes-response-additional-data-pagination';
415
415
  export * from './get-organization-item';
416
416
  export * from './get-organization-item-all-of';
417
417
  export * from './get-organization-relationship-response';
@@ -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 global: "global";
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
- global: 'global',
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 global: "global";
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
- global: 'global',
19
- account_settings: 'account_settings'
18
+ projects: 'projects',
19
+ account_settings: 'account_settings',
20
+ partnership: 'partnership'
20
21
  };