@altodia/microservices-common
Advanced tools
Comparing version 3.2.7 to 3.2.8
@@ -42,3 +42,3 @@ import { Base } from "../base"; | ||
} | ||
export interface TestedParams extends Base { | ||
export interface UsersTestedParams extends Base { | ||
title: string; | ||
@@ -45,0 +45,0 @@ body: string; |
@@ -42,3 +42,3 @@ import { Base } from "../base"; | ||
} | ||
export interface TestedParams extends Base { | ||
export interface UsersTestedParams extends Base { | ||
title: string; | ||
@@ -45,0 +45,0 @@ body: string; |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "3.2.7", | ||
"version": "3.2.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57505