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

@opengov/ppf-backend-types

Package Overview
Dependencies
Maintainers
0
Versions
375
Alerts
File Explorer

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 1.82.0 to 1.82.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## 1.82.1 (2024-12-18)
### Bug Fixes
* Add payer to Online Payments flow results [CRD 6343] ([#488](https://github.com/OpenGov/pluggable-payments/issues/488)) ([417a2da](https://github.com/OpenGov/pluggable-payments/commit/417a2da91e1272f50c8a8dd187f4b640667deadd))
# 1.82.0 (2024-12-17)

@@ -8,0 +19,0 @@

@@ -363,2 +363,3 @@ import { PaymentProcessorFlow } from "./enums";

idempotencyKey?: Maybe<Scalars["String"]>;
payer?: Maybe<Payer>;
paymentID: Scalars["ID"];

@@ -396,2 +397,6 @@ paymentMethodDetails: PaymentMethodDetails;

export { OpenGovTenant };
export type Payer = {
__typename?: "Payer";
name?: Maybe<Scalars["String"]>;
};
export type PaymentMetadataResponse = {

@@ -398,0 +403,0 @@ __typename?: "PaymentMetadataResponse";

6

package.json
{
"name": "@opengov/ppf-backend-types",
"version": "1.82.0",
"version": "1.82.1",
"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.79.0"
"@opengov/ppf-backend-graphql-schema": "^0.79.1"
},

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

},
"gitHead": "ef251f7dd8cbb6eabdf2215d03b12d4720cf5e16"
"gitHead": "4cc72e5fd069bc5a424e334904c3f09102efcdbe"
}

@@ -422,2 +422,3 @@ import { PaymentProcessorFlow } from "./enums";

idempotencyKey?: Maybe<Scalars["String"]>;
payer?: Maybe<Payer>;
paymentID: Scalars["ID"];

@@ -459,2 +460,7 @@ paymentMethodDetails: PaymentMethodDetails;

export type Payer = {
__typename?: "Payer";
name?: Maybe<Scalars["String"]>;
};
export type PaymentMetadataResponse = {

@@ -461,0 +467,0 @@ __typename?: "PaymentMetadataResponse";

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

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