@altodia/microservices-common
Advanced tools
Comparing version 2.0.12 to 2.0.13
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PAYMENTS_DELETED = exports.PAYMENTS_UPDATED = exports.PAYMENTS_CREATED = void 0; | ||
exports.PAYMENTS_SUBSCRIPTIONS_DELETED = exports.PAYMENTS_SUBSCRIPTIONS_UPDATED = exports.PAYMENTS_SUBSCRIPTIONS_CREATED = exports.PAYMENTS_CUSTOMERS_DELETED = exports.PAYMENTS_CUSTOMERS_UPDATED = exports.PAYMENTS_CUSTOMERS_CREATED = exports.PAYMENTS_DELETED = exports.PAYMENTS_UPDATED = exports.PAYMENTS_CREATED = void 0; | ||
exports.PAYMENTS_CREATED = 'payments.created'; | ||
exports.PAYMENTS_UPDATED = 'payments.updated'; | ||
exports.PAYMENTS_DELETED = 'payments.deleted'; | ||
exports.PAYMENTS_CUSTOMERS_CREATED = 'payments.customersCreated'; | ||
exports.PAYMENTS_CUSTOMERS_UPDATED = 'payments.customersUpdated'; | ||
exports.PAYMENTS_CUSTOMERS_DELETED = 'payments.customersDeleted'; | ||
exports.PAYMENTS_SUBSCRIPTIONS_CREATED = 'payments.customersCreated'; | ||
exports.PAYMENTS_SUBSCRIPTIONS_UPDATED = 'payments.customersUpdated'; | ||
exports.PAYMENTS_SUBSCRIPTIONS_DELETED = 'payments.customersDeleted'; |
@@ -5,2 +5,8 @@ import { Base } from "../base"; | ||
export declare const PAYMENTS_DELETED = "payments.deleted"; | ||
export declare const PAYMENTS_CUSTOMERS_CREATED = "payments.customersCreated"; | ||
export declare const PAYMENTS_CUSTOMERS_UPDATED = "payments.customersUpdated"; | ||
export declare const PAYMENTS_CUSTOMERS_DELETED = "payments.customersDeleted"; | ||
export declare const PAYMENTS_SUBSCRIPTIONS_CREATED = "payments.customersCreated"; | ||
export declare const PAYMENTS_SUBSCRIPTIONS_UPDATED = "payments.customersUpdated"; | ||
export declare const PAYMENTS_SUBSCRIPTIONS_DELETED = "payments.customersDeleted"; | ||
export interface PaymentsCreatedParams extends Base { | ||
@@ -18,2 +24,6 @@ productId?: string; | ||
} | ||
export interface PaymentsCustomerCreatedParams extends Base { | ||
name?: string; | ||
email?: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
export const PAYMENTS_CREATED = 'payments.created'; | ||
export const PAYMENTS_UPDATED = 'payments.updated'; | ||
export const PAYMENTS_DELETED = 'payments.deleted'; | ||
export const PAYMENTS_CUSTOMERS_CREATED = 'payments.customersCreated'; | ||
export const PAYMENTS_CUSTOMERS_UPDATED = 'payments.customersUpdated'; | ||
export const PAYMENTS_CUSTOMERS_DELETED = 'payments.customersDeleted'; | ||
export const PAYMENTS_SUBSCRIPTIONS_CREATED = 'payments.customersCreated'; | ||
export const PAYMENTS_SUBSCRIPTIONS_UPDATED = 'payments.customersUpdated'; | ||
export const PAYMENTS_SUBSCRIPTIONS_DELETED = 'payments.customersDeleted'; |
@@ -5,2 +5,8 @@ import { Base } from "../base"; | ||
export declare const PAYMENTS_DELETED = "payments.deleted"; | ||
export declare const PAYMENTS_CUSTOMERS_CREATED = "payments.customersCreated"; | ||
export declare const PAYMENTS_CUSTOMERS_UPDATED = "payments.customersUpdated"; | ||
export declare const PAYMENTS_CUSTOMERS_DELETED = "payments.customersDeleted"; | ||
export declare const PAYMENTS_SUBSCRIPTIONS_CREATED = "payments.customersCreated"; | ||
export declare const PAYMENTS_SUBSCRIPTIONS_UPDATED = "payments.customersUpdated"; | ||
export declare const PAYMENTS_SUBSCRIPTIONS_DELETED = "payments.customersDeleted"; | ||
export interface PaymentsCreatedParams extends Base { | ||
@@ -18,2 +24,6 @@ productId?: string; | ||
} | ||
export interface PaymentsCustomerCreatedParams extends Base { | ||
name?: string; | ||
email?: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"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
27333
392