new(all):Activation code.
This commit is contained in:
parent
59223074bd
commit
3c4fd1f755
3 changed files with 3 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "botlib",
|
"name": "botlib",
|
||||||
"version": "1.5.1",
|
"version": "1.5.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "botlib",
|
"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)",
|
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index",
|
"types": "dist/index",
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ export interface IGBInstance {
|
||||||
cloudLocation: string;
|
cloudLocation: string;
|
||||||
instanceId: number;
|
instanceId: number;
|
||||||
title: string;
|
title: string;
|
||||||
|
activationCode: string;
|
||||||
description: string;
|
description: string;
|
||||||
version: string;
|
version: string;
|
||||||
enabledAdmin: boolean;
|
enabledAdmin: boolean;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue