[SECARSP-259] Device policies data structure parser andformater are implemented
authorArtem Motchanyi <a.motchanyi@samsung.com>
Thu, 29 Mar 2018 16:54:29 +0000 (19:54 +0300)
committerArtem Motchanyi <a.motchanyi@samsung.com>
Fri, 30 Mar 2018 08:30:33 +0000 (11:30 +0300)
commit5ebc8d434262e8b1a4d265d65083e3d67610a556
tree155094bb93f9376046ffda6c8482281cfa138d93
parent6dd4756f24efc5ec78bcd6102a3c518bd7c1503c
[SECARSP-259] Device policies data structure parser andformater are implemented
13 files changed:
dashboard/src/app/models/device/device.ts [moved from dashboard/src/app/models/device.ts with 100% similarity]
dashboard/src/app/models/device/update-device.ts [moved from dashboard/src/app/models/update-device.ts with 100% similarity]
dashboard/src/app/models/device/update-devices.ts [moved from dashboard/src/app/models/update-devices.ts with 100% similarity]
dashboard/src/app/models/index.ts
dashboard/src/app/models/policy/enums.ts [new file with mode: 0644]
dashboard/src/app/models/policy/incoming/policy-group.ts [new file with mode: 0644]
dashboard/src/app/models/policy/incoming/policy.ts [new file with mode: 0644]
dashboard/src/app/models/policy/incoming/select-policy.ts [new file with mode: 0644]
dashboard/src/app/models/policy/incoming/value-policy.ts [new file with mode: 0644]
dashboard/src/app/models/policy/outcoming/updated-device-policies.ts [new file with mode: 0644]
dashboard/src/app/models/policy/outcoming/updated-policy.ts [new file with mode: 0644]
dashboard/src/app/models/policy/outcoming/updated-select-policy.ts [new file with mode: 0644]
dashboard/src/app/models/policy/outcoming/updated-value-policy.ts [new file with mode: 0644]