@opengov/ppf-backend-types
Advanced tools
Comparing version 1.86.4-beta.465.1.0 to 1.87.0
@@ -6,10 +6,13 @@ # Change Log | ||
## 1.86.4-beta.465.1.0 (2025-02-12) | ||
# 1.87.0 (2025-02-14) | ||
**Note:** Version bump only for package @opengov/ppf-backend-types | ||
### Features | ||
* include payout date in the flow result ([#501](https://github.com/OpenGov/pluggable-payments/issues/501)) ([3c3f498](https://github.com/OpenGov/pluggable-payments/commit/3c3f49845e8efb8d2bbd1d3238079307d38c8924)) | ||
## 1.86.3 (2025-02-06) | ||
@@ -16,0 +19,0 @@ |
@@ -28,2 +28,3 @@ import { PaymentProcessorFlow } from "./enums"; | ||
Float: number; | ||
DateTime: Date | string; | ||
JSON: any; | ||
@@ -367,2 +368,3 @@ /** Opaque token representing a payment account associated with a user. */ | ||
paymentMethodDetails: PaymentMethodDetails; | ||
payoutDate?: Maybe<Scalars["DateTime"]>; | ||
processingFee?: Maybe<Scalars["Float"]>; | ||
@@ -369,0 +371,0 @@ status: Scalars["String"]; |
{ | ||
"name": "@opengov/ppf-backend-types", | ||
"version": "1.86.4-beta.465.1.0", | ||
"version": "1.87.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.83.4-beta.465.1.0" | ||
"@opengov/ppf-backend-graphql-schema": "^0.84.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "repository": { | ||
}, | ||
"gitHead": "fe4335bd5b8c2f754a48d664344281f6e38f896a" | ||
"gitHead": "42a090476b85ecb0d834500e32eedb73b581a4a7" | ||
} |
@@ -26,2 +26,3 @@ import { PaymentProcessorFlow } from "./enums"; | ||
Float: number; | ||
DateTime: Date | string; | ||
JSON: any; | ||
@@ -426,2 +427,3 @@ /** Opaque token representing a payment account associated with a user. */ | ||
paymentMethodDetails: PaymentMethodDetails; | ||
payoutDate?: Maybe<Scalars["DateTime"]>; | ||
processingFee?: Maybe<Scalars["Float"]>; | ||
@@ -428,0 +430,0 @@ status: Scalars["String"]; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
198751
1463
1