From eb3cec1ffd0588bcd96d1b81b783f61df8d9a605 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 23 Dec 2022 17:05:58 +0000 Subject: [PATCH] --- client/src/api/socktype.js | 9 ++++++++- todo.txt | 14 +++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) 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