* Update Connector Client with latest Swagger spec
* Import test framework for testing ConnectorClient
* Update generateClient.cmd to use config from Swagger/README.md
* Update connector-auth deps to match connector deps versions
* Export models in connector package
* Simple EchoBot using connector, connector-auth and restify
* Update client with latest spec (2018/01/26)
* Proper Type Definitions for ConnectorClient
* Export model entities directly
* Update botbuilder package with new botframework-connector
* Update botbuilder-ai package with new botframework-connector
* Update botbuilder-choices package with new botframework-connector
* Update botbuilder-services package with new botframework-connector
* Deps cleanup
* Connector Tests now run on project dir
* Build fixes for connector-auth
* Enable build/test tasks
* Export missing references and cleanup
* Move remaining model types to connector package
* Merge botframework-connector-auth into botframework-connector
* Sample update with Lerna deps
* Sample deps version updated when possible, removed when not present
* Fix sample credentials usage
* Set botframework-connector version to 4.0.0-m1.0
* Cleanup
* Revert .npmrc
* Add compiled files
* Bump Connector version in echobot-simple-ts sample
* package-lock regenerate
* Remove TS devDependency from connector
* connector postinstall task to install test tools
* Split Connector into Schema and Connector package
- Models are now part of botbuilder-schema
- botbuilder no longer references the ConnectorClient
- BotFrameworkAdapter (botbuilder-services) in the only dependent to ConnectorClient
* output lib updates
* generateClient.cmd (windows)
* [Connector] README updates (#41)
* Schema and Connector re-generated with Autorest Typescript
* Higher modules updated with TS botbuilder-schema
* Connector Tests updated
* Connector Types generation based on Typescript
* README fix
* Mark all properties as required
* Flatten botbuilder-schema dir structure
* Add proper headers to Autorest generated files
* package-lock updated
* Updated spec with latest version
c39181cc20
* generatedClient.sh for *nix systems
* Revert Mark all properties as required
* Test update with correct enumeration values
* Cleanup
* Cleanup
* Version bump
* Update Schema entities with required and optional properties (#57)