pipedrive 13.0.11 → 13.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/README.md +23 -20
- package/dist/ApiClient.js +46 -9
- package/dist/api/ActivitiesApi.js +44 -44
- package/dist/api/ActivityTypesApi.js +36 -36
- package/dist/api/CallLogsApi.js +23 -6
- package/dist/api/CurrenciesApi.js +2 -2
- package/dist/api/DealFieldsApi.js +18 -18
- package/dist/api/DealsApi.js +122 -110
- package/dist/api/FilesApi.js +38 -38
- package/dist/api/FiltersApi.js +23 -6
- package/dist/api/GlobalMessagesApi.js +8 -8
- package/dist/api/GoalsApi.js +54 -54
- package/dist/api/ItemSearchApi.js +6 -6
- package/dist/api/LeadLabelsApi.js +21 -12
- package/dist/api/LeadSourcesApi.js +2 -2
- package/dist/api/LeadsApi.js +23 -18
- package/dist/api/MailboxApi.js +26 -26
- package/dist/api/NoteFieldsApi.js +2 -2
- package/dist/api/NotesApi.js +50 -42
- package/dist/api/OrganizationFieldsApi.js +16 -16
- package/dist/api/OrganizationRelationshipsApi.js +25 -12
- package/dist/api/OrganizationsApi.js +64 -56
- package/dist/api/PermissionSetsApi.js +12 -12
- package/dist/api/PersonFieldsApi.js +16 -16
- package/dist/api/PersonsApi.js +92 -84
- package/dist/api/PipelinesApi.js +50 -50
- package/dist/api/ProductFieldsApi.js +29 -16
- package/dist/api/ProductsApi.js +50 -46
- 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 +76 -34
- package/dist/api/TeamsApi.js +49 -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 +27 -14
- package/dist/index.js +24 -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/ActivityTypeListResponse.js +2 -2
- package/dist/model/ActivityTypeListResponseAllOf.js +1 -1
- package/dist/model/ActivityTypeObjectResponse.js +9 -9
- 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 +23 -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/MarketingStatus.js +69 -0
- 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 +40 -21
- 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 +3 -2
package/dist/model/DealStrict.js
CHANGED
|
@@ -375,302 +375,302 @@ var DealStrict = /*#__PURE__*/function () {
|
|
|
375
375
|
return DealStrict;
|
|
376
376
|
}();
|
|
377
377
|
/**
|
|
378
|
-
* The ID of the
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1059
|
+
* If the person that is associated with the deal is hidden or not
|
|
1060
1060
|
* @member {Boolean} person_hidden
|
|
1061
1061
|
*/
|
|
1062
1062
|
|