Compare commits

..

No commits in common. "ffe6f37b6ca1d3d8fe2448fdda87215b33428a7e" and "9a0e51154d49bbb77105820a05bcfc70c2db7747" have entirely different histories.

5 changed files with 1 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@teacinema/contracts", "name": "@teacinema/contracts",
"version": "1.1.0", "version": "1.0.9",
"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 +0,0 @@
export * from './otp-requested.interface'

View File

@ -1,5 +0,0 @@
export interface OtpRequestedEvent {
identifier: string
code: string
type: 'email' | 'phone'
}

View File

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

View File

@ -1,2 +1 @@
export * from './proto' export * from './proto'
export * from './events'