Compare commits

..

No commits in common. "28cf6b55ed90c667058517fb1959971d5464be89" and "ffe6f37b6ca1d3d8fe2448fdda87215b33428a7e" have entirely different histories.

5 changed files with 1 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@teacinema/contracts", "name": "@teacinema/contracts",
"version": "1.1.1", "version": "1.1.0",
"description": "Protocol Buffers contracts for microservices", "description": "Protocol Buffers contracts for microservices",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.build.json", "build": "tsc -p tsconfig.build.json",

View File

@ -1,4 +0,0 @@
export interface EmailChangedEvent {
email: string
code: string
}

View File

@ -1,2 +0,0 @@
export * from './email-changed.interface'
export * from './phone-changed.interface'

View File

@ -1,4 +0,0 @@
export interface PhoneChangedEvent {
phone: string
code: string
}

View File

@ -1,2 +1 @@
export * from './auth' export * from './auth'
export * from './account'