ngx-vector-components 4.87.0 → 4.88.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/components/crud-footer/crud-footer.component.mjs +2 -2
- package/esm2020/lib/models/profile.model.mjs +2 -1
- package/fesm2015/ngx-vector-components.mjs +3 -2
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +3 -2
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +2 -1
- package/package.json +1 -1
|
@@ -276,5 +276,6 @@ export declare enum ProfileModuleActionType {
|
|
|
276
276
|
CREATE_FRIENDLY_TRIP = "Solicitar Viagem Amiga",
|
|
277
277
|
SEND_NFS_ETCD = "Send NFs ETCD",
|
|
278
278
|
AUTOMATIC_DISCLOSURE_CONFIGURATIONS = "Automatic Disclosure Configurations",
|
|
279
|
-
SHOW_PAYMENT_SCHEDULING_DETAIL = "Show Payment Scheduling Detail"
|
|
279
|
+
SHOW_PAYMENT_SCHEDULING_DETAIL = "Show Payment Scheduling Detail",
|
|
280
|
+
SCHEDULE_UPDATE_CHECKIN_CHECKOUT = "Schedule Update CheckIn CheckOut"
|
|
280
281
|
}
|