new(all):Activation code.

This commit is contained in:
Rodrigo Rodriguez 2020-05-19 14:57:11 -03:00
parent 59223074bd
commit 3c4fd1f755
3 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "botlib",
"version": "1.5.1",
"version": "1.5.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "botlib",
"version": "1.5.2",
"version": "1.5.3",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
"main": "dist/index.js",
"types": "dist/index",

View file

@ -44,6 +44,7 @@ export interface IGBInstance {
cloudLocation: string;
instanceId: number;
title: string;
activationCode: string;
description: string;
version: string;
enabledAdmin: boolean;