pipedrive 13.0.10 → 13.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (398) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +19 -16
  3. package/dist/ApiClient.js +46 -9
  4. package/dist/api/ActivitiesApi.js +44 -44
  5. package/dist/api/ActivityTypesApi.js +4 -4
  6. package/dist/api/CallLogsApi.js +23 -6
  7. package/dist/api/CurrenciesApi.js +2 -2
  8. package/dist/api/DealFieldsApi.js +10 -10
  9. package/dist/api/DealsApi.js +114 -102
  10. package/dist/api/FilesApi.js +34 -34
  11. package/dist/api/FiltersApi.js +19 -2
  12. package/dist/api/GlobalMessagesApi.js +8 -8
  13. package/dist/api/GoalsApi.js +54 -54
  14. package/dist/api/ItemSearchApi.js +6 -6
  15. package/dist/api/LeadLabelsApi.js +21 -12
  16. package/dist/api/LeadSourcesApi.js +2 -2
  17. package/dist/api/LeadsApi.js +23 -18
  18. package/dist/api/MailboxApi.js +26 -26
  19. package/dist/api/NoteFieldsApi.js +2 -2
  20. package/dist/api/NotesApi.js +50 -42
  21. package/dist/api/OrganizationFieldsApi.js +10 -10
  22. package/dist/api/OrganizationRelationshipsApi.js +25 -12
  23. package/dist/api/OrganizationsApi.js +60 -52
  24. package/dist/api/PermissionSetsApi.js +12 -12
  25. package/dist/api/PersonFieldsApi.js +10 -10
  26. package/dist/api/PersonsApi.js +90 -82
  27. package/dist/api/PipelinesApi.js +50 -50
  28. package/dist/api/ProductFieldsApi.js +23 -10
  29. package/dist/api/ProductsApi.js +48 -44
  30. package/dist/api/RecentsApi.js +6 -6
  31. package/dist/api/RolesApi.js +38 -38
  32. package/dist/api/StagesApi.js +14 -14
  33. package/dist/api/SubscriptionsApi.js +76 -34
  34. package/dist/api/TeamsApi.js +49 -32
  35. package/dist/api/UserConnectionsApi.js +2 -2
  36. package/dist/api/UserSettingsApi.js +2 -2
  37. package/dist/api/UsersApi.js +44 -44
  38. package/dist/api/WebhooksApi.js +27 -14
  39. package/dist/index.js +24 -0
  40. package/dist/model/ActivityDistributionDataActivityDistribution.js +1 -1
  41. package/dist/model/ActivityDistributionDataActivityDistributionASSIGNEDTOUSERID.js +4 -4
  42. package/dist/model/ActivityDistributionDataActivityDistributionASSIGNEDTOUSERIDActivities.js +2 -2
  43. package/dist/model/ActivityInfo.js +5 -5
  44. package/dist/model/ActivityObjectFragment.js +9 -9
  45. package/dist/model/ActivityPostObject.js +32 -32
  46. package/dist/model/ActivityPostObjectAllOf.js +7 -7
  47. package/dist/model/ActivityPutObject.js +32 -32
  48. package/dist/model/ActivityPutObjectAllOf.js +7 -7
  49. package/dist/model/ActivityResponseObject.js +96 -96
  50. package/dist/model/ActivityResponseObjectAllOf.js +39 -39
  51. package/dist/model/ActivityTypeBulkDeleteResponseAllOfData.js +1 -1
  52. package/dist/model/AddDealFollowerRequest.js +2 -2
  53. package/dist/model/AddDealParticipantRequest.js +2 -2
  54. package/dist/model/AddFollowerToPersonResponseAllOfData.js +4 -4
  55. package/dist/model/AddLeadLabelRequest.js +2 -2
  56. package/dist/model/AddLeadRequest.js +9 -9
  57. package/dist/model/AddNoteRequest.js +22 -22
  58. package/dist/model/AddNoteRequestAllOf.js +4 -4
  59. package/dist/model/AddOrganizationRelationshipRequest.js +5 -5
  60. package/dist/model/AddPersonFollowerRequest.js +2 -2
  61. package/dist/model/AddProductAttachmentDetails.js +36 -36
  62. package/dist/model/AddProductAttachmentDetailsAllOf.js +1 -1
  63. package/dist/model/AddProductFollowerRequest.js +2 -2
  64. package/dist/model/AddProductRequestBody.js +12 -12
  65. package/dist/model/AddTeamUserRequest.js +2 -2
  66. package/dist/model/AddWebhookRequest.js +7 -7
  67. package/dist/model/AddedDealFollowerData.js +4 -4
  68. package/dist/model/AdditionalBaseOrganizationItemInfo.js +64 -64
  69. package/dist/model/AdditionalDataWithPagination.js +1 -1
  70. package/dist/model/AdditionalMergePersonInfo.js +60 -60
  71. package/dist/model/AdditionalPersonInfo.js +50 -50
  72. package/dist/model/AllOrganizationRelationshipsGetResponse.js +2 -2
  73. package/dist/model/AllOrganizationRelationshipsGetResponseAllOf.js +1 -1
  74. package/dist/model/AllOrganizationsGetResponse.js +2 -2
  75. package/dist/model/AllOrganizationsGetResponseAllOf.js +1 -1
  76. package/dist/model/Assignee.js +3 -3
  77. package/dist/model/BaseComment.js +7 -7
  78. package/dist/model/BaseCurrency.js +7 -7
  79. package/dist/model/BaseDeal.js +51 -51
  80. package/dist/model/BaseNote.js +14 -14
  81. package/dist/model/BaseNoteDealTitle.js +2 -2
  82. package/dist/model/BaseNoteOrganization.js +2 -2
  83. package/dist/model/BaseNotePerson.js +2 -2
  84. package/dist/model/BaseOrganizationItem.js +86 -86
  85. package/dist/model/BaseOrganizationItemFields.js +11 -11
  86. package/dist/model/BaseOrganizationItemWithEditNameFlag.js +88 -88
  87. package/dist/model/BaseOrganizationItemWithEditNameFlagAllOf.js +1 -1
  88. package/dist/model/BaseOrganizationRelationshipItem.js +5 -5
  89. package/dist/model/BasePersonItem.js +13 -13
  90. package/dist/model/BasePersonItemEmail.js +2 -2
  91. package/dist/model/BasePersonItemPhone.js +3 -3
  92. package/dist/model/BasePipeline.js +8 -8
  93. package/dist/model/BasePipelineWithSelectedFlag.js +18 -18
  94. package/dist/model/BasePipelineWithSelectedFlagAllOf.js +1 -1
  95. package/dist/model/BaseProduct.js +3 -3
  96. package/dist/model/BaseRole.js +3 -3
  97. package/dist/model/BaseStage.js +10 -10
  98. package/dist/model/BaseTeam.js +20 -20
  99. package/dist/model/BaseTeamAdditionalProperties.js +2 -2
  100. package/dist/model/BaseUser.js +19 -19
  101. package/dist/model/BaseUserMe.js +48 -48
  102. package/dist/model/BaseUserMeAllOf.js +5 -5
  103. package/dist/model/BaseUserMeAllOfLanguage.js +1 -1
  104. package/dist/model/BaseWebhook.js +3 -3
  105. package/dist/model/BasicDeal.js +10 -10
  106. package/dist/model/BasicDealProduct.js +6 -6
  107. package/dist/model/BasicGoal.js +6 -6
  108. package/dist/model/BasicOrganization.js +3 -3
  109. package/dist/model/BasicPerson.js +23 -10
  110. package/dist/model/BasicPersonEmail.js +112 -0
  111. package/dist/model/BasicProductField.js +3 -3
  112. package/dist/model/BulkDeleteResponseAllOfData.js +1 -1
  113. package/dist/model/CalculatedFields.js +2 -2
  114. package/dist/model/CallLogObject.js +6 -6
  115. package/dist/model/CommentPostPutObject.js +2 -2
  116. package/dist/model/CreateTeam.js +6 -6
  117. package/dist/model/Currencies.js +1 -1
  118. package/dist/model/DealCountAndActivityInfo.js +26 -26
  119. package/dist/model/DealFlowResponseAllOfData.js +1 -1
  120. package/dist/model/DealListActivitiesResponse.js +2 -2
  121. package/dist/model/DealListActivitiesResponseAllOf.js +1 -1
  122. package/dist/model/DealNonStrict.js +104 -104
  123. package/dist/model/DealNonStrictModeFields.js +1 -1
  124. package/dist/model/DealNonStrictModeFieldsCreatorUserId.js +6 -6
  125. package/dist/model/DealNonStrictWithDetails.js +110 -110
  126. package/dist/model/DealNonStrictWithDetailsAllOf.js +3 -3
  127. package/dist/model/DealNonStrictWithDetailsAllOfAge.js +1 -1
  128. package/dist/model/DealNonStrictWithDetailsAllOfAverageTimeToWon.js +1 -1
  129. package/dist/model/DealNonStrictWithDetailsAllOfStayInPipelineStages.js +3 -3
  130. package/dist/model/DealOrganizationData.js +7 -7
  131. package/dist/model/DealOrganizationDataWithId.js +14 -14
  132. package/dist/model/DealOrganizationDataWithIdAllOf.js +1 -1
  133. package/dist/model/DealParticipantCountInfo.js +2 -2
  134. package/dist/model/DealParticipants.js +1 -1
  135. package/dist/model/DealPersonData.js +10 -10
  136. package/dist/model/DealPersonDataEmail.js +112 -0
  137. package/dist/model/DealPersonDataPhone.js +1 -1
  138. package/dist/model/DealPersonDataWithId.js +17 -17
  139. package/dist/model/DealPersonDataWithIdAllOf.js +1 -1
  140. package/dist/model/DealSearchItemItem.js +8 -8
  141. package/dist/model/DealSearchItemItemOrganization.js +2 -2
  142. package/dist/model/DealSearchItemItemOwner.js +1 -1
  143. package/dist/model/DealSearchItemItemPerson.js +2 -2
  144. package/dist/model/DealSearchItemItemStage.js +2 -2
  145. package/dist/model/DealSearchResponseAllOfData.js +1 -1
  146. package/dist/model/DealStrict.js +112 -112
  147. package/dist/model/DealStrictModeFields.js +5 -5
  148. package/dist/model/DealStrictWithMergeId.js +114 -114
  149. package/dist/model/DealStrictWithMergeIdAllOf.js +1 -1
  150. package/dist/model/DealSummaryPerStages.js +1 -1
  151. package/dist/model/DealTitleParameter.js +1 -1
  152. package/dist/model/DealUserData.js +7 -7
  153. package/dist/model/DealUserDataWithId.js +14 -14
  154. package/dist/model/DealUserDataWithIdAllOf.js +1 -1
  155. package/dist/model/DealsCountAndActivityInfo.js +26 -26
  156. package/dist/model/DealsCountInfo.js +8 -8
  157. package/dist/model/DealsMovementsInfo.js +2 -2
  158. package/dist/model/DealsMovementsInfoFormattedValues.js +2 -2
  159. package/dist/model/DealsMovementsInfoValues.js +2 -2
  160. package/dist/model/DeleteActivitiesResponse200Data.js +1 -1
  161. package/dist/model/DeleteActivityResponse200Data.js +1 -1
  162. package/dist/model/DeleteDealData.js +1 -1
  163. package/dist/model/DeleteDealFollowerData.js +1 -1
  164. package/dist/model/DeleteDealParticipantData.js +1 -1
  165. package/dist/model/DeleteDealProductData.js +2 -2
  166. package/dist/model/DeleteFileData.js +1 -1
  167. package/dist/model/DeleteMultipleDealsData.js +1 -1
  168. package/dist/model/DeleteMultipleProductFieldsResponseData.js +1 -1
  169. package/dist/model/DeletePersonResponseAllOfData.js +1 -1
  170. package/dist/model/DeletePersonsInBulkResponseAllOfData.js +1 -1
  171. package/dist/model/DeleteProductFieldResponseData.js +1 -1
  172. package/dist/model/DeleteProductFollowerResponseData.js +1 -1
  173. package/dist/model/DeleteProductResponseData.js +1 -1
  174. package/dist/model/DeleteResponseAllOfData.js +1 -1
  175. package/dist/model/DeleteRoleAllOfData.js +1 -1
  176. package/dist/model/DeleteRoleAssignmentAllOfData.js +1 -1
  177. package/dist/model/DeleteStageResponse200Data.js +1 -1
  178. package/dist/model/DeleteStagesResponse200Data.js +1 -1
  179. package/dist/model/DeleteTeamUserRequest.js +2 -2
  180. package/dist/model/Duration.js +3 -3
  181. package/dist/model/EditPipeline.js +2 -2
  182. package/dist/model/EditPipelineAllOf.js +1 -1
  183. package/dist/model/EmailInfo.js +2 -2
  184. package/dist/model/ExpectedOutcome.js +3 -3
  185. package/dist/model/Field.js +18 -18
  186. package/dist/model/FieldCreateRequest.js +5 -5
  187. package/dist/model/FieldCreateRequestAllOf.js +3 -3
  188. package/dist/model/FieldUpdateRequest.js +1 -1
  189. package/dist/model/FileData.js +24 -24
  190. package/dist/model/FileItem.js +24 -24
  191. package/dist/model/FiltersPostResponseAllOfData.js +1 -1
  192. package/dist/model/FullRole.js +12 -12
  193. package/dist/model/FullRoleAllOf.js +1 -1
  194. package/dist/model/GetAddProductAttachementDetails.js +1 -1
  195. package/dist/model/GetAddedDeal.js +1 -1
  196. package/dist/model/GetAddedDealAdditionalData.js +1 -1
  197. package/dist/model/GetAllPersonsResponse.js +2 -2
  198. package/dist/model/GetAllPersonsResponseAllOf.js +1 -1
  199. package/dist/model/GetAllProductFieldsResponse.js +2 -2
  200. package/dist/model/GetComments.js +1 -1
  201. package/dist/model/GetDealAdditionalData.js +1 -1
  202. package/dist/model/GetDeals.js +1 -1
  203. package/dist/model/GetDealsConversionRatesInPipelineAllOfData.js +4 -4
  204. package/dist/model/GetDealsMovementsInPipelineAllOfData.js +1 -1
  205. package/dist/model/GetDealsMovementsInPipelineAllOfDataAverageAgeInDays.js +3 -3
  206. package/dist/model/GetDealsMovementsInPipelineAllOfDataAverageAgeInDaysByStages.js +3 -3
  207. package/dist/model/GetDealsMovementsInPipelineAllOfDataMovementsBetweenStages.js +2 -2
  208. package/dist/model/GetDealsSummaryData.js +6 -6
  209. package/dist/model/GetDealsSummaryDataValuesTotal.js +6 -6
  210. package/dist/model/GetDealsSummaryDataWeightedValuesTotal.js +4 -4
  211. package/dist/model/GetDealsTimelineData.js +1 -1
  212. package/dist/model/GetDealsTimelineDataTotals.js +9 -9
  213. package/dist/model/GetDuplicatedDeal.js +1 -1
  214. package/dist/model/GetLeadSourcesResponse200Data.js +1 -1
  215. package/dist/model/GetNotes.js +1 -1
  216. package/dist/model/GetPersonDetailsResponseAllOfAdditionalData.js +1 -1
  217. package/dist/model/GetProductAttachementDetails.js +1 -1
  218. package/dist/model/GetProductFieldResponse.js +1 -1
  219. package/dist/model/GetRecentsAdditionalData.js +2 -2
  220. package/dist/model/GetRoleAllOfAdditionalData.js +1 -1
  221. package/dist/model/GetRoleAssignments.js +2 -2
  222. package/dist/model/GetRoleAssignmentsAllOf.js +1 -1
  223. package/dist/model/GetRoles.js +2 -2
  224. package/dist/model/GetRolesAllOf.js +1 -1
  225. package/dist/model/GetStageDeals.js +1 -1
  226. package/dist/model/GetStages.js +1 -1
  227. package/dist/model/GlobalMessageData.js +6 -6
  228. package/dist/model/GlobalMessageGet.js +2 -2
  229. package/dist/model/GlobalMessageGetAllOf.js +1 -1
  230. package/dist/model/GlobalMessageUserData.js +3 -3
  231. package/dist/model/GoalResults.js +1 -1
  232. package/dist/model/GoalType.js +2 -2
  233. package/dist/model/GoalsResponseComponent.js +4 -4
  234. package/dist/model/LeadLabelResponse.js +4 -4
  235. package/dist/model/LeadResponse.js +16 -16
  236. package/dist/model/LeadValue.js +1 -1
  237. package/dist/model/ListActivitiesResponse.js +2 -2
  238. package/dist/model/ListActivitiesResponseAllOf.js +1 -1
  239. package/dist/model/ListDealsResponse.js +2 -2
  240. package/dist/model/ListDealsResponseAllOf.js +1 -1
  241. package/dist/model/ListFilesResponse.js +2 -2
  242. package/dist/model/ListFilesResponseAllOf.js +1 -1
  243. package/dist/model/ListFollowersResponse.js +2 -2
  244. package/dist/model/ListFollowersResponseAllOf.js +1 -1
  245. package/dist/model/ListFollowersResponseAllOfData.js +4 -4
  246. package/dist/model/ListMailMessagesResponse.js +2 -2
  247. package/dist/model/ListMailMessagesResponseAllOf.js +1 -1
  248. package/dist/model/ListPermittedUsersResponse1.js +2 -2
  249. package/dist/model/ListPermittedUsersResponse1AllOf.js +1 -1
  250. package/dist/model/ListPermittedUsersResponseAllOfData.js +1 -1
  251. package/dist/model/ListPersonProductsResponse.js +2 -2
  252. package/dist/model/ListPersonProductsResponseAllOf.js +1 -1
  253. package/dist/model/ListPersonsResponse.js +2 -2
  254. package/dist/model/ListPersonsResponseAllOf.js +1 -1
  255. package/dist/model/ListProductAdditionalData.js +10 -10
  256. package/dist/model/ListProductAdditionalDataAllOf.js +5 -5
  257. package/dist/model/ListProductFollowersResponse.js +2 -2
  258. package/dist/model/ListProductFollowersResponseAllOf.js +1 -1
  259. package/dist/model/ListProductFollowersResponseAllOfData.js +4 -4
  260. package/dist/model/ListProductsResponseAllOfData.js +1 -1
  261. package/dist/model/MarketingStatus.js +69 -0
  262. package/dist/model/MergeDealsRequest.js +2 -2
  263. package/dist/model/MergeOrganizationsRequest.js +2 -2
  264. package/dist/model/MergePersonDealRelatedInfo.js +30 -30
  265. package/dist/model/MergePersonItem.js +86 -86
  266. package/dist/model/MergePersonsRequest.js +2 -2
  267. package/dist/model/NewDeal.js +25 -25
  268. package/dist/model/NewDealAllOf.js +1 -1
  269. package/dist/model/NewDealProduct.js +16 -16
  270. package/dist/model/NewDealProductAllOf.js +2 -2
  271. package/dist/model/NewFollowerResponseData.js +4 -4
  272. package/dist/model/NewGoal.js +12 -12
  273. package/dist/model/NewOrganization.js +9 -9
  274. package/dist/model/NewOrganizationAllOf.js +1 -1
  275. package/dist/model/NewPerson.js +40 -21
  276. package/dist/model/NewPersonAllOf.js +1 -1
  277. package/dist/model/NewProductField.js +4 -4
  278. package/dist/model/Note.js +19 -19
  279. package/dist/model/NoteConnectToParams.js +2 -2
  280. package/dist/model/NoteCreatorUser.js +5 -5
  281. package/dist/model/NoteField.js +7 -7
  282. package/dist/model/NoteParams.js +7 -7
  283. package/dist/model/OrganizationAddressInfo.js +11 -11
  284. package/dist/model/OrganizationCountAndAddressInfo.js +38 -38
  285. package/dist/model/OrganizationCountInfo.js +8 -8
  286. package/dist/model/OrganizationData.js +5 -5
  287. package/dist/model/OrganizationDataWithId.js +13 -13
  288. package/dist/model/OrganizationDataWithIdAllOf.js +1 -1
  289. package/dist/model/OrganizationDataWithIdAndActiveFlag.js +15 -15
  290. package/dist/model/OrganizationDataWithIdAndActiveFlagAllOf.js +1 -1
  291. package/dist/model/OrganizationDeleteResponseData.js +1 -1
  292. package/dist/model/OrganizationDetailsGetResponseAllOfAdditionalData.js +1 -1
  293. package/dist/model/OrganizationFlowResponseAllOfData.js +1 -1
  294. package/dist/model/OrganizationFollowerDeleteResponseData.js +1 -1
  295. package/dist/model/OrganizationFollowerItem.js +2 -2
  296. package/dist/model/OrganizationFollowerItemAllOf.js +1 -1
  297. package/dist/model/OrganizationItem.js +88 -88
  298. package/dist/model/OrganizationRelationship.js +1 -1
  299. package/dist/model/OrganizationRelationshipDeleteResponseAllOfData.js +1 -1
  300. package/dist/model/OrganizationRelationshipDetails.js +16 -16
  301. package/dist/model/OrganizationRelationshipWithCalculatedFields.js +14 -14
  302. package/dist/model/OrganizationSearchItemItem.js +5 -5
  303. package/dist/model/OrganizationsDeleteResponseData.js +1 -1
  304. package/dist/model/OrganizationsMergeResponseData.js +1 -1
  305. package/dist/model/Owner.js +12 -12
  306. package/dist/model/Params.js +2 -2
  307. package/dist/model/PaymentItem.js +13 -13
  308. package/dist/model/PermissionSets.js +2 -2
  309. package/dist/model/PermissionSetsAllOf.js +1 -1
  310. package/dist/model/PermissionSetsItem.js +3 -3
  311. package/dist/model/PersonCountAndEmailInfo.js +18 -18
  312. package/dist/model/PersonCountEmailDealAndActivityInfo.js +44 -44
  313. package/dist/model/PersonCountInfo.js +7 -7
  314. package/dist/model/PersonData.js +5 -5
  315. package/dist/model/PersonDataEmail.js +2 -2
  316. package/dist/model/PersonDataPhone.js +2 -2
  317. package/dist/model/PersonDataWithActiveFlag.js +13 -13
  318. package/dist/model/PersonDataWithActiveFlagAllOf.js +1 -1
  319. package/dist/model/PersonFlowResponseAllOfData.js +1 -1
  320. package/dist/model/PersonItem.js +76 -76
  321. package/dist/model/PersonListProduct.js +14 -14
  322. package/dist/model/PersonNameCountAndEmailInfo.js +24 -24
  323. package/dist/model/PersonNameCountAndEmailInfoWithIds.js +30 -30
  324. package/dist/model/PersonNameCountAndEmailInfoWithIdsAllOf.js +3 -3
  325. package/dist/model/PersonNameInfo.js +3 -3
  326. package/dist/model/PersonNameInfoWithOrgAndOwnerId.js +6 -6
  327. package/dist/model/PersonSearchItemItem.js +4 -4
  328. package/dist/model/PersonSearchItemItemOrganization.js +2 -2
  329. package/dist/model/PersonSearchItemItemOwner.js +1 -1
  330. package/dist/model/PictureData.js +2 -2
  331. package/dist/model/PictureDataWithID.js +4 -4
  332. package/dist/model/PictureDataWithValue.js +4 -4
  333. package/dist/model/Pipeline.js +4 -4
  334. package/dist/model/PipelineDetails.js +19 -19
  335. package/dist/model/PostDealParticipants.js +1 -1
  336. package/dist/model/PostRoleAssignmentAllOfData.js +2 -2
  337. package/dist/model/PostRoleSettingsAllOfData.js +1 -1
  338. package/dist/model/PostRolesAllOfData.js +1 -1
  339. package/dist/model/ProductAttachementFields.js +12 -12
  340. package/dist/model/ProductAttachmentDetails.js +35 -35
  341. package/dist/model/ProductBaseDeal.js +42 -42
  342. package/dist/model/ProductField.js +36 -36
  343. package/dist/model/ProductFieldAllOf.js +15 -15
  344. package/dist/model/ProductListItem.js +21 -21
  345. package/dist/model/ProductRequest.js +6 -6
  346. package/dist/model/ProductSearchItemItem.js +5 -5
  347. package/dist/model/ProductSearchItemItemOwner.js +1 -1
  348. package/dist/model/ProductWithArrayPrices.js +6 -6
  349. package/dist/model/ProductWithObjectPrices.js +6 -6
  350. package/dist/model/ProductsResponse.js +1 -1
  351. package/dist/model/RecentDataProduct.js +15 -15
  352. package/dist/model/RelatedDealDataDEALID.js +8 -8
  353. package/dist/model/RelatedOrganizationName.js +1 -1
  354. package/dist/model/RelatedPersonData.js +1 -1
  355. package/dist/model/RelationshipOrganizationInfoItem.js +12 -12
  356. package/dist/model/RelationshipOrganizationInfoItemAllOf.js +1 -1
  357. package/dist/model/RelationshipOrganizationInfoItemWithActiveFlag.js +14 -14
  358. package/dist/model/RequredTitleParameter.js +2 -2
  359. package/dist/model/ResponseCallLogObject.js +14 -14
  360. package/dist/model/ResponseCallLogObjectAllOf.js +1 -1
  361. package/dist/model/RoleAssignment.js +11 -11
  362. package/dist/model/RoleAssignmentAllOf.js +3 -3
  363. package/dist/model/RoleSettings.js +10 -10
  364. package/dist/model/RolesAdditionalData.js +1 -1
  365. package/dist/model/RolesAdditionalDataPagination.js +1 -1
  366. package/dist/model/SinglePermissionSetsItem.js +8 -8
  367. package/dist/model/SinglePermissionSetsItemAllOf.js +1 -1
  368. package/dist/model/Stage.js +5 -5
  369. package/dist/model/StageConversions.js +3 -3
  370. package/dist/model/StageDetails.js +21 -21
  371. package/dist/model/StageWithPipelineInfo.js +24 -24
  372. package/dist/model/StageWithPipelineInfoAllOf.js +2 -2
  373. package/dist/model/SubRole.js +10 -10
  374. package/dist/model/SubRoleAllOf.js +3 -3
  375. package/dist/model/SubscriptionInstallmentCreateRequest.js +5 -5
  376. package/dist/model/SubscriptionInstallmentUpdateRequest.js +1 -1
  377. package/dist/model/SubscriptionItem.js +15 -15
  378. package/dist/model/SubscriptionRecurringCancelRequest.js +1 -1
  379. package/dist/model/SubscriptionRecurringCreateRequest.js +14 -14
  380. package/dist/model/SubscriptionRecurringUpdateRequest.js +3 -3
  381. package/dist/model/TeamId.js +1 -1
  382. package/dist/model/UpdateDealRequest.js +22 -22
  383. package/dist/model/UpdateLeadLabelRequest.js +1 -1
  384. package/dist/model/UpdateLeadRequest.js +9 -9
  385. package/dist/model/UpdateStageRequest.js +10 -10
  386. package/dist/model/UpdateTeam.js +14 -14
  387. package/dist/model/UpdateTeamAllOf.js +2 -2
  388. package/dist/model/UpdateTeamWithAdditionalProperties.js +18 -18
  389. package/dist/model/UserAssignmentToPermissionSet.js +4 -4
  390. package/dist/model/UserAssignmentsToPermissionSet.js +2 -2
  391. package/dist/model/UserAssignmentsToPermissionSetAllOf.js +1 -1
  392. package/dist/model/UserData.js +6 -6
  393. package/dist/model/UserDataWithId.js +12 -12
  394. package/dist/model/UserIDs.js +2 -2
  395. package/dist/model/UserIDsAllOf.js +1 -1
  396. package/dist/model/UserPermissionsItem.js +31 -31
  397. package/dist/model/UserSettingsItem.js +5 -5
  398. package/package.json +3 -2
