File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @statflo/widget-sdk" ,
3- "version" : " 0.4.7 " ,
3+ "version" : " 0.4.8 " ,
44 "description" : " SDK for building widgets with Statflo and beyond" ,
55 "main" : " ./dist/index.js" ,
66 "module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 11export * from "./store" ;
22export { default } from "./store" ;
3-
4- export * from "./components/RemoteComponent" ;
Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ export interface Widget {
77 name : string ;
88 label ?: string ;
99 url : string ;
10+ carrierIds : number [ ] ;
11+ scopes : {
12+ location : string ;
13+ positions : string [ ] ;
14+ } [ ] ;
15+ dealers : {
16+ allDealers : boolean ;
17+ dealerIds ?: number [ ] ;
18+ } ;
1019 type : "iframe" | "native" ;
1120 native ?: {
1221 remote : string ;
You can’t perform that action at this time.
0 commit comments