@altodia/microservices-common
Advanced tools
Comparing version 3.2.6 to 3.2.7
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FILES_TESTED = exports.FILES_DELETED_BULK = exports.FILES_DELETED = exports.FILES_UPDATED = exports.FILES_CREATED = exports.FILES_BUCKET_DELETED = exports.FILES_BUCKET_CREATED = void 0; | ||
exports.FILES_DELETED_BULK = exports.FILES_DELETED = exports.FILES_UPDATED = exports.FILES_CREATED = exports.FILES_BUCKET_DELETED = exports.FILES_BUCKET_CREATED = void 0; | ||
exports.FILES_BUCKET_CREATED = 'files.bucketCreated'; | ||
@@ -10,2 +10,1 @@ exports.FILES_BUCKET_DELETED = 'files.bucketDeleted'; | ||
exports.FILES_DELETED_BULK = 'files.deletedBulk'; | ||
exports.FILES_TESTED = 'files.tested'; |
@@ -8,3 +8,2 @@ import { Base } from "../base"; | ||
export declare const FILES_DELETED_BULK = "files.deletedBulk"; | ||
export declare const FILES_TESTED = "files.tested"; | ||
export interface BucketCreatedParams extends Base { | ||
@@ -35,6 +34,2 @@ bucketName: string; | ||
} | ||
export interface TestedParams extends Base { | ||
title: string; | ||
body: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -11,2 +11,3 @@ import { Base } from "../base"; | ||
export declare const USERS_DELETED = "users.deleted"; | ||
export declare const USERS_TESTED = "users.tested"; | ||
export interface UsersCreatedParams extends Base { | ||
@@ -42,2 +43,6 @@ email?: string; | ||
} | ||
export interface TestedParams extends Base { | ||
title: string; | ||
body: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.USERS_DELETED = exports.USERS_UNVERIFIED = exports.USERS_FORGOT_PASSWORD_REQUESTED = exports.USERS_VERIFY_REQUESTED_EMAIL = exports.USERS_VERIFY_REQUESTED = exports.USERS_VERIFIED = exports.USERS_UPDATED = exports.USERS_CREATED = void 0; | ||
exports.USERS_TESTED = exports.USERS_DELETED = exports.USERS_UNVERIFIED = exports.USERS_FORGOT_PASSWORD_REQUESTED = exports.USERS_VERIFY_REQUESTED_EMAIL = exports.USERS_VERIFY_REQUESTED = exports.USERS_VERIFIED = exports.USERS_UPDATED = exports.USERS_CREATED = void 0; | ||
exports.USERS_CREATED = 'users.created'; | ||
@@ -12,1 +12,2 @@ exports.USERS_UPDATED = 'users.updated'; | ||
exports.USERS_DELETED = 'users.deleted'; | ||
exports.USERS_TESTED = 'users.tested'; |
@@ -7,2 +7,1 @@ export const FILES_BUCKET_CREATED = 'files.bucketCreated'; | ||
export const FILES_DELETED_BULK = 'files.deletedBulk'; | ||
export const FILES_TESTED = 'files.tested'; |
@@ -8,3 +8,2 @@ import { Base } from "../base"; | ||
export declare const FILES_DELETED_BULK = "files.deletedBulk"; | ||
export declare const FILES_TESTED = "files.tested"; | ||
export interface BucketCreatedParams extends Base { | ||
@@ -35,6 +34,2 @@ bucketName: string; | ||
} | ||
export interface TestedParams extends Base { | ||
title: string; | ||
body: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -11,2 +11,3 @@ import { Base } from "../base"; | ||
export declare const USERS_DELETED = "users.deleted"; | ||
export declare const USERS_TESTED = "users.tested"; | ||
export interface UsersCreatedParams extends Base { | ||
@@ -42,2 +43,6 @@ email?: string; | ||
} | ||
export interface TestedParams extends Base { | ||
title: string; | ||
body: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,1 +9,2 @@ export const USERS_CREATED = 'users.created'; | ||
export const USERS_DELETED = 'users.deleted'; | ||
export const USERS_TESTED = 'users.tested'; |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "3.2.6", | ||
"version": "3.2.7", | ||
"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