@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.84 to 0.12.85
@@ -81,3 +81,3 @@ import { Maybe } from "./types"; | ||
export declare type NetCollectedBreakdownByPaymentTypeReportDTO = { | ||
payment_type: string; | ||
payment_type: Maybe<string>; | ||
sum_net_collected: number; | ||
@@ -102,2 +102,3 @@ sum_gross_revenue: number; | ||
sum_card_surcharge: number; | ||
children?: NetCollectedBreakdownByPaymentTypeReportDTO[]; | ||
}; | ||
@@ -104,0 +105,0 @@ export declare type SpecialPricingReportBreakdownDTO = { |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.84", | ||
"version": "0.12.85", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
69127
1330
1