@opengov/ppf-backend-types
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.8.3](https://github.com/OpenGov/pluggable-payments/compare/@opengov/ppf-backend-types@1.8.2...@opengov/ppf-backend-types@1.8.3) (2024-01-26) | ||
**Note:** Version bump only for package @opengov/ppf-backend-types | ||
## [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) | ||
@@ -8,0 +16,0 @@ |
@@ -286,2 +286,3 @@ import { PaymentProcessorFlow } from "./enums"; | ||
entityID: Scalars["String"]; | ||
idempotencyKey?: InputMaybe<Scalars["String"]>; | ||
items?: InputMaybe<Array<InputMaybe<FeeItem>>>; | ||
@@ -288,0 +289,0 @@ paymentID: Scalars["String"]; |
{ | ||
"name": "@opengov/ppf-backend-types", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"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.2" | ||
"@opengov/ppf-backend-graphql-schema": "^0.6.3" | ||
}, | ||
@@ -38,3 +38,3 @@ "repository": { | ||
}, | ||
"gitHead": "5e89204e6388df1bda6354ceab11583a53cda89a" | ||
"gitHead": "fee5d0d7cf472785435b170754a158b3398a3b3c" | ||
} |
@@ -340,2 +340,3 @@ import { PaymentProcessorFlow } from "./enums"; | ||
entityID: Scalars["String"]; | ||
idempotencyKey?: InputMaybe<Scalars["String"]>; | ||
items?: InputMaybe<Array<InputMaybe<FeeItem>>>; | ||
@@ -342,0 +343,0 @@ paymentID: 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
144133
1213