ngx-vector-components 4.35.0 → 4.36.0
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 +6 -0
- package/esm2020/lib/models/profile.model.mjs +2 -1
- package/fesm2015/ngx-vector-components.mjs +1 -0
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +1 -0
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +2 -1
- package/package.json +1 -1
|
@@ -306,6 +306,7 @@ var ProfileModuleActionType;
|
|
|
306
306
|
ProfileModuleActionType["APPROVE_REQUESTS_ETCD"] = "Approve Requests ETCD";
|
|
307
307
|
ProfileModuleActionType["SHOW_SUPPLY"] = "Show Supply";
|
|
308
308
|
ProfileModuleActionType["SHOW_TRIP_OFFERT"] = "Trip Offer Show";
|
|
309
|
+
ProfileModuleActionType["ADD_LASTNAME_LOCATION"] = "Add LastName Location";
|
|
309
310
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
310
311
|
|
|
311
312
|
var Role;
|