sdk-types-changelog
-e --- id: sdk-types-changelog title: sdk-types
sidebar_label: sdk-types
Change Log
11.0.0
Major Changes
@boldpenguin/sdk-types
- Add
IQuestionIndextype - Add
IAnswerIndextype - Add
IApplicationFormQuickViewtype - Add missing fields to
IApplicationFormIndextype
@boldpenguin/sdk-types
- Remove
ISocketDatatype, useTWebsocketEventtype instead
@boldpenguin/sdk-web-components, @boldpenguin/sdk-types
- Remove
isRefilteringEnabledproperty frombp-sdk-business-classification-selectorcomponent and associated types + components. - Remove
bp-sdk-business-classification-selector-nudge-containercomponent
@boldpenguin/sdk-types
- Remove
COVERAGE_TYPESexport. Useimport { COVERAGE_REFERENCES } from '@boldpenguin/sdk';instead
@boldpenguin/sdk-web-components, @boldpenguin/sdk-types
- Add support for new question
field_type: 'month_year'
@boldpenguin/sdk-web-components, @boldpenguin/sdk-websockets, @boldpenguin/sdk-polyfill, @boldpenguin/sdk-requests, @boldpenguin/sdk-utility, @boldpenguin/sdk-icons, @boldpenguin/sdk-redux, @boldpenguin/sdk-types, @boldpenguin/sdk-auth, @boldpenguin/sdk-core, @boldpenguin/sdk-demo
Add off-platform carrier portal url endpoint
- Adds endpoint which returns carrier portal url (
ApplicationForm.getCarrierPortalUrl()) - Endpoint returns new type
ICarrierPortalUrlResponse - Remove references to
carrier_bind_urlproperty onIQuoteRequesttype
- Adds endpoint which returns carrier portal url (
@boldpenguin/sdk-web-components, @boldpenguin/sdk-types
- Remove
is_readonlyonIQuestion, code should referenceis_readonlyon parentIAnswerinstead
@boldpenguin/sdk-web-components, @boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Update
IQuoteRequestQuoteproducts type to new typeIProductDetail
Minor Changes
@boldpenguin/sdk-utility, @boldpenguin/sdk-types
- Add
compliance_statusproperty to theIRawUserInfointerface
@boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Add
copyattribute to applicationIApplicationFormandIFormState
@boldpenguin/sdk-types
- Correct types coming from API on quotes objects to be
stringinstead ofDate
@boldpenguin/sdk-utility, @boldpenguin/sdk-types
- Add
tenant_stateproperty toIRawUserInfo - Add
tenantStateproperty toIAuthState
@boldpenguin/sdk-web-components, @boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Add enrollments to application form
@boldpenguin/sdk-utility, @boldpenguin/sdk-redux, @boldpenguin/sdk-types, @boldpenguin/sdk-auth
Sort messages based on priority
- Add
priorityproperty toIMessagetype - Sort messages based on priority when the message state changes
- Priority messages will display before other messages
- Add
@boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Quotes slice will now process new nested quotes being sent from backend. This change should be transparent to consuming applications.
IQuotesStatetype has been updated, it no longer just extendsIQuoteRequestto accomodate the multiple quotes change.- Add
IQuoteRequestQuotetype - Add
quotes: IQuoteRequestQuote[]property toIQuoteRequesttype
@boldpenguin/sdk-types
- Add
logo_img_url_fullproperty toITerminalThemetype
@boldpenguin/sdk-web-components, @boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Add support for inlining messages into other parts of the application form
- Add
locationandlevelproperties toIMessagetype - Add
bp-sdk-message-outletcomponent
- Add
@boldpenguin/sdk-types
- Remove
nameproperty fromICarrierProductBuckettype
@boldpenguin/sdk-types
- Add
answer_poolsproperty toICreateApplicationFormParams. - Add
answered_by_typeandanswered_by_sourceproperties toICreateApplicationFormAnswerValue.
@boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Add
referred_byproperty toIApplicationFormandIApplicationFormIndextypes
@boldpenguin/sdk-web-components, @boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Add
viewState.quotes.filteredOnlineQuotesandviewState.quotes.filteredOfflineQuotesto Redux store - Add
satisfies_application_form_product_requestproperty toIQuoteRequesttype - Pass
satisfiesApplicationFormProductRequestproperty tobp-sdk-quote-requestcomponent - Add new Redux selectors
- selectFilteredOfflineQuotes
- selectFilteredOnlineQuotes
- selectViewState
- selectViewStateQuotes
@boldpenguin/sdk-types
- Add
question_codesproperty toITranslatedMessagetype
@boldpenguin/sdk-web-components, @boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Handle document upload in vehicle panel state for Commercial Auto quotes
- Add
getVehicleSelectionselector - Add
lazyLoadVehicleOptionsthunk
- Add
@boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Add
getStorefrontActiveEnrolledProductsCodesRedux selector - Add
storefront_active_enrolled_product_codesproperty toIApplicationFormandIFormStatetypes
Patch Changes
@boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Add
statusproperty toIFeatureState
@boldpenguin/sdk-types
- Add
template_subdomainproperty toIUsertype
@boldpenguin/sdk-types
- Add
received_by_wholesaler_atproperty toIApplicationFormtype
@boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Add
effective_dateproperty toIQuoteRequesttype
@boldpenguin/sdk-web-components, @boldpenguin/sdk-websockets, @boldpenguin/sdk-polyfill, @boldpenguin/sdk-requests, @boldpenguin/sdk-utility, @boldpenguin/sdk-icons, @boldpenguin/sdk-redux, @boldpenguin/sdk-types, @boldpenguin/sdk-auth, @boldpenguin/sdk-core, @boldpenguin/sdk-demo
- Add
tenantproperty toIApplicationFormandIApplicationFormIndextypes
@boldpenguin/sdk-redux, @boldpenguin/sdk-types
- Add
logo_url_smallproperty toICarriertype and associated Redux store
@boldpenguin/sdk-web-components, @boldpenguin/sdk-websockets, @boldpenguin/sdk-polyfill, @boldpenguin/sdk-requests, @boldpenguin/sdk-utility, @boldpenguin/sdk-icons, @boldpenguin/sdk-redux, @boldpenguin/sdk-types, @boldpenguin/sdk-auth, @boldpenguin/sdk-core, @boldpenguin/sdk-demo
- Some users will have access to select functionality on certain tenants. This list of "tenants" is exposed in the user data and has properties explaining which functionality on that tenant the user may access.
- Add
tenantstoIRawUserInfotype
- Add
@boldpenguin/sdk-types
- Add
labelsproperty toIQuoteRequesttype