Compare commits
No commits in common. "28cf6b55ed90c667058517fb1959971d5464be89" and "ffe6f37b6ca1d3d8fe2448fdda87215b33428a7e" have entirely different histories.
28cf6b55ed
...
ffe6f37b6c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/contracts",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.0",
|
||||
"description": "Protocol Buffers contracts for microservices",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
export interface EmailChangedEvent {
|
||||
email: string
|
||||
code: string
|
||||
}
|
||||
@ -1,2 +0,0 @@
|
||||
export * from './email-changed.interface'
|
||||
export * from './phone-changed.interface'
|
||||
@ -1,4 +0,0 @@
|
||||
export interface PhoneChangedEvent {
|
||||
phone: string
|
||||
code: string
|
||||
}
|
||||
@ -1,2 +1 @@
|
||||
export * from './auth'
|
||||
export * from './account'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user