All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
12.0.1 - 2024-09-23
- Fixed build errors.
12.0.0 - 2024-09-23
- Changed type from
string
to laguages enum incms/blogs/blog_posts/models/AttachToLangPrimaryRequestVNext::language
. - Added parameter
campaignName
tocms/blogs/blog_posts/models/ContentLanguageVariation
. - Added parameter
breakpointStyles
tocms/blogs/blog_posts/models/Styles
. - Added parameter
name
tocms.hubdb.rowsApi.cloneDraftTableRow()
. - Added parameter
archived
tocms.hubdb.rowsApi.getDraftTableRowById()
andcms.hubdb.rowsApi.getTableRow()
. - Added parameters
offset
andarchived
tocms.hubdb.rowsApi.getTableRows()
andcms.hubdb.rowsApi.readDraftTableRows()
. - Changed the response object type from
CollectionResponseWithTotalHubDbTableRowV3ForwardPaging
toUnifiedCollectionResponseWithTotalBaseHubDbTableRowV3
forcms.hubdb.rowsApi.getTableRows()
andcms.hubdb.rowsApi.readDraftTableRows()
. - Changed parameter
batchInputString: BatchInputString
tobatchInputHubDbTableRowBatchCloneRequest: BatchInputHubDbTableRowBatchCloneRequest
incms.hubdb.rowsApi.cloneDraftTableRow()
. - Added parameter
contentType
beforearchived
parameter tocms.hubdb.tablesApi.getAllTables()
. - Changed parameters from
tableIdOrName: string, includeForeignIds?: boolean, archived?: boolean
totableIdOrName: string, isGetLocalizedSchema?: boolean, archived?: boolean, includeForeignIds?: boolean
ofcms.hubdb.tablesApi.getDraftTableDetailsById()
andcms.hubdb.tablesApi.getTableDetails()
. - Changed parameters from
tableIdOrName: string, hubDbTableV3Request: HubDbTableV3Request, includeForeignIds?: boolean, archived?: boolean
totableIdOrName: string, hubDbTableV3Request: HubDbTableV3Request, isGetLocalizedSchema?: boolean, archived?: boolean, includeForeignIds?: boolean
ofcms.hubdb.tablesApi.updateDraftTable()
. - Added parameters
createdByUserId
,updatedBy
,updatedByUserId
,createdAt
,createdBy
andupdatedAt
tocms/hubdb/models/Column
andcms/hubdb/models/Option
. - Added the parameter
isHubspotDefined
tocms/hubdb/models/HubDbTableCloneRequest
. - Removed
cms.source_code.ExtractApi.extractByPath()
method. - Added
doAsync()
andgetAsyncStatus()
methods tocms.source_code.ExtractApi
. - Removed
cms.source_code.sourceCodeExtractApi
.
- Added
crm.associassociations.v4.reportApi
. - Added parameter
idProperty
tocrm.companies.basicApi.getById()
,crm.companies.basicApi.update()
,crm.deals.basicApi.getById()
,crm.deals.basicApi.update()
. - Added method
upsert
tocrm.companies.batchApi
,crm.contacts.batchApi
,crm.deals.batchApi
,crm.line_items.batchApi
,crm.objects.batchApi
,crm.objects.calls.batchApi
,crm.objects.communications.batchApi
,crm.objects.emails.batchApi
,crm.objects.meetings.batchApi
,crm.objects.notes.batchApi
,crm.objects.postal_mail.batchApi
,crm.objects.tasks.batchApi
,crm.objects.taxes.batchApi
,crm.products.batchApi
,crm.quotes.batchApi
,crm.tickets.batchApi
- Removed
crm.companies.GDPRApi
,crm.deals.GDPRApi
,crm.line_items.GDPRApi
,crm.objects.GDPRApi
,crm.objects.calls.GDPRApi
,crm.objects.communications.GDPRApi
,crm.objects.emails.GDPRApi
,crm.objects.feedback_submissions.GDPRApi
,crm.objects.goals.GDPRApi
,crm.objects.meetings.GDPRApi
,crm.objects.notes.GDPRApi
,crm.objects.postal_mail.GDPRApi
,crm.objects.tasks.GDPRApi
,crm.objects.taxes.GDPRApi
,crm.products.GDPRApi
,crm.quotes.GDPRApi
,crm.tickets.GDPRApi
- Removed
crm.line_items.publicObjectApi
,crm.objects.publicObjectApi
,crm.objects.calls.publicObjectApi
,crm.objects.communications.publicObjectApi
,crm.objects.emails.publicObjectApi
,crm.objects.feedback_submissions.publicObjectApi
,crm.objects.goals.publicObjectApi
,crm.objects.meetings.publicObjectApi
,crm.objects.notes.publicObjectApi
,crm.objects.postal_mail.publicObjectApi
,crm.objects.tasks.publicObjectApi
,crm.objects.taxes.publicObjectApi
,crm.products.publicObjectApi
,crm.quotes.publicObjectApi
- Renamed
publicObjectApi
tomergeApi
incrm.companies
,crm.contacts
,crm.deals
andcrm.tickets
. - Made
associationCategory
andassociationTypeId
parameters nullable incrm/companies/models/AssociationSpec
,crm/contacts/models/AssociationSpec
,crm/deals/models/AssociationSpec
,crm/tickets/models/AssociationSpec
. - Made
types
andto
parameters nullable incrm/companies/models/PublicAssociationsForObject
,crm/contacts/models/PublicAssociationsForObject
,crm/deals/models/PublicAssociationsForObject
,crm/tickets/models/PublicAssociationsForObject
. - Made
id
parameter nullable incrm/companies/models/PublicObjectId
,crm/contacts/models/PublicObjectId
,crm/deals/models/PublicObjectId
andcrm/tickets/models/PublicObjectId
. - Made
limit
,after
,sorts
,properties
andfilterGroups
parameters nullable incrm/companies/models/PublicObjectSearchRequest
,crm/contacts/models/PublicObjectSearchRequest
,crm/deals/models/PublicObjectSearchRequest
,crm/line_items/models/PublicObjectSearchRequest
,crm/objects/models/PublicObjectSearchRequest
,crm/objects/calls/models/PublicObjectSearchRequest
,crm/objects/communications/models/PublicObjectSearchRequest
,crm/objects/emails/models/PublicObjectSearchRequest
,crm/objects/feedback_submissions/models/PublicObjectSearchRequest
,crm/objects/goals/models/PublicObjectSearchRequest
,crm/objects/leads/models/PublicObjectSearchRequest
,crm/objects/postal_mail/models/PublicObjectSearchRequest
,crm/objects/tasks/models/PublicObjectSearchRequest
,crm/objects/taxes/models/PublicObjectSearchRequest
,crm/products/models/PublicObjectSearchRequest
,crm/quotes/models/PublicObjectSearchRequest
andcrm/tickets/models/PublicObjectSearchRequest
. - Added parameter
objectWriteTraceId
tocrm/companies/models/SimplePublicObjectBatchInput
,crm/companies/models/SimplePublicObjectInput
,crm/companies/models/SimplePublicObjectInputForCreate
,crm/contacts/models/SimplePublicObjectBatchInput
,crm/contacts/models/SimplePublicObjectInput
,crm/contacts/models/SimplePublicObjectInputForCreate
,crm/deals/models/SimplePublicObjectBatchInput
,crm/deals/models/SimplePublicObjectInput
,crm/deals/models/SimplePublicObjectInputForCreate
,crm/line_items/models/SimplePublicObjectBatchInput
,crm/line_items/models/SimplePublicObjectInput
,crm/line_items/models/SimplePublicObjectInputForCreate
,crm/objects/models/SimplePublicObjectBatchInput
,crm/objects/models/SimplePublicObjectInput
,crm/objects/models/SimplePublicObjectInputForCreate
,crm/objects/calls/models/SimplePublicObjectBatchInput
,crm/objects/calls/models/SimplePublicObjectInput
,crm/objects/calls/models/SimplePublicObjectInputForCreate
,crm/objects/communications/models/SimplePublicObjectBatchInput
,crm/objects/communications/models/SimplePublicObjectInput
,crm/objects/communications/models/SimplePublicObjectInputForCreate
,crm/objects/emails/models/SimplePublicObjectBatchInput
,crm/objects/emails/models/SimplePublicObjectInput
,crm/objects/emails/models/SimplePublicObjectInputForCreate
,crm/objects/leads/models/SimplePublicObjectBatchInput
,crm/objects/leads/models/SimplePublicObjectInput
,crm/objects/leads/models/SimplePublicObjectInputForCreate
,crm/objects/leads/models/SimplePublicObjectBatchInputUpsert
,crm/objects/meetings/models/SimplePublicObjectBatchInput
,crm/objects/meetings/models/SimplePublicObjectInput
,crm/objects/meetings/models/SimplePublicObjectInputForCreate
,crm/objects/notes/models/SimplePublicObjectBatchInput
,crm/objects/notes/models/SimplePublicObjectInput
,crm/objects/notes/models/SimplePublicObjectInputForCreate
,crm/objects/postal_mail/models/SimplePublicObjectBatchInput
,crm/objects/postal_mail/models/SimplePublicObjectInput
,crm/objects/postal_mail/models/SimplePublicObjectInputForCreate
,crm/objects/tasks/models/SimplePublicObjectBatchInput
,crm/objects/tasks/models/SimplePublicObjectInput
,crm/objects/tasks/models/SimplePublicObjectInputForCreate
,crm/objects/taxes/models/SimplePublicObjectBatchInput
,crm/objects/taxes/models/SimplePublicObjectInput
,crm/objects/taxes/models/SimplePublicObjectInputForCreate
,crm/products/models/SimplePublicObjectBatchInput
,crm/products/models/SimplePublicObjectInput
,crm/products/models/SimplePublicObjectInputForCreate
,crm/quotes/models/SimplePublicObjectBatchInput
,crm/quotes/models/SimplePublicObjectInput
,crm/quotes/models/SimplePublicObjectInputForCreate
,crm/tickets/models/SimplePublicObjectBatchInput
,crm/tickets/models/SimplePublicObjectInput
andcrm/tickets/models/SimplePublicObjectInputForCreate
. - Made
associations
parameter nullable incrm/companies/models/SimplePublicObjectInputForCreate
,crm/contacts/models/SimplePublicObjectInputForCreate
,crm/deals/models/SimplePublicObjectInputForCreate
andcrm/tickets/models/SimplePublicObjectInputForCreate
. - Removed
crm.extensions.accounting
API client. - Added method
markAsReady
tocrm.extensions.calling.recordingSettingsApi
. - Added parameter
supportsInboundCalling
tocrm/extensions/calling/models/SettingsPatchRequest
,crm/extensions/calling/models/SettingsRequest
andcrm/extensions/calling/models/SettingsResponse
. - Added parameters
userIdIncludingInactive
andtype
tocrm/owners/models/PublicOwner
. - Removed
archive
,create
andupdate
methods fromcrm.objects.feedback_submissions.basicApi
,crm.objects.feedback_submissions.batchApi
,crm.objects.goals.basicApi
andcrm.objects.goals.batchApi
. - Changed response object type
BatchResponseSimplePublicObject | BatchResponseSimplePublicObjectWithErrors
toBatchResponseSimplePublicUpsertObjectWithErrors | BatchResponseSimplePublicUpsertObject
ofcrm.objects.leads.rowsApi.upsert()
. - Removed
crm.schemas.PublicObjectSchemasApi
. - Added parameters
createdByUserId
andupdatedByUserId
tocrm/schemas/models/ObjectSchema
. - Added parameter
clearDescription
tocrm/schemas/models/ObjectTypeDefinitionPatch
.
- Added
crm.lists.foldersApi
. - Changed
listIds
type fromArray<number>
toArray<string>
incrm.lists.listsApi.getAll()
. - Changed
listId
type fromnumber
tostring
incrm.lists.listsApi.getById()
,crm.lists.listsApi.remove()
,crm.lists.listsApi.restore()
,crm.lists.listsApi.updateListFilters()
andcrm.lists.listsApi.updateName()
. - Added
crm.lists.mappingApi
. - Changed
listId
type fromnumber
tostring
andrequestBody
type fromArray<number>
toArray<string>
incrm.lists.membershipsApi.add()
andcrm.lists.membershipsApi.remove()
. - Changed
listIds
andsourceListId
types fromnumber
tostring
incrm.lists.membershipsApi.addAllFromList()
. - Changed
listId
type fromnumber
tostring
incrm.lists.membershipsApi.addAndRemove()
,crm.lists.membershipsApi.getPage()
andcrm.lists.membershipsApi.removeAll()
. - Added
crm.lists.membershipsApi.getLists()
andcrm.lists.membershipsApi.getPageOrderedByAddedToListDate()
. - Changed response object type
CollectionResponseLong
toApiCollectionResponseJoinTimeAndRecordId
ofcrm.lists.membershipsApi.getPage()
. - Added parameter
customProperties
tocrm/lists/models/ListCreateRequest
. - Added parameters
listIds
,processingTypes
andsort
tocrm/lists/models/ListSearchRequest
. - Made
offset
andadditionalProperties
parameters nullable incrm/lists/models/ListSearchRequest
. - Changed
recordIdsToRemove
andrecordIdsToAdd
type fromArray<number>
toArray<string>
incrm/lists/models/MembershipChangeRequest
. - Changed
recordIdsRemoved
,recordsIdsAdded
andrecordIdsMissing
type fromArray<number>
toArray<string>
incrm/lists/models/MembershipsUpdateResponse
. - Changed
listId
type fromnumber
tostring
incrm/lists/models/PublicAssociationInListFilter
,crm/lists/models/PublicInListFilter
,crm/lists/models/PublicObjectListSearchResult
,crm/lists/models/PublicPropertyAssociationFilterBranchFiltersInner
andcrm/lists/models/PublicPropertyAssociationInListFilter
. - Changed
coalescingRefineBy
type fromPublicEventAnalyticsFilterCoalescingRefineBy
toPublicFormSubmissionFilterCoalescingRefineBy
incrm/lists/models/PublicAssociationInListFilter
,crm/lists/models/PublicNumAssociationsFilter
,crm/lists/models/PublicObjectList
andcrm/lists/models/PublicPropertyAssociationInListFilter
. - Changed
businessUnitId
type fromnumber
tostring
andsubscriptionIds
fromArray<number>
toArray<string>
incrm/lists/models/PublicCommunicationSubscriptionFilter
andcrm/lists/models/PublicPropertyAssociationFilterBranchFiltersInner
. - Changed
coalescingRefineBy
andpruningRefineBy
parameters type fromPublicEventAnalyticsFilterCoalescingRefineBy
toPublicFormSubmissionFilterCoalescingRefineBy
incrm/lists/models/PublicCtaAnalyticsFilter
,crm/lists/models/PublicEventAnalyticsFilter
,crm/lists/models/PublicFormSubmissionFilter
,crm/lists/models/PublicFormSubmissionOnPageFilter
,crm/lists/models/PublicPageViewAnalyticsFilter
,crm/lists/models/PublicPropertyAssociationFilterBranchFiltersInner
andcrm/lists/models/PublicUnifiedEventsFilter
. - Changed
pruningRefineBy
type fromPublicEventAnalyticsFilterCoalescingRefineBy
toPublicFormSubmissionFilterCoalescingRefineBy
incrm/lists/models/PublicEmailEventFilter
. - Changed
subscriptionIds
type fromArray<number>
toArray<string>
incrm/lists/models/PublicEmailSubscriptionFilter
. - Changed
operation
type fromPublicPropertyFilterOperation
toPublicSurveyMonkeyValueFilterValueComparison
incrm/lists/models/PublicEventFilterMetadata
andcrm/lists/models/PublicPropertyFilter
. - Changed
valueComparison
type fromPublicPropertyFilterOperation
toPublicSurveyMonkeyValueFilterValueComparison
incrm/lists/models/PublicSurveyMonkeyValueFilter
. - Added parameter
size
tocrm/lists/models/PublicPropertyAssociationFilterBranchFiltersInner
andcrm/lists/models/PublicObjectList
. - Changed
createdById
andupdatedById
type fromnumber
tostring
incrm/lists/models/PublicObjectList
andcrm/lists/models/PublicObjectListSearchResult
. - Added parameter
coalescingRefineBy
tocrm/lists/models/PublicPropertyAssociationFilterBranchFilterBranchesInner
andcrm/lists/models/PublicUnifiedEventsFilterBranch
. - Changed
emailId
andappId
type fromnumber
tostring
incrm/lists/models/PublicPropertyAssociationFilterBranchFiltersInner
. - Renamed from
crm/lists/models/PublicPropertyFilterOperation
tocrm/lists/models/PublicSurveyMonkeyValueFilterValueComparison
. - Changed
fiscalYearStart
type fromPublicPropertyFilterOperationFiscalYearStartEnum
toPublicSurveyMonkeyValueFilterValueComparisonFiscalYearStartEnum
incrm/lists/models/PublicSurveyMonkeyValueFilterValueComparison
.
- Renamed method
create
tocreateByContactIds
inmarketing.events.attendanceSubscriberStateChangesApi
. - Renamed method
createByEmail
tocreateByContactEmails
inmarketing.events.attendanceSubscriberStateChangesApi
. - Renamed method
archiveBatch
tobatchArchive
and moved frommarketing.events.batchApi
tomarketing.events.basicApi
. - Renamed method
doUpsert
tobatchUpsert
and moved frommarketing.events.batchApi
tomarketing.events.basicApi
. - Renamed method
doCancel
tocancel
inmarketing.events.basicApi
. - Renamed method
getById
togetDetails
inmarketing.events.basicApi
. - Renamed method
replace
toupsert
inmarketing.events.basicApi
. - Renamed method
create
toupdate
inmarketing.events.settingsApi
. - Renamed method
doEmailUpsertById
toupsertByContactEmail
inmarketing.events.subscriberStateChangesApi
. - Renamed method
doUpsertById
toupsertByContactId
inmarketing.events.subscriberStateChangesApi
. - Added new method
complete
tomarketing.events.basicApi
. - Moved method
doSearch
frommarketing.events.searchApi
tomarketing.events.basicApi
. - Added
marketing.events.ParticipantStateApi
. - Added parameter
eventCompleted
tomarketing/events/models/MarketingEventPublicDefaultResponse
,marketing/events/models/MarketingEventPublicReadResponse
andmarketing/events/models/MarketingEventUpdateRequestParams
. - Added parameter
importStatus
tomarketing/events/models/MarketingEventUpdateRequestParams
. - Added parameters
dataSensitivity
,unit
andisEncrypted
tomarketing/events/models/PropertyValue
. - Removed
marketing.events.batchApi
,marketing.events.marketingEventsExternalApi
andmarketing.events.searchApi
. - Changed
legalConsentOptions
type fromany
toHubSpotFormDefinitionAllOfLegalConsentOptions
inmarketing/forms/models/CollectionResponseFormDefinitionBaseForwardPagingResultsInner
,marketing/forms/models/FormDefinitionBase
,marketing/forms/models/FormDefinitionCreateRequestBase
andmarketing/forms/models/HubSpotFormDefinition
. - Changed
legalConsentOptions
type fromany
toHubSpotFormDefinitionCreateRequestAllOfLegalConsentOptions
inmarketing/forms/models/HubSpotFormDefinitionCreateRequest
. - Changed
legalConsentOptions
type fromHubSpotFormDefinitionPatchRequestLegalConsentOptions
toHubSpotFormDefinitionCreateRequestAllOfLegalConsentOptions
inmarketing/forms/models/HubSpotFormDefinitionPatchRequest
. - Renamed
marketing.transactional.publicSmtpTokensApi
tomarketing.transactional.publicSMTPTokensApi
.
- Changed parameters order from
objectType?: string, eventType?: string, occurredAfter?: Date, occurredBefore?: Date, objectId?: number, indexTableName?: string, indexSpecificMetadata?: string, after?: string, before?: string, limit?: number, sort?: Array<string>, objectPropertyPropname?: any, propertyPropname?: any, id?: Array<string>
toobjectType?: string, eventType?: string, after?: string, before?: string, limit?: number, sort?: Array<string>, occurredAfter?: Date, occurredBefore?: Date, objectId?: number, objectPropertyPropname?: any, propertyPropname?: any, id?: Array<string>
inevents.eventsApi.getPage()
. - Added new method
getTypes
tomarketing.events.basicApi
. - Renamed
marketing.events.send.behavioralEventsTrackingApi
tomarketing.events.send.customEventDataApi
.
- Removed parameters
scopeToScopeGroupPks
,trialScopes
andtrialScopeToScopeGroupPks
inoauth/models/AccessTokenInfoResponse
. - Changed
idProperty
type fromstring
to'USER_ID' | 'EMAIL'
insettings.users.usersApi.archive
,settings.users.usersApi.getById
andsettings.users.usersApi.replace
. - Added nullable parameters
firstName
andlastName
tosettings/users/models/PublicUser
,settings/users/models/PublicUserUpdate
andsettings/users/models/UserProvisionRequest
. - Added nullable parameter
objectTypeId
towebhooks/models/SubscriptionCreateRequest
andwebhooks/models/SubscriptionResponse
. - Removed parameter
period
fromwebhooks/models/ThrottlingSettings
.
11.2.0 - 2024-08-14
- Added
crm.objects.leads
Api client.
11.1.0 - 2024-02-29
- Added param
idProperty
toSimplePublicObjectBatchInput
in all CRM clients.
11.0.0 - 2024-02-13
crm.associations.v4.basicApi.archive(objectType: string, objectId: number, toObjectType: string, toObjectId: number, _options?: Configuration)
=>crm.associations.v4.basicApi.archive(objectType: string, objectId: string, toObjectType: string, toObjectId: string, _options?: Configuration)
crm.associations.v4.basicApi.create(objectType: string, objectId: number, toObjectType: string, toObjectId: number, associationSpec: Array<AssociationSpec>, _options?: Configuration): Promise<LabelsBetweenObjectPair1>
=>crm.associations.v4.basicApi.create(objectType: string, objectId: string, toObjectType: string, toObjectId: string, associationSpec: Array<AssociationSpec>, _options?: Configuration): Promise<LabelsBetweenObjectPair>
crm.associations.v4.basicApi.createDefault(fromObjectType: string, fromObjectId: number, toObjectType: string, toObjectId: number, _options?: Configuration)
=>crm.associations.v4.basicApi.createDefault(fromObjectType: string, fromObjectId: string, toObjectType: string, toObjectId: string, _options?: Configuration)
crm.associations.v4.basicApi.getPage(objectType: string, objectId: number, toObjectType: string, after?: string, limit?: number, _options?: Configuration)
=>crm.associations.v4.basicApi.getPage(objectType: string, objectId: string, toObjectType: string, after?: string, limit?: number, _options?: Configuration)
- Cnange type from
number
tostring
incrm/associations/v4/models/MultiAssociatedObjectWithLabel::toObjectId
. - Added param
'inverseLabel'?: string
tocrm/associations/v4/schema/models/PublicAssociationDefinitionCreateRequest
andcrm/associations/v4/schema/models/PublicAssociationDefinitionUpdateRequest
. - Added new association types to
enums/AssociationTypes
.
11.0.0-beta.0 - 2024-01-31
automation.actions.definitionsAPI.create(appId: number, extensionActionDefinitionInput: ExtensionActionDefinitionInput):Promise<ExtensionActionDefinition>
=>automation.actions.definitionsAPI.create(appId: number, publicActionDefinitionEgg: PublicActionDefinitionEgg):Promise<PublicActionDefinition>
.automation.actions.definitionsAPI.getById():Promise<ExtensionActionDefinition>
=>automation.actions.definitionsAPI.getById():Promise<PublicActionDefinition>
.automation.actions.definitionsAPI.update(definitionId: string, appId: number, extensionActionDefinitionPatch: ExtensionActionDefinitionPatch):Promise<ExtensionActionDefinition>
=>automation.actions.definitionsAPI.update(definitionId: string, appId: number, publicActionDefinitionPatch: PublicActionDefinitionPatch):Promise<PublicActionDefinition>
.automation.actions.definitionsAPI.getPage():Promise<CollectionResponseExtensionActionDefinitionForwardPaging>
=>automation.actions.definitionsAPI.getPage():Promise<CollectionResponsePublicActionDefinitionForwardPaging>
.- Added new function type
POST_ACTION_EXECUTION
to all methods ofautomation.actions.functionsApi
. automation.actions.functionsApi.createOrReplace():Promise<ActionFunctionIdentifier>
=>automation.actions.functionsApi.createOrReplace():Promise<PublicActionFunctionIdentifier >
.automation.actions.functionsApi.createOrReplaceByFunctionType():Promise<ActionFunctionIdentifier>
=>automation.actions.functionsApi.createOrReplaceByFunctionType():Promise<PublicActionFunctionIdentifier >
.automation.actions.functionsApi.getByFunctionType():Promise<ActionFunction>
=>automation.actions.functionsApi.getByFunctionType():Promise<PublicActionFunction>
.automation.actions.functionsApi.getById():Promise<ActionFunction>
=>automation.actions.functionsApi.getById():Promise<PublicActionFunction>
.automation.actions.functionsApi.getPage():Promise<CollectionResponseActionFunctionIdentifierNoPaging>
=>automation.actions.functionsApi.getPage():Promise<CollectionResponsePublicActionFunctionIdentifierNoPaging>
.automation.actions.revisionsApi.getById():Promise<ActionRevision>
=>automation.actions.revisionsApi.getById():Promise<PublicActionRevision>
.automation.actions.revisionsApi.getPage():Promise<CollectionResponseActionRevisionForwardPaging>
=>automation.actions.revisionsApi.getPage():Promise<CollectionResponsePublicActionRevisionForwardPaging>
.- Added param
property
tocms.blogs.authors.blogAuthorsApi.getById()
. - Added param
property
tocms.blogs.authors.blogAuthorsApi.getPage()
. - Changed type from laguages enum to
string
incms/blogs/authors/models/AttachToLangPrimaryRequestVNext::language
andcms/blogs/authors/models/AttachToLangPrimaryRequestVNext::primaryLanguage
. - Added param
property
tocms.blogs.blogPosts.blogPostsApi.getById()
. - Added param
property
tocms.blogs.blogPosts.blogPostsApi.getPage()
. - Changed type from laguages enum to
string
incms/blogs/blog_posts/models/AttachToLangPrimaryRequestVNext::language
andcms/blogs/blog_posts/models/AttachToLangPrimaryRequestVNext::primaryLanguage
. - Cnange type from
SideOrCornerVerticalSideEnum
tostring
incms/blogs/blog_posts/models/SideOrCorner::verticalSide
. - Cnange type from
SideOrCornerHorizontalSideEnum
tostring
incms/blogs/blog_posts/models/SideOrCorner::horizontalSide
. - Cnange type from
StylesVerticalAlignmentEnum
tostring
incms/blogs/blog_posts/models/Styles::verticalAlignment
. - Cnange type from
StylesFlexboxPositioningEnum
tostring
incms/blogs/blog_posts/models/Styles::flexboxPositioning
. - Added param
property
tocms.blogs.tags.blogTagsApi.getById()
. - Added param
property
tocms.blogs.tags.blogTagsApi.getPage()
. - Changed type from laguages enum to
string
incms/blogs/tags/models/AttachToLangPrimaryRequestVNext::language
andcms/blogs/tags/models/AttachToLangPrimaryRequestVNext::primaryLanguage
. - Cnange type from
ErrorCategory
tostring
incrm/associations/models/StandardError::category
. crm.associations.v4.basicApi.create(): Promise<LabelsBetweenObjectPair>
=>crm.associations.v4.basicApi.create(): Promise<LabelsBetweenObjectPair1>
- Cnange type from
ErrorCategory
tostring
incrm/associations/v4/models/StandardError::category
. - Rename
crm.associations.v4.schema.definitionsApi._delete()
=>crm.associations.v4.schema.definitionsApi.archive()
. - Removed
crm.objects.associationsApi
. - Cnange type from
number
tostring
inPublicObjectSearchRequest::after
in all CRM clients. crm.objects.postalMail.basicApi.archive(postalMail: string, _options?: Configuration)
=>crm.objects.postalMail.basicApi.archive(postalMailId: string, _options?: Configuration)
.crm.objects.postalMail.basicApi.getById(postalMail: string, properties?: Array<string>, propertiesWithHistory?: Array<string>, associations?: Array<string>, archived?: boolean, idProperty?: string, _options?: Configuration)
=>crm.objects.postalMail.basicApi.getById(postalMailId: string, properties?: Array<string>, propertiesWithHistory?: Array<string>, associations?: Array<string>, archived?: boolean, idProperty?: string, _options?: Configuration)
.crm.objects.postalMail.basicApi.update(postalMail: string, simplePublicObjectInput: SimplePublicObjectInput, idProperty?: string, _options?: Configuration)
=>crm.objects.postalMail.basicApi.update(postalMailId: string, simplePublicObjectInput: SimplePublicObjectInput, idProperty?: string, _options?: Configuration)
.- Added param
validateDealStageUsagesBeforeDelete
tocms.pipelines.pipelinesApi.archive()
,cms.pipelines.pipelinesApi.replace()
andcms.pipelines.pipelinesApi.update()
. events.eventsApi.getPage(occurredAfter?: Date, occurredBefore?: Date, objectType?: string, objectId?: number, eventType?: string, after?: string, before?: string, limit?: number, sort?: Array<string>, _options?: Configuration)
=>events.eventsApi.getPage(objectType?: string, eventType?: string, occurredAfter?: Date, occurredBefore?: Date, objectId?: number, indexTableName?: string, indexSpecificMetadata?: string, after?: string, before?: string, limit?: number, sort?: Array<string>, objectPropertyPropname?: any, propertyPropname?: any, id?: Array<string>, _options?: Configuration)
- Rewrite all enums from type to enum.
export type Enum = "OPTION1" | "OPTION2";
// =>
export enum Enum {
Option1 = 'OPTION1',
Option2 = 'OPTION2'
}
crm.companies.gdprApi
API client.crm.deals.gdprApi
API client.crm.extensions.calling.recordingSettingsApi
API client.crm.line_items.gdprApi
API client.crm.objects.calls.gdprApi
API client.crm.objects.communications.gdprApi
API client.crm.objects.emails.gdprApi
API client.crm.objects.feedbackSubmissions.gdprApi
API client.crm.objects.meetings.gdprApi
API client.crm.objects.notes.gdprApi
API client.crm.objects.postalMail.gdprApi
API client.crm.objects.tasks.gdprApi
API client.crm.products.gdprApi
API client.crm.quotes.gdprApi
API client.crm.tickets.gdprApi
API client.
10.2.0 - 2023-12-13
cms.pages
Api client.crm.lists
Api client.crm.objects.goals
Api client.crm.objects.taxes
Api client.events.send
Api client.settings.businessUnits
Api client.
10.1.0 - 2023-11-23
marketing.forms
Api client.
10.0.0 - 2023-09-25
cms.auditLogs.auditLogsApi.getPage(objectId?: Array<string>, userId?: Array<string>, after?: string, before?: string, sort?: Array<string>, eventType?: Array<string>, limit?: number, objectType?: Array<string>, _options?: Configuration)
=>cms.auditLogs.auditLogsApi.getPage(userId?: Array<string>, eventType?: Array<string>, objectType?: Array<string>, objectId?: Array<string>, after?: string, before?: string, limit?: number, sort?: Array<string>, _options?: Configuration)
- Cnange type from
number
tostring
incms/hubdb/models/HubDbTableRowV3BatchUpdateRequest.id
. - Nullable
startDatetime
,endDatetime
andtotalRequestTime
incms/performance/models/PerformanceView
. - Rename
cms.sourceCode.contentApi.get()
=>cms.sourceCode.contentApi.download()
- Rename
cms.sourceCode.contentApi.replace()
=>cms.sourceCode.contentApi.createOrUpdate()
crm.timeline.eventsApi.createBatch() BatchResponseTimelineEventResponse | BatchResponseTimelineEventResponseWithErrors
=>crm.timeline.eventsApi.createBatch() BatchResponseTimelineEventResponse | void | BatchResponseTimelineEventResponseWithErrors
- Cnange type from
ErrorCategory
tostring
incrm/timeline/models/StandardError::category
. - Nullable
options
incrm/timeline/models/TimelineEventTemplateToken
andcodegen/crm/timeline/models/TimelineEventTemplateTokenUpdateRequest
. - Required
links
infiles/models/FolderUpdateTaskLocator
andfiles/models/ImportFromUrlTaskLocator
. - Nullable
duplicateValidationStrategy
,duplicateValidationScope
andoverwrite
infiles/models/ImportFromUrlInput
. - Cnange type from
ErrorCategory
tostring
infiles/models/StandardError::category
. - Move method
archive
frommarketing.events.marketingEventsExternalApi
tomarketing.events.basicApi
. - Move method
create
frommarketing.events.marketingEventsExternalApi
tomarketing.events.basicApi
. - Move method
doCancel
frommarketing.events.marketingEventsExternalApi
tomarketing.events.basicApi
. - Move method
getById
frommarketing.events.marketingEventsExternalApi
tomarketing.events.basicApi
. - Move method
replace
frommarketing.events.marketingEventsExternalApi
tomarketing.events.basicApi
. - Move method
update
frommarketing.events.marketingEventsExternalApi
tomarketing.events.basicApi
. - Move method
archiveBatch
frommarketing.events.marketingEventsExternalApi
tomarketing.events.batchApi
. - Move method
doUpsert
frommarketing.events.marketingEventsExternalApi
tomarketing.events.batchApi
. - Move method
doEmailUpsertById
frommarketing.events.marketingEventsExternalApi
tomarketing.events.subscriberStateChanges
. - Move method
doUpsertById
frommarketing.events.marketingEventsExternalApi
tomarketing.events.subscriberStateChanges
. - Rename
marketing.events.settingsExternalApi
=>marketing.events.settingsApi
- Cnange type from
ErrorCategory
tostring
inmarketing/events/models/StandardError::category
. crm.extensions.cards.cardsApi.archive(appId: number, cardId: string, _options?: Configuration)
=>crm.extensions.cards.cardsApi.archive(cardId: string, appId: number, _options?: Configuration)
crm.extensions.cards.cardsApi.getById(appId: number, cardId: string, _options?: Configuration): Promise<CardResponse >
=>crm.extensions.cards.cardsApi.getById(cardId: string, appId: number, _options?: Configuration): Promise<PublicCardResponse >
crm.extensions.cards.cardsApi.update(appId: number, cardId: string, cardPatchRequest: CardPatchRequest, _options?: Configuration): Promise<CardResponse >
=>crm.extensions.cards.cardsApi.update(cardId: string, appId: number, cardPatchRequest: CardPatchRequest, _options?: Configuration): Promise<PublicCardResponse >
crm.extensions.cards.cardsApi.create(): Promise<CardResponse >
=>crm.extensions.cards.cardsApi.create(): Promise<PublicCardResponse >
crm.extensions.cards.cardsApi.getAll(): Promise<CardListResponse >
=>crm.extensions.cards.cardsApi.getAll(): Promise<PublicCardListResponse >
:
- Added param
prev
tocms/audit_logs/models/PreviousPage
. - Added param
properties
tocms.sourceCode.metadataApi.get()
. - Added param
hash
tocms/source_code/models/AssetFileMetadata
. - Added method
getMetadata
tofiles.filesApi
. - Added param
expiresAt
tofiles/models/FileUpdateInput
andfiles/models/ModelFile
. - Added params
roleIds
,sendWelcomeEmail
andsuperAdmin
tosettings/users/models/PublicUser
9.1.1 - 2023-08-16
- Nullable
properties
inSimplePublicObject
andSimplePublicObjectWithAssociations
(all crm object's clients).
9.1.0 - 2023-07-27
automation.actions.callbacksApi
Api.cms
(all Api clients).communicationPreferences
(all Api clients).conversations
(all API clients).crm
(all Api clients).events
(all Api clients).files
(all Api clients).marketing.events.settingsExternalApi
Api.marketing.transactional
Api client.
- Cnange type from
object
tostring
incms/hubdb/models/StandardError.category
. - Cnange type from
StandardError[]
toStandardError1[]
incrm/associations/v4/models/BatchResponseSimplePublicObjectWithErrors::errors
. - Cnange type from
ErrorCategory
tostring
incrm/companies/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/contacts/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/deals/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/lineitems/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/calls/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/communications/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/emails/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/feedback_submissions/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/meetings/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/notes/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/postal_mail/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/tasks/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/products/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/properties/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/quotes/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/tickets/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
inwebhooks/models/StandardError::category
.
9.0.1 - 2023-07-26
- Remove console.error message indicating a response status code (Retry mechanism).
9.0.0 - 2023-06-08
- Release stable version.
9.0.0-beta.3 - 2023-05-11
crm.associations.v4.basicApi
Api.
crm.associations.typesApi
=>crm.associations.schema.typesApi
.crm.associations.v4.definitionsApi
=>crm.associations.v4.schema.definitionsApi
.- Removed deprecated
webhooks.validateSignature()
method.
9.0.0-beta.2 - 2023-05-03
- Add ability to change http agent(
config.httpAgent
).
9.0.0-beta.1 - 2023-04-28
- Add new event types to webhooks.
crm.objects.communications
Api client.
9.0.0-beta.0 - 2023-04-06
- Rename
cms.hubdb.rowsBatchApi.batchCloneDraftTableRows()
=>cms.hubdb.rowsBatchApi.cloneDraftTableRows()
. - Rename
cms.hubdb.rowsBatchApi.batchCreateDraftTableRows()
=>cms.hubdb.rowsBatchApi.createDraftTableRows()
. - Rename
cms.hubdb.rowsBatchApi.batchPurgeDraftTableRows()
=>cms.hubdb.rowsBatchApi.purgeDraftTableRows()
. - Rename
cms.hubdb.rowsBatchApi.batchReadDraftTableRows()
=>cms.hubdb.rowsBatchApi.readDraftTableRows()
. - Rename
cms.hubdb.rowsBatchApi.batchReadTableRows()
=>cms.hubdb.rowsBatchApi.readTableRows()
. - Rename
cms.hubdb.rowsBatchApi.batchReplaceDraftTableRows()
=>cms.hubdb.rowsBatchApi.replaceDraftTableRows()
. - Rename
cms.hubdb.rowsBatchApi.batchUpdateDraftTableRows()
=>cms.hubdb.rowsBatchApi.updateDraftTableRows()
. cms.hubdb.tablesApi.getDraftTableDetailsById(tableIdOrName: string, archived?: boolean, includeForeignIds?: boolean, _options?: Configuration)
=>cms.hubdb.tablesApi.getDraftTableDetailsById(tableIdOrName: string, includeForeignIds?: boolean, archived?: boolean, _options?: Configuration)
cms.hubdb.tablesApi.getTableDetails(tableIdOrName: string, archived?: boolean, includeForeignIds?: boolean, _options?: Configuration)
=>cms.hubdb.tablesApi.getTableDetails(tableIdOrName: string, includeForeignIds?: boolean, archived?: boolean, _options?: Configuration)
cms.hubdb.tablesApi.updateDraftTable(tableIdOrName: string, hubDbTableV3Request: HubDbTableV3Request, archived?: boolean, includeForeignIds?: boolean, _options?: Configuration)
=>cms.hubdb.tablesApi.updateDraftTable(tableIdOrName: string, hubDbTableV3Request: HubDbTableV3Request, includeForeignIds?: boolean, archived?: boolean, _options?: Configuration)
- Removed
crm.companies.associationsApi
. - Removed
crm.contacts.associationsApi
. - Removed
crm.deals.associationsApi
. - Removed
crm.line_items.associationsApi
. - Removed
crm.objects.calls.associationsApi
. - Removed
crm.objects.emails.associationsApi
. - Removed
crm.objects.feedbackSubmissions.associationsApi
. - Removed
crm.objects.meetings.associationsApi
. - Removed
crm.objects.notes.associationsApi
. - Removed
crm.objects.postalMail.associationsApi
. - Removed
crm.objects.tasks.associationsApi
. - Removed
crm.products.associationsApi
. - Removed
crm.quotes.associationsApi
. - Removed
crm.tickets.associationsApi
. crm.companies.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.companies.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.contacts.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.contacts.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.deals.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.deals.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.line_items.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.line_items.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.calls.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.calls.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.emails.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.emails.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.feedbackSubmissions.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.feedbackSubmissions.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.meetings.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.meetings.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.notes.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.notes.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.postalMail.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.postalMail.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.tasks.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.tasks.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.products.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.products.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.quotes.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.quotes.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
crm.objects.tickets.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
crm.objects.tickets.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
marketing.events.marketingEventsExternalApi.doSearch()
=>marketing.events.searchApi.doSearch()
- Rename
oauth.accessTokensApi.getAccessToken
=>oauth.accessTokensApi.get
. - Rename
oauth.refreshTokensApi.archiveRefreshToken
=>oauth.refreshTokensApi.archive
. - Rename
oauth.refreshTokensApi.getRefreshToken
=>oauth.refreshTokensApi.get
. - Rename
oauth.tokensApi.createToken
=>oauth.tokensApi.create
.
- Added param
properties
tocrm.properties.coreApi.getAll
. - Added param
properties
tocrm.properties.coreApi.getByName
. - Added param
highValue
to all Filter's model.
8.9.0 - 2023-04-05
- Retry mechanism and rate limiting to apiRequest.
8.8.1 - 2023-03-23
- Access token update fix.
8.8.0 - 2023-03-02
- Update models for
crm.properties
API client.
8.7.0 - 2023-02-28
- Rate limiting.
8.6.0 - 2023-02-20
crm.associations.v4
API client
- Fix
oauth.refreshTokensApi.archiveRefreshToken()
method
8.5.0 - 2023-02-08
- Enum
AssociationTypes
(which contains the most popular HubSpot defined association types). - Information about reserved words to README (e.g.
form
).
8.4.2 - 2023-01-24
- Discoveries mechanism
8.4.1 - 2023-01-19
- Discoveries mechanism
8.4.0 - 2023-01-16
- Retry mechanism
- Fix
crm.associations
API client
8.3.2 - 2022-12-22
- Moved @types/node-fetch package from devDependencies to dependencies
8.3.1 - 2022-12-21
- Remove unused imports from codegen
8.3.0 - 2022-12-19
crm.objects.postalMail
API client
8.2.0 - 2022-12-06
- Added Private App access token to
cms.domains
8.1.1 - 2022-12-05
- Fix all assosciation APIs
- Replace Lodash to navite code in part of code
- Load only merge and get methods form Lodash
8.1.0 - 2022-11-28
- Optimization memory usage
8.0.1 - 2022-11-23
- Revert memory usage optimization PR due to unstable work
8.0.0 - 2022-11-21
- Optimization memory usage
- Regenerate all clients
- Added Private App access token to
cms.performance
,crm.schemas
,crm.imports
andcrm.objects.feedbackSubmissions
- Updated
marketing.events
API client - Deprecated
crm.extensions.accounting
API client
files
Api client
7.1.2 - 2022-07-22
- Fixed file uploading with apiRequest
7.1.1 - 2022-07-20
- Added OAuth to
crm.import.coreApi
7.1.0 - 2022-07-15
- Sinature Utill
- webhooks.validateSignature()
7.0.1 - 2022-06-10
crm.feedbackSubmissions
method names
7.0.0 - 2022-06-07
- crm.quotes.publicObjectApi()
- crm.feedbackSubmissions.publicObjectApi()
- added idProperty to update and getById methods of crm.contacts.basicApi
- support text/html response
- dependenccies (typescript to 4.7.3 and ts-node to 10.8.1)
6.0.1 - 2022-05-12
- ability to change base url
- ability to set default headers
- hubspot.apiRequest
6.0.1-beta.6 - 2022-04-14
crm.companies.publicObjectApi
crm.contacts.publicObjectApi
crm.deals.publicObjectApi
crm.lineItems.publicObjectApi
crm.objects.calls.publicObjectApi
crm.objects.publicObjectApi
crm.objects.emails.publicObjectApi
crm.objects.meetings.publicObjectApi
crm.objects.notes.publicObjectApi
crm.objects.tasks.publicObjectApi
crm.products.publicObjectApi
crm.tickets.publicObjectApi
- add field "values" to all CRM objects
Filter
6.0.1-beta5 - 2022-04-08
- add to
cms.blogs.authors.blogAuthorsApi
Language methods - add to
cms.blogs.blogPosts.blogPostsApi
Language methods - add to
cms.blogs.tags.blogTagsApi
Language methods
- rename crm.pipelines.pipelineStagesApi.getCrmV3PipelinesObjectTypePipelineIdAudit() => crm.pipelines.pipelineStagesApi.getAudit()
- rename crm.pipelines.pipelinesApi.getCrmV3PipelinesObjectTypePipelineIdStagesStageIdAudit() => crm.pipelines.pipelinesApi.getAudit()
6.0.1-beta4 - 2022-03-29
cms.sourceCode
API clientcrm.objects.calls
API clientcrm.objects.emails
API clientcrm.objects.meetings
API clientcrm.objects.notes
API clientcrm.objects.tasks
API clientmarketing.events
API clientsettings.users
API client
- fixed TimelineEvents
- fixed Webhooks double appId
- rename crm.contants.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.contants.gdpr.purge()
- rename crm.objects.gdpr.postCrmV3ObjectsContactsGdprDelete() => crm.objects.gdpr.purge()
6.0.1-beta3 - 2022-02-18
- apiRequest()
- Regenerate Codegen
6.0.1-beta2 - 2022-02-09
- autification configuration
6.0.1-beta1 - 2022-02-03
- webhooks.validateSignature()
6.0.1-beta - 2022-01-31
- Iterable middlewares
6.0.0-beta - 2022-01-27
- Migrate from request to node-fetch (Migrate to new code generator).
from
is reserved word. Use_from
instead offrom
.- Rewrite Client
crm.objects.feedbackSubmissions
=>crm.feedbackSubmissions
5.0.0 - 2021-09-14
crm.objects.gdprApi
API clientcrm.contacts.gdprApi
API client
oauth
fully regeneratedcms.auditLogs.defaultApi
=>cms.auditLogs.auditLogsApi
cms.blogs.authors.defaultApi
=>cms.blogs.authors.authorApi
cms.blogs.blogPosts.defaultApi
=>cms.blogs.blogPosts.blogPostApi
cms.blogs.tags.defaultApi
=>cms.blogs.tags.tagApi
cms.performance.defaultApi
=>cms.performance.publicPerformanceApi
cms.siteSearch.defaultApi
=>cms.siteSearch.publicApi
crm.imports.defaultApi
=>crm.imports.publicImportsApi
crm.owners.defaultApi
=>crm.owners.ownersApi
crm.schemas.defaultApi
=>crm.schemas.publicObjectSchemasApi
andcrm.schemas.coreApi
marketing.transactional.defaultApi
=>marketing.transactional.publicSmtpTokensApi
andmarketing.transactional.singleSendApi
4.1.0 - 2021-07-28
- communicationPreferences API client
4.0.0 - 2021-06-22
- rename method "search" => "doSearch" crm.objects.searchApi API clients
- regenerate all clients
3.4.1 - 2021-02-17
- fix generateToken method in
conversations.visitorIdentification
API clients
3.4.0 - 2021-02-16
- conversations.visitorIdentification API client
- events API client
3.3.0 - 2021-02-10
- crm.extensions.accounting API client
- crm.extensions.calling API client
- crm.extensions.videoconferencing API client
- crm.objects.feedbackSubmissions API client
- marketing.transactional API client
3.2.6 - 2021-01-28
- fixed npm build
3.2.1 - 2021-01-26
- fix batch methods in
cms.blogs
API clients
3.2.0 - 2021-01-26
- automation.actions client
3.1.0 - 2020-12-15
- crm.objects and crm.schemas clients
- cms.hubdb clients
- cms.blogs.authors, cms.blogs.blogPosts and cms.blogs.tags clients
- differentiation between Developer API key and API key. There is no need to create separate client instances for using endpoints with API key and Developer API key support.
- SubscriptionPatchRequest model (replace
enabled
withactive
property) - removed optional attribute for some parameters in crm clients methods
- changed parameters order for all crm.**.batchApi.read methods
- removed all create/update methods from CRM quotes
- response types extended for all crm.**.batchApi.create/read/update methods
2.1.1 - 2020-07-24
- trello-integration-app sample
- 'Search Contacts' example to README.MD
- fixed initial initialization for webhooks-app
- fixed webhook verification for webhooks-app
getAll
methods for CRM objects (for clients with disabled limiter)- 'Create Contact, Company and associate created objects' example in README.md
2.1.0 - 2020-06-18
- auditLogs, domains, performance, urlRedirects and siteSearch cms clients
- imports-contacts-app sample
- limiter for search methods
- search-results-paging-app sample
- default limiter options: increased
maxConcurrent
to 6, addedid
- 'hubspot-client-limiter' - retry functionality to overcome secondly search limit failures
2.0.1 - 2020-05-25
- validateSignature method to webhooks
- Updated crm.imports.coreApi client method names: getAll => getPage
1.1.0-beta - 2020-04-24
- New updateBatch method to webhooks.subscriptionsApi
- updated timelineModels
- extended webhooks-sample-app to setup application webhooks configuration after successful authorization
- documents path in sample-app
- 'apiKey' authorization for webhooks clients
1.0.0-beta - 2020-04-18
- This CHANGELOG.md file.
- Updated clients method names:
- archiveBatch => archive (crm.associations.batchApi)
- createBatch => create (crm.associations.batchApi)
- readBatch => read (crm.associations.batchApi)
- getTypes => getAll (crm.associations.typesApi)
- archiveAssociation => archive (crm.companies.associationsApi, crm.contacts.associationsApi, crm.deals.associationsApi, crm.lineItems.associationsApi, crm.products.associationsApi, crm.quotes.associationsApi, crm.tickets.associationsApi)
- createAssociation => create (crm.companies.associationsApi, crm.contacts.associationsApi, crm.deals.associationsApi, crm.lineItems.associationsApi, crm.products.associationsApi, crm.quotes.associationsApi, crm.tickets.associationsApi)
- getAssociations => getAll (crm.companies.associationsApi, crm.contacts.associationsApi, crm.deals.associationsApi, crm.lineItems.associationsApi, crm.products.associationsApi, crm.quotes.associationsApi, crm.tickets.associationsApi)
- archiveBatch => archive (crm.companies.batchApi, crm.contacts.batchApi, crm.deals.batchApi, crm.lineItems.batchApi, crm.products.batchApi, crm.quotes.batchApi, crm.tickets.batchApi)
- createBatch => create (crm.companies.batchApi, crm.contacts.batchApi, crm.deals.batchApi, crm.lineItems.batchApi, crm.products.batchApi, crm.quotes.batchApi, crm.tickets.batchApi)
- readBatch => read (crm.companies.batchApi, crm.contacts.batchApi, crm.deals.batchApi, crm.lineItems.batchApi, crm.products.batchApi, crm.quotes.batchApi, crm.tickets.batchApi)
- updateBatch => update (crm.companies.batchApi, crm.contacts.batchApi, crm.deals.batchApi, crm.lineItems.batchApi, crm.products.batchApi, crm.quotes.batchApi, crm.tickets.batchApi)
- archiveEventTemplate => archive (crm.timeline.templatesApi)
- createEventTemplate => create (crm.timeline.templatesApi)
- getAllEventTemplates => getAll (crm.timeline.templatesApi)
- getEventTemplateById => getById (crm.timeline.templatesApi)
- updateEventTemplate => update (crm.timeline.templatesApi)
- archiveEventTemplateToken => archive (crm.timeline.tokensApi)
- createEventTemplateToken => create (crm.timeline.tokensApi)
- updateEventTemplateToken => update (crm.timeline.tokensApi)
- clearSettings => clear (webhooks.settingsApi)
- configureSettings => configure (webhooks.settingsApi)
- getSettings => getAll (webhooks.settingsApi)
- deleteSubscription => archive ()
- getSubscription => getById (webhooks.subscriptionsApi)
- getSubscriptions => getAll (webhooks.subscriptionsApi)
- updateSubscription => update (webhooks.subscriptionsApi)