New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@opengov/ppf-backend-types

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opengov/ppf-backend-types - npm Package Compare versions

Comparing version

to
1.89.5-beta.485.1.0

@@ -6,3 +6,3 @@ # Change Log

## 1.89.5-beta.484.1.0 (2025-03-17)
## 1.89.5-beta.485.1.0 (2025-03-18)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @opengov/ppf-backend-types

@@ -367,3 +367,5 @@ import { PaymentProcessorFlow } from "./enums";

paymentMethodDetails: PaymentMethodDetails;
/** Deprecated: Use payoutDetails instead */
payoutDate?: Maybe<Scalars["DateTime"]>;
payoutDetails?: Maybe<PayoutDetails>;
processingFee?: Maybe<Scalars["Float"]>;

@@ -445,2 +447,7 @@ status: Scalars["String"];

export { PaymentStatus };
export type PayoutDetails = {
__typename?: "PayoutDetails";
date?: Maybe<Scalars["DateTime"]>;
id?: Maybe<Scalars["String"]>;
};
export type ProcessingFeeMetadata = {

@@ -556,2 +563,3 @@ __typename?: "ProcessingFeeMetadata";

paymentReference: Scalars["String"];
payoutDetails?: Maybe<PayoutDetails>;
processingFee?: Maybe<Scalars["Float"]>;

@@ -558,0 +566,0 @@ processorID: PaymentProcessorId;

{
"name": "@opengov/ppf-backend-types",
"version": "1.89.5-beta.484.1.0",
"version": "1.89.5-beta.485.1.0",
"description": "PPF Backend types",

@@ -20,3 +20,3 @@ "homepage": "https://github.com/OpenGov/pluggable-payments#readme",

"@opengov/plc-fastify-auth-plugin": "0.0.9",
"@opengov/ppf-backend-graphql-schema": "^0.86.5-beta.484.1.0"
"@opengov/ppf-backend-graphql-schema": "^0.86.5-beta.485.1.0"
},

@@ -38,3 +38,3 @@ "repository": {

},
"gitHead": "72c4a7b0ec185340c07a4cbecec2debcd51ad972"
"gitHead": "d958628f0cb0fb54792dee941cbfabd77948fedb"
}

@@ -426,3 +426,5 @@ import { PaymentProcessorFlow } from "./enums";

paymentMethodDetails: PaymentMethodDetails;
/** Deprecated: Use payoutDetails instead */
payoutDate?: Maybe<Scalars["DateTime"]>;
payoutDetails?: Maybe<PayoutDetails>;
processingFee?: Maybe<Scalars["Float"]>;

@@ -517,2 +519,8 @@ status: Scalars["String"];

export type PayoutDetails = {
__typename?: "PayoutDetails";
date?: Maybe<Scalars["DateTime"]>;
id?: Maybe<Scalars["String"]>;
};
export type ProcessingFeeMetadata = {

@@ -640,2 +648,3 @@ __typename?: "ProcessingFeeMetadata";

paymentReference: Scalars["String"];
payoutDetails?: Maybe<PayoutDetails>;
processingFee?: Maybe<Scalars["Float"]>;

@@ -642,0 +651,0 @@ processorID: PaymentProcessorId;

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