@@ -375,302 +375,302 @@ var DealStrict = /*#__PURE__*/function () {
375
375
  return DealStrict;
376
376
  }();
377
377
  /**
378
- * The ID of the Deal
378
+ * The ID of the deal
379
379
  * @member {Number} id
380
380
  */
381
381
 
382
382
 
383
383
  DealStrict.prototype['id'] = undefined;
384
384
  /**
385
- * The ID of the Deal creator
385
+ * The ID of the deal creator
386
386
  * @member {Number} creator_user_id
387
387
  */
388
388
 
389
389
  DealStrict.prototype['creator_user_id'] = undefined;
390
390
  /**
391
- * The ID of the User
391
+ * The ID of the user
392
392
  * @member {Number} user_id
393
393
  */
394
394
 
395
395
  DealStrict.prototype['user_id'] = undefined;
396
396
  /**
397
- * The ID of the Person associated with the Deal
397
+ * The ID of the person associated with the deal
398
398
  * @member {Number} person_id
399
399
  */
400
400
 
401
401
  DealStrict.prototype['person_id'] = undefined;
402
402
  /**
403
- * The ID of the Organization associated with the Deal
403
+ * The ID of the organization associated with the deal
404
404
  * @member {Number} org_id
405
405
  */
406
406
 
407
407
  DealStrict.prototype['org_id'] = undefined;
