@opengov/ppf-backend-types
Advanced tools
Comparing version 1.75.2 to 1.76.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 1.76.0 (2024-11-25) | ||
### Features | ||
* add record step id to fee item ([#473](https://github.com/OpenGov/pluggable-payments/issues/473)) ([e88293a](https://github.com/OpenGov/pluggable-payments/commit/e88293af6e3c3ea31dbc2514666fd26faf27d901)) | ||
## 1.75.2 (2024-11-25) | ||
@@ -8,0 +19,0 @@ |
@@ -109,2 +109,4 @@ import { PaymentProcessorFlow } from "./enums"; | ||
feeTitle?: InputMaybe<Scalars["String"]>; | ||
recordID?: InputMaybe<Scalars["Int"]>; | ||
record_StepID?: InputMaybe<Scalars["Int"]>; | ||
step_FeeID?: InputMaybe<Scalars["ID"]>; | ||
@@ -117,2 +119,4 @@ }; | ||
feeTitle?: Maybe<Scalars["String"]>; | ||
recordID?: Maybe<Scalars["Int"]>; | ||
record_StepID?: Maybe<Scalars["Int"]>; | ||
step_FeeID?: Maybe<Scalars["ID"]>; | ||
@@ -119,0 +123,0 @@ }; |
{ | ||
"name": "@opengov/ppf-backend-types", | ||
"version": "1.75.2", | ||
"version": "1.76.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.72.2" | ||
"@opengov/ppf-backend-graphql-schema": "^0.73.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "repository": { | ||
}, | ||
"gitHead": "7690ef8f25113dc036fcff27d2587421c53f955e" | ||
"gitHead": "a7f1e5c6f00d596fc2c92f99fecdb9315f8c0bfd" | ||
} |
@@ -120,2 +120,4 @@ import { PaymentProcessorFlow } from "./enums"; | ||
feeTitle?: InputMaybe<Scalars["String"]>; | ||
recordID?: InputMaybe<Scalars["Int"]>; | ||
record_StepID?: InputMaybe<Scalars["Int"]>; | ||
step_FeeID?: InputMaybe<Scalars["ID"]>; | ||
@@ -129,2 +131,4 @@ }; | ||
feeTitle?: Maybe<Scalars["String"]>; | ||
recordID?: Maybe<Scalars["Int"]>; | ||
record_StepID?: Maybe<Scalars["Int"]>; | ||
step_FeeID?: Maybe<Scalars["ID"]>; | ||
@@ -131,0 +135,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
192225
1447