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
147
Versions
454
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

to
1.8.2

11

CHANGELOG.md

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

## [1.8.2](https://github.com/OpenGov/pluggable-payments/compare/@opengov/ppf-backend-types@1.8.1...@opengov/ppf-backend-types@1.8.2) (2024-01-26)
### Bug Fixes
* **paceFuze:** use departmentID for multi account id support [SW-19125] ([#211](https://github.com/OpenGov/pluggable-payments/issues/211)) ([198cef6](https://github.com/OpenGov/pluggable-payments/commit/198cef65bcbc1ceb9de731ae5513cd45e95ddc70))
## [1.8.1](https://github.com/OpenGov/pluggable-payments/compare/@opengov/ppf-backend-types@1.8.0...@opengov/ppf-backend-types@1.8.1) (2024-01-23)

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

1

dist/types/generated.d.ts

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

export type FuturePaymentFlowRequest = {
applicationMetadata?: InputMaybe<ApplicationMetadata>;
entityID: Scalars["String"];

@@ -125,0 +126,0 @@ paymentMethod: PaymentMethod;

6

package.json
{
"name": "@opengov/ppf-backend-types",
"version": "1.8.1",
"version": "1.8.2",
"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.6.1"
"@opengov/ppf-backend-graphql-schema": "^0.6.2"
},

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

},
"gitHead": "9e1a66fefe7969896b057cecdb52fa8764e4c74d"
"gitHead": "5e89204e6388df1bda6354ceab11583a53cda89a"
}

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

export type FuturePaymentFlowRequest = {
applicationMetadata?: InputMaybe<ApplicationMetadata>;
entityID: Scalars["String"];

@@ -156,0 +157,0 @@ paymentMethod: PaymentMethod;

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