408
408
  /**
409
- * The ID of the Deal stage
409
+ * The ID of the deal stage
410
410
  * @member {Number} stage_id
411
411
  */
412
412
 
413
413
  DealStrict.prototype['stage_id'] = undefined;
414
414
  /**
415
- * The title of the Deal
415
+ * The title of the deal
416
416
  * @member {String} title
417
417
  */
418
418
 
419
419
  DealStrict.prototype['title'] = undefined;
420
420
  /**
421
- * The value of the Deal
421
+ * The value of the deal
422
422
  * @member {Number} value
423
423
  */
424
424
 
425
425
  DealStrict.prototype['value'] = undefined;
426
426
  /**
427
- * The currency associated with the Deal
427
+ * The currency associated with the deal
428
428
  * @member {String} currency
429
429
  */
430
430
 
431
431
  DealStrict.prototype['currency'] = undefined;
432
432
  /**
433
- * The creation date and time of the Deal
433
+ * The creation date and time of the deal
434
434
  * @member {String} add_time
435
435
  */
436
436
 
437
437
  DealStrict.prototype['add_time'] = undefined;
438
438
  /**
439
- * The last updated date and time of the Deal
439
+ * The last updated date and time of the deal
440
440
  * @member {String} update_time
441
441
  */
442
442
 
