Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@altodia/microservices-common

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altodia/microservices-common - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

8

lib/cjs/payments/index.js
"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

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc