@opengov/ppf-backend-types
Advanced tools
Comparing version 1.9.0 to 1.9.1-beta.158.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.9.1-beta.158.1.0](https://github.com/OpenGov/pluggable-payments/compare/@opengov/ppf-backend-types@1.9.0...@opengov/ppf-backend-types@1.9.1-beta.158.1.0) (2024-02-23) | ||
### Bug Fixes | ||
* **ppf-backend:** Fix missing fee labels [CIT 9204] ([#248](https://github.com/OpenGov/pluggable-payments/issues/248)) ([50a4fd7](https://github.com/OpenGov/pluggable-payments/commit/50a4fd76a93764f41288c4cddd2efd83c7b02f0d)) | ||
# [1.9.0](https://github.com/OpenGov/pluggable-payments/compare/@opengov/ppf-backend-types@1.8.4...@opengov/ppf-backend-types@1.9.0) (2024-02-19) | ||
@@ -8,0 +19,0 @@ |
@@ -99,2 +99,3 @@ import { PaymentProcessorFlow } from "./enums"; | ||
feeTitle?: InputMaybe<Scalars["String"]>; | ||
step_FeeID?: InputMaybe<Scalars["ID"]>; | ||
}; | ||
@@ -106,2 +107,3 @@ export type FeeItemResponse = { | ||
feeTitle?: Maybe<Scalars["String"]>; | ||
step_FeeID?: Maybe<Scalars["ID"]>; | ||
}; | ||
@@ -108,0 +110,0 @@ /** Represents a successful grant with a token */ |
{ | ||
"name": "@opengov/ppf-backend-types", | ||
"version": "1.9.0", | ||
"version": "1.9.1-beta.158.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.7.0" | ||
"@opengov/ppf-backend-graphql-schema": "^0.7.1-beta.158.1.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "repository": { | ||
}, | ||
"gitHead": "8f2a89bf4b3207821f41b04041d7b98757f57443" | ||
"gitHead": "2efb5347196aad44d8ad91add8bdb889a69ddf5f" | ||
} |
@@ -109,2 +109,3 @@ import { PaymentProcessorFlow } from "./enums"; | ||
feeTitle?: InputMaybe<Scalars["String"]>; | ||
step_FeeID?: InputMaybe<Scalars["ID"]>; | ||
}; | ||
@@ -117,2 +118,3 @@ | ||
feeTitle?: Maybe<Scalars["String"]>; | ||
step_FeeID?: Maybe<Scalars["ID"]>; | ||
}; | ||
@@ -119,0 +121,0 @@ |
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
150210
1297
2