@altodia/microservices-common
Advanced tools
Comparing version 1.0.2 to 1.0.3
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FILES_DELETE_BUCKET_EVENT = exports.FILES_CREATE_BUCKET_EVENT = void 0; | ||
exports.FILES_CREATE_BUCKET_EVENT = 'files.createBucketEvent'; | ||
exports.FILES_DELETE_BUCKET_EVENT = 'files.deleteBucketEvent'; | ||
exports.EMAILS_SEND_EVENT = void 0; | ||
exports.EMAILS_SEND_EVENT = 'emails.sendEvent'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EMAILS_SEND_EVENT = void 0; | ||
exports.EMAILS_SEND_EVENT = 'emails.sendEvent'; | ||
exports.FILES_DELETE_BUCKET_EVENT = exports.FILES_CREATE_BUCKET_EVENT = void 0; | ||
exports.FILES_CREATE_BUCKET_EVENT = 'files.createBucketEvent'; | ||
exports.FILES_DELETE_BUCKET_EVENT = 'files.deleteBucketEvent'; |
@@ -1,12 +0,12 @@ | ||
export declare const FILES_CREATE_BUCKET_EVENT = "files.createBucketEvent"; | ||
export declare const FILES_DELETE_BUCKET_EVENT = "files.deleteBucketEvent"; | ||
export interface CreateBucketParams { | ||
awsUserId: string; | ||
idToken: string; | ||
export declare const EMAILS_SEND_EVENT = "emails.sendEvent"; | ||
export interface EmailsSendParams { | ||
senderAddress: string; | ||
receiverAddress: string; | ||
subject: string; | ||
body?: string; | ||
replyTo?: string; | ||
cc?: string; | ||
bcc?: string; | ||
altText?: string; | ||
} | ||
export interface DeleteBucketParams { | ||
idToken: string; | ||
ownerId: string; | ||
awsUserId: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,12 +0,12 @@ | ||
export declare const EMAILS_SEND_EVENT = "emails.sendEvent"; | ||
export interface EmailsSendParams { | ||
from: string; | ||
to: string; | ||
subject: string; | ||
html?: string; | ||
replyTo?: string; | ||
cc?: string; | ||
bcc?: string; | ||
altText?: string; | ||
export declare const FILES_CREATE_BUCKET_EVENT = "files.createBucketEvent"; | ||
export declare const FILES_DELETE_BUCKET_EVENT = "files.deleteBucketEvent"; | ||
export interface CreateBucketParams { | ||
awsUserId: string; | ||
idToken: string; | ||
} | ||
export interface DeleteBucketParams { | ||
idToken: string; | ||
ownerId: string; | ||
awsUserId: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,1 @@ | ||
export const FILES_CREATE_BUCKET_EVENT = 'files.createBucketEvent'; | ||
export const FILES_DELETE_BUCKET_EVENT = 'files.deleteBucketEvent'; | ||
export const EMAILS_SEND_EVENT = 'emails.sendEvent'; |
@@ -1,1 +0,2 @@ | ||
export const EMAILS_SEND_EVENT = 'emails.sendEvent'; | ||
export const FILES_CREATE_BUCKET_EVENT = 'files.createBucketEvent'; | ||
export const FILES_DELETE_BUCKET_EVENT = 'files.deleteBucketEvent'; |
@@ -1,12 +0,12 @@ | ||
export declare const FILES_CREATE_BUCKET_EVENT = "files.createBucketEvent"; | ||
export declare const FILES_DELETE_BUCKET_EVENT = "files.deleteBucketEvent"; | ||
export interface CreateBucketParams { | ||
awsUserId: string; | ||
idToken: string; | ||
export declare const EMAILS_SEND_EVENT = "emails.sendEvent"; | ||
export interface EmailsSendParams { | ||
senderAddress: string; | ||
receiverAddress: string; | ||
subject: string; | ||
body?: string; | ||
replyTo?: string; | ||
cc?: string; | ||
bcc?: string; | ||
altText?: string; | ||
} | ||
export interface DeleteBucketParams { | ||
idToken: string; | ||
ownerId: string; | ||
awsUserId: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,12 +0,12 @@ | ||
export declare const EMAILS_SEND_EVENT = "emails.sendEvent"; | ||
export interface EmailsSendParams { | ||
from: string; | ||
to: string; | ||
subject: string; | ||
html?: string; | ||
replyTo?: string; | ||
cc?: string; | ||
bcc?: string; | ||
altText?: string; | ||
export declare const FILES_CREATE_BUCKET_EVENT = "files.createBucketEvent"; | ||
export declare const FILES_DELETE_BUCKET_EVENT = "files.deleteBucketEvent"; | ||
export interface CreateBucketParams { | ||
awsUserId: string; | ||
idToken: string; | ||
} | ||
export interface DeleteBucketParams { | ||
idToken: string; | ||
ownerId: string; | ||
awsUserId: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
6586