2024-10-04 changelogs
Breaking changes
notes
These changes require special attention. If your app uses these API resources, and you don’t adjust your usage of the resources according to the following instructions, then your app might break when you update to this API version.
- Field userId was removed from object type
BrokerResearchEntitlementRequest
- Field firstName was removed from object type
BrokerResearchEntitlementRequest
- Field lastName was removed from object type
BrokerResearchEntitlementRequest
- Field userEmail was removed from object type
BrokerResearchEntitlementRequest
- Field companyName was removed from object type
BrokerResearchEntitlementRequest
- Field BrokerResearchEntitlementRequest.requestedAt changed type from
String!
toTimeStamp!
Deprecations
notes
These deprecations will be removed in the next version. You should to consider to change to another version to ensure that your application is up to date and not breaking in the next version.
- Field ExpertCallsDocumentType.expertEmploymentType is deprecated
- Field ExpertCallsDocumentType.expertEmploymentType has deprecation reason
Use expert { employmentHistory } instead
- Field ExpertCallsDocumentType.expertBio is deprecated
- Field ExpertCallsDocumentType.expertBio has deprecation reason
Use expert { bio } instead
GraphQL changes
- Type BRCompanyAddress was added
- Type BrokerResearchCompany was added
- Type BrokerResearchUser was added
- Type BRUserMailingAddress was added
- Type CompanyType was added
- Type CompanyUser was added
- Type CompanyUsers was added
- Type CompanyUsersSortField was added
- Type DocSourcesFilter was added
- Type Expert was added
- Type ExpertEmploymentRecord was added
- Type Timestamp was added
- Type TimeStamp was added
- Field statementIds was added to object type
AISummaryReference
- Field pages was added to object type
AISummaryReference
- Field user was added to object type
BrokerResearchEntitlementRequest
- Field BrokerResearchEntitlementRequest.requestedAt description changed from
The date on which the request was created
toThe epoch timestamp on which the request was created
- Field comment was added to object type
BrokerResearchUserEntitlements
- Input field BrokerResearchUserEntitlementUpdateInput.entitlementGroups changed type from
[String!]!
to[String!]
- Field type was added to object type
Company
- Field relatedTranscripts was added to object type
ExpertCallsDocumentType
- Field coverageArea was added to object type
ExpertCallsDocumentType
- Field expert was added to object type
ExpertCallsDocumentType
- Field companyUsers was added to object type
Query
- Input field SearchFilter.industries description changed from
Use GICS to pass a list of required industries
toUse GICS to pass a list of required industries. Supports filter preset enum values also. e.g. ["ALL/DEFAULT/SYSTEM_DEFAULT"]. Please avoid combination of preset and country codes. e.g. [“DEFAULT“, <SOME_GICS_CODE>]
- Input field SearchFilter.countries description changed from
Use country codes to pass a list of required countries. Country code format is uppercase 2 letter symbol, for example: FI,US,CA For United States (non-US domicile) use US*
toUse country codes to pass a list of required countries. Country code format is uppercase 2 letter symbol, for example: FI,US,CA For United States (non-US domicile) use US* Supports filter preset enum values also. e.g. ["ALL/DEFAULT/SYSTEM_DEFAULT"]. Please avoid combination of preset and country codes. e.g. [“DEFAULT“, <COUNTRY_CODE>]
- Input field SearchFilter.brokers description changed from
Use brokers to pass a list of required broker codes
toUse brokers to pass a list of required broker codes. Brokers and factset brokers are used separately. They look similar however they are different fields. We do use them as this in every other service and in the FE