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",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -44,6 +44,7 @@ export interface IGBInstance {
|
|||
cloudLocation: string;
|
||||
instanceId: number;
|
||||
title: string;
|
||||
activationCode: string;
|
||||
description: string;
|
||||
version: string;
|
||||
enabledAdmin: boolean;
|
||||
|
|
Loading…
Add table
Reference in a new issue