@altodia/microservices-common
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -10,2 +10,3 @@ import { Base } from "../../base"; | ||
vatNumber?: string; | ||
ownerId?: string; | ||
idToken?: string; | ||
@@ -12,0 +13,0 @@ } |
import { Base } from "../base"; | ||
import { CompaniesCreatedParams } from "./companies"; | ||
export declare const USERS_CREATED = "users.created"; | ||
@@ -26,2 +27,3 @@ export declare const USERS_UPDATED = "users.updated"; | ||
ownerId?: string; | ||
company?: CompaniesCreatedParams; | ||
} | ||
@@ -28,0 +30,0 @@ export interface UsersUpdatedParams extends UsersCreatedParams { |
@@ -10,2 +10,3 @@ import { Base } from "../../base"; | ||
vatNumber?: string; | ||
ownerId?: string; | ||
idToken?: string; | ||
@@ -12,0 +13,0 @@ } |
import { Base } from "../base"; | ||
import { CompaniesCreatedParams } from "./companies"; | ||
export declare const USERS_CREATED = "users.created"; | ||
@@ -26,2 +27,3 @@ export declare const USERS_UPDATED = "users.updated"; | ||
ownerId?: string; | ||
company?: CompaniesCreatedParams; | ||
} | ||
@@ -28,0 +30,0 @@ export interface UsersUpdatedParams extends UsersCreatedParams { |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"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
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
52770
797