New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opengov/ppf-backend-types

Package Overview
Dependencies
Maintainers
150
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opengov/ppf-backend-types - npm Package Compare versions

Comparing version 1.2.1-beta.53.1.0 to 1.3.0

dist/types/auth.d.ts

7

CHANGELOG.md

@@ -6,10 +6,13 @@ # Change Log

## [1.2.1-beta.53.1.0](https://github.com/OpenGov/pluggable-payments/compare/@opengov/ppf-backend-types@1.2.0...@opengov/ppf-backend-types@1.2.1-beta.53.1.0) (2023-12-19)
# [1.3.0](https://github.com/OpenGov/pluggable-payments/compare/@opengov/ppf-backend-types@1.2.0...@opengov/ppf-backend-types@1.3.0) (2023-12-20)
**Note:** Version bump only for package @opengov/ppf-backend-types
### Features
* **seps-backend:** Adding Multiple issuer and audience support [CIT-8298] ([#90](https://github.com/OpenGov/pluggable-payments/issues/90)) ([af22eef](https://github.com/OpenGov/pluggable-payments/commit/af22eef2c493229fc5fbf9410fd59a29ba31ea9d))
# [1.2.0](https://github.com/OpenGov/pluggable-payments/compare/@opengov/ppf-backend-types@1.1.0...@opengov/ppf-backend-types@1.2.0) (2023-12-05)

@@ -16,0 +19,0 @@

export * from "./types/generated";
export * as enums from "./types/enums";
export * from "./types/auth";
//# sourceMappingURL=index.d.ts.map

@@ -20,2 +20,3 @@ "use strict";

exports.enums = require("./types/enums");
__exportStar(require("./types/auth"), exports);
//# sourceMappingURL=index.js.map

@@ -405,26 +405,2 @@ import type { PaymentProcessorFlow } from "./enums";

export type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs = {}> = (next: NextResolverFn<TResult>, parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
/** Mapping of union types */
export type ResolversUnionTypes = {
FlowValidationResponse: (Omit<OnlinePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversTypes["PaymentMethodDetails"];
}) | OnlineRefundFlowResponse | OfflineRefundFlowResponse | (Omit<OfflinePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversTypes["PaymentMethodDetails"];
}) | TerminalPaymentFlowResponse | (Omit<OneTimePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversTypes["PaymentMethodDetails"];
}) | FuturePaymentFlowResponse | ConfigPluginFlowResponse | InvalidSignature | InvalidFlowResult;
FlowGrantResponse: FlowGrant | FlowUnsupported | FlowRequestInvalid;
PaymentMethodDetails: Card | ECheck;
};
/** Mapping of union parent types */
export type ResolversUnionParentTypes = {
FlowValidationResponse: (Omit<OnlinePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversParentTypes["PaymentMethodDetails"];
}) | OnlineRefundFlowResponse | OfflineRefundFlowResponse | (Omit<OfflinePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversParentTypes["PaymentMethodDetails"];
}) | TerminalPaymentFlowResponse | (Omit<OneTimePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversParentTypes["PaymentMethodDetails"];
}) | FuturePaymentFlowResponse | ConfigPluginFlowResponse | InvalidSignature | InvalidFlowResult;
FlowGrantResponse: FlowGrant | FlowUnsupported | FlowRequestInvalid;
PaymentMethodDetails: Card | ECheck;
};
/** Mapping between all available schema types and the resolvers types */

@@ -459,3 +435,3 @@ export type ResolversTypes = {

}>;
FlowValidationResponse: ResolverTypeWrapper<ResolversUnionTypes["FlowValidationResponse"]>;
FlowValidationResponse: ResolversTypes["OnlinePaymentFlowResponse"] | ResolversTypes["OnlineRefundFlowResponse"] | ResolversTypes["OfflineRefundFlowResponse"] | ResolversTypes["OfflinePaymentFlowResponse"] | ResolversTypes["TerminalPaymentFlowResponse"] | ResolversTypes["OneTimePaymentFlowResponse"] | ResolversTypes["FuturePaymentFlowResponse"] | ResolversTypes["ConfigPluginFlowResponse"] | ResolversTypes["InvalidSignature"] | ResolversTypes["InvalidFlowResult"];
Mutation: ResolverTypeWrapper<{}>;

