pipedrive 13.0.11 → 13.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/README.md +18 -16
- package/dist/api/ActivitiesApi.js +44 -44
- package/dist/api/ActivityTypesApi.js +4 -4
- package/dist/api/CallLogsApi.js +6 -6
- package/dist/api/CurrenciesApi.js +2 -2
- package/dist/api/DealFieldsApi.js +10 -10
- package/dist/api/DealsApi.js +100 -100
- package/dist/api/FilesApi.js +34 -34
- package/dist/api/FiltersApi.js +2 -2
- package/dist/api/GlobalMessagesApi.js +8 -8
- package/dist/api/GoalsApi.js +54 -54
- package/dist/api/LeadLabelsApi.js +12 -12
- package/dist/api/LeadSourcesApi.js +2 -2
- package/dist/api/LeadsApi.js +18 -18
- package/dist/api/MailboxApi.js +26 -26
- package/dist/api/NoteFieldsApi.js +2 -2
- package/dist/api/NotesApi.js +42 -42
- package/dist/api/OrganizationFieldsApi.js +10 -10
- package/dist/api/OrganizationRelationshipsApi.js +12 -12
- package/dist/api/OrganizationsApi.js +50 -50
- package/dist/api/PermissionSetsApi.js +12 -12
- package/dist/api/PersonFieldsApi.js +10 -10
- package/dist/api/PersonsApi.js +74 -74
- package/dist/api/PipelinesApi.js +50 -50
- package/dist/api/ProductFieldsApi.js +10 -10
- package/dist/api/ProductsApi.js +44 -44
- package/dist/api/RecentsApi.js +6 -6
- package/dist/api/RolesApi.js +38 -38
- package/dist/api/StagesApi.js +14 -14
- package/dist/api/SubscriptionsApi.js +34 -34
- package/dist/api/TeamsApi.js +32 -32
- package/dist/api/UserConnectionsApi.js +2 -2
- package/dist/api/UserSettingsApi.js +2 -2
- package/dist/api/UsersApi.js +44 -44
- package/dist/api/WebhooksApi.js +14 -14
- package/dist/index.js +16 -0
- package/dist/model/ActivityDistributionDataActivityDistribution.js +1 -1
- package/dist/model/ActivityDistributionDataActivityDistributionASSIGNEDTOUSERID.js +4 -4
- package/dist/model/ActivityDistributionDataActivityDistributionASSIGNEDTOUSERIDActivities.js +2 -2
- package/dist/model/ActivityInfo.js +5 -5
- package/dist/model/ActivityObjectFragment.js +9 -9
- package/dist/model/ActivityPostObject.js +32 -32
- package/dist/model/ActivityPostObjectAllOf.js +7 -7
- package/dist/model/ActivityPutObject.js +32 -32
- package/dist/model/ActivityPutObjectAllOf.js +7 -7
- package/dist/model/ActivityResponseObject.js +96 -96
- package/dist/model/ActivityResponseObjectAllOf.js +39 -39
- package/dist/model/ActivityTypeBulkDeleteResponseAllOfData.js +1 -1
- package/dist/model/AddDealFollowerRequest.js +2 -2
- package/dist/model/AddDealParticipantRequest.js +2 -2
- package/dist/model/AddFollowerToPersonResponseAllOfData.js +4 -4
- package/dist/model/AddLeadLabelRequest.js +2 -2
- package/dist/model/AddLeadRequest.js +9 -9
- package/dist/model/AddNoteRequest.js +22 -22
- package/dist/model/AddNoteRequestAllOf.js +4 -4
- package/dist/model/AddOrganizationRelationshipRequest.js +5 -5
- package/dist/model/AddPersonFollowerRequest.js +2 -2
- package/dist/model/AddProductAttachmentDetails.js +36 -36
- package/dist/model/AddProductAttachmentDetailsAllOf.js +1 -1
- package/dist/model/AddProductFollowerRequest.js +2 -2
- package/dist/model/AddProductRequestBody.js +12 -12
- package/dist/model/AddTeamUserRequest.js +2 -2
- package/dist/model/AddWebhookRequest.js +7 -7
- package/dist/model/AddedDealFollowerData.js +4 -4
- package/dist/model/AdditionalBaseOrganizationItemInfo.js +64 -64
- package/dist/model/AdditionalDataWithPagination.js +1 -1
- package/dist/model/AdditionalMergePersonInfo.js +60 -60
- package/dist/model/AdditionalPersonInfo.js +50 -50
- package/dist/model/AllOrganizationRelationshipsGetResponse.js +2 -2
- package/dist/model/AllOrganizationRelationshipsGetResponseAllOf.js +1 -1
- package/dist/model/AllOrganizationsGetResponse.js +2 -2
- package/dist/model/AllOrganizationsGetResponseAllOf.js +1 -1
- package/dist/model/Assignee.js +3 -3
- package/dist/model/BaseComment.js +7 -7
- package/dist/model/BaseCurrency.js +7 -7
- package/dist/model/BaseDeal.js +51 -51
- package/dist/model/BaseNote.js +14 -14
- package/dist/model/BaseNoteDealTitle.js +2 -2
- package/dist/model/BaseNoteOrganization.js +2 -2
- package/dist/model/BaseNotePerson.js +2 -2
- package/dist/model/BaseOrganizationItem.js +86 -86
- package/dist/model/BaseOrganizationItemFields.js +11 -11
- package/dist/model/BaseOrganizationItemWithEditNameFlag.js +88 -88
- package/dist/model/BaseOrganizationItemWithEditNameFlagAllOf.js +1 -1
- package/dist/model/BaseOrganizationRelationshipItem.js +5 -5
- package/dist/model/BasePersonItem.js +13 -13
- package/dist/model/BasePersonItemEmail.js +2 -2
- package/dist/model/BasePersonItemPhone.js +3 -3
- package/dist/model/BasePipeline.js +8 -8
- package/dist/model/BasePipelineWithSelectedFlag.js +18 -18
- package/dist/model/BasePipelineWithSelectedFlagAllOf.js +1 -1
- package/dist/model/BaseProduct.js +3 -3
- package/dist/model/BaseRole.js +3 -3
- package/dist/model/BaseStage.js +10 -10
- package/dist/model/BaseTeam.js +20 -20
- package/dist/model/BaseTeamAdditionalProperties.js +2 -2
- package/dist/model/BaseUser.js +19 -19
- package/dist/model/BaseUserMe.js +48 -48
- package/dist/model/BaseUserMeAllOf.js +5 -5
- package/dist/model/BaseUserMeAllOfLanguage.js +1 -1
- package/dist/model/BaseWebhook.js +3 -3
- package/dist/model/BasicDeal.js +10 -10
- package/dist/model/BasicDealProduct.js +6 -6
- package/dist/model/BasicGoal.js +6 -6
- package/dist/model/BasicOrganization.js +3 -3
- package/dist/model/BasicPerson.js +10 -10
- package/dist/model/BasicPersonEmail.js +112 -0
- package/dist/model/BasicProductField.js +3 -3
- package/dist/model/BulkDeleteResponseAllOfData.js +1 -1
- package/dist/model/CalculatedFields.js +2 -2
- package/dist/model/CallLogObject.js +6 -6
- package/dist/model/CommentPostPutObject.js +2 -2
- package/dist/model/CreateTeam.js +6 -6
- package/dist/model/Currencies.js +1 -1
- package/dist/model/DealCountAndActivityInfo.js +26 -26
- package/dist/model/DealFlowResponseAllOfData.js +1 -1
- package/dist/model/DealListActivitiesResponse.js +2 -2
- package/dist/model/DealListActivitiesResponseAllOf.js +1 -1
- package/dist/model/DealNonStrict.js +104 -104
- package/dist/model/DealNonStrictModeFields.js +1 -1
- package/dist/model/DealNonStrictModeFieldsCreatorUserId.js +6 -6
- package/dist/model/DealNonStrictWithDetails.js +110 -110
- package/dist/model/DealNonStrictWithDetailsAllOf.js +3 -3
- package/dist/model/DealNonStrictWithDetailsAllOfAge.js +1 -1
- package/dist/model/DealNonStrictWithDetailsAllOfAverageTimeToWon.js +1 -1
- package/dist/model/DealNonStrictWithDetailsAllOfStayInPipelineStages.js +3 -3
- package/dist/model/DealOrganizationData.js +7 -7
- package/dist/model/DealOrganizationDataWithId.js +14 -14
- package/dist/model/DealOrganizationDataWithIdAllOf.js +1 -1
- package/dist/model/DealParticipantCountInfo.js +2 -2
- package/dist/model/DealParticipants.js +1 -1
- package/dist/model/DealPersonData.js +10 -10
- package/dist/model/DealPersonDataEmail.js +112 -0
- package/dist/model/DealPersonDataPhone.js +1 -1
- package/dist/model/DealPersonDataWithId.js +17 -17
- package/dist/model/DealPersonDataWithIdAllOf.js +1 -1
- package/dist/model/DealSearchItemItem.js +8 -8
- package/dist/model/DealSearchItemItemOrganization.js +2 -2
- package/dist/model/DealSearchItemItemOwner.js +1 -1
- package/dist/model/DealSearchItemItemPerson.js +2 -2
- package/dist/model/DealSearchItemItemStage.js +2 -2
- package/dist/model/DealSearchResponseAllOfData.js +1 -1
- package/dist/model/DealStrict.js +112 -112
- package/dist/model/DealStrictModeFields.js +5 -5
- package/dist/model/DealStrictWithMergeId.js +114 -114
- package/dist/model/DealStrictWithMergeIdAllOf.js +1 -1
- package/dist/model/DealSummaryPerStages.js +1 -1
- package/dist/model/DealTitleParameter.js +1 -1
- package/dist/model/DealUserData.js +7 -7
- package/dist/model/DealUserDataWithId.js +14 -14
- package/dist/model/DealUserDataWithIdAllOf.js +1 -1
- package/dist/model/DealsCountAndActivityInfo.js +26 -26
- package/dist/model/DealsCountInfo.js +8 -8
- package/dist/model/DealsMovementsInfo.js +2 -2
- package/dist/model/DealsMovementsInfoFormattedValues.js +2 -2
- package/dist/model/DealsMovementsInfoValues.js +2 -2
- package/dist/model/DeleteActivitiesResponse200Data.js +1 -1
- package/dist/model/DeleteActivityResponse200Data.js +1 -1
- package/dist/model/DeleteDealData.js +1 -1
- package/dist/model/DeleteDealFollowerData.js +1 -1
- package/dist/model/DeleteDealParticipantData.js +1 -1
- package/dist/model/DeleteDealProductData.js +2 -2
- package/dist/model/DeleteFileData.js +1 -1
- package/dist/model/DeleteMultipleDealsData.js +1 -1
- package/dist/model/DeleteMultipleProductFieldsResponseData.js +1 -1
- package/dist/model/DeletePersonResponseAllOfData.js +1 -1
- package/dist/model/DeletePersonsInBulkResponseAllOfData.js +1 -1
- package/dist/model/DeleteProductFieldResponseData.js +1 -1
- package/dist/model/DeleteProductFollowerResponseData.js +1 -1
- package/dist/model/DeleteProductResponseData.js +1 -1
- package/dist/model/DeleteResponseAllOfData.js +1 -1
- package/dist/model/DeleteRoleAllOfData.js +1 -1
- package/dist/model/DeleteRoleAssignmentAllOfData.js +1 -1
- package/dist/model/DeleteStageResponse200Data.js +1 -1
- package/dist/model/DeleteStagesResponse200Data.js +1 -1
- package/dist/model/DeleteTeamUserRequest.js +2 -2
- package/dist/model/Duration.js +3 -3
- package/dist/model/EditPipeline.js +2 -2
- package/dist/model/EditPipelineAllOf.js +1 -1
- package/dist/model/EmailInfo.js +2 -2
- package/dist/model/ExpectedOutcome.js +3 -3
- package/dist/model/Field.js +18 -18
- package/dist/model/FieldCreateRequest.js +5 -5
- package/dist/model/FieldCreateRequestAllOf.js +3 -3
- package/dist/model/FieldUpdateRequest.js +1 -1
- package/dist/model/FileData.js +24 -24
- package/dist/model/FileItem.js +24 -24
- package/dist/model/FiltersPostResponseAllOfData.js +1 -1
- package/dist/model/FullRole.js +12 -12
- package/dist/model/FullRoleAllOf.js +1 -1
- package/dist/model/GetAddProductAttachementDetails.js +1 -1
- package/dist/model/GetAddedDeal.js +1 -1
- package/dist/model/GetAddedDealAdditionalData.js +1 -1
- package/dist/model/GetAllPersonsResponse.js +2 -2
- package/dist/model/GetAllPersonsResponseAllOf.js +1 -1
- package/dist/model/GetAllProductFieldsResponse.js +2 -2
- package/dist/model/GetComments.js +1 -1
- package/dist/model/GetDealAdditionalData.js +1 -1
- package/dist/model/GetDeals.js +1 -1
- package/dist/model/GetDealsConversionRatesInPipelineAllOfData.js +4 -4
- package/dist/model/GetDealsMovementsInPipelineAllOfData.js +1 -1
- package/dist/model/GetDealsMovementsInPipelineAllOfDataAverageAgeInDays.js +3 -3
- package/dist/model/GetDealsMovementsInPipelineAllOfDataAverageAgeInDaysByStages.js +3 -3
- package/dist/model/GetDealsMovementsInPipelineAllOfDataMovementsBetweenStages.js +2 -2
- package/dist/model/GetDealsSummaryData.js +6 -6
- package/dist/model/GetDealsSummaryDataValuesTotal.js +6 -6
- package/dist/model/GetDealsSummaryDataWeightedValuesTotal.js +4 -4
- package/dist/model/GetDealsTimelineData.js +1 -1
- package/dist/model/GetDealsTimelineDataTotals.js +9 -9
- package/dist/model/GetDuplicatedDeal.js +1 -1
- package/dist/model/GetLeadSourcesResponse200Data.js +1 -1
- package/dist/model/GetNotes.js +1 -1
- package/dist/model/GetPersonDetailsResponseAllOfAdditionalData.js +1 -1
- package/dist/model/GetProductAttachementDetails.js +1 -1
- package/dist/model/GetProductFieldResponse.js +1 -1
- package/dist/model/GetRecentsAdditionalData.js +2 -2
- package/dist/model/GetRoleAllOfAdditionalData.js +1 -1
- package/dist/model/GetRoleAssignments.js +2 -2
- package/dist/model/GetRoleAssignmentsAllOf.js +1 -1
- package/dist/model/GetRoles.js +2 -2
- package/dist/model/GetRolesAllOf.js +1 -1
- package/dist/model/GetStageDeals.js +1 -1
- package/dist/model/GetStages.js +1 -1
- package/dist/model/GlobalMessageData.js +6 -6
- package/dist/model/GlobalMessageGet.js +2 -2
- package/dist/model/GlobalMessageGetAllOf.js +1 -1
- package/dist/model/GlobalMessageUserData.js +3 -3
- package/dist/model/GoalResults.js +1 -1
- package/dist/model/GoalType.js +2 -2
- package/dist/model/GoalsResponseComponent.js +4 -4
- package/dist/model/LeadLabelResponse.js +4 -4
- package/dist/model/LeadResponse.js +16 -16
- package/dist/model/LeadValue.js +1 -1
- package/dist/model/ListActivitiesResponse.js +2 -2
- package/dist/model/ListActivitiesResponseAllOf.js +1 -1
- package/dist/model/ListDealsResponse.js +2 -2
- package/dist/model/ListDealsResponseAllOf.js +1 -1
- package/dist/model/ListFilesResponse.js +2 -2
- package/dist/model/ListFilesResponseAllOf.js +1 -1
- package/dist/model/ListFollowersResponse.js +2 -2
- package/dist/model/ListFollowersResponseAllOf.js +1 -1
- package/dist/model/ListFollowersResponseAllOfData.js +4 -4
- package/dist/model/ListMailMessagesResponse.js +2 -2
- package/dist/model/ListMailMessagesResponseAllOf.js +1 -1
- package/dist/model/ListPermittedUsersResponse1.js +2 -2
- package/dist/model/ListPermittedUsersResponse1AllOf.js +1 -1
- package/dist/model/ListPermittedUsersResponseAllOfData.js +1 -1
- package/dist/model/ListPersonProductsResponse.js +2 -2
- package/dist/model/ListPersonProductsResponseAllOf.js +1 -1
- package/dist/model/ListPersonsResponse.js +2 -2
- package/dist/model/ListPersonsResponseAllOf.js +1 -1
- package/dist/model/ListProductAdditionalData.js +10 -10
- package/dist/model/ListProductAdditionalDataAllOf.js +5 -5
- package/dist/model/ListProductFollowersResponse.js +2 -2
- package/dist/model/ListProductFollowersResponseAllOf.js +1 -1
- package/dist/model/ListProductFollowersResponseAllOfData.js +4 -4
- package/dist/model/ListProductsResponseAllOfData.js +1 -1
- package/dist/model/MergeDealsRequest.js +2 -2
- package/dist/model/MergeOrganizationsRequest.js +2 -2
- package/dist/model/MergePersonDealRelatedInfo.js +30 -30
- package/dist/model/MergePersonItem.js +86 -86
- package/dist/model/MergePersonsRequest.js +2 -2
- package/dist/model/NewDeal.js +25 -25
- package/dist/model/NewDealAllOf.js +1 -1
- package/dist/model/NewDealProduct.js +16 -16
- package/dist/model/NewDealProductAllOf.js +2 -2
- package/dist/model/NewFollowerResponseData.js +4 -4
- package/dist/model/NewGoal.js +12 -12
- package/dist/model/NewOrganization.js +9 -9
- package/dist/model/NewOrganizationAllOf.js +1 -1
- package/dist/model/NewPerson.js +20 -20
- package/dist/model/NewPersonAllOf.js +1 -1
- package/dist/model/NewProductField.js +4 -4
- package/dist/model/Note.js +19 -19
- package/dist/model/NoteConnectToParams.js +2 -2
- package/dist/model/NoteCreatorUser.js +5 -5
- package/dist/model/NoteField.js +7 -7
- package/dist/model/NoteParams.js +7 -7
- package/dist/model/OrganizationAddressInfo.js +11 -11
- package/dist/model/OrganizationCountAndAddressInfo.js +38 -38
- package/dist/model/OrganizationCountInfo.js +8 -8
- package/dist/model/OrganizationData.js +5 -5
- package/dist/model/OrganizationDataWithId.js +13 -13
- package/dist/model/OrganizationDataWithIdAllOf.js +1 -1
- package/dist/model/OrganizationDataWithIdAndActiveFlag.js +15 -15
- package/dist/model/OrganizationDataWithIdAndActiveFlagAllOf.js +1 -1
- package/dist/model/OrganizationDeleteResponseData.js +1 -1
- package/dist/model/OrganizationDetailsGetResponseAllOfAdditionalData.js +1 -1
- package/dist/model/OrganizationFlowResponseAllOfData.js +1 -1
- package/dist/model/OrganizationFollowerDeleteResponseData.js +1 -1
- package/dist/model/OrganizationFollowerItem.js +2 -2
- package/dist/model/OrganizationFollowerItemAllOf.js +1 -1
- package/dist/model/OrganizationItem.js +88 -88
- package/dist/model/OrganizationRelationship.js +1 -1
- package/dist/model/OrganizationRelationshipDeleteResponseAllOfData.js +1 -1
- package/dist/model/OrganizationRelationshipDetails.js +16 -16
- package/dist/model/OrganizationRelationshipWithCalculatedFields.js +14 -14
- package/dist/model/OrganizationSearchItemItem.js +5 -5
- package/dist/model/OrganizationsDeleteResponseData.js +1 -1
- package/dist/model/OrganizationsMergeResponseData.js +1 -1
- package/dist/model/Owner.js +12 -12
- package/dist/model/Params.js +2 -2
- package/dist/model/PaymentItem.js +13 -13
- package/dist/model/PermissionSets.js +2 -2
- package/dist/model/PermissionSetsAllOf.js +1 -1
- package/dist/model/PermissionSetsItem.js +3 -3
- package/dist/model/PersonCountAndEmailInfo.js +18 -18
- package/dist/model/PersonCountEmailDealAndActivityInfo.js +44 -44
- package/dist/model/PersonCountInfo.js +7 -7
- package/dist/model/PersonData.js +5 -5
- package/dist/model/PersonDataEmail.js +2 -2
- package/dist/model/PersonDataPhone.js +2 -2
- package/dist/model/PersonDataWithActiveFlag.js +13 -13
- package/dist/model/PersonDataWithActiveFlagAllOf.js +1 -1
- package/dist/model/PersonFlowResponseAllOfData.js +1 -1
- package/dist/model/PersonItem.js +76 -76
- package/dist/model/PersonListProduct.js +14 -14
- package/dist/model/PersonNameCountAndEmailInfo.js +24 -24
- package/dist/model/PersonNameCountAndEmailInfoWithIds.js +30 -30
- package/dist/model/PersonNameCountAndEmailInfoWithIdsAllOf.js +3 -3
- package/dist/model/PersonNameInfo.js +3 -3
- package/dist/model/PersonNameInfoWithOrgAndOwnerId.js +6 -6
- package/dist/model/PersonSearchItemItem.js +4 -4
- package/dist/model/PersonSearchItemItemOrganization.js +2 -2
- package/dist/model/PersonSearchItemItemOwner.js +1 -1
- package/dist/model/PictureData.js +2 -2
- package/dist/model/PictureDataWithID.js +4 -4
- package/dist/model/PictureDataWithValue.js +4 -4
- package/dist/model/Pipeline.js +4 -4
- package/dist/model/PipelineDetails.js +19 -19
- package/dist/model/PostDealParticipants.js +1 -1
- package/dist/model/PostRoleAssignmentAllOfData.js +2 -2
- package/dist/model/PostRoleSettingsAllOfData.js +1 -1
- package/dist/model/PostRolesAllOfData.js +1 -1
- package/dist/model/ProductAttachementFields.js +12 -12
- package/dist/model/ProductAttachmentDetails.js +35 -35
- package/dist/model/ProductBaseDeal.js +42 -42
- package/dist/model/ProductField.js +36 -36
- package/dist/model/ProductFieldAllOf.js +15 -15
- package/dist/model/ProductListItem.js +21 -21
- package/dist/model/ProductRequest.js +6 -6
- package/dist/model/ProductSearchItemItem.js +5 -5
- package/dist/model/ProductSearchItemItemOwner.js +1 -1
- package/dist/model/ProductWithArrayPrices.js +6 -6
- package/dist/model/ProductWithObjectPrices.js +6 -6
- package/dist/model/ProductsResponse.js +1 -1
- package/dist/model/RecentDataProduct.js +15 -15
- package/dist/model/RelatedDealDataDEALID.js +8 -8
- package/dist/model/RelatedOrganizationName.js +1 -1
- package/dist/model/RelatedPersonData.js +1 -1
- package/dist/model/RelationshipOrganizationInfoItem.js +12 -12
- package/dist/model/RelationshipOrganizationInfoItemAllOf.js +1 -1
- package/dist/model/RelationshipOrganizationInfoItemWithActiveFlag.js +14 -14
- package/dist/model/RequredTitleParameter.js +2 -2
- package/dist/model/ResponseCallLogObject.js +14 -14
- package/dist/model/ResponseCallLogObjectAllOf.js +1 -1
- package/dist/model/RoleAssignment.js +11 -11
- package/dist/model/RoleAssignmentAllOf.js +3 -3
- package/dist/model/RoleSettings.js +10 -10
- package/dist/model/RolesAdditionalData.js +1 -1
- package/dist/model/RolesAdditionalDataPagination.js +1 -1
- package/dist/model/SinglePermissionSetsItem.js +8 -8
- package/dist/model/SinglePermissionSetsItemAllOf.js +1 -1
- package/dist/model/Stage.js +5 -5
- package/dist/model/StageConversions.js +3 -3
- package/dist/model/StageDetails.js +21 -21
- package/dist/model/StageWithPipelineInfo.js +24 -24
- package/dist/model/StageWithPipelineInfoAllOf.js +2 -2
- package/dist/model/SubRole.js +10 -10
- package/dist/model/SubRoleAllOf.js +3 -3
- package/dist/model/SubscriptionInstallmentCreateRequest.js +5 -5
- package/dist/model/SubscriptionInstallmentUpdateRequest.js +1 -1
- package/dist/model/SubscriptionItem.js +15 -15
- package/dist/model/SubscriptionRecurringCancelRequest.js +1 -1
- package/dist/model/SubscriptionRecurringCreateRequest.js +14 -14
- package/dist/model/SubscriptionRecurringUpdateRequest.js +3 -3
- package/dist/model/TeamId.js +1 -1
- package/dist/model/UpdateDealRequest.js +22 -22
- package/dist/model/UpdateLeadLabelRequest.js +1 -1
- package/dist/model/UpdateLeadRequest.js +9 -9
- package/dist/model/UpdateStageRequest.js +10 -10
- package/dist/model/UpdateTeam.js +14 -14
- package/dist/model/UpdateTeamAllOf.js +2 -2
- package/dist/model/UpdateTeamWithAdditionalProperties.js +18 -18
- package/dist/model/UserAssignmentToPermissionSet.js +4 -4
- package/dist/model/UserAssignmentsToPermissionSet.js +2 -2
- package/dist/model/UserAssignmentsToPermissionSetAllOf.js +1 -1
- package/dist/model/UserData.js +6 -6
- package/dist/model/UserDataWithId.js +12 -12
- package/dist/model/UserIDs.js +2 -2
- package/dist/model/UserIDsAllOf.js +1 -1
- package/dist/model/UserPermissionsItem.js +31 -31
- package/dist/model/UserSettingsItem.js +5 -5
- package/package.json +1 -1
package/dist/api/DealsApi.js
CHANGED
@@ -160,7 +160,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
160
160
|
/**
|
161
161
|
* Add a follower to a deal
|
162
162
|
* Adds a follower to a deal.
|
163
|
-
* @param {Number} id ID of the deal
|
163
|
+
* @param {Number} id The ID of the deal
|
164
164
|
* @param {Object} opts Optional parameters
|
165
165
|
* @param {module:model/AddDealFollowerRequest} opts.addDealFollowerRequest
|
166
166
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/AddedDealFollower} and HTTP response
|
@@ -205,7 +205,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
205
205
|
/**
|
206
206
|
* Add a follower to a deal
|
207
207
|
* Adds a follower to a deal.
|
208
|
-
* @param {Number} id ID of the deal
|
208
|
+
* @param {Number} id The ID of the deal
|
209
209
|
* @param {Object} opts Optional parameters
|
210
210
|
* @param {module:model/AddDealFollowerRequest} opts.addDealFollowerRequest
|
211
211
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/AddedDealFollower}
|
@@ -221,7 +221,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
221
221
|
/**
|
222
222
|
* Add a participant to a deal
|
223
223
|
* Adds a participant to a deal.
|
224
|
-
* @param {Number} id ID of the deal
|
224
|
+
* @param {Number} id The ID of the deal
|
225
225
|
* @param {Object} opts Optional parameters
|
226
226
|
* @param {module:model/AddDealParticipantRequest} opts.addDealParticipantRequest
|
227
227
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/PostDealParticipants} and HTTP response
|
@@ -266,7 +266,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
266
266
|
/**
|
267
267
|
* Add a participant to a deal
|
268
268
|
* Adds a participant to a deal.
|
269
|
-
* @param {Number} id ID of the deal
|
269
|
+
* @param {Number} id The ID of the deal
|
270
270
|
* @param {Object} opts Optional parameters
|
271
271
|
* @param {module:model/AddDealParticipantRequest} opts.addDealParticipantRequest
|
272
272
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/PostDealParticipants}
|
@@ -282,7 +282,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
282
282
|
/**
|
283
283
|
* Add a product to the deal, eventually creating a new item called a deal-product
|
284
284
|
* Adds a product to the deal.
|
285
|
-
* @param {Number} id ID of the deal
|
285
|
+
* @param {Number} id The ID of the deal
|
286
286
|
* @param {Object} opts Optional parameters
|
287
287
|
* @param {module:model/NewDealProduct} opts.newDealProduct
|
288
288
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetAddProductAttachementDetails} and HTTP response
|
@@ -327,7 +327,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
327
327
|
/**
|
328
328
|
* Add a product to the deal, eventually creating a new item called a deal-product
|
329
329
|
* Adds a product to the deal.
|
330
|
-
* @param {Number} id ID of the deal
|
330
|
+
* @param {Number} id The ID of the deal
|
331
331
|
* @param {Object} opts Optional parameters
|
332
332
|
* @param {module:model/NewDealProduct} opts.newDealProduct
|
333
333
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetAddProductAttachementDetails}
|
@@ -343,7 +343,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
343
343
|
/**
|
344
344
|
* Delete a deal
|
345
345
|
* Marks a deal as deleted.
|
346
|
-
* @param {Number} id ID of the deal
|
346
|
+
* @param {Number} id The ID of the deal
|
347
347
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DeleteDeal} and HTTP response
|
348
348
|
*/
|
349
349
|
|
@@ -386,7 +386,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
386
386
|
/**
|
387
387
|
* Delete a deal
|
388
388
|
* Marks a deal as deleted.
|
389
|
-
* @param {Number} id ID of the deal
|
389
|
+
* @param {Number} id The ID of the deal
|
390
390
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DeleteDeal}
|
391
391
|
*/
|
392
392
|
|
@@ -400,8 +400,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
400
400
|
/**
|
401
401
|
* Delete a follower from a deal
|
402
402
|
* Deletes a follower from a deal.
|
403
|
-
* @param {Number} id ID of the deal
|
404
|
-
* @param {Number} followerId ID of the follower
|
403
|
+
* @param {Number} id The ID of the deal
|
404
|
+
* @param {Number} followerId The ID of the follower
|
405
405
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DeleteDealFollower} and HTTP response
|
406
406
|
*/
|
407
407
|
|
@@ -450,8 +450,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
450
450
|
/**
|
451
451
|
* Delete a follower from a deal
|
452
452
|
* Deletes a follower from a deal.
|
453
|
-
* @param {Number} id ID of the deal
|
454
|
-
* @param {Number} followerId ID of the follower
|
453
|
+
* @param {Number} id The ID of the deal
|
454
|
+
* @param {Number} followerId The ID of the follower
|
455
455
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DeleteDealFollower}
|
456
456
|
*/
|
457
457
|
|
@@ -465,8 +465,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
465
465
|
/**
|
466
466
|
* Delete a participant from a deal
|
467
467
|
* Deletes a participant from a deal.
|
468
|
-
* @param {Number} id ID of the deal
|
469
|
-
* @param {Number} dealParticipantId ID of the deal
|
468
|
+
* @param {Number} id The ID of the deal
|
469
|
+
* @param {Number} dealParticipantId The ID of the participant of the deal
|
470
470
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DeleteDealParticipant} and HTTP response
|
471
471
|
*/
|
472
472
|
|
@@ -515,8 +515,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
515
515
|
/**
|
516
516
|
* Delete a participant from a deal
|
517
517
|
* Deletes a participant from a deal.
|
518
|
-
* @param {Number} id ID of the deal
|
519
|
-
* @param {Number} dealParticipantId ID of the deal
|
518
|
+
* @param {Number} id The ID of the deal
|
519
|
+
* @param {Number} dealParticipantId The ID of the participant of the deal
|
520
520
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DeleteDealParticipant}
|
521
521
|
*/
|
522
522
|
|
@@ -530,8 +530,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
530
530
|
/**
|
531
531
|
* Delete an attached product from a deal
|
532
532
|
* Deletes a product attachment from a deal, using the `product_attachment_id`.
|
533
|
-
* @param {Number} id ID of the deal
|
534
|
-
* @param {Number} productAttachmentId
|
533
|
+
* @param {Number} id The ID of the deal
|
534
|
+
* @param {Number} productAttachmentId The product attachment ID. This is returned as `product_attachment_id` after attaching a product to a deal or as id when listing the products attached to a deal.
|
535
535
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DeleteDealProduct} and HTTP response
|
536
536
|
*/
|
537
537
|
|
@@ -580,8 +580,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
580
580
|
/**
|
581
581
|
* Delete an attached product from a deal
|
582
582
|
* Deletes a product attachment from a deal, using the `product_attachment_id`.
|
583
|
-
* @param {Number} id ID of the deal
|
584
|
-
* @param {Number} productAttachmentId
|
583
|
+
* @param {Number} id The ID of the deal
|
584
|
+
* @param {Number} productAttachmentId The product attachment ID. This is returned as `product_attachment_id` after attaching a product to a deal or as id when listing the products attached to a deal.
|
585
585
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DeleteDealProduct}
|
586
586
|
*/
|
587
587
|
|
@@ -595,7 +595,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
595
595
|
/**
|
596
596
|
* Delete multiple deals in bulk
|
597
597
|
* Marks multiple deals as deleted.
|
598
|
-
* @param {String} ids
|
598
|
+
* @param {String} ids The comma-separated IDs that will be deleted
|
599
599
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DeleteMultipleDeals} and HTTP response
|
600
600
|
*/
|
601
601
|
|
@@ -638,7 +638,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
638
638
|
/**
|
639
639
|
* Delete multiple deals in bulk
|
640
640
|
* Marks multiple deals as deleted.
|
641
|
-
* @param {String} ids
|
641
|
+
* @param {String} ids The comma-separated IDs that will be deleted
|
642
642
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DeleteMultipleDeals}
|
643
643
|
*/
|
644
644
|
|
@@ -651,8 +651,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
651
651
|
}
|
652
652
|
/**
|
653
653
|
* Duplicate deal
|
654
|
-
*
|
655
|
-
* @param {Number} id ID of the deal
|
654
|
+
* Duplicates a deal.
|
655
|
+
* @param {Number} id The ID of the deal
|
656
656
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDuplicatedDeal} and HTTP response
|
657
657
|
*/
|
658
658
|
|
@@ -694,8 +694,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
694
694
|
}
|
695
695
|
/**
|
696
696
|
* Duplicate deal
|
697
|
-
*
|
698
|
-
* @param {Number} id ID of the deal
|
697
|
+
* Duplicates a deal.
|
698
|
+
* @param {Number} id The ID of the deal
|
699
699
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDuplicatedDeal}
|
700
700
|
*/
|
701
701
|
|
@@ -708,8 +708,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
708
708
|
}
|
709
709
|
/**
|
710
710
|
* Get details of a deal
|
711
|
-
* Returns details of a specific deal. Note that this also returns some additional fields which are not present when asking for all deals – such as deal age and stay in pipeline stages. Also note that custom fields appear as long hashes in the resulting data. These hashes can be mapped against the `key` value of dealFields. For more information on how to get all details of a deal, see <a href=\"https://pipedrive.readme.io/docs/getting-details-of-a-deal\" target=\"_blank\" rel=\"noopener noreferrer\">this tutorial</a>.
|
712
|
-
* @param {Number} id ID of the deal
|
711
|
+
* Returns the details of a specific deal. Note that this also returns some additional fields which are not present when asking for all deals – such as deal age and stay in pipeline stages. Also note that custom fields appear as long hashes in the resulting data. These hashes can be mapped against the `key` value of dealFields. For more information on how to get all details of a deal, see <a href=\"https://pipedrive.readme.io/docs/getting-details-of-a-deal\" target=\"_blank\" rel=\"noopener noreferrer\">this tutorial</a>.
|
712
|
+
* @param {Number} id The ID of the deal
|
713
713
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDeal} and HTTP response
|
714
714
|
*/
|
715
715
|
|
@@ -751,8 +751,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
751
751
|
}
|
752
752
|
/**
|
753
753
|
* Get details of a deal
|
754
|
-
* Returns details of a specific deal. Note that this also returns some additional fields which are not present when asking for all deals – such as deal age and stay in pipeline stages. Also note that custom fields appear as long hashes in the resulting data. These hashes can be mapped against the `key` value of dealFields. For more information on how to get all details of a deal, see <a href=\"https://pipedrive.readme.io/docs/getting-details-of-a-deal\" target=\"_blank\" rel=\"noopener noreferrer\">this tutorial</a>.
|
755
|
-
* @param {Number} id ID of the deal
|
754
|
+
* Returns the details of a specific deal. Note that this also returns some additional fields which are not present when asking for all deals – such as deal age and stay in pipeline stages. Also note that custom fields appear as long hashes in the resulting data. These hashes can be mapped against the `key` value of dealFields. For more information on how to get all details of a deal, see <a href=\"https://pipedrive.readme.io/docs/getting-details-of-a-deal\" target=\"_blank\" rel=\"noopener noreferrer\">this tutorial</a>.
|
755
|
+
* @param {Number} id The ID of the deal
|
756
756
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDeal}
|
757
757
|
*/
|
758
758
|
|
@@ -766,11 +766,11 @@ var DealsApi = /*#__PURE__*/function () {
|
|
766
766
|
/**
|
767
767
|
* List activities associated with a deal
|
768
768
|
* Lists activities associated with a deal.
|
769
|
-
* @param {Number} id ID of the deal
|
769
|
+
* @param {Number} id The ID of the deal
|
770
770
|
* @param {Object} opts Optional parameters
|
771
771
|
* @param {Number} opts.start Pagination start (default to 0)
|
772
772
|
* @param {Number} opts.limit Items shown per page
|
773
|
-
* @param {module:model/NumberBoolean} opts.done Whether the activity is done or not. 0 = Not done, 1 = Done. If omitted returns both Done and Not done activities.
|
773
|
+
* @param {module:model/NumberBoolean} opts.done Whether the activity is done or not. 0 = Not done, 1 = Done. If omitted, returns both Done and Not done activities.
|
774
774
|
* @param {String} opts.exclude A comma-separated string of activity IDs to exclude from result
|
775
775
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DealListActivitiesResponse} and HTTP response
|
776
776
|
*/
|
@@ -819,11 +819,11 @@ var DealsApi = /*#__PURE__*/function () {
|
|
819
819
|
/**
|
820
820
|
* List activities associated with a deal
|
821
821
|
* Lists activities associated with a deal.
|
822
|
-
* @param {Number} id ID of the deal
|
822
|
+
* @param {Number} id The ID of the deal
|
823
823
|
* @param {Object} opts Optional parameters
|
824
824
|
* @param {Number} opts.start Pagination start (default to 0)
|
825
825
|
* @param {Number} opts.limit Items shown per page
|
826
|
-
* @param {module:model/NumberBoolean} opts.done Whether the activity is done or not. 0 = Not done, 1 = Done. If omitted returns both Done and Not done activities.
|
826
|
+
* @param {module:model/NumberBoolean} opts.done Whether the activity is done or not. 0 = Not done, 1 = Done. If omitted, returns both Done and Not done activities.
|
827
827
|
* @param {String} opts.exclude A comma-separated string of activity IDs to exclude from result
|
828
828
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DealListActivitiesResponse}
|
829
829
|
*/
|
@@ -838,12 +838,12 @@ var DealsApi = /*#__PURE__*/function () {
|
|
838
838
|
/**
|
839
839
|
* List files attached to a deal
|
840
840
|
* Lists files associated with a deal.
|
841
|
-
* @param {Number} id ID of the deal
|
841
|
+
* @param {Number} id The ID of the deal
|
842
842
|
* @param {Object} opts Optional parameters
|
843
843
|
* @param {Number} opts.start Pagination start (default to 0)
|
844
844
|
* @param {Number} opts.limit Items shown per page
|
845
845
|
* @param {module:model/NumberBoolean} opts.includeDeletedFiles When enabled, the list of files will also include deleted files. Please note that trying to download these files will not work.
|
846
|
-
* @param {String} opts.sort
|
846
|
+
* @param {String} opts.sort The field names and sorting mode separated by a comma (`field_name_1 ASC`, `field_name_2 DESC`). Only first-level field keys are supported (no nested keys). Supported fields: id, user_id, deal_id, person_id, org_id, product_id, add_time, update_time, file_name, file_type, file_size, comment.
|
847
847
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ListFilesResponse} and HTTP response
|
848
848
|
*/
|
849
849
|
|
@@ -891,12 +891,12 @@ var DealsApi = /*#__PURE__*/function () {
|
|
891
891
|
/**
|
892
892
|
* List files attached to a deal
|
893
893
|
* Lists files associated with a deal.
|
894
|
-
* @param {Number} id ID of the deal
|
894
|
+
* @param {Number} id The ID of the deal
|
895
895
|
* @param {Object} opts Optional parameters
|
896
896
|
* @param {Number} opts.start Pagination start (default to 0)
|
897
897
|
* @param {Number} opts.limit Items shown per page
|
898
898
|
* @param {module:model/NumberBoolean} opts.includeDeletedFiles When enabled, the list of files will also include deleted files. Please note that trying to download these files will not work.
|
899
|
-
* @param {String} opts.sort
|
899
|
+
* @param {String} opts.sort The field names and sorting mode separated by a comma (`field_name_1 ASC`, `field_name_2 DESC`). Only first-level field keys are supported (no nested keys). Supported fields: id, user_id, deal_id, person_id, org_id, product_id, add_time, update_time, file_name, file_type, file_size, comment.
|
900
900
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ListFilesResponse}
|
901
901
|
*/
|
902
902
|
|
@@ -910,7 +910,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
910
910
|
/**
|
911
911
|
* List followers of a deal
|
912
912
|
* Lists the followers of a deal.
|
913
|
-
* @param {Number} id ID of the deal
|
913
|
+
* @param {Number} id The ID of the deal
|
914
914
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ListFollowersResponse} and HTTP response
|
915
915
|
*/
|
916
916
|
|
@@ -953,7 +953,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
953
953
|
/**
|
954
954
|
* List followers of a deal
|
955
955
|
* Lists the followers of a deal.
|
956
|
-
* @param {Number} id ID of the deal
|
956
|
+
* @param {Number} id The ID of the deal
|
957
957
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ListFollowersResponse}
|
958
958
|
*/
|
959
959
|
|
@@ -967,7 +967,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
967
967
|
/**
|
968
968
|
* List mail messages associated with a deal
|
969
969
|
* Lists mail messages associated with a deal.
|
970
|
-
* @param {Number} id ID of the deal
|
970
|
+
* @param {Number} id The ID of the deal
|
971
971
|
* @param {Object} opts Optional parameters
|
972
972
|
* @param {Number} opts.start Pagination start (default to 0)
|
973
973
|
* @param {Number} opts.limit Items shown per page
|
@@ -1016,7 +1016,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1016
1016
|
/**
|
1017
1017
|
* List mail messages associated with a deal
|
1018
1018
|
* Lists mail messages associated with a deal.
|
1019
|
-
* @param {Number} id ID of the deal
|
1019
|
+
* @param {Number} id The ID of the deal
|
1020
1020
|
* @param {Object} opts Optional parameters
|
1021
1021
|
* @param {Number} opts.start Pagination start (default to 0)
|
1022
1022
|
* @param {Number} opts.limit Items shown per page
|
@@ -1032,8 +1032,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1032
1032
|
}
|
1033
1033
|
/**
|
1034
1034
|
* List participants of a deal
|
1035
|
-
* Lists participants associated with a deal.
|
1036
|
-
* @param {Number} id ID of the deal
|
1035
|
+
* Lists the participants associated with a deal.
|
1036
|
+
* @param {Number} id The ID of the deal
|
1037
1037
|
* @param {Object} opts Optional parameters
|
1038
1038
|
* @param {Number} opts.start Pagination start (default to 0)
|
1039
1039
|
* @param {Number} opts.limit Items shown per page
|
@@ -1081,8 +1081,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1081
1081
|
}
|
1082
1082
|
/**
|
1083
1083
|
* List participants of a deal
|
1084
|
-
* Lists participants associated with a deal.
|
1085
|
-
* @param {Number} id ID of the deal
|
1084
|
+
* Lists the participants associated with a deal.
|
1085
|
+
* @param {Number} id The ID of the deal
|
1086
1086
|
* @param {Object} opts Optional parameters
|
1087
1087
|
* @param {Number} opts.start Pagination start (default to 0)
|
1088
1088
|
* @param {Number} opts.limit Items shown per page
|
@@ -1099,7 +1099,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1099
1099
|
/**
|
1100
1100
|
* List all persons associated with a deal
|
1101
1101
|
* Lists all persons associated with a deal, regardless of whether the person is the primary contact of the deal, or added as a participant.
|
1102
|
-
* @param {Number} id ID of the deal
|
1102
|
+
* @param {Number} id The ID of the deal
|
1103
1103
|
* @param {Object} opts Optional parameters
|
1104
1104
|
* @param {Number} opts.start Pagination start (default to 0)
|
1105
1105
|
* @param {Number} opts.limit Items shown per page
|
@@ -1148,7 +1148,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1148
1148
|
/**
|
1149
1149
|
* List all persons associated with a deal
|
1150
1150
|
* Lists all persons associated with a deal, regardless of whether the person is the primary contact of the deal, or added as a participant.
|
1151
|
-
* @param {Number} id ID of the deal
|
1151
|
+
* @param {Number} id The ID of the deal
|
1152
1152
|
* @param {Object} opts Optional parameters
|
1153
1153
|
* @param {Number} opts.start Pagination start (default to 0)
|
1154
1154
|
* @param {Number} opts.limit Items shown per page
|
@@ -1165,11 +1165,11 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1165
1165
|
/**
|
1166
1166
|
* List products attached to a deal
|
1167
1167
|
* Lists products attached to a deal.
|
1168
|
-
* @param {Number} id ID of the deal
|
1168
|
+
* @param {Number} id The ID of the deal
|
1169
1169
|
* @param {Object} opts Optional parameters
|
1170
1170
|
* @param {Number} opts.start Pagination start (default to 0)
|
1171
1171
|
* @param {Number} opts.limit Items shown per page
|
1172
|
-
* @param {module:model/NumberBoolean} opts.includeProductData Whether to fetch product data along with each attached product (1) or not (0, default)
|
1172
|
+
* @param {module:model/NumberBoolean} opts.includeProductData Whether to fetch product data along with each attached product (1) or not (0, default)
|
1173
1173
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ListProductsResponse} and HTTP response
|
1174
1174
|
*/
|
1175
1175
|
|
@@ -1216,11 +1216,11 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1216
1216
|
/**
|
1217
1217
|
* List products attached to a deal
|
1218
1218
|
* Lists products attached to a deal.
|
1219
|
-
* @param {Number} id ID of the deal
|
1219
|
+
* @param {Number} id The ID of the deal
|
1220
1220
|
* @param {Object} opts Optional parameters
|
1221
1221
|
* @param {Number} opts.start Pagination start (default to 0)
|
1222
1222
|
* @param {Number} opts.limit Items shown per page
|
1223
|
-
* @param {module:model/NumberBoolean} opts.includeProductData Whether to fetch product data along with each attached product (1) or not (0, default)
|
1223
|
+
* @param {module:model/NumberBoolean} opts.includeProductData Whether to fetch product data along with each attached product (1) or not (0, default)
|
1224
1224
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ListProductsResponse}
|
1225
1225
|
*/
|
1226
1226
|
|
@@ -1234,7 +1234,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1234
1234
|
/**
|
1235
1235
|
* List updates about a deal
|
1236
1236
|
* Lists updates about a deal.
|
1237
|
-
* @param {Number} id ID of the deal
|
1237
|
+
* @param {Number} id The ID of the deal
|
1238
1238
|
* @param {Object} opts Optional parameters
|
1239
1239
|
* @param {Number} opts.start Pagination start (default to 0)
|
1240
1240
|
* @param {Number} opts.limit Items shown per page
|
@@ -1287,7 +1287,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1287
1287
|
/**
|
1288
1288
|
* List updates about a deal
|
1289
1289
|
* Lists updates about a deal.
|
1290
|
-
* @param {Number} id ID of the deal
|
1290
|
+
* @param {Number} id The ID of the deal
|
1291
1291
|
* @param {Object} opts Optional parameters
|
1292
1292
|
* @param {Number} opts.start Pagination start (default to 0)
|
1293
1293
|
* @param {Number} opts.limit Items shown per page
|
@@ -1305,8 +1305,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1305
1305
|
}
|
1306
1306
|
/**
|
1307
1307
|
* List permitted users
|
1308
|
-
*
|
1309
|
-
* @param {Number} id ID of the deal
|
1308
|
+
* Lists the users permitted to access a deal.
|
1309
|
+
* @param {Number} id The ID of the deal
|
1310
1310
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ListPermittedUsersResponse} and HTTP response
|
1311
1311
|
*/
|
1312
1312
|
|
@@ -1348,8 +1348,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1348
1348
|
}
|
1349
1349
|
/**
|
1350
1350
|
* List permitted users
|
1351
|
-
*
|
1352
|
-
* @param {Number} id ID of the deal
|
1351
|
+
* Lists the users permitted to access a deal.
|
1352
|
+
* @param {Number} id The ID of the deal
|
1353
1353
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ListPermittedUsersResponse}
|
1354
1354
|
*/
|
1355
1355
|
|
@@ -1365,12 +1365,12 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1365
1365
|
* Returns all deals. For more information on how to get all deals, see <a href=\"https://pipedrive.readme.io/docs/getting-all-deals\" target=\"_blank\" rel=\"noopener noreferrer\">this tutorial</a>.
|
1366
1366
|
* @param {Object} opts Optional parameters
|
1367
1367
|
* @param {Number} opts.userId If supplied, only deals matching the given user will be returned. However, `filter_id` and `owned_by_you` takes precedence over `user_id` when supplied.
|
1368
|
-
* @param {Number} opts.filterId ID of the filter to use
|
1369
|
-
* @param {Number} opts.stageId If supplied, only deals within the given stage will be returned
|
1370
|
-
* @param {module:model/String} opts.status Only fetch deals with specific status. If omitted, all not deleted deals are fetched. (default to 'all_not_deleted')
|
1368
|
+
* @param {Number} opts.filterId The ID of the filter to use
|
1369
|
+
* @param {Number} opts.stageId If supplied, only deals within the given stage will be returned
|
1370
|
+
* @param {module:model/String} opts.status Only fetch deals with a specific status. If omitted, all not deleted deals are fetched. (default to 'all_not_deleted')
|
1371
1371
|
* @param {Number} opts.start Pagination start (default to 0)
|
1372
1372
|
* @param {Number} opts.limit Items shown per page
|
1373
|
-
* @param {String} opts.sort
|
1373
|
+
* @param {String} opts.sort The field names and sorting mode separated by a comma (`field_name_1 ASC`, `field_name_2 DESC`). Only first-level field keys are supported (no nested keys).
|
1374
1374
|
* @param {module:model/NumberBoolean} opts.ownedByYou When supplied, only deals owned by you are returned. However, `filter_id` takes precedence over `owned_by_you` when both are supplied.
|
1375
1375
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDeals} and HTTP response
|
1376
1376
|
*/
|
@@ -1418,12 +1418,12 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1418
1418
|
* Returns all deals. For more information on how to get all deals, see <a href=\"https://pipedrive.readme.io/docs/getting-all-deals\" target=\"_blank\" rel=\"noopener noreferrer\">this tutorial</a>.
|
1419
1419
|
* @param {Object} opts Optional parameters
|
1420
1420
|
* @param {Number} opts.userId If supplied, only deals matching the given user will be returned. However, `filter_id` and `owned_by_you` takes precedence over `user_id` when supplied.
|
1421
|
-
* @param {Number} opts.filterId ID of the filter to use
|
1422
|
-
* @param {Number} opts.stageId If supplied, only deals within the given stage will be returned
|
1423
|
-
* @param {module:model/String} opts.status Only fetch deals with specific status. If omitted, all not deleted deals are fetched. (default to 'all_not_deleted')
|
1421
|
+
* @param {Number} opts.filterId The ID of the filter to use
|
1422
|
+
* @param {Number} opts.stageId If supplied, only deals within the given stage will be returned
|
1423
|
+
* @param {module:model/String} opts.status Only fetch deals with a specific status. If omitted, all not deleted deals are fetched. (default to 'all_not_deleted')
|
1424
1424
|
* @param {Number} opts.start Pagination start (default to 0)
|
1425
1425
|
* @param {Number} opts.limit Items shown per page
|
1426
|
-
* @param {String} opts.sort
|
1426
|
+
* @param {String} opts.sort The field names and sorting mode separated by a comma (`field_name_1 ASC`, `field_name_2 DESC`). Only first-level field keys are supported (no nested keys).
|
1427
1427
|
* @param {module:model/NumberBoolean} opts.ownedByYou When supplied, only deals owned by you are returned. However, `filter_id` takes precedence over `owned_by_you` when both are supplied.
|
1428
1428
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDeals}
|
1429
1429
|
*/
|
@@ -1437,12 +1437,12 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1437
1437
|
}
|
1438
1438
|
/**
|
1439
1439
|
* Get deals summary
|
1440
|
-
* Returns summary of all the deals.
|
1440
|
+
* Returns a summary of all the deals.
|
1441
1441
|
* @param {Object} opts Optional parameters
|
1442
|
-
* @param {module:model/String} opts.status Only fetch deals with specific status. open = Open, won = Won, lost = Lost
|
1442
|
+
* @param {module:model/String} opts.status Only fetch deals with a specific status. open = Open, won = Won, lost = Lost
|
1443
1443
|
* @param {Number} opts.filterId <code>user_id</code> will not be considered. Only deals matching the given filter will be returned.
|
1444
1444
|
* @param {Number} opts.userId Only deals matching the given user will be returned. `user_id` will not be considered if you use `filter_id`.
|
1445
|
-
* @param {Number} opts.stageId Only deals within the given stage will be returned
|
1445
|
+
* @param {Number} opts.stageId Only deals within the given stage will be returned
|
1446
1446
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDealsSummary} and HTTP response
|
1447
1447
|
*/
|
1448
1448
|
|
@@ -1482,12 +1482,12 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1482
1482
|
}
|
1483
1483
|
/**
|
1484
1484
|
* Get deals summary
|
1485
|
-
* Returns summary of all the deals.
|
1485
|
+
* Returns a summary of all the deals.
|
1486
1486
|
* @param {Object} opts Optional parameters
|
1487
|
-
* @param {module:model/String} opts.status Only fetch deals with specific status. open = Open, won = Won, lost = Lost
|
1487
|
+
* @param {module:model/String} opts.status Only fetch deals with a specific status. open = Open, won = Won, lost = Lost
|
1488
1488
|
* @param {Number} opts.filterId <code>user_id</code> will not be considered. Only deals matching the given filter will be returned.
|
1489
1489
|
* @param {Number} opts.userId Only deals matching the given user will be returned. `user_id` will not be considered if you use `filter_id`.
|
1490
|
-
* @param {Number} opts.stageId Only deals within the given stage will be returned
|
1490
|
+
* @param {Number} opts.stageId Only deals within the given stage will be returned
|
1491
1491
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDealsSummary}
|
1492
1492
|
*/
|
1493
1493
|
|
@@ -1500,17 +1500,17 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1500
1500
|
}
|
1501
1501
|
/**
|
1502
1502
|
* Get deals timeline
|
1503
|
-
* Returns open and won deals, grouped by defined interval of time set in a date-type dealField (`field_key`) — e.g. when month is the chosen interval, and 3 months are asked starting from
|
1504
|
-
* @param {Date} startDate
|
1505
|
-
* @param {module:model/String} interval The type of interval<table><tr><th>Value</th><th>Description</th></tr><tr><td>`day`</td><td>Day</td></tr><tr><td>`week`</td><td>A full week (7 days) starting from `start_date`</td></tr><tr><td>`month`</td><td>A full month (depending on the number of days in given month) starting from `start_date`</td></tr><tr><td>`quarter`</td><td>A full quarter (3 months) starting from `start_date`</td></tr></table>
|
1503
|
+
* Returns open and won deals, grouped by a defined interval of time set in a date-type dealField (`field_key`) — e.g. when month is the chosen interval, and 3 months are asked starting from January 1st, 2012, deals are returned grouped into 3 groups — January, February and March — based on the value of the given `field_key`.
|
1504
|
+
* @param {Date} startDate The date when the first interval starts. Format: YYYY-MM-DD
|
1505
|
+
* @param {module:model/String} interval The type of the interval<table><tr><th>Value</th><th>Description</th></tr><tr><td>`day`</td><td>Day</td></tr><tr><td>`week`</td><td>A full week (7 days) starting from `start_date`</td></tr><tr><td>`month`</td><td>A full month (depending on the number of days in given month) starting from `start_date`</td></tr><tr><td>`quarter`</td><td>A full quarter (3 months) starting from `start_date`</td></tr></table>
|
1506
1506
|
* @param {Number} amount The number of given intervals, starting from `start_date`, to fetch. E.g. 3 (months).
|
1507
1507
|
* @param {String} fieldKey The date field key which deals will be retrieved from
|
1508
1508
|
* @param {Object} opts Optional parameters
|
1509
|
-
* @param {Number} opts.userId If supplied, only deals matching the given user will be returned
|
1509
|
+
* @param {Number} opts.userId If supplied, only deals matching the given user will be returned
|
1510
1510
|
* @param {Number} opts.pipelineId If supplied, only deals matching the given pipeline will be returned
|
1511
1511
|
* @param {Number} opts.filterId If supplied, only deals matching the given filter will be returned
|
1512
1512
|
* @param {module:model/NumberBoolean} opts.excludeDeals Whether to exclude deals list (1) or not (0). Note that when deals are excluded, the timeline summary (counts and values) is still returned.
|
1513
|
-
* @param {String} opts.totalsConvertCurrency 3-letter currency code of any of the supported currencies. When supplied, `totals_converted` is returned per each interval which contains the currency-converted total amounts in the given currency. You may also set this parameter to `default_currency` in which case
|
1513
|
+
* @param {String} opts.totalsConvertCurrency The 3-letter currency code of any of the supported currencies. When supplied, `totals_converted` is returned per each interval which contains the currency-converted total amounts in the given currency. You may also set this parameter to `default_currency` in which case the user's default currency is used.
|
1514
1514
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetDealsTimeline} and HTTP response
|
1515
1515
|
*/
|
1516
1516
|
|
@@ -1575,17 +1575,17 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1575
1575
|
}
|
1576
1576
|
/**
|
1577
1577
|
* Get deals timeline
|
1578
|
-
* Returns open and won deals, grouped by defined interval of time set in a date-type dealField (`field_key`) — e.g. when month is the chosen interval, and 3 months are asked starting from
|
1579
|
-
* @param {Date} startDate
|
1580
|
-
* @param {module:model/String} interval The type of interval<table><tr><th>Value</th><th>Description</th></tr><tr><td>`day`</td><td>Day</td></tr><tr><td>`week`</td><td>A full week (7 days) starting from `start_date`</td></tr><tr><td>`month`</td><td>A full month (depending on the number of days in given month) starting from `start_date`</td></tr><tr><td>`quarter`</td><td>A full quarter (3 months) starting from `start_date`</td></tr></table>
|
1578
|
+
* Returns open and won deals, grouped by a defined interval of time set in a date-type dealField (`field_key`) — e.g. when month is the chosen interval, and 3 months are asked starting from January 1st, 2012, deals are returned grouped into 3 groups — January, February and March — based on the value of the given `field_key`.
|
1579
|
+
* @param {Date} startDate The date when the first interval starts. Format: YYYY-MM-DD
|
1580
|
+
* @param {module:model/String} interval The type of the interval<table><tr><th>Value</th><th>Description</th></tr><tr><td>`day`</td><td>Day</td></tr><tr><td>`week`</td><td>A full week (7 days) starting from `start_date`</td></tr><tr><td>`month`</td><td>A full month (depending on the number of days in given month) starting from `start_date`</td></tr><tr><td>`quarter`</td><td>A full quarter (3 months) starting from `start_date`</td></tr></table>
|
1581
1581
|
* @param {Number} amount The number of given intervals, starting from `start_date`, to fetch. E.g. 3 (months).
|
1582
1582
|
* @param {String} fieldKey The date field key which deals will be retrieved from
|
1583
1583
|
* @param {Object} opts Optional parameters
|
1584
|
-
* @param {Number} opts.userId If supplied, only deals matching the given user will be returned
|
1584
|
+
* @param {Number} opts.userId If supplied, only deals matching the given user will be returned
|
1585
1585
|
* @param {Number} opts.pipelineId If supplied, only deals matching the given pipeline will be returned
|
1586
1586
|
* @param {Number} opts.filterId If supplied, only deals matching the given filter will be returned
|
1587
1587
|
* @param {module:model/NumberBoolean} opts.excludeDeals Whether to exclude deals list (1) or not (0). Note that when deals are excluded, the timeline summary (counts and values) is still returned.
|
1588
|
-
* @param {String} opts.totalsConvertCurrency 3-letter currency code of any of the supported currencies. When supplied, `totals_converted` is returned per each interval which contains the currency-converted total amounts in the given currency. You may also set this parameter to `default_currency` in which case
|
1588
|
+
* @param {String} opts.totalsConvertCurrency The 3-letter currency code of any of the supported currencies. When supplied, `totals_converted` is returned per each interval which contains the currency-converted total amounts in the given currency. You may also set this parameter to `default_currency` in which case the user's default currency is used.
|
1589
1589
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetDealsTimeline}
|
1590
1590
|
*/
|
1591
1591
|
|
@@ -1599,7 +1599,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1599
1599
|
/**
|
1600
1600
|
* Merge two deals
|
1601
1601
|
* Merges a deal with another deal. For more information on how to merge two deals, see <a href=\"https://pipedrive.readme.io/docs/merging-two-deals\" target=\"_blank\" rel=\"noopener noreferrer\">this tutorial</a>.
|
1602
|
-
* @param {Number} id ID of the deal
|
1602
|
+
* @param {Number} id The ID of the deal
|
1603
1603
|
* @param {Object} opts Optional parameters
|
1604
1604
|
* @param {module:model/MergeDealsRequest} opts.mergeDealsRequest
|
1605
1605
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetMergedDeal} and HTTP response
|
@@ -1644,7 +1644,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1644
1644
|
/**
|
1645
1645
|
* Merge two deals
|
1646
1646
|
* Merges a deal with another deal. For more information on how to merge two deals, see <a href=\"https://pipedrive.readme.io/docs/merging-two-deals\" target=\"_blank\" rel=\"noopener noreferrer\">this tutorial</a>.
|
1647
|
-
* @param {Number} id ID of the deal
|
1647
|
+
* @param {Number} id The ID of the deal
|
1648
1648
|
* @param {Object} opts Optional parameters
|
1649
1649
|
* @param {module:model/MergeDealsRequest} opts.mergeDealsRequest
|
1650
1650
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetMergedDeal}
|
@@ -1659,15 +1659,15 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1659
1659
|
}
|
1660
1660
|
/**
|
1661
1661
|
* Search deals
|
1662
|
-
* Searches all
|
1662
|
+
* Searches all deals by title, notes and/or custom fields. This endpoint is a wrapper of <a href=\"https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem\">/v1/itemSearch</a> with a narrower OAuth scope. Found deals can be filtered by the person ID and the organization ID.
|
1663
1663
|
* @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`).
|
1664
1664
|
* @param {Object} opts Optional parameters
|
1665
1665
|
* @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
|
1666
1666
|
* @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
|
1667
|
-
* @param {Number} opts.personId Will filter
|
1668
|
-
* @param {Number} opts.organizationId Will filter
|
1669
|
-
* @param {module:model/String} opts.status Will filter
|
1670
|
-
* @param {module:model/String} opts.includeFields Supports including optional fields in the results which are not provided by default
|
1667
|
+
* @param {Number} opts.personId Will filter deals by the provided person ID. The upper limit of found deals associated with the person is 2000.
|
1668
|
+
* @param {Number} opts.organizationId Will filter deals by the provided organization ID. The upper limit of found deals associated with the organization is 2000.
|
1669
|
+
* @param {module:model/String} opts.status Will filter deals by the provided specific status. open = Open, won = Won, lost = Lost. The upper limit of found deals associated with the status is 2000.
|
1670
|
+
* @param {module:model/String} opts.includeFields Supports including optional fields in the results which are not provided by default
|
1671
1671
|
* @param {Number} opts.start Pagination start. Note that the pagination is based on main results and does not include related items when using `search_for_related_items` parameter. (default to 0)
|
1672
1672
|
* @param {Number} opts.limit Items shown per page
|
1673
1673
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DealSearchResponse} and HTTP response
|
@@ -1719,15 +1719,15 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1719
1719
|
}
|
1720
1720
|
/**
|
1721
1721
|
* Search deals
|
1722
|
-
* Searches all
|
1722
|
+
* Searches all deals by title, notes and/or custom fields. This endpoint is a wrapper of <a href=\"https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem\">/v1/itemSearch</a> with a narrower OAuth scope. Found deals can be filtered by the person ID and the organization ID.
|
1723
1723
|
* @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`).
|
1724
1724
|
* @param {Object} opts Optional parameters
|
1725
1725
|
* @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
|
1726
1726
|
* @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
|
1727
|
-
* @param {Number} opts.personId Will filter
|
1728
|
-
* @param {Number} opts.organizationId Will filter
|
1729
|
-
* @param {module:model/String} opts.status Will filter
|
1730
|
-
* @param {module:model/String} opts.includeFields Supports including optional fields in the results which are not provided by default
|
1727
|
+
* @param {Number} opts.personId Will filter deals by the provided person ID. The upper limit of found deals associated with the person is 2000.
|
1728
|
+
* @param {Number} opts.organizationId Will filter deals by the provided organization ID. The upper limit of found deals associated with the organization is 2000.
|
1729
|
+
* @param {module:model/String} opts.status Will filter deals by the provided specific status. open = Open, won = Won, lost = Lost. The upper limit of found deals associated with the status is 2000.
|
1730
|
+
* @param {module:model/String} opts.includeFields Supports including optional fields in the results which are not provided by default
|
1731
1731
|
* @param {Number} opts.start Pagination start. Note that the pagination is based on main results and does not include related items when using `search_for_related_items` parameter. (default to 0)
|
1732
1732
|
* @param {Number} opts.limit Items shown per page
|
1733
1733
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DealSearchResponse}
|
@@ -1743,7 +1743,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1743
1743
|
/**
|
1744
1744
|
* Update a deal
|
1745
1745
|
* Updates the properties of a deal. For more information on how to update a deal, see <a href=\"https://pipedrive.readme.io/docs/updating-a-deal\" target=\"_blank\" rel=\"noopener noreferrer\">this tutorial</a>.
|
1746
|
-
* @param {Number} id ID of the deal
|
1746
|
+
* @param {Number} id The ID of the deal
|
1747
1747
|
* @param {Object} opts Optional parameters
|
1748
1748
|
* @param {module:model/UpdateDealRequest} opts.updateDealRequest
|
1749
1749
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetAddedDeal} and HTTP response
|
@@ -1788,7 +1788,7 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1788
1788
|
/**
|
1789
1789
|
* Update a deal
|
1790
1790
|
* Updates the properties of a deal. For more information on how to update a deal, see <a href=\"https://pipedrive.readme.io/docs/updating-a-deal\" target=\"_blank\" rel=\"noopener noreferrer\">this tutorial</a>.
|
1791
|
-
* @param {Number} id ID of the deal
|
1791
|
+
* @param {Number} id The ID of the deal
|
1792
1792
|
* @param {Object} opts Optional parameters
|
1793
1793
|
* @param {module:model/UpdateDealRequest} opts.updateDealRequest
|
1794
1794
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetAddedDeal}
|
@@ -1804,8 +1804,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1804
1804
|
/**
|
1805
1805
|
* Update product attachment details of the deal-product (a product already attached to a deal)
|
1806
1806
|
* Updates product attachment details.
|
1807
|
-
* @param {Number} id ID of the deal
|
1808
|
-
* @param {Number} productAttachmentId ID of the deal-product (the ID of the product attached to the deal)
|
1807
|
+
* @param {Number} id The ID of the deal
|
1808
|
+
* @param {Number} productAttachmentId The ID of the deal-product (the ID of the product attached to the deal)
|
1809
1809
|
* @param {Object} opts Optional parameters
|
1810
1810
|
* @param {module:model/BasicDealProduct} opts.basicDealProduct
|
1811
1811
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetProductAttachementDetails} and HTTP response
|
@@ -1856,8 +1856,8 @@ var DealsApi = /*#__PURE__*/function () {
|
|
1856
1856
|
/**
|
1857
1857
|
* Update product attachment details of the deal-product (a product already attached to a deal)
|
1858
1858
|
* Updates product attachment details.
|
1859
|
-
* @param {Number} id ID of the deal
|
1860
|
-
* @param {Number} productAttachmentId ID of the deal-product (the ID of the product attached to the deal)
|
1859
|
+
* @param {Number} id The ID of the deal
|
1860
|
+
* @param {Number} productAttachmentId The ID of the deal-product (the ID of the product attached to the deal)
|
1861
1861
|
* @param {Object} opts Optional parameters
|
1862
1862
|
* @param {module:model/BasicDealProduct} opts.basicDealProduct
|
1863
1863
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetProductAttachementDetails}
|