443
443
  DealStrict.prototype['update_time'] = undefined;
444
444
  /**
445
- * The last updated date and time of the Deal stage
445
+ * The last updated date and time of the deal stage
446
446
  * @member {String} stage_change_time
447
447
  */
448
448
 
449
449
  DealStrict.prototype['stage_change_time'] = undefined;
450
450
  /**
451
- * If the Deal is activated or not
451
+ * Whether the deal is active or not
452
452
  * @member {Boolean} active
453
453
  */
454
454
 
455
455
  DealStrict.prototype['active'] = undefined;
456
456
  /**
457
- * If the Deal is deleted or not
457
+ * Whether the deal is deleted or not
458
458
  * @member {Boolean} deleted
459
459
  */
460
460
 
461
461
  DealStrict.prototype['deleted'] = undefined;
462
462
  /**
463
- * The status of the Deal
463
+ * The status of the deal
464
464
  * @member {String} status
465
465
  */
466
466
 
467
467
  DealStrict.prototype['status'] = undefined;
468
468
  /**
469
- * The success probability percentage of the Deal
469
+ * The success probability percentage of the deal
470
470
  * @member {Number} probability
471
471
  */
472
472
 
473
473
  DealStrict.prototype['probability'] = undefined;
474
474
  /**
475
- * The date of the next activity associated with the Deal
475
+ * The date of the next activity associated with the deal
476
476
  * @member {String} next_activity_date
477
477
  */