@@ -490,4 +466,4 @@ OnlineRefundFlowRequest: OnlineRefundFlowRequest;

ConfigScope: ConfigScope;
FlowGrantResponse: ResolverTypeWrapper<ResolversUnionTypes["FlowGrantResponse"]>;
PaymentMethodDetails: ResolverTypeWrapper<ResolversUnionTypes["PaymentMethodDetails"]>;
FlowGrantResponse: ResolversTypes["FlowGrant"] | ResolversTypes["FlowUnsupported"] | ResolversTypes["FlowRequestInvalid"];
PaymentMethodDetails: ResolversTypes["Card"] | ResolversTypes["ECheck"];
};

@@ -522,3 +498,3 @@ /** Mapping between all available schema types and the resolvers parents */

};
FlowValidationResponse: ResolversUnionParentTypes["FlowValidationResponse"];
FlowValidationResponse: ResolversParentTypes["OnlinePaymentFlowResponse"] | ResolversParentTypes["OnlineRefundFlowResponse"] | ResolversParentTypes["OfflineRefundFlowResponse"] | ResolversParentTypes["OfflinePaymentFlowResponse"] | ResolversParentTypes["TerminalPaymentFlowResponse"] | ResolversParentTypes["OneTimePaymentFlowResponse"] | ResolversParentTypes["FuturePaymentFlowResponse"] | ResolversParentTypes["ConfigPluginFlowResponse"] | ResolversParentTypes["InvalidSignature"] | ResolversParentTypes["InvalidFlowResult"];
Mutation: {};

@@ -550,4 +526,4 @@ OnlineRefundFlowRequest: OnlineRefundFlowRequest;

InvalidFlowResult: InvalidFlowResult;
FlowGrantResponse: ResolversUnionParentTypes["FlowGrantResponse"];
PaymentMethodDetails: ResolversUnionParentTypes["PaymentMethodDetails"];
FlowGrantResponse: ResolversParentTypes["FlowGrant"] | ResolversParentTypes["FlowUnsupported"] | ResolversParentTypes["FlowRequestInvalid"];
PaymentMethodDetails: ResolversParentTypes["Card"] | ResolversParentTypes["ECheck"];
};

@@ -554,0 +530,0 @@ export type authDirectiveArgs = {};

{
"name": "@opengov/ppf-backend-types",
"version": "1.2.1-beta.53.1.0",
"version": "1.3.0",
"description": "PPF Backend types",

@@ -16,2 +16,5 @@ "homepage": "https://github.com/OpenGov/pluggable-payments#readme",

},
"dependencies": {
"@opengov/plc-fastify-auth-plugin": "0.0.9"
},
"repository": {

@@ -24,3 +27,3 @@ "type": "git",

},
"gitHead": "038db7d676528f10f0e86e59655def9eb1aa07cf"
"gitHead": "b899111475e68a285924a3ff0ca00eb8adb7ea44"
}
export * from "./types/generated";
export * as enums from "./types/enums";
export * as enums from "./types/enums";
export * from "./types/auth";

@@ -558,48 +558,2 @@ import type { PaymentProcessorFlow } from "./enums";

