@opengov/ppf-backend-types
Advanced tools
Comparing version 1.86.4-beta.465.1.0 to 1.86.4-beta.467.1.0
@@ -6,3 +6,3 @@ # Change Log | ||
## 1.86.4-beta.465.1.0 (2025-02-12) | ||
## 1.86.4-beta.467.1.0 (2025-02-14) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @opengov/ppf-backend-types |
@@ -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.86.4-beta.467.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.83.4-beta.465.1.0" | ||
"@opengov/ppf-backend-graphql-schema": "^0.83.4-beta.467.1.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "repository": { | ||
}, | ||
"gitHead": "fe4335bd5b8c2f754a48d664344281f6e38f896a" | ||
"gitHead": "7c2a31ea9488946ed880c8cff3c40c3092180707" | ||
} |
@@ -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
198628
1463