478
478
 
479
479
  DealStrict.prototype['next_activity_date'] = undefined;
480
480
  /**
481
- * The time of the next activity associated with the Deal
481
+ * The time of the next activity associated with the deal
482
482
  * @member {String} next_activity_time
483
483
  */
484
484
 
485
485
  DealStrict.prototype['next_activity_time'] = undefined;
486
486
  /**
487
- * The ID of the next activity associated with the Deal
487
+ * The ID of the next activity associated with the deal
488
488
  * @member {Number} next_activity_id
489
489
  */
490
490
 
491
491
  DealStrict.prototype['next_activity_id'] = undefined;
492
492
  /**
493
- * The ID of the last activity associated with the Deal
493
+ * The ID of the last activity associated with the deal
494
494
  * @member {Number} last_activity_id
495
495
  */
496
496
 
497
497
  DealStrict.prototype['last_activity_id'] = undefined;
498
498
  /**
499
- * The date of the last activity associated with the Deal
499
+ * The date of the last activity associated with the deal
500
500
  * @member {String} last_activity_date
501
501
  */
502
502
 
503
503
  DealStrict.prototype['last_activity_date'] = undefined;
504
504
  /**
505
- * The reason for losing the Deal
505
+ * The reason for losing the deal
506
506
  * @member {String} lost_reason
507
507
  */
508
508
 
509
509
  DealStrict.prototype['lost_reason'] = undefined;
510
510
  /**
511
- * The visibility of the Deal
511
+ * The visibility of the deal
512
512
  * @member {String} visible_to
513
513
  */
514
514
 
515
515
  DealStrict.prototype['visible_to'] = undefined;
516
516
  /**
517
- * The date and time of closing the Deal
517
+ * The date and time of closing the deal
518
518
  * @member {String} close_time
519
519
  */
520
520
 
521
521
  DealStrict.prototype['close_time'] = undefined;
522
522
  /**
523
- * The ID of pipeline associated with the Deal
523
+ * The ID of pipeline associated with the deal
524
524
  * @member {Number} pipeline_id
525
525
  */
526
526
 
527
527
  DealStrict.prototype['pipeline_id'] = undefined;
528
528
  /**
529
- * The date and time of changing the Deal status as won
529
+ * The date and time of changing the deal status as won
530
530
  * @member {String} won_time
531
531
  */
532
532
 
533
533
  DealStrict.prototype['won_time'] = undefined;
534
534
  /**
535
- * The date and time of the first time changing the Deal status as won
535
+ * The date and time of the first time changing the deal status as won
536
536
  * @member {String} first_won_time
537
537
  */
538
538
 
539
539
  DealStrict.prototype['first_won_time'] = undefined;
540
540
  /**
541
- * The date and time of changing the Deal status as lost
541
+ * The date and time of changing the deal status as lost
542
542
  * @member {String} lost_time
543
543
  */
544
544
 
545
545
  DealStrict.prototype['lost_time'] = undefined;
546
546
  /**
547
- * The number of Products associated with the Deal
547
+ * The number of products associated with the deal
548
548
  * @member {Number} products_count
549
549
  */
550
550
 
551
551
  DealStrict.prototype['products_count'] = undefined;
552
552
  /**
553
- * The number of Files associated with the Deal
553
+ * The number of files associated with the deal
554
554
  * @member {Number} files_count
555
555
  */
556
556
 
557
557
  DealStrict.prototype['files_count'] = undefined;
558
558
  /**
559
- * The number of Notes associated with the Deal
559
+ * The number of notes associated with the deal
560
560
  * @member {Number} notes_count
561
561
  */
562
562
 
563
563
  DealStrict.prototype['notes_count'] = undefined;
564
564
  /**
565
- * The number of Followers associated with the Deal
565
+ * The number of followers associated with the deal
566
566
  * @member {Number} followers_count
567
567
  */
568
568
 
569
569
  DealStrict.prototype['followers_count'] = undefined;
570
570
  /**
571
- * The number of emails associated with the Deal
571
+ * The number of emails associated with the deal
572
572
  * @member {Number} email_messages_count
573
573
  */
574
574
 
575
575
  DealStrict.prototype['email_messages_count'] = undefined;
576
576
  /**
577
- * The number of Activities associated with the Deal
577
+ * The number of activities associated with the deal
578
578
  * @member {Number} activities_count
579
579
  */
580
580
 
581
581
  DealStrict.prototype['activities_count'] = undefined;
582
582
  /**
583
- * The number of completed Activities associated with the Deal
583
+ * The number of completed activities associated with the deal
584
584
  * @member {Number} done_activities_count
585
585
  */
586
586
 
587
587
  DealStrict.prototype['done_activities_count'] = undefined;
588
588
  /**
589
- * The number of incomplete Activities associated with the Deal
589
+ * The number of incomplete activities associated with the deal
590
590
  * @member {Number} undone_activities_count
591
591
  */
592
592
 
593
593
  DealStrict.prototype['undone_activities_count'] = undefined;
594
594
  /**
595
- * The number of Participants associated with the Deal
595
+ * The number of participants associated with the deal
596
596
  * @member {Number} participants_count
597
597
  */
598
598
 
599
599
  DealStrict.prototype['participants_count'] = undefined;
600
600
  /**
601
- * The expected close date of the Deal
601
+ * The expected close date of the deal
602
602
  * @member {Date} expected_close_date
603
603
  */
604
604
 
605
605
  DealStrict.prototype['expected_close_date'] = undefined;
606
606
  /**
607
- * The date and time of the last incoming email associated with the Deal
607
+ * The date and time of the last incoming email associated with the deal
608
608
  * @member {String} last_incoming_mail_time
609
609
  */
610
610
 
611
611
  DealStrict.prototype['last_incoming_mail_time'] = undefined;
612
612
  /**
613
- * The date and time of the last outgoing email associated with the Deal
613
+ * The date and time of the last outgoing email associated with the deal
614
614
  * @member {String} last_outgoing_mail_time
615
615
  */
616
616
 
617
617
  DealStrict.prototype['last_outgoing_mail_time'] = undefined;
618
618
  /**
619
- * The label assigned to the Deal
619
+ * The label assigned to the deal
620
620
  * @member {String} label
621
621
  */
622
622
 
623
623
  DealStrict.prototype['label'] = undefined;
624
624
  /**
625
- * The order number of the Deal stage associated with the Deal
625
+ * The order number of the deal stage associated with the deal
626
626
  * @member {Number} stage_order_nr
627
627
  */
628
628
 
629
629
  DealStrict.prototype['stage_order_nr'] = undefined;
630
630
  /**
631
- * The name of the Person associated with the Deal
631
+ * The name of the person associated with the deal
632
632
  * @member {String} person_name
633
633
  */
634
634
 
635
635
  DealStrict.prototype['person_name'] = undefined;
636
636
  /**
637
- * The name of the Organization associated with the Deal
637
+ * The name of the organization associated with the deal
638
638
  * @member {String} org_name
639
639
  */
640
640
 
641
641
  DealStrict.prototype['org_name'] = undefined;
642
642
  /**
643
- * The subject of the next activity associated with the Deal
643
+ * The subject of the next activity associated with the deal
644
644
  * @member {String} next_activity_subject
645
645
  */
646
646
 
647
647
  DealStrict.prototype['next_activity_subject'] = undefined;
648
648
  /**
649
- * The type of the next activity associated with the Deal
649
+ * The type of the next activity associated with the deal
650
650
  * @member {String} next_activity_type
651
651
  */
652
652
 
653
653
  DealStrict.prototype['next_activity_type'] = undefined;
654
654
  /**
655
- * The duration of the next activity associated with the Deal
655
+ * The duration of the next activity associated with the deal
656
656
  * @member {String} next_activity_duration
657
657
  */
658
658
 
659
659
  DealStrict.prototype['next_activity_duration'] = undefined;
660
660
  /**
661
- * The note of the next activity associated with the Deal
661
+ * The note of the next activity associated with the deal
662
662
  * @member {String} next_activity_note
663
663
  */
664
664
 
665
665
  DealStrict.prototype['next_activity_note'] = undefined;
666
666
  /**
667
- * The Deal value formatted with selected currency. E.g. US$500
667
+ * The deal value formatted with selected currency. E.g. US$500
668
668
  * @member {String} formatted_value
669
669
  */
670
670
 
671
671
  DealStrict.prototype['formatted_value'] = undefined;
672
672
  /**
673
- * Probability times Deal value. Probability can either be Deal probability or if not set, then stage probability.
673
+ * Probability times deal value. Probability can either be deal probability or if not set, then stage probability.
674
674
  * @member {Number} weighted_value
675
675
  */
676
676
 
@@ -682,339 +682,339 @@ DealStrict.prototype['weighted_value'] = undefined;
682
682
 
683
683
  DealStrict.prototype['formatted_weighted_value'] = undefined;
684
684
  /**
685
- * The currency associated with the Deal
685
+ * The currency associated with the deal
686
686
  * @member {String} weighted_value_currency
687
687
  */
688
688
 
689
689
  DealStrict.prototype['weighted_value_currency'] = undefined;
690
690
  /**
691
- * The date and time of changing the Deal status as rotten
691
+ * The date and time of changing the deal status as rotten
692
692
  * @member {String} rotten_time
693
693
  */
694
694
 
695
695
  DealStrict.prototype['rotten_time'] = undefined;
696
696
  /**
697
- * The name of the Deal owner
697
+ * The name of the deal owner
698
698
  * @member {String} owner_name
699
699
  */
700
700
 
701
701
  DealStrict.prototype['owner_name'] = undefined;
702
702
  /**
703
- * The Cc email of the Deal
703
+ * The BCC email of the deal
704
704
  * @member {String} cc_email
705
705
  */
706
706
 
707
707
  DealStrict.prototype['cc_email'] = undefined;
708
708
  /**
709
- * If the Organization that is associated with the Deal is hidden or not
709
+ * If the organization that is associated with the deal is hidden or not
710
710
  * @member {Boolean} org_hidden
711
711
  */
712
712
 
713
713
  DealStrict.prototype['org_hidden'] = undefined;
714
714
  /**
715
- * If the Person that is associated with the Deal is hidden or not
715
+ * If the person that is associated with the deal is hidden or not
716
716
  * @member {Boolean} person_hidden
717
717
  */
718
718
 
719
719
  DealStrict.prototype['person_hidden'] = undefined; // Implement DealStrictModeFields interface:
720
720
 
721
721
  /**
722
- * The ID of the Deal
722
+ * The ID of the deal
723
723
  * @member {Number} id
724
724
  */
725
725
 
726
726
  _DealStrictModeFields["default"].prototype['id'] = undefined;
727
727
  /**
728
- * The ID of the Deal creator
728
+ * The ID of the deal creator
729
729
  * @member {Number} creator_user_id
730
730
  */
731
731
 
732
732
  _DealStrictModeFields["default"].prototype['creator_user_id'] = undefined;
733
733
  /**
734
- * The ID of the User
734
+ * The ID of the user
735
735
  * @member {Number} user_id
736
736
  */
737
737
 
738
738
  _DealStrictModeFields["default"].prototype['user_id'] = undefined;
739
739
  /**
740
- * The ID of the Person associated with the Deal
740
+ * The ID of the person associated with the deal
741
741
  * @member {Number} person_id
742
742
  */
743
743
 
744
744
  _DealStrictModeFields["default"].prototype['person_id'] = undefined;
745
745
  /**
746
- * The ID of the Organization associated with the Deal
746
+ * The ID of the organization associated with the deal
747
747
  * @member {Number} org_id
748
748
  */
749
749
 
750
750
  _DealStrictModeFields["default"].prototype['org_id'] = undefined; // Implement BaseDeal interface:
751
751
 
752
752
  /**
753
- * The ID of the Deal stage
753
+ * The ID of the deal stage
754
754
  * @member {Number} stage_id
755
755
  */
756
756
 
757
757
  _BaseDeal["default"].prototype['stage_id'] = undefined;
758
758
  /**
759
- * The title of the Deal
759
+ * The title of the deal
760
760
  * @member {String} title
761
761
  */
762
762
 
763
763
  _BaseDeal["default"].prototype['title'] = undefined;
764
764
  /**
765
- * The value of the Deal
765
+ * The value of the deal
766
766
  * @member {Number} value
767
767
  */
768
768
 
769
769
  _BaseDeal["default"].prototype['value'] = undefined;
770
770
  /**
771
- * The currency associated with the Deal
771
+ * The currency associated with the deal
772
772
  * @member {String} currency
773
773
  */
774
774
 
775
775
  _BaseDeal["default"].prototype['currency'] = undefined;
776
776
  /**
777
- * The creation date and time of the Deal
777
+ * The creation date and time of the deal
778
778
  * @member {String} add_time
779
779
  */
780
780
 
781
781
  _BaseDeal["default"].prototype['add_time'] = undefined;
782
782
  /**
783
- * The last updated date and time of the Deal
783
+ * The last updated date and time of the deal
784
784
  * @member {String} update_time
785
785
  */
786
786
 
787
787
  _BaseDeal["default"].prototype['update_time'] = undefined;
788
788
  /**
789
- * The last updated date and time of the Deal stage
789
+ * The last updated date and time of the deal stage
790
790
  * @member {String} stage_change_time
791
791
  */
792
792
 
793
793
  _BaseDeal["default"].prototype['stage_change_time'] = undefined;
794
794
  /**
795
- * If the Deal is activated or not
795
+ * Whether the deal is active or not
796
796
  * @member {Boolean} active
797
797
  */
798
798
 
799
799
  _BaseDeal["default"].prototype['active'] = undefined;
800
800
  /**
801
- * If the Deal is deleted or not
801
+ * Whether the deal is deleted or not
802
802
  * @member {Boolean} deleted
803
803
  */
804
804
 
805
805
  _BaseDeal["default"].prototype['deleted'] = undefined;
806
806
  /**
807
- * The status of the Deal
807
+ * The status of the deal
808
808
  * @member {String} status
809
809
  */
810
810
 
811
811
  _BaseDeal["default"].prototype['status'] = undefined;
812
812
  /**
813
- * The success probability percentage of the Deal
813
+ * The success probability percentage of the deal
814
814
  * @member {Number} probability
815
815
  */
816
816
 
817
817
  _BaseDeal["default"].prototype['probability'] = undefined;
818
818
  /**
819
- * The date of the next activity associated with the Deal
819
+ * The date of the next activity associated with the deal
820
820
  * @member {String} next_activity_date
821
821
  */
822
822
 
823
823
  _BaseDeal["default"].prototype['next_activity_date'] = undefined;
824
824
  /**
825
- * The time of the next activity associated with the Deal
825
+ * The time of the next activity associated with the deal
826
826
  * @member {String} next_activity_time
827
827
  */
828
828
 
829
829
  _BaseDeal["default"].prototype['next_activity_time'] = undefined;
830
830
  /**
831
- * The ID of the next activity associated with the Deal
831
+ * The ID of the next activity associated with the deal
832
832
  * @member {Number} next_activity_id
833
833
  */
834
834
 
835
835
  _BaseDeal["default"].prototype['next_activity_id'] = undefined;
836
836
  /**
837
- * The ID of the last activity associated with the Deal
837
+ * The ID of the last activity associated with the deal
838
838
  * @member {Number} last_activity_id
839
839
  */
840
840
 
841
841
  _BaseDeal["default"].prototype['last_activity_id'] = undefined;
842
842
  /**
843
- * The date of the last activity associated with the Deal
843
+ * The date of the last activity associated with the deal
844
844
  * @member {String} last_activity_date
845
845
  */
846
846
 
847
847
  _BaseDeal["default"].prototype['last_activity_date'] = undefined;
848
848
  /**
849
- * The reason for losing the Deal
849
+ * The reason for losing the deal
850
850
  * @member {String} lost_reason
851
851
  */
852
852
 
853
853
  _BaseDeal["default"].prototype['lost_reason'] = undefined;
854
854
  /**
855
- * The visibility of the Deal
855
+ * The visibility of the deal
856
856
  * @member {String} visible_to
857
857
  */
858
858
 
859
859
  _BaseDeal["default"].prototype['visible_to'] = undefined;
860
860
  /**
861
- * The date and time of closing the Deal
861
+ * The date and time of closing the deal
862
862
  * @member {String} close_time
863
863
  */
864
864
 
865
865
  _BaseDeal["default"].prototype['close_time'] = undefined;
866
866
  /**
867
- * The ID of pipeline associated with the Deal
867
+ * The ID of pipeline associated with the deal
868
868
  * @member {Number} pipeline_id
869
869
  */
870
870
 
871
871
  _BaseDeal["default"].prototype['pipeline_id'] = undefined;
872
872
  /**
873
- * The date and time of changing the Deal status as won
873
+ * The date and time of changing the deal status as won
874
874
  * @member {String} won_time
875
875
  */
876
876
 
877
877
  _BaseDeal["default"].prototype['won_time'] = undefined;
878
878
  /**
879
- * The date and time of the first time changing the Deal status as won
879
+ * The date and time of the first time changing the deal status as won
880
880
  * @member {String} first_won_time
881
881
  */
882
882
 
883
883
  _BaseDeal["default"].prototype['first_won_time'] = undefined;
884
884
  /**
885
- * The date and time of changing the Deal status as lost
885
+ * The date and time of changing the deal status as lost
886
886
  * @member {String} lost_time
887
887
  */
888
888
 
889
889
  _BaseDeal["default"].prototype['lost_time'] = undefined;
890
890
  /**
891
- * The number of Products associated with the Deal
891
+ * The number of products associated with the deal
892
892
  * @member {Number} products_count
893
893
  */
894
894
 
895
895
  _BaseDeal["default"].prototype['products_count'] = undefined;
896
896
  /**
897
- * The number of Files associated with the Deal
897
+ * The number of files associated with the deal
898
898
  * @member {Number} files_count
899
899
  */
900
900
 
901
901
  _BaseDeal["default"].prototype['files_count'] = undefined;
902
902
  /**
903
- * The number of Notes associated with the Deal
903
+ * The number of notes associated with the deal
904
904
  * @member {Number} notes_count
905
905
  */
906
906
 
907
907
  _BaseDeal["default"].prototype['notes_count'] = undefined;
908
908
  /**
909
- * The number of Followers associated with the Deal
909
+ * The number of followers associated with the deal
910
910
  * @member {Number} followers_count
911
911
  */
912
912
 
913
913
  _BaseDeal["default"].prototype['followers_count'] = undefined;
914
914
  /**
915
- * The number of emails associated with the Deal
915
+ * The number of emails associated with the deal
916
916
  * @member {Number} email_messages_count
917
917
  */
918
918
 
919
919
  _BaseDeal["default"].prototype['email_messages_count'] = undefined;
920
920
  /**
921
- * The number of Activities associated with the Deal
921
+ * The number of activities associated with the deal
922
922
  * @member {Number} activities_count
923
923
  */
924
924
 
925
925
  _BaseDeal["default"].prototype['activities_count'] = undefined;
926
926
  /**
927
- * The number of completed Activities associated with the Deal
927
+ * The number of completed activities associated with the deal
928
928
  * @member {Number} done_activities_count
929
929
  */
930
930
 
931
931
  _BaseDeal["default"].prototype['done_activities_count'] = undefined;
932
932
  /**
933
- * The number of incomplete Activities associated with the Deal
933
+ * The number of incomplete activities associated with the deal
934
934
  * @member {Number} undone_activities_count
935
935
  */
936
936
 
937
937
  _BaseDeal["default"].prototype['undone_activities_count'] = undefined;
938
938
  /**
939
- * The number of Participants associated with the Deal
939
+ * The number of participants associated with the deal
940
940
  * @member {Number} participants_count
941
941
  */
942
942
 
943
943
  _BaseDeal["default"].prototype['participants_count'] = undefined;
944
944
  /**
945
- * The expected close date of the Deal
945
+ * The expected close date of the deal
946
946
  * @member {Date} expected_close_date
947
947
  */
948
948
 
949
949
  _BaseDeal["default"].prototype['expected_close_date'] = undefined;
950
950
  /**
951
- * The date and time of the last incoming email associated with the Deal
951
+ * The date and time of the last incoming email associated with the deal
952
952
  * @member {String} last_incoming_mail_time
953
953
  */
954
954
 
955
955
  _BaseDeal["default"].prototype['last_incoming_mail_time'] = undefined;
956
956
  /**
957
- * The date and time of the last outgoing email associated with the Deal
957
+ * The date and time of the last outgoing email associated with the deal
958
958
  * @member {String} last_outgoing_mail_time
959
959
  */
960
960
 
961
961
  _BaseDeal["default"].prototype['last_outgoing_mail_time'] = undefined;
962
962
  /**
963
- * The label assigned to the Deal
963
+ * The label assigned to the deal
964
964
  * @member {String} label
965
965
  */
966
966
 
967
967
  _BaseDeal["default"].prototype['label'] = undefined;
968
968
  /**
969
- * The order number of the Deal stage associated with the Deal
969
+ * The order number of the deal stage associated with the deal
970
970
  * @member {Number} stage_order_nr
971
971
  */
972
972
 
973
973
  _BaseDeal["default"].prototype['stage_order_nr'] = undefined;
974
974
  /**
975
- * The name of the Person associated with the Deal
975
+ * The name of the person associated with the deal
976
976
  * @member {String} person_name
977
977
  */
978
978
 
979
979
  _BaseDeal["default"].prototype['person_name'] = undefined;
980
980
  /**
981
- * The name of the Organization associated with the Deal
981
+ * The name of the organization associated with the deal
982
982
  * @member {String} org_name
983
983
  */
984
984
 
985
985
  _BaseDeal["default"].prototype['org_name'] = undefined;
986
986
  /**
987
- * The subject of the next activity associated with the Deal
987
+ * The subject of the next activity associated with the deal
988
988
  * @member {String} next_activity_subject
989
989
  */
990
990
 
991
991
  _BaseDeal["default"].prototype['next_activity_subject'] = undefined;
992
992
  /**
993
- * The type of the next activity associated with the Deal
993
+ * The type of the next activity associated with the deal
994
994
  * @member {String} next_activity_type
995
995
  */
996
996
 
997
997
  _BaseDeal["default"].prototype['next_activity_type'] = undefined;
998
998
  /**
999
- * The duration of the next activity associated with the Deal
999
+ * The duration of the next activity associated with the deal
1000
1000
  * @member {String} next_activity_duration
1001
1001
  */
1002
1002
 
1003
1003
  _BaseDeal["default"].prototype['next_activity_duration'] = undefined;
1004
1004
  /**
1005
- * The note of the next activity associated with the Deal
1005
+ * The note of the next activity associated with the deal
1006
1006
  * @member {String} next_activity_note
1007
1007
  */
1008
1008
 
1009
1009
  _BaseDeal["default"].prototype['next_activity_note'] = undefined;
1010
1010
  /**
1011
- * The Deal value formatted with selected currency. E.g. US$500
1011
+ * The deal value formatted with selected currency. E.g. US$500
1012
1012
  * @member {String} formatted_value
1013
1013
  */
1014
1014
 
1015
1015
  _BaseDeal["default"].prototype['formatted_value'] = undefined;
1016
1016
  /**
1017
- * Probability times Deal value. Probability can either be Deal probability or if not set, then stage probability.
1017
+ * Probability times deal value. Probability can either be deal probability or if not set, then stage probability.
1018
1018
  * @member {Number} weighted_value
1019
1019
  */
1020
1020
 
@@ -1026,37 +1026,37 @@ _BaseDeal["default"].prototype['weighted_value'] = undefined;
1026
1026
 
1027
1027
  _BaseDeal["default"].prototype['formatted_weighted_value'] = undefined;
1028
1028
  /**
1029
- * The currency associated with the Deal
1029
+ * The currency associated with the deal
1030
1030
  * @member {String} weighted_value_currency
1031
1031
  */
1032
1032
 
1033
1033
  _BaseDeal["default"].prototype['weighted_value_currency'] = undefined;
1034
1034
  /**
1035
- * The date and time of changing the Deal status as rotten
1035
+ * The date and time of changing the deal status as rotten
1036
1036
  * @member {String} rotten_time
1037
1037
  */
1038
1038
 
1039
1039
  _BaseDeal["default"].prototype['rotten_time'] = undefined;
1040
1040
  /**
1041
- * The name of the Deal owner
1041
+ * The name of the deal owner
1042
1042
  * @member {String} owner_name
1043
1043
  */
1044
1044
 
1045
1045
  _BaseDeal["default"].prototype['owner_name'] = undefined;
1046
1046
  /**
1047
- * The Cc email of the Deal
1047
+ * The BCC email of the deal
1048
1048
  * @member {String} cc_email
1049
1049
  */
1050
1050
 
1051
1051
  _BaseDeal["default"].prototype['cc_email'] = undefined;
1052
1052
  /**
1053
- * If the Organization that is associated with the Deal is hidden or not
1053
+ * If the organization that is associated with the deal is hidden or not
1054
1054
  * @member {Boolean} org_hidden
1055
1055
  */
1056
1056
 
1057
1057
  _BaseDeal["default"].prototype['org_hidden'] = undefined;
1058
1058
  /**
1059
- * If the Person that is associated with the Deal is hidden or not
1059
+ * If the person that is associated with the deal is hidden or not
1060
1060
  * @member {Boolean} person_hidden
1061
1061
  */
1062
1062