/** Mapping of union types */
export type ResolversUnionTypes = {
FlowValidationResponse:
| (Omit<OnlinePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversTypes["PaymentMethodDetails"];
})
| OnlineRefundFlowResponse
| OfflineRefundFlowResponse
| (Omit<OfflinePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversTypes["PaymentMethodDetails"];
})
| TerminalPaymentFlowResponse
| (Omit<OneTimePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversTypes["PaymentMethodDetails"];
})
| FuturePaymentFlowResponse
| ConfigPluginFlowResponse
| InvalidSignature
| InvalidFlowResult;
FlowGrantResponse: FlowGrant | FlowUnsupported | FlowRequestInvalid;
PaymentMethodDetails: Card | ECheck;
};
/** Mapping of union parent types */
export type ResolversUnionParentTypes = {
FlowValidationResponse:
| (Omit<OnlinePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversParentTypes["PaymentMethodDetails"];
})
| OnlineRefundFlowResponse
| OfflineRefundFlowResponse
| (Omit<OfflinePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversParentTypes["PaymentMethodDetails"];
})
| TerminalPaymentFlowResponse
| (Omit<OneTimePaymentFlowResponse, "paymentMethodDetails"> & {
paymentMethodDetails: ResolversParentTypes["PaymentMethodDetails"];
})
| FuturePaymentFlowResponse
| ConfigPluginFlowResponse
| InvalidSignature
| InvalidFlowResult;
FlowGrantResponse: FlowGrant | FlowUnsupported | FlowRequestInvalid;
PaymentMethodDetails: Card | ECheck;
};
/** Mapping between all available schema types and the resolvers types */

@@ -646,5 +600,13 @@ export type ResolversTypes = {

>;
FlowValidationResponse: ResolverTypeWrapper<
ResolversUnionTypes["FlowValidationResponse"]
>;
FlowValidationResponse:
| ResolversTypes["OnlinePaymentFlowResponse"]
| ResolversTypes["OnlineRefundFlowResponse"]
| ResolversTypes["OfflineRefundFlowResponse"]
| ResolversTypes["OfflinePaymentFlowResponse"]
| ResolversTypes["TerminalPaymentFlowResponse"]
| ResolversTypes["OneTimePaymentFlowResponse"]
| ResolversTypes["FuturePaymentFlowResponse"]
| ResolversTypes["ConfigPluginFlowResponse"]
| ResolversTypes["InvalidSignature"]
| ResolversTypes["InvalidFlowResult"];
Mutation: ResolverTypeWrapper<{}>;

@@ -683,8 +645,7 @@ OnlineRefundFlowRequest: OnlineRefundFlowRequest;

ConfigScope: ConfigScope;
FlowGrantResponse: ResolverTypeWrapper<
ResolversUnionTypes["FlowGrantResponse"]
>;
PaymentMethodDetails: ResolverTypeWrapper<
ResolversUnionTypes["PaymentMethodDetails"]
>;
FlowGrantResponse:
| ResolversTypes["FlowGrant"]
| ResolversTypes["FlowUnsupported"]
| ResolversTypes["FlowRequestInvalid"];
PaymentMethodDetails: ResolversTypes["Card"] | ResolversTypes["ECheck"];
};

@@ -731,3 +692,13 @@

> & { paymentMethodDetails: ResolversParentTypes["PaymentMethodDetails"] };
FlowValidationResponse: ResolversUnionParentTypes["FlowValidationResponse"];
FlowValidationResponse:
| ResolversParentTypes["OnlinePaymentFlowResponse"]
| ResolversParentTypes["OnlineRefundFlowResponse"]
| ResolversParentTypes["OfflineRefundFlowResponse"]
| ResolversParentTypes["OfflinePaymentFlowResponse"]
| ResolversParentTypes["TerminalPaymentFlowResponse"]
| ResolversParentTypes["OneTimePaymentFlowResponse"]
| ResolversParentTypes["FuturePaymentFlowResponse"]
| ResolversParentTypes["ConfigPluginFlowResponse"]
| ResolversParentTypes["InvalidSignature"]
| ResolversParentTypes["InvalidFlowResult"];
Mutation: {};

@@ -761,4 +732,9 @@ OnlineRefundFlowRequest: OnlineRefundFlowRequest;

InvalidFlowResult: InvalidFlowResult;
FlowGrantResponse: ResolversUnionParentTypes["FlowGrantResponse"];
PaymentMethodDetails: ResolversUnionParentTypes["PaymentMethodDetails"];
FlowGrantResponse:
| ResolversParentTypes["FlowGrant"]
| ResolversParentTypes["FlowUnsupported"]
| ResolversParentTypes["FlowRequestInvalid"];
PaymentMethodDetails:
| ResolversParentTypes["Card"]
| ResolversParentTypes["ECheck"];
};

@@ -765,0 +741,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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc