diff --git a/client/src/api/socktype.js b/client/src/api/socktype.js index ed2bb9b..ce31f1f 100644 --- a/client/src/api/socktype.js +++ b/client/src/api/socktype.js @@ -29,7 +29,14 @@ export default { Review: 61, DataListColumnView: 68, CustomerNotifySubscription: 84, //proxy subs for customers - Integration: 92 //3rd party or add-on integration data store + Integration: 92, //3rd party or add-on integration data store, + + License: 93, + TrialLicenseRequest: 94, + SubscriptionServer: 95, + Purchase: 96, + Product: 97, + GZCase: 98 }; /** * diff --git a/todo.txt b/todo.txt index 34da376..81cdf08 100644 --- a/todo.txt +++ b/todo.txt @@ -1,2 +1,14 @@ - CLIENT END +New categories in UI + +LICENSE + License: 93, + TrialLicenseRequest: 94, + Purchase: 96, + Product: 97, + +SERVERS + SubscriptionServer: 95, + +CASES + GZCase: 98 \ No newline at end of file