ngx-vector-components 4.53.0 → 4.54.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 +1 -0
- package/package.json +1 -1
|
@@ -158,6 +158,7 @@ var ProfileModuleActionType;
|
|
|
158
158
|
ProfileModuleActionType["HISTORICAL_CHANGES_USER"] = "Historical Changes User";
|
|
159
159
|
ProfileModuleActionType["CANCEL_TRIPS"] = "Cancel Trips";
|
|
160
160
|
ProfileModuleActionType["CANCEL_TRIPSPA"] = "Cancel Trips PA";
|
|
161
|
+
ProfileModuleActionType["MANUAL_UPLOAD_DOCUMENTS"] = "Manual Upload Documents";
|
|
161
162
|
ProfileModuleActionType["HISTORICAL_CHANGES_LOTS"] = "Historical Changes Lots";
|
|
162
163
|
ProfileModuleActionType["ADD_LOCATION"] = "Add Location";
|
|
163
164
|
ProfileModuleActionType["EDIT_LOCATION"] = "Edit Location";
|