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.1.4 to 2.1.5

51

lib/cjs/types/payments/subscriptions.d.ts

@@ -7,3 +7,2 @@ import { Base } from "../base";

export declare const SUBSCRIPTIONS_CANCELED_BULK: string;
export declare const INVOICES_CREATED: string;
export interface SubscriptionsCreatedParams extends Base {

@@ -34,2 +33,52 @@ application_fee_percent?: number;

}
export declare const INVOICES_CREATED: string;
export interface InvoicesCreatedParams extends Base {
account_country?: string;
account_name?: string;
account_tax_ids?: Array<string>;
amount_due?: number;
amount_paid?: number;
amount_remaining?: number;
amount_shipping?: number;
application_fee_amount?: number;
attempt_count?: number;
attempted?: boolean;
auto_advance?: boolean;
charge?: string;
created?: number;
currency?: string;
customer?: string;
customer_email?: string;
customer_name?: string;
customer_phone?: string;
default_payment_method?: string;
default_source?: string;
deleted?: boolean;
description?: string;
due_date?: number;
ending_balance?: number;
footer?: string;
hosted_invoice_url?: string;
invoice_pdf?: string;
latest_revision?: string;
livemode?: boolean;
next_payment_attempt?: number;
number?: string;
on_behalf_of?: string;
paid?: boolean;
paid_out_of_band?: boolean;
payment_intent?: string;
period_end?: number;
period_start?: number;
quote?: string;
receipt_number?: string;
starting_balance?: number;
statement_descriptor?: string;
subscription?: string;
subscription_proration_date?: number;
tax?: number;
total?: number;
total_excluding_tax?: number;
webhooks_delivered_at?: number;
}
//# sourceMappingURL=subscriptions.d.ts.map

@@ -7,3 +7,2 @@ import { Base } from "../base";

export declare const SUBSCRIPTIONS_CANCELED_BULK: string;
export declare const INVOICES_CREATED: string;
export interface SubscriptionsCreatedParams extends Base {

@@ -34,2 +33,52 @@ application_fee_percent?: number;

}
export declare const INVOICES_CREATED: string;
export interface InvoicesCreatedParams extends Base {
account_country?: string;
account_name?: string;
account_tax_ids?: Array<string>;
amount_due?: number;
amount_paid?: number;
amount_remaining?: number;
amount_shipping?: number;
application_fee_amount?: number;
attempt_count?: number;
attempted?: boolean;
auto_advance?: boolean;
charge?: string;
created?: number;
currency?: string;
customer?: string;
customer_email?: string;
customer_name?: string;
customer_phone?: string;
default_payment_method?: string;
default_source?: string;
deleted?: boolean;
description?: string;
due_date?: number;
ending_balance?: number;
footer?: string;
hosted_invoice_url?: string;
invoice_pdf?: string;
latest_revision?: string;
livemode?: boolean;
next_payment_attempt?: number;
number?: string;
on_behalf_of?: string;
paid?: boolean;
paid_out_of_band?: boolean;
payment_intent?: string;
period_end?: number;
period_start?: number;
quote?: string;
receipt_number?: string;
starting_balance?: number;
statement_descriptor?: string;
subscription?: string;
subscription_proration_date?: number;
tax?: number;
total?: number;
total_excluding_tax?: number;
webhooks_delivered_at?: number;
}
//# sourceMappingURL=subscriptions.d.ts.map

2

package.json
{
"name": "@altodia/microservices-common",
"version": "2.1.4",
"version": "2.1.5",
"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