@owlworks/hoot-api
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -69,2 +69,3 @@ import { Activity } from "botframework-schema"; | ||
configuration: Configuration; | ||
name: string; | ||
} | ||
@@ -80,2 +81,3 @@ export interface ICreateAccountRequest { | ||
configuration: Configuration; | ||
name: string; | ||
} | ||
@@ -82,0 +84,0 @@ export interface ICreateOrganizationRequest { |
@@ -45,3 +45,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "0.0.7" | ||
"version": "0.0.8" | ||
} |
13589
299